| 1 | [ Dec 16 20:49:52 Enabled. ] | ||
| 2 | [ Dec 16 20:49:52 Rereading configuration. ] | ||
| 3 | [ Dec 16 20:49:56 Rereading configuration. ] | ||
| 4 | [ Dec 16 20:50: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 16 20:50: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.16 20:50:05.884175 [ 1 ] {} <Information> Application: Will watch for the process with pid 23080 | ||
| 29 | 2024.12.16 20:50:05.884709 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.16 20:50:06.136292 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23080 | ||
| 31 | 2024.12.16 20:50:06.137038 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.16 20:50:06.137738 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.16 20:50:06.224811 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.16 20:50:06.258958 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.16 20:50:06.259009 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.16 20:50:06.259027 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.16 20:50:06.259125 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.16 20:50:06.259726 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.16 20:50:06.261640 [ 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.16 20:50:06.262397 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.16 20:50:06.263211 [ 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.16 20:50:06.263234 [ 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.16 20:50:06.263249 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.16 20:50:06.263416 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.16 20:50:06.264272 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.16 20:50:06.269987 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.16 20:50:06.270676 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.16 20:50:06.272051 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.16 20:50:06.272116 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.16 20:50:06.273677 [ 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.16 20:50:06.274145 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.16 20:50:06.278408 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.16 20:50:06.278775 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.16 20:50:06.280325 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.16 20:50:06.280764 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.16 20:50:06.281183 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.16 20:50:06.281577 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.16 20:50:06.283056 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.16 20:50:06.283083 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.16 20:50:06.283158 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.16 20:50:06.283329 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.16 20:50:06.300891 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.16 20:50:06.300919 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000166003 sec | ||
| 68 | 2024.12.16 20:50:06.300965 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.16 20:50:06.300981 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.16 20:50:06.302185 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.16 20:50:06.303270 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.16 20:50:06.315161 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.16 20:50:06.315208 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.16 20:50:06.315232 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.16 20:50:06.315245 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.16 20:50:06.315277 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.16 20:50:06.315296 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.16 20:50:06.317883 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.16 20:50:06.317928 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.16 20:50:06.317949 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.16 20:50:06.318129 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.16 20:50:06.318148 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.16 20:50:06.318184 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.16 20:50:06.318204 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.16 20:50:06.318217 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.16 20:50:06.318246 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.16 20:50:06.318264 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.16 20:50:06.344818 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.16 20:50:06.351514 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.16 20:50:06.351552 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0341e-05 sec | ||
| 91 | 2024.12.16 20:50:06.351569 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.16 20:50:06.351583 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.16 20:50:06.351610 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.16 20:50:06.351837 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.16 20:50:06.351890 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.16 20:50:06.351906 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.16 20:50:06.351920 [ 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.16 20:50:06.351934 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.16 20:50:06.360571 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.16 20:50:06.360766 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2024.12.16 20:50:06.361584 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.189e-05 sec. | ||
| 102 | 2024.12.16 20:50:06.362512 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.16 20:50:06.362611 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.16 20:50:06.362631 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.16 20:50:06.623446 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64528 | ||
| 106 | 2024.12.16 20:50:06.623865 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.16 20:50:06.623962 [ 3 ] {} <Debug> TCP-Session: e256ee27-2c4a-44f8-a5ed-3316406eae07 Authenticating user 'default' from [fd00:1122:3344:101::e]:64528 | ||
| 108 | 2024.12.16 20:50:06.624017 [ 3 ] {} <Debug> TCP-Session: e256ee27-2c4a-44f8-a5ed-3316406eae07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.16 20:50:06.624061 [ 3 ] {} <Debug> TCP-Session: e256ee27-2c4a-44f8-a5ed-3316406eae07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.16 20:50:06.624179 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.16 20:50:06.624206 [ 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.16 20:50:06.624229 [ 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.16 20:50:06.625116 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48422 | ||
| 114 | 2024.12.16 20:50:06.625252 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2024.12.16 20:50:06.625284 [ 4 ] {} <Debug> TCP-Session: 62f813a6-e7b5-4fb6-8c5c-d252f6e87fff Authenticating user 'default' from [fd00:1122:3344:101::e]:48422 | ||
| 116 | 2024.12.16 20:50:06.625308 [ 4 ] {} <Debug> TCP-Session: 62f813a6-e7b5-4fb6-8c5c-d252f6e87fff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2024.12.16 20:50:06.625333 [ 4 ] {} <Debug> TCP-Session: 62f813a6-e7b5-4fb6-8c5c-d252f6e87fff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.12.16 20:50:06.626035 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64085 | ||
| 119 | 2024.12.16 20:50:06.626046 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35483 | ||
| 120 | 2024.12.16 20:50:06.626118 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43569 | ||
| 121 | 2024.12.16 20:50:06.626143 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2024.12.16 20:50:06.626379 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 123 | 2024.12.16 20:50:06.626402 [ 253 ] {} <Debug> TCP-Session: cb2021ed-61ec-46ad-82fd-00a9e84e5f94 Authenticating user 'default' from [fd00:1122:3344:101::e]:64085 | ||
| 124 | 2024.12.16 20:50:06.626399 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2024.12.16 20:50:06.626423 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57846 | ||
| 126 | 2024.12.16 20:50:06.626506 [ 253 ] {} <Debug> TCP-Session: cb2021ed-61ec-46ad-82fd-00a9e84e5f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2024.12.16 20:50:06.626488 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61909 | ||
| 128 | 2024.12.16 20:50:06.626543 [ 5 ] {} <Debug> TCP-Session: d594e325-fc14-4d24-b7ce-37a5a9fd68ae Authenticating user 'default' from [fd00:1122:3344:101::e]:35483 | ||
| 129 | 2024.12.16 20:50:06.626534 [ 254 ] {} <Debug> TCP-Session: dcfea355-e5a5-4745-a42b-8902ca5eb39c Authenticating user 'default' from [fd00:1122:3344:101::e]:43569 | ||
| 130 | 2024.12.16 20:50:06.626660 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33823 | ||
| 131 | 2024.12.16 20:50:06.626718 [ 5 ] {} <Debug> TCP-Session: d594e325-fc14-4d24-b7ce-37a5a9fd68ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2024.12.16 20:50:06.626731 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2024.12.16 20:50:06.626779 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2024.12.16 20:50:06.626826 [ 5 ] {} <Debug> TCP-Session: d594e325-fc14-4d24-b7ce-37a5a9fd68ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2024.12.16 20:50:06.626896 [ 255 ] {} <Debug> TCP-Session: fb4d9c7f-1f7d-424a-9d8d-061ccd176644 Authenticating user 'default' from [fd00:1122:3344:101::e]:57846 | ||
| 136 | 2024.12.16 20:50:06.627000 [ 253 ] {} <Debug> TCP-Session: cb2021ed-61ec-46ad-82fd-00a9e84e5f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.12.16 20:50:06.627011 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2024.12.16 20:50:06.627044 [ 256 ] {} <Debug> TCP-Session: 2bf79d04-8c60-47f6-bfcd-83dc75d6800c Authenticating user 'default' from [fd00:1122:3344:101::e]:61909 | ||
| 139 | 2024.12.16 20:50:06.627078 [ 255 ] {} <Debug> TCP-Session: fb4d9c7f-1f7d-424a-9d8d-061ccd176644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2024.12.16 20:50:06.626834 [ 254 ] {} <Debug> TCP-Session: dcfea355-e5a5-4745-a42b-8902ca5eb39c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2024.12.16 20:50:06.627144 [ 257 ] {} <Debug> TCP-Session: d968d47a-0b51-4865-b60c-691c2e099360 Authenticating user 'default' from [fd00:1122:3344:101::e]:33823 | ||
| 142 | 2024.12.16 20:50:06.627168 [ 255 ] {} <Debug> TCP-Session: fb4d9c7f-1f7d-424a-9d8d-061ccd176644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2024.12.16 20:50:06.627191 [ 256 ] {} <Debug> TCP-Session: 2bf79d04-8c60-47f6-bfcd-83dc75d6800c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2024.12.16 20:50:06.627251 [ 257 ] {} <Debug> TCP-Session: d968d47a-0b51-4865-b60c-691c2e099360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.12.16 20:50:06.627273 [ 254 ] {} <Debug> TCP-Session: dcfea355-e5a5-4745-a42b-8902ca5eb39c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.12.16 20:50:06.627305 [ 256 ] {} <Debug> TCP-Session: 2bf79d04-8c60-47f6-bfcd-83dc75d6800c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.16 20:50:06.627330 [ 257 ] {} <Debug> TCP-Session: d968d47a-0b51-4865-b60c-691c2e099360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.12.16 20:50:07.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.18 MiB, peak 117.18 MiB, free memory in arenas 0.00 B, will set to 119.40 MiB (RSS), difference: 2.22 MiB | ||
| 149 | 2024.12.16 20:50:09.960947 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37205 | ||
| 150 | 2024.12.16 20:50:09.961113 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2024.12.16 20:50:09.961144 [ 258 ] {} <Debug> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Authenticating user 'default' from [fd00:1122:3344:101::d]:37205 | ||
| 152 | 2024.12.16 20:50:09.961169 [ 258 ] {} <Debug> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.16 20:50:09.961192 [ 258 ] {} <Debug> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2024.12.16 20:50:09.961261 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2024.12.16 20:50:09.961286 [ 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.16 20:50:09.961309 [ 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.16 20:50:09.961858 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47874 | ||
| 158 | 2024.12.16 20:50:09.961951 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49061 | ||
| 159 | 2024.12.16 20:50:09.962123 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 160 | 2024.12.16 20:50:09.962245 [ 259 ] {} <Debug> TCP-Session: 3fdb1435-a940-412e-99d3-2daaf26b4e69 Authenticating user 'default' from [fd00:1122:3344:101::d]:47874 | ||
| 161 | 2024.12.16 20:50:09.962258 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2024.12.16 20:50:09.962275 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59041 | ||
| 163 | 2024.12.16 20:50:09.962290 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51419 | ||
| 164 | 2024.12.16 20:50:09.962321 [ 259 ] {} <Debug> TCP-Session: 3fdb1435-a940-412e-99d3-2daaf26b4e69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2024.12.16 20:50:09.962353 [ 260 ] {} <Debug> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49061 | ||
| 166 | 2024.12.16 20:50:09.962480 [ 259 ] {} <Debug> TCP-Session: 3fdb1435-a940-412e-99d3-2daaf26b4e69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 167 | 2024.12.16 20:50:09.962563 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 168 | 2024.12.16 20:50:09.962556 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57353 | ||
| 169 | 2024.12.16 20:50:09.962626 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 170 | 2024.12.16 20:50:09.962753 [ 260 ] {} <Debug> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2024.12.16 20:50:09.962796 [ 261 ] {} <Debug> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51419 | ||
| 172 | 2024.12.16 20:50:09.962813 [ 262 ] {} <Debug> TCP-Session: a8c649c1-26a3-46f0-8407-7d26023cf473 Authenticating user 'default' from [fd00:1122:3344:101::d]:59041 | ||
| 173 | 2024.12.16 20:50:09.962819 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34682 | ||
| 174 | 2024.12.16 20:50:09.962865 [ 260 ] {} <Debug> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2024.12.16 20:50:09.962903 [ 261 ] {} <Debug> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.12.16 20:50:09.962927 [ 262 ] {} <Debug> TCP-Session: a8c649c1-26a3-46f0-8407-7d26023cf473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2024.12.16 20:50:09.963053 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57337 | ||
| 178 | 2024.12.16 20:50:09.963132 [ 262 ] {} <Debug> TCP-Session: a8c649c1-26a3-46f0-8407-7d26023cf473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2024.12.16 20:50:09.964566 [ 261 ] {} <Debug> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.12.16 20:50:09.964674 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2024.12.16 20:50:09.964669 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 182 | 2024.12.16 20:50:09.965394 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 183 | 2024.12.16 20:50:09.964582 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43540 | ||
| 184 | 2024.12.16 20:50:09.965436 [ 264 ] {} <Debug> TCP-Session: a07a7707-7012-45ad-b8fb-2e17811e39b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34682 | ||
| 185 | 2024.12.16 20:50:09.965498 [ 265 ] {} <Debug> TCP-Session: 5c29bd65-5d2e-44f9-8e48-01dbade1f34a Authenticating user 'default' from [fd00:1122:3344:101::d]:57337 | ||
| 186 | 2024.12.16 20:50:09.965491 [ 263 ] {} <Debug> TCP-Session: 76985ad6-9bfe-4309-97c5-1bb4b671e68f Authenticating user 'default' from [fd00:1122:3344:101::d]:57353 | ||
| 187 | 2024.12.16 20:50:09.965516 [ 264 ] {} <Debug> TCP-Session: a07a7707-7012-45ad-b8fb-2e17811e39b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2024.12.16 20:50:09.966107 [ 265 ] {} <Debug> TCP-Session: 5c29bd65-5d2e-44f9-8e48-01dbade1f34a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.12.16 20:50:09.966120 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 190 | 2024.12.16 20:50:09.966145 [ 263 ] {} <Debug> TCP-Session: 76985ad6-9bfe-4309-97c5-1bb4b671e68f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2024.12.16 20:50:09.966156 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 192 | 2024.12.16 20:50:09.966191 [ 265 ] {} <Debug> TCP-Session: 5c29bd65-5d2e-44f9-8e48-01dbade1f34a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.12.16 20:50:09.966196 [ 264 ] {} <Debug> TCP-Session: a07a7707-7012-45ad-b8fb-2e17811e39b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.12.16 20:50:09.966237 [ 266 ] {} <Debug> TCP-Session: 59f909e2-448d-4cf5-9283-75ab3139e4a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43540 | ||
| 195 | 2024.12.16 20:50:09.966322 [ 263 ] {} <Debug> TCP-Session: 76985ad6-9bfe-4309-97c5-1bb4b671e68f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.12.16 20:50:09.966343 [ 266 ] {} <Debug> TCP-Session: 59f909e2-448d-4cf5-9283-75ab3139e4a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2024.12.16 20:50:09.966431 [ 266 ] {} <Debug> TCP-Session: 59f909e2-448d-4cf5-9283-75ab3139e4a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 198 | 2024.12.16 20:50:09.976037 [ 258 ] {b6f84be6-c23e-4b16-b620-b95483904d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 199 | 2024.12.16 20:50:10.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 119.47 MiB, peak 119.47 MiB, free memory in arenas 0.00 B, will set to 122.05 MiB (RSS), difference: 2.59 MiB | ||
| 200 | 2024.12.16 20:50:10.079921 [ 258 ] {b6f84be6-c23e-4b16-b620-b95483904d2e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37205) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 201 | |||
| 202 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 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 | ||
| 205 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 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 | ||
| 212 | 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 | ||
| 213 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 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 | ||
| 216 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 223 | |||
| 224 | 2024.12.16 20:50:10.081198 [ 258 ] {b6f84be6-c23e-4b16-b620-b95483904d2e} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 225 | |||
| 226 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 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 | ||
| 229 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 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 | ||
| 236 | 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 | ||
| 237 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 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 | ||
| 240 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 247 | |||
| 248 | 2024.12.16 20:50:10.081309 [ 258 ] {b6f84be6-c23e-4b16-b620-b95483904d2e} <Debug> TCPHandler: Processed in 0.118672907 sec. | ||
| 249 | 2024.12.16 20:50:10.081688 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 250 | 2024.12.16 20:50:10.081862 [ 261 ] {43f0bb46-b2d8-470c-a10d-f27f22bb22cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 251 | 2024.12.16 20:50:10.082162 [ 261 ] {43f0bb46-b2d8-470c-a10d-f27f22bb22cc} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51419) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 252 | |||
| 253 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 254 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 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 | ||
| 256 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 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 | ||
| 263 | 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 | ||
| 264 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 265 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 266 | 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 | ||
| 267 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 273 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 274 | |||
| 275 | 2024.12.16 20:50:10.082314 [ 261 ] {43f0bb46-b2d8-470c-a10d-f27f22bb22cc} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 276 | |||
| 277 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 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 | ||
| 280 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 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 | ||
| 287 | 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 | ||
| 288 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 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 | ||
| 291 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 297 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 298 | |||
| 299 | 2024.12.16 20:50:10.082404 [ 261 ] {43f0bb46-b2d8-470c-a10d-f27f22bb22cc} <Debug> TCPHandler: Processed in 0.000854396 sec. | ||
| 300 | 2024.12.16 20:50:10.082611 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2024.12.16 20:50:10.083846 [ 258 ] {8a90aad4-8ecd-422f-b221-bbcdc4e5eaa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 302 | 2024.12.16 20:50:10.084465 [ 258 ] {8a90aad4-8ecd-422f-b221-bbcdc4e5eaa2} <Debug> TCPHandler: Processed in 0.001909056 sec. | ||
| 303 | 2024.12.16 20:50:10.084676 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 304 | 2024.12.16 20:50:10.084791 [ 261 ] {8f3bef63-4db9-4fa2-8640-244039f9d874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 305 | 2024.12.16 20:50:10.084881 [ 261 ] {8f3bef63-4db9-4fa2-8640-244039f9d874} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 306 | 2024.12.16 20:50:10.086224 [ 261 ] {8f3bef63-4db9-4fa2-8640-244039f9d874} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 307 | 2024.12.16 20:50:10.086261 [ 261 ] {8f3bef63-4db9-4fa2-8640-244039f9d874} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.8031e-05 sec | ||
| 308 | 2024.12.16 20:50:10.086276 [ 261 ] {8f3bef63-4db9-4fa2-8640-244039f9d874} <Trace> ReferentialDeps: No tables | ||
| 309 | 2024.12.16 20:50:10.086289 [ 261 ] {8f3bef63-4db9-4fa2-8640-244039f9d874} <Trace> LoadingDeps: No tables | ||
| 310 | 2024.12.16 20:50:10.086311 [ 261 ] {8f3bef63-4db9-4fa2-8640-244039f9d874} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 311 | 2024.12.16 20:50:10.086366 [ 261 ] {8f3bef63-4db9-4fa2-8640-244039f9d874} <Debug> TCPHandler: Processed in 0.001743483 sec. | ||
| 312 | 2024.12.16 20:50:10.086534 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.12.16 20:50:10.086688 [ 258 ] {cae19ec4-220f-4b74-a741-8bfdec101ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) /* The version table contains metadata about the `oximeter` database */ | ||
| 314 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 315 | 2024.12.16 20:50:10.086745 [ 258 ] {cae19ec4-220f-4b74-a741-8bfdec101ce5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 316 | 2024.12.16 20:50:10.091624 [ 258 ] {cae19ec4-220f-4b74-a741-8bfdec101ce5} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 317 | 2024.12.16 20:50:10.094220 [ 258 ] {cae19ec4-220f-4b74-a741-8bfdec101ce5} <Debug> oximeter.version (15b853f1-9659-4a29-95c3-7af0d7f0bddc): Loading data parts | ||
| 318 | 2024.12.16 20:50:10.094799 [ 258 ] {cae19ec4-220f-4b74-a741-8bfdec101ce5} <Debug> oximeter.version (15b853f1-9659-4a29-95c3-7af0d7f0bddc): There are no data parts | ||
| 319 | 2024.12.16 20:50:10.099386 [ 258 ] {cae19ec4-220f-4b74-a741-8bfdec101ce5} <Debug> TCPHandler: Processed in 0.012900947 sec. | ||
| 320 | 2024.12.16 20:50:10.099588 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 321 | 2024.12.16 20:50:10.099815 [ 261 ] {eb621c6b-e132-47bf-92de-4e4e9ff4564f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) /* The measurement tables contain all individual samples from each timeseries. | ||
| 322 | * | ||
| 323 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 324 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 325 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 326 | * by all samples from the same timeseries. | ||
| 327 | * | ||
| 328 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 329 | * and then uses that to index quickly into the measurements tables. | ||
| 330 | */ | ||
| 331 | 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) | ||
| 332 | 2024.12.16 20:50:10.099875 [ 261 ] {eb621c6b-e132-47bf-92de-4e4e9ff4564f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 333 | 2024.12.16 20:50:10.107128 [ 261 ] {eb621c6b-e132-47bf-92de-4e4e9ff4564f} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Loading data parts | ||
| 334 | 2024.12.16 20:50:10.107345 [ 261 ] {eb621c6b-e132-47bf-92de-4e4e9ff4564f} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): There are no data parts | ||
| 335 | 2024.12.16 20:50:10.108526 [ 261 ] {eb621c6b-e132-47bf-92de-4e4e9ff4564f} <Debug> TCPHandler: Processed in 0.008994712 sec. | ||
| 336 | 2024.12.16 20:50:10.108728 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.12.16 20:50:10.108963 [ 258 ] {aefbcca4-ef8b-4ca8-9c03-8a2e0a31aa3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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) | ||
| 338 | 2024.12.16 20:50:10.109035 [ 258 ] {aefbcca4-ef8b-4ca8-9c03-8a2e0a31aa3f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 339 | 2024.12.16 20:50:10.110672 [ 258 ] {aefbcca4-ef8b-4ca8-9c03-8a2e0a31aa3f} <Debug> oximeter.measurements_i8 (d6e122d5-6c72-4f68-8658-7c1e6120fdbd): Loading data parts | ||
| 340 | 2024.12.16 20:50:10.110895 [ 258 ] {aefbcca4-ef8b-4ca8-9c03-8a2e0a31aa3f} <Debug> oximeter.measurements_i8 (d6e122d5-6c72-4f68-8658-7c1e6120fdbd): There are no data parts | ||
| 341 | 2024.12.16 20:50:10.111995 [ 258 ] {aefbcca4-ef8b-4ca8-9c03-8a2e0a31aa3f} <Debug> TCPHandler: Processed in 0.003333683 sec. | ||
| 342 | 2024.12.16 20:50:10.112170 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2024.12.16 20:50:10.112373 [ 261 ] {09ad3ed8-51c3-42fe-96f2-9abe2cd1c6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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) | ||
| 344 | 2024.12.16 20:50:10.112431 [ 261 ] {09ad3ed8-51c3-42fe-96f2-9abe2cd1c6c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 345 | 2024.12.16 20:50:10.114014 [ 261 ] {09ad3ed8-51c3-42fe-96f2-9abe2cd1c6c1} <Debug> oximeter.measurements_u8 (ddfee76c-86a7-406b-8ee8-7e3e05d801ca): Loading data parts | ||
| 346 | 2024.12.16 20:50:10.114164 [ 261 ] {09ad3ed8-51c3-42fe-96f2-9abe2cd1c6c1} <Debug> oximeter.measurements_u8 (ddfee76c-86a7-406b-8ee8-7e3e05d801ca): There are no data parts | ||
| 347 | 2024.12.16 20:50:10.115252 [ 261 ] {09ad3ed8-51c3-42fe-96f2-9abe2cd1c6c1} <Debug> TCPHandler: Processed in 0.00313496 sec. | ||
| 348 | 2024.12.16 20:50:10.115435 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.12.16 20:50:10.115627 [ 258 ] {fefefec7-485d-4a6f-b928-ae3826340852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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) | ||
| 350 | 2024.12.16 20:50:10.115683 [ 258 ] {fefefec7-485d-4a6f-b928-ae3826340852} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 351 | 2024.12.16 20:50:10.118406 [ 258 ] {fefefec7-485d-4a6f-b928-ae3826340852} <Debug> oximeter.measurements_i16 (45591e92-859d-43db-ba75-591f8995b053): Loading data parts | ||
| 352 | 2024.12.16 20:50:10.118564 [ 258 ] {fefefec7-485d-4a6f-b928-ae3826340852} <Debug> oximeter.measurements_i16 (45591e92-859d-43db-ba75-591f8995b053): There are no data parts | ||
| 353 | 2024.12.16 20:50:10.120047 [ 258 ] {fefefec7-485d-4a6f-b928-ae3826340852} <Debug> TCPHandler: Processed in 0.004663409 sec. | ||
| 354 | 2024.12.16 20:50:10.120225 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2024.12.16 20:50:10.120432 [ 261 ] {a2487a9e-d38e-4ac2-ab10-f73685f99fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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) | ||
| 356 | 2024.12.16 20:50:10.120491 [ 261 ] {a2487a9e-d38e-4ac2-ab10-f73685f99fbb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 357 | 2024.12.16 20:50:10.122149 [ 261 ] {a2487a9e-d38e-4ac2-ab10-f73685f99fbb} <Debug> oximeter.measurements_u16 (ebbcca4c-605e-4a4b-8910-f4c7893d5275): Loading data parts | ||
| 358 | 2024.12.16 20:50:10.122303 [ 261 ] {a2487a9e-d38e-4ac2-ab10-f73685f99fbb} <Debug> oximeter.measurements_u16 (ebbcca4c-605e-4a4b-8910-f4c7893d5275): There are no data parts | ||
| 359 | 2024.12.16 20:50:10.124768 [ 261 ] {a2487a9e-d38e-4ac2-ab10-f73685f99fbb} <Debug> TCPHandler: Processed in 0.004593888 sec. | ||
| 360 | 2024.12.16 20:50:10.124975 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.12.16 20:50:10.125196 [ 258 ] {34282dfa-ab6a-44f1-a108-64c3fd0c8ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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) | ||
| 362 | 2024.12.16 20:50:10.125259 [ 258 ] {34282dfa-ab6a-44f1-a108-64c3fd0c8ad4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.12.16 20:50:10.127638 [ 258 ] {34282dfa-ab6a-44f1-a108-64c3fd0c8ad4} <Debug> oximeter.measurements_i32 (08c6cb9b-6abc-47e7-87a7-e478536ab75f): Loading data parts | ||
| 364 | 2024.12.16 20:50:10.127820 [ 258 ] {34282dfa-ab6a-44f1-a108-64c3fd0c8ad4} <Debug> oximeter.measurements_i32 (08c6cb9b-6abc-47e7-87a7-e478536ab75f): There are no data parts | ||
| 365 | 2024.12.16 20:50:10.129659 [ 258 ] {34282dfa-ab6a-44f1-a108-64c3fd0c8ad4} <Debug> TCPHandler: Processed in 0.004749051 sec. | ||
| 366 | 2024.12.16 20:50:10.129849 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 367 | 2024.12.16 20:50:10.130065 [ 261 ] {ff570039-7aa5-4b8c-84ec-19d55ffa4358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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) | ||
| 368 | 2024.12.16 20:50:10.130123 [ 261 ] {ff570039-7aa5-4b8c-84ec-19d55ffa4358} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 369 | 2024.12.16 20:50:10.132032 [ 261 ] {ff570039-7aa5-4b8c-84ec-19d55ffa4358} <Debug> oximeter.measurements_u32 (9a99085b-f52b-490e-87b5-15046eb254a9): Loading data parts | ||
| 370 | 2024.12.16 20:50:10.132192 [ 261 ] {ff570039-7aa5-4b8c-84ec-19d55ffa4358} <Debug> oximeter.measurements_u32 (9a99085b-f52b-490e-87b5-15046eb254a9): There are no data parts | ||
| 371 | 2024.12.16 20:50:10.133486 [ 261 ] {ff570039-7aa5-4b8c-84ec-19d55ffa4358} <Debug> TCPHandler: Processed in 0.00369216 sec. | ||
| 372 | 2024.12.16 20:50:10.133687 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.12.16 20:50:10.133877 [ 258 ] {f7e85f5a-63dd-4aee-93c8-ca5046a49cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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) | ||
| 374 | 2024.12.16 20:50:10.133939 [ 258 ] {f7e85f5a-63dd-4aee-93c8-ca5046a49cc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 375 | 2024.12.16 20:50:10.135578 [ 258 ] {f7e85f5a-63dd-4aee-93c8-ca5046a49cc2} <Debug> oximeter.measurements_i64 (f5a02ce5-d682-48ff-8fae-3785be7d242b): Loading data parts | ||
| 376 | 2024.12.16 20:50:10.135735 [ 258 ] {f7e85f5a-63dd-4aee-93c8-ca5046a49cc2} <Debug> oximeter.measurements_i64 (f5a02ce5-d682-48ff-8fae-3785be7d242b): There are no data parts | ||
| 377 | 2024.12.16 20:50:10.136997 [ 258 ] {f7e85f5a-63dd-4aee-93c8-ca5046a49cc2} <Debug> TCPHandler: Processed in 0.003363694 sec. | ||
| 378 | 2024.12.16 20:50:10.137181 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 379 | 2024.12.16 20:50:10.137392 [ 261 ] {bf53a038-2032-47f0-9035-77c0b6aa88ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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) | ||
| 380 | 2024.12.16 20:50:10.137454 [ 261 ] {bf53a038-2032-47f0-9035-77c0b6aa88ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 381 | 2024.12.16 20:50:10.139769 [ 261 ] {bf53a038-2032-47f0-9035-77c0b6aa88ab} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Loading data parts | ||
| 382 | 2024.12.16 20:50:10.139915 [ 261 ] {bf53a038-2032-47f0-9035-77c0b6aa88ab} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): There are no data parts | ||
| 383 | 2024.12.16 20:50:10.141162 [ 261 ] {bf53a038-2032-47f0-9035-77c0b6aa88ab} <Debug> TCPHandler: Processed in 0.004034077 sec. | ||
| 384 | 2024.12.16 20:50:10.141339 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.12.16 20:50:10.141530 [ 258 ] {8e08c4c3-b387-4018-8bf2-96a99a0bd63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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) | ||
| 386 | 2024.12.16 20:50:10.141593 [ 258 ] {8e08c4c3-b387-4018-8bf2-96a99a0bd63e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 387 | 2024.12.16 20:50:10.143315 [ 258 ] {8e08c4c3-b387-4018-8bf2-96a99a0bd63e} <Debug> oximeter.measurements_f32 (a3940e0a-3307-484e-a633-c41c4238a80c): Loading data parts | ||
| 388 | 2024.12.16 20:50:10.143488 [ 258 ] {8e08c4c3-b387-4018-8bf2-96a99a0bd63e} <Debug> oximeter.measurements_f32 (a3940e0a-3307-484e-a633-c41c4238a80c): There are no data parts | ||
| 389 | 2024.12.16 20:50:10.144755 [ 258 ] {8e08c4c3-b387-4018-8bf2-96a99a0bd63e} <Debug> TCPHandler: Processed in 0.003469377 sec. | ||
| 390 | 2024.12.16 20:50:10.144945 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 391 | 2024.12.16 20:50:10.145156 [ 261 ] {69ddf355-c9b3-4a18-aca7-888377954e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.145232 [ 261 ] {69ddf355-c9b3-4a18-aca7-888377954e4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 393 | 2024.12.16 20:50:10.148165 [ 261 ] {69ddf355-c9b3-4a18-aca7-888377954e4e} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Loading data parts | ||
| 394 | 2024.12.16 20:50:10.148335 [ 261 ] {69ddf355-c9b3-4a18-aca7-888377954e4e} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): There are no data parts | ||
| 395 | 2024.12.16 20:50:10.149873 [ 261 ] {69ddf355-c9b3-4a18-aca7-888377954e4e} <Debug> TCPHandler: Processed in 0.004980575 sec. | ||
| 396 | 2024.12.16 20:50:10.150056 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.12.16 20:50:10.150251 [ 258 ] {36e538a2-1dc5-48d0-8fb0-5e6fca6f8049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.150315 [ 258 ] {36e538a2-1dc5-48d0-8fb0-5e6fca6f8049} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 399 | 2024.12.16 20:50:10.152677 [ 258 ] {36e538a2-1dc5-48d0-8fb0-5e6fca6f8049} <Debug> oximeter.measurements_string (8b9bfd49-12d0-412a-8680-d397807b91e3): Loading data parts | ||
| 400 | 2024.12.16 20:50:10.152864 [ 258 ] {36e538a2-1dc5-48d0-8fb0-5e6fca6f8049} <Debug> oximeter.measurements_string (8b9bfd49-12d0-412a-8680-d397807b91e3): There are no data parts | ||
| 401 | 2024.12.16 20:50:10.154983 [ 258 ] {36e538a2-1dc5-48d0-8fb0-5e6fca6f8049} <Debug> TCPHandler: Processed in 0.004981935 sec. | ||
| 402 | 2024.12.16 20:50:10.155185 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 403 | 2024.12.16 20:50:10.155399 [ 261 ] {3dcec439-3fff-49a2-ae6e-1ec5a946398f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.155464 [ 261 ] {3dcec439-3fff-49a2-ae6e-1ec5a946398f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 412 | 2024.12.16 20:50:10.158423 [ 261 ] {3dcec439-3fff-49a2-ae6e-1ec5a946398f} <Debug> oximeter.measurements_bytes (6062f8b2-d292-4c68-9e28-17835a261447): Loading data parts | ||
| 413 | 2024.12.16 20:50:10.158581 [ 261 ] {3dcec439-3fff-49a2-ae6e-1ec5a946398f} <Debug> oximeter.measurements_bytes (6062f8b2-d292-4c68-9e28-17835a261447): There are no data parts | ||
| 414 | 2024.12.16 20:50:10.160138 [ 261 ] {3dcec439-3fff-49a2-ae6e-1ec5a946398f} <Debug> TCPHandler: Processed in 0.005014515 sec. | ||
| 415 | 2024.12.16 20:50:10.160332 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 416 | 2024.12.16 20:50:10.160554 [ 258 ] {ae1da780-d3e2-4b23-97ab-7868a7bdf1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.160619 [ 258 ] {ae1da780-d3e2-4b23-97ab-7868a7bdf1d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 418 | 2024.12.16 20:50:10.163060 [ 258 ] {ae1da780-d3e2-4b23-97ab-7868a7bdf1d4} <Debug> oximeter.measurements_cumulativei64 (d9ae75bc-290a-49c4-a68c-704069784fa4): Loading data parts | ||
| 419 | 2024.12.16 20:50:10.163245 [ 258 ] {ae1da780-d3e2-4b23-97ab-7868a7bdf1d4} <Debug> oximeter.measurements_cumulativei64 (d9ae75bc-290a-49c4-a68c-704069784fa4): There are no data parts | ||
| 420 | 2024.12.16 20:50:10.165696 [ 258 ] {ae1da780-d3e2-4b23-97ab-7868a7bdf1d4} <Debug> TCPHandler: Processed in 0.005417614 sec. | ||
| 421 | 2024.12.16 20:50:10.165879 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 422 | 2024.12.16 20:50:10.166113 [ 261 ] {18bb1711-e44b-4a0c-aa42-54cf96df56dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.166171 [ 261 ] {18bb1711-e44b-4a0c-aa42-54cf96df56dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 424 | 2024.12.16 20:50:10.168247 [ 261 ] {18bb1711-e44b-4a0c-aa42-54cf96df56dd} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Loading data parts | ||
| 425 | 2024.12.16 20:50:10.168401 [ 261 ] {18bb1711-e44b-4a0c-aa42-54cf96df56dd} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): There are no data parts | ||
| 426 | 2024.12.16 20:50:10.169607 [ 261 ] {18bb1711-e44b-4a0c-aa42-54cf96df56dd} <Debug> TCPHandler: Processed in 0.003779582 sec. | ||
| 427 | 2024.12.16 20:50:10.169794 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 428 | 2024.12.16 20:50:10.170003 [ 258 ] {1c20537e-7254-419a-8c80-488adf8287e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.170076 [ 258 ] {1c20537e-7254-419a-8c80-488adf8287e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 430 | 2024.12.16 20:50:10.172639 [ 258 ] {1c20537e-7254-419a-8c80-488adf8287e2} <Debug> oximeter.measurements_cumulativef32 (842a58e8-a5ec-4538-8d70-128ae812fa6c): Loading data parts | ||
| 431 | 2024.12.16 20:50:10.172815 [ 258 ] {1c20537e-7254-419a-8c80-488adf8287e2} <Debug> oximeter.measurements_cumulativef32 (842a58e8-a5ec-4538-8d70-128ae812fa6c): There are no data parts | ||
| 432 | 2024.12.16 20:50:10.173989 [ 258 ] {1c20537e-7254-419a-8c80-488adf8287e2} <Debug> TCPHandler: Processed in 0.004249091 sec. | ||
| 433 | 2024.12.16 20:50:10.174174 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 434 | 2024.12.16 20:50:10.174415 [ 261 ] {bd6231a1-4af5-4d94-b01b-626b9db66d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.174484 [ 261 ] {bd6231a1-4af5-4d94-b01b-626b9db66d00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 436 | 2024.12.16 20:50:10.176767 [ 261 ] {bd6231a1-4af5-4d94-b01b-626b9db66d00} <Debug> oximeter.measurements_cumulativef64 (2489e733-11e4-4312-a97c-f0ca5d6266e6): Loading data parts | ||
| 437 | 2024.12.16 20:50:10.176944 [ 261 ] {bd6231a1-4af5-4d94-b01b-626b9db66d00} <Debug> oximeter.measurements_cumulativef64 (2489e733-11e4-4312-a97c-f0ca5d6266e6): There are no data parts | ||
| 438 | 2024.12.16 20:50:10.178300 [ 261 ] {bd6231a1-4af5-4d94-b01b-626b9db66d00} <Debug> TCPHandler: Processed in 0.004181951 sec. | ||
| 439 | 2024.12.16 20:50:10.178486 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 440 | 2024.12.16 20:50:10.178793 [ 258 ] {d4ba6646-d95f-4e40-bdc2-1ef017cd66fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.178867 [ 258 ] {d4ba6646-d95f-4e40-bdc2-1ef017cd66fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 452 | 2024.12.16 20:50:10.181061 [ 258 ] {d4ba6646-d95f-4e40-bdc2-1ef017cd66fd} <Debug> oximeter.measurements_histogrami8 (2174ef88-b451-4838-a098-1457c52501d8): Loading data parts | ||
| 453 | 2024.12.16 20:50:10.181221 [ 258 ] {d4ba6646-d95f-4e40-bdc2-1ef017cd66fd} <Debug> oximeter.measurements_histogrami8 (2174ef88-b451-4838-a098-1457c52501d8): There are no data parts | ||
| 454 | 2024.12.16 20:50:10.183425 [ 258 ] {d4ba6646-d95f-4e40-bdc2-1ef017cd66fd} <Debug> TCPHandler: Processed in 0.004995755 sec. | ||
| 455 | 2024.12.16 20:50:10.183626 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 456 | 2024.12.16 20:50:10.183910 [ 261 ] {4295d4c7-3961-4df9-a7f9-8c79e87598d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.183988 [ 261 ] {4295d4c7-3961-4df9-a7f9-8c79e87598d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 458 | 2024.12.16 20:50:10.186288 [ 261 ] {4295d4c7-3961-4df9-a7f9-8c79e87598d3} <Debug> oximeter.measurements_histogramu8 (c42b5479-a6e1-436e-be39-8e7ab377a2b7): Loading data parts | ||
| 459 | 2024.12.16 20:50:10.186443 [ 261 ] {4295d4c7-3961-4df9-a7f9-8c79e87598d3} <Debug> oximeter.measurements_histogramu8 (c42b5479-a6e1-436e-be39-8e7ab377a2b7): There are no data parts | ||
| 460 | 2024.12.16 20:50:10.187984 [ 261 ] {4295d4c7-3961-4df9-a7f9-8c79e87598d3} <Debug> TCPHandler: Processed in 0.004417975 sec. | ||
| 461 | 2024.12.16 20:50:10.188167 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 462 | 2024.12.16 20:50:10.188433 [ 258 ] {11c9a8d3-def5-45c4-b75f-cbe8cd31cf4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.188512 [ 258 ] {11c9a8d3-def5-45c4-b75f-cbe8cd31cf4b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 464 | 2024.12.16 20:50:10.191162 [ 258 ] {11c9a8d3-def5-45c4-b75f-cbe8cd31cf4b} <Debug> oximeter.measurements_histogrami16 (eb1c08ee-31e2-4add-9383-224638035e21): Loading data parts | ||
| 465 | 2024.12.16 20:50:10.191343 [ 258 ] {11c9a8d3-def5-45c4-b75f-cbe8cd31cf4b} <Debug> oximeter.measurements_histogrami16 (eb1c08ee-31e2-4add-9383-224638035e21): There are no data parts | ||
| 466 | 2024.12.16 20:50:10.192575 [ 258 ] {11c9a8d3-def5-45c4-b75f-cbe8cd31cf4b} <Debug> TCPHandler: Processed in 0.004464875 sec. | ||
| 467 | 2024.12.16 20:50:10.192812 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 468 | 2024.12.16 20:50:10.193171 [ 261 ] {28f7bb81-a571-4f4f-8299-e3d396a22b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.193249 [ 261 ] {28f7bb81-a571-4f4f-8299-e3d396a22b23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 470 | 2024.12.16 20:50:10.195442 [ 261 ] {28f7bb81-a571-4f4f-8299-e3d396a22b23} <Debug> oximeter.measurements_histogramu16 (926c7bf6-6de5-4999-ba75-7dba069edb2a): Loading data parts | ||
| 471 | 2024.12.16 20:50:10.195612 [ 261 ] {28f7bb81-a571-4f4f-8299-e3d396a22b23} <Debug> oximeter.measurements_histogramu16 (926c7bf6-6de5-4999-ba75-7dba069edb2a): There are no data parts | ||
| 472 | 2024.12.16 20:50:10.197929 [ 261 ] {28f7bb81-a571-4f4f-8299-e3d396a22b23} <Debug> TCPHandler: Processed in 0.00518245 sec. | ||
| 473 | 2024.12.16 20:50:10.198864 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 474 | 2024.12.16 20:50:10.199157 [ 258 ] {d59066e5-cd41-4b84-b31c-2bea77eb6080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.199244 [ 258 ] {d59066e5-cd41-4b84-b31c-2bea77eb6080} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 476 | 2024.12.16 20:50:10.202390 [ 258 ] {d59066e5-cd41-4b84-b31c-2bea77eb6080} <Debug> oximeter.measurements_histogrami32 (85e1208d-f9ef-444b-bc7b-15262e61bd02): Loading data parts | ||
| 477 | 2024.12.16 20:50:10.202578 [ 258 ] {d59066e5-cd41-4b84-b31c-2bea77eb6080} <Debug> oximeter.measurements_histogrami32 (85e1208d-f9ef-444b-bc7b-15262e61bd02): There are no data parts | ||
| 478 | 2024.12.16 20:50:10.206361 [ 258 ] {d59066e5-cd41-4b84-b31c-2bea77eb6080} <Debug> TCPHandler: Processed in 0.008241138 sec. | ||
| 479 | 2024.12.16 20:50:10.206557 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 480 | 2024.12.16 20:50:10.206851 [ 261 ] {28a73e81-28d9-4e6f-8898-57065c11a3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.206931 [ 261 ] {28a73e81-28d9-4e6f-8898-57065c11a3ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 482 | 2024.12.16 20:50:10.209382 [ 261 ] {28a73e81-28d9-4e6f-8898-57065c11a3ca} <Debug> oximeter.measurements_histogramu32 (26e1d19c-e0f6-42e5-a0b7-56d274643e4e): Loading data parts | ||
| 483 | 2024.12.16 20:50:10.209553 [ 261 ] {28a73e81-28d9-4e6f-8898-57065c11a3ca} <Debug> oximeter.measurements_histogramu32 (26e1d19c-e0f6-42e5-a0b7-56d274643e4e): There are no data parts | ||
| 484 | 2024.12.16 20:50:10.210804 [ 261 ] {28a73e81-28d9-4e6f-8898-57065c11a3ca} <Debug> TCPHandler: Processed in 0.004303243 sec. | ||
| 485 | 2024.12.16 20:50:10.210990 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 486 | 2024.12.16 20:50:10.211258 [ 258 ] {00f9c120-0268-4e07-8101-84a1ae2cbd49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.211343 [ 258 ] {00f9c120-0268-4e07-8101-84a1ae2cbd49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 488 | 2024.12.16 20:50:10.213486 [ 258 ] {00f9c120-0268-4e07-8101-84a1ae2cbd49} <Debug> oximeter.measurements_histogrami64 (85b24f7e-dffa-49fa-b484-a6df7cce7c20): Loading data parts | ||
| 489 | 2024.12.16 20:50:10.213672 [ 258 ] {00f9c120-0268-4e07-8101-84a1ae2cbd49} <Debug> oximeter.measurements_histogrami64 (85b24f7e-dffa-49fa-b484-a6df7cce7c20): There are no data parts | ||
| 490 | 2024.12.16 20:50:10.215058 [ 258 ] {00f9c120-0268-4e07-8101-84a1ae2cbd49} <Debug> TCPHandler: Processed in 0.004123259 sec. | ||
| 491 | 2024.12.16 20:50:10.215248 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 492 | 2024.12.16 20:50:10.215544 [ 261 ] {c56f8c87-1fdb-4f5d-a739-afe0cb6756f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.215622 [ 261 ] {c56f8c87-1fdb-4f5d-a739-afe0cb6756f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 494 | 2024.12.16 20:50:10.217667 [ 261 ] {c56f8c87-1fdb-4f5d-a739-afe0cb6756f4} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Loading data parts | ||
| 495 | 2024.12.16 20:50:10.217844 [ 261 ] {c56f8c87-1fdb-4f5d-a739-afe0cb6756f4} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): There are no data parts | ||
| 496 | 2024.12.16 20:50:10.220739 [ 261 ] {c56f8c87-1fdb-4f5d-a739-afe0cb6756f4} <Debug> TCPHandler: Processed in 0.005545366 sec. | ||
| 497 | 2024.12.16 20:50:10.220928 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 498 | 2024.12.16 20:50:10.221197 [ 258 ] {917dd87c-4f7e-47f1-b5f4-cb7760532599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.221280 [ 258 ] {917dd87c-4f7e-47f1-b5f4-cb7760532599} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 500 | 2024.12.16 20:50:10.223514 [ 258 ] {917dd87c-4f7e-47f1-b5f4-cb7760532599} <Debug> oximeter.measurements_histogramf32 (e023a9a2-1540-4036-bc88-c5a3fc86a118): Loading data parts | ||
| 501 | 2024.12.16 20:50:10.223718 [ 258 ] {917dd87c-4f7e-47f1-b5f4-cb7760532599} <Debug> oximeter.measurements_histogramf32 (e023a9a2-1540-4036-bc88-c5a3fc86a118): There are no data parts | ||
| 502 | 2024.12.16 20:50:10.225523 [ 258 ] {917dd87c-4f7e-47f1-b5f4-cb7760532599} <Debug> TCPHandler: Processed in 0.004649629 sec. | ||
| 503 | 2024.12.16 20:50:10.225718 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 504 | 2024.12.16 20:50:10.226010 [ 261 ] {d22b79d4-45be-4220-a257-b09cc40b12d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.226085 [ 261 ] {d22b79d4-45be-4220-a257-b09cc40b12d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 506 | 2024.12.16 20:50:10.229131 [ 261 ] {d22b79d4-45be-4220-a257-b09cc40b12d8} <Debug> oximeter.measurements_histogramf64 (55be2029-1a12-4299-995f-fd64323f8100): Loading data parts | ||
| 507 | 2024.12.16 20:50:10.229307 [ 261 ] {d22b79d4-45be-4220-a257-b09cc40b12d8} <Debug> oximeter.measurements_histogramf64 (55be2029-1a12-4299-995f-fd64323f8100): There are no data parts | ||
| 508 | 2024.12.16 20:50:10.232844 [ 261 ] {d22b79d4-45be-4220-a257-b09cc40b12d8} <Debug> TCPHandler: Processed in 0.007179767 sec. | ||
| 509 | 2024.12.16 20:50:10.233033 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 510 | 2024.12.16 20:50:10.233233 [ 258 ] {0853afa6-8f27-4e20-805b-131db112947e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) /* 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.16 20:50:10.233312 [ 258 ] {0853afa6-8f27-4e20-805b-131db112947e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 537 | 2024.12.16 20:50:10.235719 [ 258 ] {0853afa6-8f27-4e20-805b-131db112947e} <Debug> oximeter.fields_bool (fda8a023-c593-44a4-afcc-c96b2a8571c0): Loading data parts | ||
| 538 | 2024.12.16 20:50:10.235895 [ 258 ] {0853afa6-8f27-4e20-805b-131db112947e} <Debug> oximeter.fields_bool (fda8a023-c593-44a4-afcc-c96b2a8571c0): There are no data parts | ||
| 539 | 2024.12.16 20:50:10.237197 [ 258 ] {0853afa6-8f27-4e20-805b-131db112947e} <Debug> TCPHandler: Processed in 0.004219881 sec. | ||
| 540 | 2024.12.16 20:50:10.237403 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 541 | 2024.12.16 20:50:10.237624 [ 261 ] {27ebe47b-634b-4b40-b769-6289195b20b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.237690 [ 261 ] {27ebe47b-634b-4b40-b769-6289195b20b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 543 | 2024.12.16 20:50:10.241144 [ 261 ] {27ebe47b-634b-4b40-b769-6289195b20b4} <Debug> oximeter.fields_i8 (e5dfbfee-b2a7-43c6-9ddc-aec11325571f): Loading data parts | ||
| 544 | 2024.12.16 20:50:10.241307 [ 261 ] {27ebe47b-634b-4b40-b769-6289195b20b4} <Debug> oximeter.fields_i8 (e5dfbfee-b2a7-43c6-9ddc-aec11325571f): There are no data parts | ||
| 545 | 2024.12.16 20:50:10.243126 [ 261 ] {27ebe47b-634b-4b40-b769-6289195b20b4} <Debug> TCPHandler: Processed in 0.00577549 sec. | ||
| 546 | 2024.12.16 20:50:10.243312 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2024.12.16 20:50:10.243512 [ 258 ] {5db48f7d-bfba-4130-b4a1-d03055abae4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.243585 [ 258 ] {5db48f7d-bfba-4130-b4a1-d03055abae4b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 549 | 2024.12.16 20:50:10.245870 [ 258 ] {5db48f7d-bfba-4130-b4a1-d03055abae4b} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Loading data parts | ||
| 550 | 2024.12.16 20:50:10.246061 [ 258 ] {5db48f7d-bfba-4130-b4a1-d03055abae4b} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): There are no data parts | ||
| 551 | 2024.12.16 20:50:10.247688 [ 258 ] {5db48f7d-bfba-4130-b4a1-d03055abae4b} <Debug> TCPHandler: Processed in 0.004435724 sec. | ||
| 552 | 2024.12.16 20:50:10.247870 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 553 | 2024.12.16 20:50:10.248089 [ 261 ] {c85f3eda-937c-4fb0-b984-4a5f88677b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.248159 [ 261 ] {c85f3eda-937c-4fb0-b984-4a5f88677b24} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 555 | 2024.12.16 20:50:10.250324 [ 261 ] {c85f3eda-937c-4fb0-b984-4a5f88677b24} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Loading data parts | ||
| 556 | 2024.12.16 20:50:10.250476 [ 261 ] {c85f3eda-937c-4fb0-b984-4a5f88677b24} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): There are no data parts | ||
| 557 | 2024.12.16 20:50:10.251647 [ 261 ] {c85f3eda-937c-4fb0-b984-4a5f88677b24} <Debug> TCPHandler: Processed in 0.003832583 sec. | ||
| 558 | 2024.12.16 20:50:10.251817 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2024.12.16 20:50:10.252017 [ 258 ] {742225a8-50df-47f4-a38f-b890c71a9721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.252088 [ 258 ] {742225a8-50df-47f4-a38f-b890c71a9721} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 561 | 2024.12.16 20:50:10.253831 [ 258 ] {742225a8-50df-47f4-a38f-b890c71a9721} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Loading data parts | ||
| 562 | 2024.12.16 20:50:10.254013 [ 258 ] {742225a8-50df-47f4-a38f-b890c71a9721} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): There are no data parts | ||
| 563 | 2024.12.16 20:50:10.255190 [ 258 ] {742225a8-50df-47f4-a38f-b890c71a9721} <Debug> TCPHandler: Processed in 0.003426946 sec. | ||
| 564 | 2024.12.16 20:50:10.255378 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 565 | 2024.12.16 20:50:10.255600 [ 261 ] {63143438-9397-4b44-84bd-f78165a9e7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.255672 [ 261 ] {63143438-9397-4b44-84bd-f78165a9e7d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 567 | 2024.12.16 20:50:10.258568 [ 261 ] {63143438-9397-4b44-84bd-f78165a9e7d5} <Debug> oximeter.fields_i32 (d3b79512-3281-43fa-9636-a3a760264c20): Loading data parts | ||
| 568 | 2024.12.16 20:50:10.258744 [ 261 ] {63143438-9397-4b44-84bd-f78165a9e7d5} <Debug> oximeter.fields_i32 (d3b79512-3281-43fa-9636-a3a760264c20): There are no data parts | ||
| 569 | 2024.12.16 20:50:10.261157 [ 261 ] {63143438-9397-4b44-84bd-f78165a9e7d5} <Debug> TCPHandler: Processed in 0.005831282 sec. | ||
| 570 | 2024.12.16 20:50:10.261340 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2024.12.16 20:50:10.261543 [ 258 ] {19e3588b-cf35-4441-95bb-3484c6826dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.261613 [ 258 ] {19e3588b-cf35-4441-95bb-3484c6826dfa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 573 | 2024.12.16 20:50:10.263502 [ 258 ] {19e3588b-cf35-4441-95bb-3484c6826dfa} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Loading data parts | ||
| 574 | 2024.12.16 20:50:10.263672 [ 258 ] {19e3588b-cf35-4441-95bb-3484c6826dfa} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): There are no data parts | ||
| 575 | 2024.12.16 20:50:10.265638 [ 258 ] {19e3588b-cf35-4441-95bb-3484c6826dfa} <Debug> TCPHandler: Processed in 0.004353193 sec. | ||
| 576 | 2024.12.16 20:50:10.265827 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 577 | 2024.12.16 20:50:10.266050 [ 261 ] {f4ae556c-12de-459b-a934-76148b319a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.266119 [ 261 ] {f4ae556c-12de-459b-a934-76148b319a45} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 579 | 2024.12.16 20:50:10.268908 [ 261 ] {f4ae556c-12de-459b-a934-76148b319a45} <Debug> oximeter.fields_i64 (e25ba216-e4ec-4c4d-a162-98c2a7fc2581): Loading data parts | ||
| 580 | 2024.12.16 20:50:10.269086 [ 261 ] {f4ae556c-12de-459b-a934-76148b319a45} <Debug> oximeter.fields_i64 (e25ba216-e4ec-4c4d-a162-98c2a7fc2581): There are no data parts | ||
| 581 | 2024.12.16 20:50:10.271647 [ 261 ] {f4ae556c-12de-459b-a934-76148b319a45} <Debug> TCPHandler: Processed in 0.005875272 sec. | ||
| 582 | 2024.12.16 20:50:10.271823 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.12.16 20:50:10.272023 [ 258 ] {60163aee-76b4-49a6-b916-09227e4a6afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.272096 [ 258 ] {60163aee-76b4-49a6-b916-09227e4a6afb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 585 | 2024.12.16 20:50:10.273923 [ 258 ] {60163aee-76b4-49a6-b916-09227e4a6afb} <Debug> oximeter.fields_u64 (6370573f-1b80-4052-8725-f00101615214): Loading data parts | ||
| 586 | 2024.12.16 20:50:10.274100 [ 258 ] {60163aee-76b4-49a6-b916-09227e4a6afb} <Debug> oximeter.fields_u64 (6370573f-1b80-4052-8725-f00101615214): There are no data parts | ||
| 587 | 2024.12.16 20:50:10.275481 [ 258 ] {60163aee-76b4-49a6-b916-09227e4a6afb} <Debug> TCPHandler: Processed in 0.003710231 sec. | ||
| 588 | 2024.12.16 20:50:10.275665 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2024.12.16 20:50:10.275887 [ 261 ] {8a9675c3-0018-432d-940c-e6de3c714204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.275956 [ 261 ] {8a9675c3-0018-432d-940c-e6de3c714204} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 591 | 2024.12.16 20:50:10.278950 [ 261 ] {8a9675c3-0018-432d-940c-e6de3c714204} <Debug> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Loading data parts | ||
| 592 | 2024.12.16 20:50:10.279124 [ 261 ] {8a9675c3-0018-432d-940c-e6de3c714204} <Debug> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): There are no data parts | ||
| 593 | 2024.12.16 20:50:10.282033 [ 261 ] {8a9675c3-0018-432d-940c-e6de3c714204} <Debug> TCPHandler: Processed in 0.006425052 sec. | ||
| 594 | 2024.12.16 20:50:10.282217 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.12.16 20:50:10.282419 [ 258 ] {4347bb24-67a1-4899-abd2-27e909c73cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) 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.16 20:50:10.282503 [ 258 ] {4347bb24-67a1-4899-abd2-27e909c73cd2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 597 | 2024.12.16 20:50:10.285190 [ 258 ] {4347bb24-67a1-4899-abd2-27e909c73cd2} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Loading data parts | ||
| 598 | 2024.12.16 20:50:10.285356 [ 258 ] {4347bb24-67a1-4899-abd2-27e909c73cd2} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): There are no data parts | ||
| 599 | 2024.12.16 20:50:10.287891 [ 258 ] {4347bb24-67a1-4899-abd2-27e909c73cd2} <Debug> TCPHandler: Processed in 0.005728119 sec. | ||
| 600 | 2024.12.16 20:50:10.288101 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 601 | 2024.12.16 20:50:10.288298 [ 261 ] {d51f19ac-2181-42db-ad9a-d3452be1f809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) 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.16 20:50:10.288374 [ 261 ] {d51f19ac-2181-42db-ad9a-d3452be1f809} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 603 | 2024.12.16 20:50:10.290092 [ 261 ] {d51f19ac-2181-42db-ad9a-d3452be1f809} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Loading data parts | ||
| 604 | 2024.12.16 20:50:10.290277 [ 261 ] {d51f19ac-2181-42db-ad9a-d3452be1f809} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): There are no data parts | ||
| 605 | 2024.12.16 20:50:10.291570 [ 261 ] {d51f19ac-2181-42db-ad9a-d3452be1f809} <Debug> TCPHandler: Processed in 0.003522747 sec. | ||
| 606 | 2024.12.16 20:50:10.291767 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.12.16 20:50:10.292067 [ 258 ] {852a2a85-bf93-47c8-8525-c6f7962a01c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) /* 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.16 20:50:10.292156 [ 258 ] {852a2a85-bf93-47c8-8525-c6f7962a01c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 612 | 2024.12.16 20:50:10.293933 [ 258 ] {852a2a85-bf93-47c8-8525-c6f7962a01c9} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Loading data parts | ||
| 613 | 2024.12.16 20:50:10.294092 [ 258 ] {852a2a85-bf93-47c8-8525-c6f7962a01c9} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): There are no data parts | ||
| 614 | 2024.12.16 20:50:10.295388 [ 258 ] {852a2a85-bf93-47c8-8525-c6f7962a01c9} <Debug> TCPHandler: Processed in 0.00367513 sec. | ||
| 615 | 2024.12.16 20:50:10.295568 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 616 | 2024.12.16 20:50:10.295756 [ 261 ] {e2e07f71-bd49-4256-a67d-48204eb6a407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 617 | 2024.12.16 20:50:10.296524 [ 261 ] {e2e07f71-bd49-4256-a67d-48204eb6a407} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 618 | 2024.12.16 20:50:10.306743 [ 268 ] {e2e07f71-bd49-4256-a67d-48204eb6a407} <Trace> oximeter.version (15b853f1-9659-4a29-95c3-7af0d7f0bddc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 619 | 2024.12.16 20:50:10.306829 [ 268 ] {e2e07f71-bd49-4256-a67d-48204eb6a407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 620 | 2024.12.16 20:50:10.311855 [ 268 ] {e2e07f71-bd49-4256-a67d-48204eb6a407} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 621 | 2024.12.16 20:50:10.312254 [ 268 ] {e2e07f71-bd49-4256-a67d-48204eb6a407} <Trace> oximeter.version (15b853f1-9659-4a29-95c3-7af0d7f0bddc): 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.16 20:50:10.312640 [ 261 ] {e2e07f71-bd49-4256-a67d-48204eb6a407} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016948 sec., 59.00401227283455 rows/sec., 944.06 B/sec. | ||
| 623 | 2024.12.16 20:50:10.312918 [ 261 ] {e2e07f71-bd49-4256-a67d-48204eb6a407} <Debug> TCPHandler: Processed in 0.017402383 sec. | ||
| 624 | 2024.12.16 20:50:11.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 129.37 MiB, peak 129.37 MiB, free memory in arenas 0.00 B, will set to 139.88 MiB (RSS), difference: 10.50 MiB | ||
| 625 | 2024.12.16 20:50:11.187104 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39484 | ||
| 626 | 2024.12.16 20:50:11.187237 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 627 | 2024.12.16 20:50:11.187267 [ 269 ] {} <Debug> TCP-Session: 1a70432a-1021-4cd1-8402-025b45c75420 Authenticating user 'default' from [fd00:1122:3344:101::a]:39484 | ||
| 628 | 2024.12.16 20:50:11.187292 [ 269 ] {} <Debug> TCP-Session: 1a70432a-1021-4cd1-8402-025b45c75420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.12.16 20:50:11.187356 [ 269 ] {} <Debug> TCP-Session: 1a70432a-1021-4cd1-8402-025b45c75420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 630 | 2024.12.16 20:50:11.187413 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 631 | 2024.12.16 20:50:11.187444 [ 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 | ||
| 632 | 2024.12.16 20:50:11.187498 [ 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 | ||
| 633 | 2024.12.16 20:50:11.188163 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53986 | ||
| 634 | 2024.12.16 20:50:11.188313 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2024.12.16 20:50:11.188351 [ 270 ] {} <Debug> TCP-Session: bb34b71c-4d5c-4a56-a056-c595df84ab41 Authenticating user 'default' from [fd00:1122:3344:101::c]:53986 | ||
| 636 | 2024.12.16 20:50:11.188420 [ 270 ] {} <Debug> TCP-Session: bb34b71c-4d5c-4a56-a056-c595df84ab41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 637 | 2024.12.16 20:50:11.188439 [ 270 ] {} <Debug> TCP-Session: bb34b71c-4d5c-4a56-a056-c595df84ab41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 638 | 2024.12.16 20:50:11.188503 [ 270 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 639 | 2024.12.16 20:50:11.188576 [ 270 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 640 | 2024.12.16 20:50:11.188590 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34021 | ||
| 641 | 2024.12.16 20:50:11.188606 [ 270 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 642 | 2024.12.16 20:50:11.188694 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59005 | ||
| 643 | 2024.12.16 20:50:11.188906 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 644 | 2024.12.16 20:50:11.188916 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41202 | ||
| 645 | 2024.12.16 20:50:11.188961 [ 271 ] {} <Debug> TCP-Session: 234dad4e-fa32-4ac1-a308-607b86e43f70 Authenticating user 'default' from [fd00:1122:3344:101::a]:34021 | ||
| 646 | 2024.12.16 20:50:11.189241 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 647 | 2024.12.16 20:50:11.189274 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44110 | ||
| 648 | 2024.12.16 20:50:11.189244 [ 271 ] {} <Debug> TCP-Session: 234dad4e-fa32-4ac1-a308-607b86e43f70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2024.12.16 20:50:11.189329 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42497 | ||
| 650 | 2024.12.16 20:50:11.189370 [ 271 ] {} <Debug> TCP-Session: 234dad4e-fa32-4ac1-a308-607b86e43f70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2024.12.16 20:50:11.189361 [ 273 ] {} <Debug> TCP-Session: 91e4b463-8395-48f4-b8c6-23b8ecc2bcad Authenticating user 'default' from [fd00:1122:3344:101::a]:41202 | ||
| 652 | 2024.12.16 20:50:11.189229 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 653 | 2024.12.16 20:50:11.189646 [ 272 ] {} <Debug> TCP-Session: 37b4b5d6-257b-48b6-882f-60f63f8bfbe7 Authenticating user 'default' from [fd00:1122:3344:101::a]:59005 | ||
| 654 | 2024.12.16 20:50:11.189657 [ 273 ] {} <Debug> TCP-Session: 91e4b463-8395-48f4-b8c6-23b8ecc2bcad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2024.12.16 20:50:11.189643 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47909 | ||
| 656 | 2024.12.16 20:50:11.189817 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45383 | ||
| 657 | 2024.12.16 20:50:11.189866 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 658 | 2024.12.16 20:50:11.189866 [ 273 ] {} <Debug> TCP-Session: 91e4b463-8395-48f4-b8c6-23b8ecc2bcad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2024.12.16 20:50:11.190158 [ 275 ] {} <Debug> TCP-Session: eae3ab8f-7a00-4395-a823-a7b89a7170b6 Authenticating user 'default' from [fd00:1122:3344:101::a]:42497 | ||
| 660 | 2024.12.16 20:50:11.190031 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 661 | 2024.12.16 20:50:11.190197 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 662 | 2024.12.16 20:50:11.190250 [ 275 ] {} <Debug> TCP-Session: eae3ab8f-7a00-4395-a823-a7b89a7170b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2024.12.16 20:50:11.190276 [ 272 ] {} <Debug> TCP-Session: 37b4b5d6-257b-48b6-882f-60f63f8bfbe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2024.12.16 20:50:11.190337 [ 276 ] {} <Debug> TCP-Session: f0cc29b4-cf65-404b-9c93-5a5b177a759e Authenticating user 'default' from [fd00:1122:3344:101::a]:47909 | ||
| 665 | 2024.12.16 20:50:11.190362 [ 275 ] {} <Debug> TCP-Session: eae3ab8f-7a00-4395-a823-a7b89a7170b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.12.16 20:50:11.190365 [ 277 ] {} <Debug> TCP-Session: 442e2ced-e5b3-4167-840c-888e572284ff Authenticating user 'default' from [fd00:1122:3344:101::a]:45383 | ||
| 667 | 2024.12.16 20:50:11.190408 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40359 | ||
| 668 | 2024.12.16 20:50:11.190441 [ 276 ] {} <Debug> TCP-Session: f0cc29b4-cf65-404b-9c93-5a5b177a759e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.12.16 20:50:11.190480 [ 272 ] {} <Debug> TCP-Session: 37b4b5d6-257b-48b6-882f-60f63f8bfbe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.12.16 20:50:11.190482 [ 277 ] {} <Debug> TCP-Session: 442e2ced-e5b3-4167-840c-888e572284ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.12.16 20:50:11.190543 [ 276 ] {} <Debug> TCP-Session: f0cc29b4-cf65-404b-9c93-5a5b177a759e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.12.16 20:50:11.190780 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51621 | ||
| 673 | 2024.12.16 20:50:11.190817 [ 277 ] {} <Debug> TCP-Session: 442e2ced-e5b3-4167-840c-888e572284ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 674 | 2024.12.16 20:50:11.190784 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 675 | 2024.12.16 20:50:11.190838 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33536 | ||
| 676 | 2024.12.16 20:50:11.191198 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51304 | ||
| 677 | 2024.12.16 20:50:11.191242 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2024.12.16 20:50:11.191198 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2024.12.16 20:50:11.191431 [ 278 ] {} <Debug> TCP-Session: 12eb0a2f-bafa-4cef-9471-f6a8e5ab35b1 Authenticating user 'default' from [fd00:1122:3344:101::c]:40359 | ||
| 680 | 2024.12.16 20:50:11.191503 [ 280 ] {} <Debug> TCP-Session: 0e68e25c-0674-4527-9b4b-079f7d429215 Authenticating user 'default' from [fd00:1122:3344:101::c]:33536 | ||
| 681 | 2024.12.16 20:50:11.191568 [ 279 ] {} <Debug> TCP-Session: 8ff1d6d6-7d3b-4731-86c8-4a905107b0e7 Authenticating user 'default' from [fd00:1122:3344:101::c]:51621 | ||
| 682 | 2024.12.16 20:50:11.191580 [ 278 ] {} <Debug> TCP-Session: 12eb0a2f-bafa-4cef-9471-f6a8e5ab35b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2024.12.16 20:50:11.191540 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62361 | ||
| 684 | 2024.12.16 20:50:11.191651 [ 280 ] {} <Debug> TCP-Session: 0e68e25c-0674-4527-9b4b-079f7d429215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2024.12.16 20:50:11.191693 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41613 | ||
| 686 | 2024.12.16 20:50:11.191713 [ 279 ] {} <Debug> TCP-Session: 8ff1d6d6-7d3b-4731-86c8-4a905107b0e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2024.12.16 20:50:11.191760 [ 280 ] {} <Debug> TCP-Session: 0e68e25c-0674-4527-9b4b-079f7d429215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2024.12.16 20:50:11.191752 [ 278 ] {} <Debug> TCP-Session: 12eb0a2f-bafa-4cef-9471-f6a8e5ab35b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.12.16 20:50:11.192215 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 690 | 2024.12.16 20:50:11.192213 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51148 | ||
| 691 | 2024.12.16 20:50:11.192211 [ 279 ] {} <Debug> TCP-Session: 8ff1d6d6-7d3b-4731-86c8-4a905107b0e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2024.12.16 20:50:11.192300 [ 282 ] {} <Debug> TCP-Session: 480813db-86a3-47d0-afdc-4d9116b5e80d Authenticating user 'default' from [fd00:1122:3344:101::c]:62361 | ||
| 693 | 2024.12.16 20:50:11.192359 [ 282 ] {} <Debug> TCP-Session: 480813db-86a3-47d0-afdc-4d9116b5e80d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.12.16 20:50:11.192523 [ 282 ] {} <Debug> TCP-Session: 480813db-86a3-47d0-afdc-4d9116b5e80d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.12.16 20:50:11.195067 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2024.12.16 20:50:11.195106 [ 281 ] {} <Debug> TCP-Session: cb0c6d3e-c043-4046-a156-3a9854a8a39c Authenticating user 'default' from [fd00:1122:3344:101::c]:51304 | ||
| 697 | 2024.12.16 20:50:11.195176 [ 281 ] {} <Debug> TCP-Session: cb0c6d3e-c043-4046-a156-3a9854a8a39c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.12.16 20:50:11.195191 [ 281 ] {} <Debug> TCP-Session: cb0c6d3e-c043-4046-a156-3a9854a8a39c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2024.12.16 20:50:11.197025 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 700 | 2024.12.16 20:50:11.197130 [ 274 ] {} <Debug> TCP-Session: 7fb28326-f585-46cf-bfd2-6f29a381c4e7 Authenticating user 'default' from [fd00:1122:3344:101::a]:44110 | ||
| 701 | 2024.12.16 20:50:11.197157 [ 274 ] {} <Debug> TCP-Session: 7fb28326-f585-46cf-bfd2-6f29a381c4e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.12.16 20:50:11.197179 [ 274 ] {} <Debug> TCP-Session: 7fb28326-f585-46cf-bfd2-6f29a381c4e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2024.12.16 20:50:11.200306 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 704 | 2024.12.16 20:50:11.200319 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 705 | 2024.12.16 20:50:11.200352 [ 284 ] {} <Debug> TCP-Session: 9abb56c7-0e95-460f-81f0-665223df5ae5 Authenticating user 'default' from [fd00:1122:3344:101::c]:51148 | ||
| 706 | 2024.12.16 20:50:11.200378 [ 283 ] {} <Debug> TCP-Session: 35ad09d7-2d81-433e-85bc-f44ea452aab0 Authenticating user 'default' from [fd00:1122:3344:101::c]:41613 | ||
| 707 | 2024.12.16 20:50:11.200388 [ 284 ] {} <Debug> TCP-Session: 9abb56c7-0e95-460f-81f0-665223df5ae5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2024.12.16 20:50:11.200459 [ 283 ] {} <Debug> TCP-Session: 35ad09d7-2d81-433e-85bc-f44ea452aab0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.12.16 20:50:11.200467 [ 284 ] {} <Debug> TCP-Session: 9abb56c7-0e95-460f-81f0-665223df5ae5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.12.16 20:50:11.200485 [ 283 ] {} <Debug> TCP-Session: 35ad09d7-2d81-433e-85bc-f44ea452aab0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 711 | 2024.12.16 20:50:13.818538 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 712 | 2024.12.16 20:50:13.818557 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 713 | 2024.12.16 20:50:13.818647 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 714 | 2024.12.16 20:50:13.818800 [ 242 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 715 | 2024.12.16 20:50:13.826666 [ 242 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Loading data parts | ||
| 716 | 2024.12.16 20:50:13.827050 [ 242 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): There are no data parts | ||
| 717 | 2024.12.16 20:50:13.833843 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 718 | 2024.12.16 20:50:13.833942 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 719 | 2024.12.16 20:50:13.836932 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 720 | 2024.12.16 20:50:13.837805 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 721 | 2024.12.16 20:50:13.838564 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 722 | 2024.12.16 20:50:13.844693 [ 244 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Loading data parts | ||
| 723 | 2024.12.16 20:50:13.844916 [ 244 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): There are no data parts | ||
| 724 | 2024.12.16 20:50:13.868179 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 725 | 2024.12.16 20:50:13.868237 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 726 | 2024.12.16 20:50:13.875637 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 727 | 2024.12.16 20:50:13.876520 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 728 | 2024.12.16 20:50:13.879393 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 729 | 2024.12.16 20:50:14.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.82 MiB, peak 149.82 MiB, free memory in arenas 0.00 B, will set to 150.61 MiB (RSS), difference: 4.80 MiB | ||
| 730 | 2024.12.16 20:50:16.318477 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 731 | 2024.12.16 20:50:16.318575 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 732 | 2024.12.16 20:50:16.324947 [ 243 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Loading data parts | ||
| 733 | 2024.12.16 20:50:16.325181 [ 243 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): There are no data parts | ||
| 734 | 2024.12.16 20:50:16.333366 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 735 | 2024.12.16 20:50:16.333428 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 736 | 2024.12.16 20:50:16.335036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 737 | 2024.12.16 20:50:16.335354 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 738 | 2024.12.16 20:50:16.335838 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 739 | 2024.12.16 20:50:17.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.81 MiB, peak 154.81 MiB, free memory in arenas 0.00 B, will set to 151.03 MiB (RSS), difference: -3.78 MiB | ||
| 740 | 2024.12.16 20:50:19.556108 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63593 | ||
| 741 | 2024.12.16 20:50:19.556235 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 742 | 2024.12.16 20:50:19.556268 [ 285 ] {} <Debug> TCP-Session: ac8b794a-3d3c-47d5-b6fd-3fc5db03e22b Authenticating user 'default' from [fd00:1122:3344:101::b]:63593 | ||
| 743 | 2024.12.16 20:50:19.556292 [ 285 ] {} <Debug> TCP-Session: ac8b794a-3d3c-47d5-b6fd-3fc5db03e22b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2024.12.16 20:50:19.556362 [ 285 ] {} <Debug> TCP-Session: ac8b794a-3d3c-47d5-b6fd-3fc5db03e22b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2024.12.16 20:50:19.556424 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 746 | 2024.12.16 20:50:19.556449 [ 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 | ||
| 747 | 2024.12.16 20:50:19.556508 [ 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 | ||
| 748 | 2024.12.16 20:50:19.557546 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61466 | ||
| 749 | 2024.12.16 20:50:19.557545 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34308 | ||
| 750 | 2024.12.16 20:50:19.557634 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53435 | ||
| 751 | 2024.12.16 20:50:19.557881 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 752 | 2024.12.16 20:50:19.557911 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57110 | ||
| 753 | 2024.12.16 20:50:19.557922 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 754 | 2024.12.16 20:50:19.557984 [ 286 ] {} <Debug> TCP-Session: 0d95ee58-627b-4b90-a682-851201af9c2d Authenticating user 'default' from [fd00:1122:3344:101::b]:34308 | ||
| 755 | 2024.12.16 20:50:19.558007 [ 287 ] {} <Debug> TCP-Session: a7dbd06e-07c8-41b3-b221-f1fd677ca024 Authenticating user 'default' from [fd00:1122:3344:101::b]:61466 | ||
| 756 | 2024.12.16 20:50:19.558041 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41898 | ||
| 757 | 2024.12.16 20:50:19.558139 [ 286 ] {} <Debug> TCP-Session: 0d95ee58-627b-4b90-a682-851201af9c2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 758 | 2024.12.16 20:50:19.558186 [ 287 ] {} <Debug> TCP-Session: a7dbd06e-07c8-41b3-b221-f1fd677ca024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 759 | 2024.12.16 20:50:19.558198 [ 286 ] {} <Debug> TCP-Session: 0d95ee58-627b-4b90-a682-851201af9c2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 760 | 2024.12.16 20:50:19.558351 [ 287 ] {} <Debug> TCP-Session: a7dbd06e-07c8-41b3-b221-f1fd677ca024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.12.16 20:50:19.558364 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42332 | ||
| 762 | 2024.12.16 20:50:19.558522 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64508 | ||
| 763 | 2024.12.16 20:50:19.558687 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 764 | 2024.12.16 20:50:19.558728 [ 289 ] {} <Debug> TCP-Session: 9e748352-d023-40b6-9cbe-0c41ec0d69a1 Authenticating user 'default' from [fd00:1122:3344:101::b]:57110 | ||
| 765 | 2024.12.16 20:50:19.558749 [ 289 ] {} <Debug> TCP-Session: 9e748352-d023-40b6-9cbe-0c41ec0d69a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.12.16 20:50:19.558763 [ 289 ] {} <Debug> TCP-Session: 9e748352-d023-40b6-9cbe-0c41ec0d69a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 767 | 2024.12.16 20:50:19.559212 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 768 | 2024.12.16 20:50:19.559247 [ 292 ] {} <Debug> TCP-Session: 8c3fb291-ab40-4baa-b8a8-324d01e439df Authenticating user 'default' from [fd00:1122:3344:101::b]:64508 | ||
| 769 | 2024.12.16 20:50:19.559266 [ 292 ] {} <Debug> TCP-Session: 8c3fb291-ab40-4baa-b8a8-324d01e439df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 770 | 2024.12.16 20:50:19.559280 [ 292 ] {} <Debug> TCP-Session: 8c3fb291-ab40-4baa-b8a8-324d01e439df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 771 | 2024.12.16 20:50:19.559768 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 772 | 2024.12.16 20:50:19.559784 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 773 | 2024.12.16 20:50:19.559820 [ 291 ] {} <Debug> TCP-Session: 6b6f04bd-9d49-4d56-a934-4b985533c3ab Authenticating user 'default' from [fd00:1122:3344:101::b]:42332 | ||
| 774 | 2024.12.16 20:50:19.559843 [ 290 ] {} <Debug> TCP-Session: ec7a3513-263c-49f0-bae4-00ffc73c0421 Authenticating user 'default' from [fd00:1122:3344:101::b]:41898 | ||
| 775 | 2024.12.16 20:50:19.559865 [ 291 ] {} <Debug> TCP-Session: 6b6f04bd-9d49-4d56-a934-4b985533c3ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 776 | 2024.12.16 20:50:19.559875 [ 290 ] {} <Debug> TCP-Session: ec7a3513-263c-49f0-bae4-00ffc73c0421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.12.16 20:50:19.559901 [ 291 ] {} <Debug> TCP-Session: 6b6f04bd-9d49-4d56-a934-4b985533c3ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.12.16 20:50:19.559913 [ 290 ] {} <Debug> TCP-Session: ec7a3513-263c-49f0-bae4-00ffc73c0421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 779 | 2024.12.16 20:50:19.560311 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 780 | 2024.12.16 20:50:19.560350 [ 288 ] {} <Debug> TCP-Session: c3f203d8-50ce-43c4-b1b4-578c3fe73f1f Authenticating user 'default' from [fd00:1122:3344:101::b]:53435 | ||
| 781 | 2024.12.16 20:50:19.560369 [ 288 ] {} <Debug> TCP-Session: c3f203d8-50ce-43c4-b1b4-578c3fe73f1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 782 | 2024.12.16 20:50:19.560384 [ 288 ] {} <Debug> TCP-Session: c3f203d8-50ce-43c4-b1b4-578c3fe73f1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 783 | 2024.12.16 20:50:21.283382 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 784 | 2024.12.16 20:50:21.283443 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 785 | 2024.12.16 20:50:21.338668 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 786 | 2024.12.16 20:50:21.339567 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 787 | 2024.12.16 20:50:21.339611 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 788 | 2024.12.16 20:50:21.340254 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 789 | 2024.12.16 20:50:21.340511 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): 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.16 20:50:21.340786 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 791 | 2024.12.16 20:50:21.379456 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 792 | 2024.12.16 20:50:21.401030 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 793 | 2024.12.16 20:50:21.401097 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 794 | 2024.12.16 20:50:21.407913 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 795 | 2024.12.16 20:50:21.408643 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): 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.16 20:50:21.411125 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 797 | 2024.12.16 20:50:22.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.00 MiB, peak 156.00 MiB, free memory in arenas 0.00 B, will set to 154.34 MiB (RSS), difference: 2.34 MiB | ||
| 798 | 2024.12.16 20:50:27.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.36 MiB, peak 156.00 MiB, free memory in arenas 0.00 B, will set to 154.38 MiB (RSS), difference: 4.02 MiB | ||
| 799 | 2024.12.16 20:50:28.840914 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 800 | 2024.12.16 20:50:28.841991 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 801 | 2024.12.16 20:50:28.842079 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 802 | 2024.12.16 20:50:28.842724 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 803 | 2024.12.16 20:50:28.842995 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 804 | 2024.12.16 20:50:28.843308 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 805 | 2024.12.16 20:50:28.911186 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 806 | 2024.12.16 20:50:28.930383 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 807 | 2024.12.16 20:50:28.930443 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 808 | 2024.12.16 20:50:28.936881 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 809 | 2024.12.16 20:50:28.937684 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 810 | 2024.12.16 20:50:28.940792 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 811 | 2024.12.16 20:50:36.283500 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 812 | 2024.12.16 20:50:36.283578 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 813 | 2024.12.16 20:50:36.344409 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 814 | 2024.12.16 20:50:36.345056 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 815 | 2024.12.16 20:50:36.345114 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 816 | 2024.12.16 20:50:36.345867 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 817 | 2024.12.16 20:50:36.346245 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 818 | 2024.12.16 20:50:36.346596 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 819 | 2024.12.16 20:50:36.441848 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 820 | 2024.12.16 20:50:36.461646 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2024.12.16 20:50:36.461719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 822 | 2024.12.16 20:50:36.469089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 823 | 2024.12.16 20:50:36.469955 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 824 | 2024.12.16 20:50:36.472892 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 825 | 2024.12.16 20:50:43.846727 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 826 | 2024.12.16 20:50:43.847682 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 827 | 2024.12.16 20:50:43.847725 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 828 | 2024.12.16 20:50:43.848345 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 829 | 2024.12.16 20:50:43.848624 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 830 | 2024.12.16 20:50:43.848834 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 831 | 2024.12.16 20:50:43.972949 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 832 | 2024.12.16 20:50:43.993231 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 833 | 2024.12.16 20:50:43.993291 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 834 | 2024.12.16 20:50:43.999959 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 835 | 2024.12.16 20:50:44.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.31 MiB, peak 160.31 MiB, free memory in arenas 0.00 B, will set to 156.60 MiB (RSS), difference: -3.71 MiB | ||
| 836 | 2024.12.16 20:50:44.001628 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 837 | 2024.12.16 20:50:44.004350 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 838 | 2024.12.16 20:50:45.000213 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.60 MiB, peak 160.31 MiB, free memory in arenas 0.00 B, will set to 156.61 MiB (RSS), difference: 4.00 MiB | ||
| 839 | 2024.12.16 20:50:45.317326 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2024.12.16 20:50:45.317534 [ 258 ] {0e50bd31-cf6b-4dc9-b132-29b4d720ff95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 841 | 2024.12.16 20:50:45.318206 [ 258 ] {0e50bd31-cf6b-4dc9-b132-29b4d720ff95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 842 | 2024.12.16 20:50:45.322666 [ 258 ] {0e50bd31-cf6b-4dc9-b132-29b4d720ff95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 843 | 2024.12.16 20:50:45.325946 [ 258 ] {0e50bd31-cf6b-4dc9-b132-29b4d720ff95} <Debug> TCPHandler: Processed in 0.008743257 sec. | ||
| 844 | 2024.12.16 20:50:45.332311 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 845 | 2024.12.16 20:50:45.332499 [ 261 ] {206afd6f-e638-4711-8c99-22863fea1843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 846 | 2024.12.16 20:50:45.338064 [ 261 ] {206afd6f-e638-4711-8c99-22863fea1843} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 847 | 2024.12.16 20:50:45.338121 [ 261 ] {206afd6f-e638-4711-8c99-22863fea1843} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 848 | 2024.12.16 20:50:45.339136 [ 261 ] {206afd6f-e638-4711-8c99-22863fea1843} <Debug> TCPHandler: Processed in 0.006891482 sec. | ||
| 849 | 2024.12.16 20:50:45.339673 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2024.12.16 20:50:45.339851 [ 258 ] {7ea195d1-6aa5-4c49-9127-f158ba016f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 851 | 2024.12.16 20:50:45.340306 [ 258 ] {7ea195d1-6aa5-4c49-9127-f158ba016f95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 852 | 2024.12.16 20:50:45.340359 [ 258 ] {7ea195d1-6aa5-4c49-9127-f158ba016f95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 853 | 2024.12.16 20:50:45.340853 [ 258 ] {7ea195d1-6aa5-4c49-9127-f158ba016f95} <Debug> TCPHandler: Processed in 0.001243664 sec. | ||
| 854 | 2024.12.16 20:50:45.341126 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2024.12.16 20:50:45.341291 [ 261 ] {f4e84ddf-a3c6-4c15-ae0f-2f16a7361ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 856 | 2024.12.16 20:50:45.341687 [ 261 ] {f4e84ddf-a3c6-4c15-ae0f-2f16a7361ece} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 857 | 2024.12.16 20:50:45.341752 [ 261 ] {f4e84ddf-a3c6-4c15-ae0f-2f16a7361ece} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 858 | 2024.12.16 20:50:45.342386 [ 261 ] {f4e84ddf-a3c6-4c15-ae0f-2f16a7361ece} <Debug> TCPHandler: Processed in 0.001311725 sec. | ||
| 859 | 2024.12.16 20:50:45.342629 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2024.12.16 20:50:45.342765 [ 258 ] {034ab0d1-a9a4-4c6c-a521-bda82d6be6ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 861 | 2024.12.16 20:50:45.343082 [ 258 ] {034ab0d1-a9a4-4c6c-a521-bda82d6be6ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 862 | 2024.12.16 20:50:45.343133 [ 258 ] {034ab0d1-a9a4-4c6c-a521-bda82d6be6ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 863 | 2024.12.16 20:50:45.343629 [ 258 ] {034ab0d1-a9a4-4c6c-a521-bda82d6be6ec} <Debug> TCPHandler: Processed in 0.0010521 sec. | ||
| 864 | 2024.12.16 20:50:45.343874 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 865 | 2024.12.16 20:50:45.344014 [ 261 ] {7ec7bcd5-d14d-491f-ba85-38f67527dfbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 866 | 2024.12.16 20:50:45.344335 [ 261 ] {7ec7bcd5-d14d-491f-ba85-38f67527dfbb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 867 | 2024.12.16 20:50:45.344386 [ 261 ] {7ec7bcd5-d14d-491f-ba85-38f67527dfbb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 868 | 2024.12.16 20:50:45.344865 [ 261 ] {7ec7bcd5-d14d-491f-ba85-38f67527dfbb} <Debug> TCPHandler: Processed in 0.001040769 sec. | ||
| 869 | 2024.12.16 20:50:45.345102 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2024.12.16 20:50:45.345240 [ 258 ] {77fe8dd2-c4fd-4ff4-aafb-85e31f083cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 871 | 2024.12.16 20:50:45.345560 [ 258 ] {77fe8dd2-c4fd-4ff4-aafb-85e31f083cfc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 872 | 2024.12.16 20:50:45.345612 [ 258 ] {77fe8dd2-c4fd-4ff4-aafb-85e31f083cfc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 873 | 2024.12.16 20:50:45.346079 [ 258 ] {77fe8dd2-c4fd-4ff4-aafb-85e31f083cfc} <Debug> TCPHandler: Processed in 0.00102713 sec. | ||
| 874 | 2024.12.16 20:50:45.346310 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 875 | 2024.12.16 20:50:45.346450 [ 261 ] {61f975b6-1a64-44d9-aad5-fba83c80286a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 876 | 2024.12.16 20:50:45.346781 [ 261 ] {61f975b6-1a64-44d9-aad5-fba83c80286a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 877 | 2024.12.16 20:50:45.346833 [ 261 ] {61f975b6-1a64-44d9-aad5-fba83c80286a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 878 | 2024.12.16 20:50:45.347337 [ 261 ] {61f975b6-1a64-44d9-aad5-fba83c80286a} <Debug> TCPHandler: Processed in 0.001079201 sec. | ||
| 879 | 2024.12.16 20:50:45.347566 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 880 | 2024.12.16 20:50:45.347703 [ 258 ] {af25fb90-97e4-45c8-a333-d8f95502ad4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 881 | 2024.12.16 20:50:45.348027 [ 258 ] {af25fb90-97e4-45c8-a333-d8f95502ad4f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 882 | 2024.12.16 20:50:45.348078 [ 258 ] {af25fb90-97e4-45c8-a333-d8f95502ad4f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 883 | 2024.12.16 20:50:45.348610 [ 258 ] {af25fb90-97e4-45c8-a333-d8f95502ad4f} <Debug> TCPHandler: Processed in 0.001094311 sec. | ||
| 884 | 2024.12.16 20:50:45.348840 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 885 | 2024.12.16 20:50:45.348986 [ 261 ] {47aae6df-28d5-4309-853f-f8e786678238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 886 | 2024.12.16 20:50:45.349319 [ 261 ] {47aae6df-28d5-4309-853f-f8e786678238} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 887 | 2024.12.16 20:50:45.349370 [ 261 ] {47aae6df-28d5-4309-853f-f8e786678238} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 888 | 2024.12.16 20:50:45.349846 [ 261 ] {47aae6df-28d5-4309-853f-f8e786678238} <Debug> TCPHandler: Processed in 0.001058091 sec. | ||
| 889 | 2024.12.16 20:50:45.350108 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 890 | 2024.12.16 20:50:45.350272 [ 258 ] {ad299f93-91b5-462e-8059-efbbccef153c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 891 | 2024.12.16 20:50:45.350678 [ 258 ] {ad299f93-91b5-462e-8059-efbbccef153c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 892 | 2024.12.16 20:50:45.350740 [ 258 ] {ad299f93-91b5-462e-8059-efbbccef153c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 893 | 2024.12.16 20:50:45.351271 [ 258 ] {ad299f93-91b5-462e-8059-efbbccef153c} <Debug> TCPHandler: Processed in 0.001213763 sec. | ||
| 894 | 2024.12.16 20:50:45.351518 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 895 | 2024.12.16 20:50:45.351666 [ 261 ] {a6616fca-391d-432d-b539-72e0e6797781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 896 | 2024.12.16 20:50:45.352010 [ 261 ] {a6616fca-391d-432d-b539-72e0e6797781} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 897 | 2024.12.16 20:50:45.352061 [ 261 ] {a6616fca-391d-432d-b539-72e0e6797781} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 898 | 2024.12.16 20:50:45.352542 [ 261 ] {a6616fca-391d-432d-b539-72e0e6797781} <Debug> TCPHandler: Processed in 0.001075061 sec. | ||
| 899 | 2024.12.16 20:50:45.352803 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2024.12.16 20:50:45.352946 [ 258 ] {dfa6a613-605e-49f2-a9f4-eea27d779e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 901 | 2024.12.16 20:50:45.353284 [ 258 ] {dfa6a613-605e-49f2-a9f4-eea27d779e7e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 902 | 2024.12.16 20:50:45.353334 [ 258 ] {dfa6a613-605e-49f2-a9f4-eea27d779e7e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 903 | 2024.12.16 20:50:45.353796 [ 258 ] {dfa6a613-605e-49f2-a9f4-eea27d779e7e} <Debug> TCPHandler: Processed in 0.00104331 sec. | ||
| 904 | 2024.12.16 20:50:45.354031 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 905 | 2024.12.16 20:50:45.354182 [ 261 ] {bd1739a2-08cb-449c-aa93-f731f3442305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 906 | 2024.12.16 20:50:45.354609 [ 261 ] {bd1739a2-08cb-449c-aa93-f731f3442305} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 907 | 2024.12.16 20:50:45.354671 [ 261 ] {bd1739a2-08cb-449c-aa93-f731f3442305} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 908 | 2024.12.16 20:50:45.355228 [ 261 ] {bd1739a2-08cb-449c-aa93-f731f3442305} <Debug> TCPHandler: Processed in 0.001248653 sec. | ||
| 909 | 2024.12.16 20:50:45.355460 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 910 | 2024.12.16 20:50:45.355605 [ 258 ] {5096ff17-08aa-499d-b9dd-adbaa58026a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 911 | 2024.12.16 20:50:45.355950 [ 258 ] {5096ff17-08aa-499d-b9dd-adbaa58026a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 912 | 2024.12.16 20:50:45.356001 [ 258 ] {5096ff17-08aa-499d-b9dd-adbaa58026a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 913 | 2024.12.16 20:50:45.356470 [ 258 ] {5096ff17-08aa-499d-b9dd-adbaa58026a6} <Debug> TCPHandler: Processed in 0.00106006 sec. | ||
| 914 | 2024.12.16 20:50:45.356727 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 915 | 2024.12.16 20:50:45.356876 [ 261 ] {aa1a8a74-561a-4164-8e4f-e42c100ca641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 916 | 2024.12.16 20:50:45.357230 [ 261 ] {aa1a8a74-561a-4164-8e4f-e42c100ca641} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 917 | 2024.12.16 20:50:45.357282 [ 261 ] {aa1a8a74-561a-4164-8e4f-e42c100ca641} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 918 | 2024.12.16 20:50:45.357763 [ 261 ] {aa1a8a74-561a-4164-8e4f-e42c100ca641} <Debug> TCPHandler: Processed in 0.001087651 sec. | ||
| 919 | 2024.12.16 20:50:45.357985 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 920 | 2024.12.16 20:50:45.358129 [ 258 ] {3dea0b37-7da5-4139-8fa4-8abe896e1cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 921 | 2024.12.16 20:50:45.358556 [ 258 ] {3dea0b37-7da5-4139-8fa4-8abe896e1cb0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 922 | 2024.12.16 20:50:45.358619 [ 258 ] {3dea0b37-7da5-4139-8fa4-8abe896e1cb0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 923 | 2024.12.16 20:50:45.359319 [ 258 ] {3dea0b37-7da5-4139-8fa4-8abe896e1cb0} <Debug> TCPHandler: Processed in 0.001383737 sec. | ||
| 924 | 2024.12.16 20:50:45.359555 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 925 | 2024.12.16 20:50:45.359704 [ 261 ] {371ed620-1c79-49ce-99c4-a884c3e6bc14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 926 | 2024.12.16 20:50:45.360068 [ 261 ] {371ed620-1c79-49ce-99c4-a884c3e6bc14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 927 | 2024.12.16 20:50:45.360121 [ 261 ] {371ed620-1c79-49ce-99c4-a884c3e6bc14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 928 | 2024.12.16 20:50:45.360600 [ 261 ] {371ed620-1c79-49ce-99c4-a884c3e6bc14} <Debug> TCPHandler: Processed in 0.001097011 sec. | ||
| 929 | 2024.12.16 20:50:45.365014 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 930 | 2024.12.16 20:50:45.365154 [ 258 ] {d73d0ba8-fe5d-4d06-b091-4d3822e5bdc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 931 | 2024.12.16 20:50:45.365210 [ 258 ] {d73d0ba8-fe5d-4d06-b091-4d3822e5bdc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 932 | 2024.12.16 20:50:45.366181 [ 258 ] {d73d0ba8-fe5d-4d06-b091-4d3822e5bdc6} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 933 | 2024.12.16 20:50:45.366221 [ 258 ] {d73d0ba8-fe5d-4d06-b091-4d3822e5bdc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 934 | 2024.12.16 20:50:45.366805 [ 258 ] {d73d0ba8-fe5d-4d06-b091-4d3822e5bdc6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 935 | 2024.12.16 20:50:45.367019 [ 258 ] {d73d0ba8-fe5d-4d06-b091-4d3822e5bdc6} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 936 | 2024.12.16 20:50:45.367200 [ 258 ] {d73d0ba8-fe5d-4d06-b091-4d3822e5bdc6} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002089 sec., 8616.56294877932 rows/sec., 1.18 MiB/sec. | ||
| 937 | 2024.12.16 20:50:45.367250 [ 258 ] {d73d0ba8-fe5d-4d06-b091-4d3822e5bdc6} <Debug> TCPHandler: Processed in 0.002298734 sec. | ||
| 938 | 2024.12.16 20:50:45.367388 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 939 | 2024.12.16 20:50:45.367517 [ 261 ] {99538f48-08d5-4961-b5f7-2c72600ddedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 940 | 2024.12.16 20:50:45.367571 [ 261 ] {99538f48-08d5-4961-b5f7-2c72600ddedf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 941 | 2024.12.16 20:50:45.371026 [ 261 ] {99538f48-08d5-4961-b5f7-2c72600ddedf} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 942 | 2024.12.16 20:50:45.371069 [ 261 ] {99538f48-08d5-4961-b5f7-2c72600ddedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 943 | 2024.12.16 20:50:45.371537 [ 261 ] {99538f48-08d5-4961-b5f7-2c72600ddedf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 944 | 2024.12.16 20:50:45.371782 [ 261 ] {99538f48-08d5-4961-b5f7-2c72600ddedf} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 945 | 2024.12.16 20:50:45.371977 [ 261 ] {99538f48-08d5-4961-b5f7-2c72600ddedf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.004486 sec., 12483.281319661168 rows/sec., 975.91 KiB/sec. | ||
| 946 | 2024.12.16 20:50:45.372029 [ 261 ] {99538f48-08d5-4961-b5f7-2c72600ddedf} <Debug> TCPHandler: Processed in 0.004704109 sec. | ||
| 947 | 2024.12.16 20:50:45.372155 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 948 | 2024.12.16 20:50:45.372282 [ 258 ] {89b01945-bc71-4b90-88b6-5334facd5922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 949 | 2024.12.16 20:50:45.372335 [ 258 ] {89b01945-bc71-4b90-88b6-5334facd5922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 950 | 2024.12.16 20:50:45.372969 [ 258 ] {89b01945-bc71-4b90-88b6-5334facd5922} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 951 | 2024.12.16 20:50:45.373013 [ 258 ] {89b01945-bc71-4b90-88b6-5334facd5922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 952 | 2024.12.16 20:50:45.373398 [ 258 ] {89b01945-bc71-4b90-88b6-5334facd5922} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 953 | 2024.12.16 20:50:45.373627 [ 258 ] {89b01945-bc71-4b90-88b6-5334facd5922} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 954 | 2024.12.16 20:50:45.373855 [ 258 ] {89b01945-bc71-4b90-88b6-5334facd5922} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001581 sec., 40480.708412397216 rows/sec., 3.16 MiB/sec. | ||
| 955 | 2024.12.16 20:50:45.373941 [ 258 ] {89b01945-bc71-4b90-88b6-5334facd5922} <Debug> TCPHandler: Processed in 0.001840455 sec. | ||
| 956 | 2024.12.16 20:50:45.374067 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 957 | 2024.12.16 20:50:45.374183 [ 261 ] {44affbc8-561e-40dd-8dd5-004ccb28761b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 958 | 2024.12.16 20:50:45.374242 [ 261 ] {44affbc8-561e-40dd-8dd5-004ccb28761b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 959 | 2024.12.16 20:50:45.374926 [ 261 ] {44affbc8-561e-40dd-8dd5-004ccb28761b} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 960 | 2024.12.16 20:50:45.374967 [ 261 ] {44affbc8-561e-40dd-8dd5-004ccb28761b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 961 | 2024.12.16 20:50:45.375471 [ 261 ] {44affbc8-561e-40dd-8dd5-004ccb28761b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 962 | 2024.12.16 20:50:45.375719 [ 261 ] {44affbc8-561e-40dd-8dd5-004ccb28761b} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 963 | 2024.12.16 20:50:45.375913 [ 261 ] {44affbc8-561e-40dd-8dd5-004ccb28761b} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001759 sec., 54576.46389994315 rows/sec., 3.80 MiB/sec. | ||
| 964 | 2024.12.16 20:50:45.375963 [ 261 ] {44affbc8-561e-40dd-8dd5-004ccb28761b} <Debug> TCPHandler: Processed in 0.001948557 sec. | ||
| 965 | 2024.12.16 20:50:45.376088 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 966 | 2024.12.16 20:50:45.376204 [ 258 ] {c8d5d0c3-eaa5-462c-a2a1-6e0f7a7ebed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 967 | 2024.12.16 20:50:45.376259 [ 258 ] {c8d5d0c3-eaa5-462c-a2a1-6e0f7a7ebed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 968 | 2024.12.16 20:50:45.376751 [ 258 ] {c8d5d0c3-eaa5-462c-a2a1-6e0f7a7ebed3} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 969 | 2024.12.16 20:50:45.376795 [ 258 ] {c8d5d0c3-eaa5-462c-a2a1-6e0f7a7ebed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 970 | 2024.12.16 20:50:45.377196 [ 258 ] {c8d5d0c3-eaa5-462c-a2a1-6e0f7a7ebed3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 971 | 2024.12.16 20:50:45.377420 [ 258 ] {c8d5d0c3-eaa5-462c-a2a1-6e0f7a7ebed3} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 972 | 2024.12.16 20:50:45.377644 [ 258 ] {c8d5d0c3-eaa5-462c-a2a1-6e0f7a7ebed3} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001451 sec., 24810.475534114405 rows/sec., 1.67 MiB/sec. | ||
| 973 | 2024.12.16 20:50:45.377715 [ 258 ] {c8d5d0c3-eaa5-462c-a2a1-6e0f7a7ebed3} <Debug> TCPHandler: Processed in 0.001677472 sec. | ||
| 974 | 2024.12.16 20:50:46.338199 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136 | ||
| 975 | 2024.12.16 20:50:46.342254 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 976 | 2024.12.16 20:50:46.342308 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 977 | 2024.12.16 20:50:46.343819 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 978 | 2024.12.16 20:50:46.344133 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 979 | 2024.12.16 20:50:46.344964 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136 | ||
| 980 | 2024.12.16 20:50:50.324470 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 981 | 2024.12.16 20:50:50.324677 [ 258 ] {5059e761-fe1d-40c9-946b-24747492005a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 982 | 2024.12.16 20:50:50.324749 [ 258 ] {5059e761-fe1d-40c9-946b-24747492005a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 983 | 2024.12.16 20:50:50.325484 [ 258 ] {5059e761-fe1d-40c9-946b-24747492005a} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 984 | 2024.12.16 20:50:50.325537 [ 258 ] {5059e761-fe1d-40c9-946b-24747492005a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 985 | 2024.12.16 20:50:50.325980 [ 258 ] {5059e761-fe1d-40c9-946b-24747492005a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 986 | 2024.12.16 20:50:50.326236 [ 258 ] {5059e761-fe1d-40c9-946b-24747492005a} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 987 | 2024.12.16 20:50:50.326515 [ 258 ] {5059e761-fe1d-40c9-946b-24747492005a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001876 sec., 29850.746268656716 rows/sec., 2.28 MiB/sec. | ||
| 988 | 2024.12.16 20:50:50.326645 [ 258 ] {5059e761-fe1d-40c9-946b-24747492005a} <Debug> TCPHandler: Processed in 0.002314174 sec. | ||
| 989 | 2024.12.16 20:50:50.326822 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 990 | 2024.12.16 20:50:50.326959 [ 261 ] {7dc42839-dc0e-47e4-adb3-f3e7f0cbb24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 991 | 2024.12.16 20:50:50.327012 [ 261 ] {7dc42839-dc0e-47e4-adb3-f3e7f0cbb24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 992 | 2024.12.16 20:50:50.327633 [ 261 ] {7dc42839-dc0e-47e4-adb3-f3e7f0cbb24a} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 993 | 2024.12.16 20:50:50.327677 [ 261 ] {7dc42839-dc0e-47e4-adb3-f3e7f0cbb24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 994 | 2024.12.16 20:50:50.328058 [ 261 ] {7dc42839-dc0e-47e4-adb3-f3e7f0cbb24a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 995 | 2024.12.16 20:50:50.328303 [ 261 ] {7dc42839-dc0e-47e4-adb3-f3e7f0cbb24a} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 996 | 2024.12.16 20:50:50.328548 [ 261 ] {7dc42839-dc0e-47e4-adb3-f3e7f0cbb24a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001609 sec., 39776.25854568055 rows/sec., 3.10 MiB/sec. | ||
| 997 | 2024.12.16 20:50:50.328701 [ 261 ] {7dc42839-dc0e-47e4-adb3-f3e7f0cbb24a} <Debug> TCPHandler: Processed in 0.001944867 sec. | ||
| 998 | 2024.12.16 20:50:50.328861 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 999 | 2024.12.16 20:50:50.328996 [ 258 ] {73f56a4c-6666-4267-86f4-e8af1b5e9ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1000 | 2024.12.16 20:50:50.329055 [ 258 ] {73f56a4c-6666-4267-86f4-e8af1b5e9ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1001 | 2024.12.16 20:50:50.329644 [ 258 ] {73f56a4c-6666-4267-86f4-e8af1b5e9ab9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1002 | 2024.12.16 20:50:50.329684 [ 258 ] {73f56a4c-6666-4267-86f4-e8af1b5e9ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1003 | 2024.12.16 20:50:50.330071 [ 258 ] {73f56a4c-6666-4267-86f4-e8af1b5e9ab9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1004 | 2024.12.16 20:50:50.330302 [ 258 ] {73f56a4c-6666-4267-86f4-e8af1b5e9ab9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1005 | 2024.12.16 20:50:50.330495 [ 258 ] {73f56a4c-6666-4267-86f4-e8af1b5e9ab9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
| 1006 | 2024.12.16 20:50:50.330546 [ 258 ] {73f56a4c-6666-4267-86f4-e8af1b5e9ab9} <Debug> TCPHandler: Processed in 0.001747743 sec. | ||
| 1007 | 2024.12.16 20:50:50.330715 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1008 | 2024.12.16 20:50:50.330850 [ 261 ] {d365561b-6f61-4456-a1a0-ce85c4cf6adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1009 | 2024.12.16 20:50:50.330908 [ 261 ] {d365561b-6f61-4456-a1a0-ce85c4cf6adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1010 | 2024.12.16 20:50:50.331409 [ 261 ] {d365561b-6f61-4456-a1a0-ce85c4cf6adf} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1011 | 2024.12.16 20:50:50.331448 [ 261 ] {d365561b-6f61-4456-a1a0-ce85c4cf6adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1012 | 2024.12.16 20:50:50.331815 [ 261 ] {d365561b-6f61-4456-a1a0-ce85c4cf6adf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1013 | 2024.12.16 20:50:50.332057 [ 261 ] {d365561b-6f61-4456-a1a0-ce85c4cf6adf} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1014 | 2024.12.16 20:50:50.332258 [ 261 ] {d365561b-6f61-4456-a1a0-ce85c4cf6adf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
| 1015 | 2024.12.16 20:50:50.332307 [ 261 ] {d365561b-6f61-4456-a1a0-ce85c4cf6adf} <Debug> TCPHandler: Processed in 0.001657462 sec. | ||
| 1016 | 2024.12.16 20:50:51.283621 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1017 | 2024.12.16 20:50:51.283677 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1018 | 2024.12.16 20:50:51.349918 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1019 | 2024.12.16 20:50:51.350568 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1020 | 2024.12.16 20:50:51.350610 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1021 | 2024.12.16 20:50:51.351176 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1022 | 2024.12.16 20:50:51.351433 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1023 | 2024.12.16 20:50:51.351643 [ 81 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1024 | 2024.12.16 20:50:51.351677 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1025 | 2024.12.16 20:50:51.351750 [ 81 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1026 | 2024.12.16 20:50:51.351783 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1027 | 2024.12.16 20:50:51.355892 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 1028 | 2024.12.16 20:50:51.356117 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1029 | 2024.12.16 20:50:51.356303 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1030 | 2024.12.16 20:50:51.356599 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1031 | 2024.12.16 20:50:51.356715 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1032 | 2024.12.16 20:50:51.356896 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1033 | 2024.12.16 20:50:51.357787 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1034 | 2024.12.16 20:50:51.358145 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1035 | 2024.12.16 20:50:51.364574 [ 195 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.012674082 sec., 221396.70549709242 rows/sec., 3.17 MiB/sec. | ||
| 1036 | 2024.12.16 20:50:51.365293 [ 195 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1037 | 2024.12.16 20:50:51.365611 [ 195 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_6_1} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1038 | 2024.12.16 20:50:51.365693 [ 195 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_6_1} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1039 | 2024.12.16 20:50:51.365800 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 1040 | 2024.12.16 20:50:51.505390 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1041 | 2024.12.16 20:50:51.525278 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1042 | 2024.12.16 20:50:51.525323 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1043 | 2024.12.16 20:50:51.532090 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1044 | 2024.12.16 20:50:51.532838 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1045 | 2024.12.16 20:50:51.533101 [ 81 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1046 | 2024.12.16 20:50:51.533161 [ 81 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1047 | 2024.12.16 20:50:51.533205 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1048 | 2024.12.16 20:50:51.533601 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 1049 | 2024.12.16 20:50:51.548426 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1050 | 2024.12.16 20:50:51.550124 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1051 | 2024.12.16 20:50:51.551638 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 1052 | 2024.12.16 20:50:51.557163 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 1053 | 2024.12.16 20:50:51.562391 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 1054 | 2024.12.16 20:50:51.567792 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 1055 | 2024.12.16 20:50:51.580325 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 1056 | 2024.12.16 20:50:51.585154 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 1057 | 2024.12.16 20:50:51.645779 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.112455969 sec., 409.0489852077127 rows/sec., 2.12 MiB/sec. | ||
| 1058 | 2024.12.16 20:50:51.648365 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1059 | 2024.12.16 20:50:51.651355 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_6_1} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1060 | 2024.12.16 20:50:51.651482 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_6_1} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1061 | 2024.12.16 20:50:51.653906 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1062 | 2024.12.16 20:50:52.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.14 MiB, peak 168.67 MiB, free memory in arenas 0.00 B, will set to 163.93 MiB (RSS), difference: 4.79 MiB | ||
| 1063 | 2024.12.16 20:50:55.318673 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1064 | 2024.12.16 20:50:55.318965 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1065 | 2024.12.16 20:50:55.319504 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1066 | 2024.12.16 20:50:55.322104 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1067 | 2024.12.16 20:50:55.322597 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1068 | 2024.12.16 20:50:55.322873 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1069 | 2024.12.16 20:50:55.325443 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1070 | 2024.12.16 20:50:55.328797 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1071 | 2024.12.16 20:50:55.328906 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1072 | 2024.12.16 20:50:55.328932 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1073 | 2024.12.16 20:50:55.329041 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1074 | 2024.12.16 20:50:55.329072 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1075 | 2024.12.16 20:50:55.334349 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.015497 sec., 1161.5151319610247 rows/sec., 47.51 KiB/sec. | ||
| 1076 | 2024.12.16 20:50:55.334522 [ 258 ] {309bcf8b-dde2-49f4-9f65-7f0671d1cb7e} <Debug> TCPHandler: Processed in 0.015982465 sec. | ||
| 1077 | 2024.12.16 20:50:55.336288 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1078 | 2024.12.16 20:50:55.336472 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1079 | 2024.12.16 20:50:55.336809 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1080 | 2024.12.16 20:50:55.336862 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1081 | 2024.12.16 20:50:55.337190 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1082 | 2024.12.16 20:50:55.337272 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1083 | 2024.12.16 20:50:55.337451 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1084 | 2024.12.16 20:50:55.337487 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1085 | 2024.12.16 20:50:55.337510 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1086 | 2024.12.16 20:50:55.337528 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1087 | 2024.12.16 20:50:55.337572 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1088 | 2024.12.16 20:50:55.337595 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1089 | 2024.12.16 20:50:55.338155 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00177 sec., 10169.491525423728 rows/sec., 416.00 KiB/sec. | ||
| 1090 | 2024.12.16 20:50:55.338240 [ 261 ] {af9f670b-9012-4942-afd2-8873e4c514c8} <Debug> TCPHandler: Processed in 0.002014499 sec. | ||
| 1091 | 2024.12.16 20:50:55.338512 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1092 | 2024.12.16 20:50:55.338704 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1093 | 2024.12.16 20:50:55.339029 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1094 | 2024.12.16 20:50:55.339080 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1095 | 2024.12.16 20:50:55.339404 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1096 | 2024.12.16 20:50:55.339475 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1097 | 2024.12.16 20:50:55.339614 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1098 | 2024.12.16 20:50:55.339646 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1099 | 2024.12.16 20:50:55.339669 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1100 | 2024.12.16 20:50:55.339686 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1101 | 2024.12.16 20:50:55.339727 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1102 | 2024.12.16 20:50:55.339747 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1103 | 2024.12.16 20:50:55.340236 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001619 sec., 11117.974058060532 rows/sec., 454.80 KiB/sec. | ||
| 1104 | 2024.12.16 20:50:55.340318 [ 258 ] {f7f2cfae-9f1b-467d-b3fa-8fca02278141} <Debug> TCPHandler: Processed in 0.001868905 sec. | ||
| 1105 | 2024.12.16 20:50:55.340560 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1106 | 2024.12.16 20:50:55.340752 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1107 | 2024.12.16 20:50:55.341076 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1108 | 2024.12.16 20:50:55.341129 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1109 | 2024.12.16 20:50:55.341453 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1110 | 2024.12.16 20:50:55.341518 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1111 | 2024.12.16 20:50:55.341654 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1112 | 2024.12.16 20:50:55.341687 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1113 | 2024.12.16 20:50:55.341710 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1114 | 2024.12.16 20:50:55.341727 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1115 | 2024.12.16 20:50:55.341769 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1116 | 2024.12.16 20:50:55.341791 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1117 | 2024.12.16 20:50:55.342275 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001608 sec., 11194.029850746268 rows/sec., 457.92 KiB/sec. | ||
| 1118 | 2024.12.16 20:50:55.342356 [ 261 ] {f17bb383-730a-4e41-a939-403989ff2569} <Debug> TCPHandler: Processed in 0.001858896 sec. | ||
| 1119 | 2024.12.16 20:50:55.347604 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1120 | 2024.12.16 20:50:55.347746 [ 258 ] {d30465cd-771b-4b29-9e3d-1c9e55090839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1121 | 2024.12.16 20:50:55.347803 [ 258 ] {d30465cd-771b-4b29-9e3d-1c9e55090839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1122 | 2024.12.16 20:50:55.348555 [ 258 ] {d30465cd-771b-4b29-9e3d-1c9e55090839} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1123 | 2024.12.16 20:50:55.348599 [ 258 ] {d30465cd-771b-4b29-9e3d-1c9e55090839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1124 | 2024.12.16 20:50:55.349112 [ 258 ] {d30465cd-771b-4b29-9e3d-1c9e55090839} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1125 | 2024.12.16 20:50:55.349328 [ 258 ] {d30465cd-771b-4b29-9e3d-1c9e55090839} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1126 | 2024.12.16 20:50:55.349561 [ 258 ] {d30465cd-771b-4b29-9e3d-1c9e55090839} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001854 sec., 2157.497303128371 rows/sec., 228.08 KiB/sec. | ||
| 1127 | 2024.12.16 20:50:55.349644 [ 258 ] {d30465cd-771b-4b29-9e3d-1c9e55090839} <Debug> TCPHandler: Processed in 0.00210452 sec. | ||
| 1128 | 2024.12.16 20:50:55.349797 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1129 | 2024.12.16 20:50:55.349934 [ 261 ] {d53860f6-1805-4a5c-8d83-b37e1ef68a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1130 | 2024.12.16 20:50:55.349989 [ 261 ] {d53860f6-1805-4a5c-8d83-b37e1ef68a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1131 | 2024.12.16 20:50:55.350626 [ 261 ] {d53860f6-1805-4a5c-8d83-b37e1ef68a89} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1132 | 2024.12.16 20:50:55.350665 [ 261 ] {d53860f6-1805-4a5c-8d83-b37e1ef68a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1133 | 2024.12.16 20:50:55.351036 [ 261 ] {d53860f6-1805-4a5c-8d83-b37e1ef68a89} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1134 | 2024.12.16 20:50:55.351271 [ 261 ] {d53860f6-1805-4a5c-8d83-b37e1ef68a89} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1135 | 2024.12.16 20:50:55.351565 [ 261 ] {d53860f6-1805-4a5c-8d83-b37e1ef68a89} <Debug> executeQuery: Read 100 rows, 8.49 KiB in 0.001636 sec., 61124.69437652812 rows/sec., 5.07 MiB/sec. | ||
| 1136 | 2024.12.16 20:50:55.351676 [ 261 ] {d53860f6-1805-4a5c-8d83-b37e1ef68a89} <Debug> TCPHandler: Processed in 0.001941767 sec. | ||
| 1137 | 2024.12.16 20:50:55.351821 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2024.12.16 20:50:55.351951 [ 258 ] {739bec6a-e094-4e8d-98a4-202a31008329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1139 | 2024.12.16 20:50:55.352003 [ 258 ] {739bec6a-e094-4e8d-98a4-202a31008329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1140 | 2024.12.16 20:50:55.352638 [ 258 ] {739bec6a-e094-4e8d-98a4-202a31008329} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1141 | 2024.12.16 20:50:55.352674 [ 258 ] {739bec6a-e094-4e8d-98a4-202a31008329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1142 | 2024.12.16 20:50:55.353026 [ 258 ] {739bec6a-e094-4e8d-98a4-202a31008329} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1143 | 2024.12.16 20:50:55.353254 [ 258 ] {739bec6a-e094-4e8d-98a4-202a31008329} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1144 | 2024.12.16 20:50:55.353477 [ 258 ] {739bec6a-e094-4e8d-98a4-202a31008329} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001555 sec., 14147.909967845659 rows/sec., 1.04 MiB/sec. | ||
| 1145 | 2024.12.16 20:50:55.353532 [ 258 ] {739bec6a-e094-4e8d-98a4-202a31008329} <Debug> TCPHandler: Processed in 0.001773394 sec. | ||
| 1146 | 2024.12.16 20:50:55.353665 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2024.12.16 20:50:55.353792 [ 261 ] {692e1d0b-cd46-4cf1-bc26-caf23274d7ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1148 | 2024.12.16 20:50:55.353846 [ 261 ] {692e1d0b-cd46-4cf1-bc26-caf23274d7ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1149 | 2024.12.16 20:50:55.354493 [ 261 ] {692e1d0b-cd46-4cf1-bc26-caf23274d7ef} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1150 | 2024.12.16 20:50:55.354532 [ 261 ] {692e1d0b-cd46-4cf1-bc26-caf23274d7ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1151 | 2024.12.16 20:50:55.354885 [ 261 ] {692e1d0b-cd46-4cf1-bc26-caf23274d7ef} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1152 | 2024.12.16 20:50:55.355118 [ 261 ] {692e1d0b-cd46-4cf1-bc26-caf23274d7ef} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1153 | 2024.12.16 20:50:55.355317 [ 261 ] {692e1d0b-cd46-4cf1-bc26-caf23274d7ef} <Debug> executeQuery: Read 96 rows, 7.69 KiB in 0.001553 sec., 61815.840309079205 rows/sec., 4.84 MiB/sec. | ||
| 1154 | 2024.12.16 20:50:55.355368 [ 261 ] {692e1d0b-cd46-4cf1-bc26-caf23274d7ef} <Debug> TCPHandler: Processed in 0.001766454 sec. | ||
| 1155 | 2024.12.16 20:50:55.355503 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2024.12.16 20:50:55.355631 [ 258 ] {0611734d-e6af-4a53-8170-c341d875d822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1157 | 2024.12.16 20:50:55.355687 [ 258 ] {0611734d-e6af-4a53-8170-c341d875d822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1158 | 2024.12.16 20:50:55.356303 [ 258 ] {0611734d-e6af-4a53-8170-c341d875d822} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1159 | 2024.12.16 20:50:55.356362 [ 258 ] {0611734d-e6af-4a53-8170-c341d875d822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1160 | 2024.12.16 20:50:55.356756 [ 258 ] {0611734d-e6af-4a53-8170-c341d875d822} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1161 | 2024.12.16 20:50:55.356994 [ 258 ] {0611734d-e6af-4a53-8170-c341d875d822} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1162 | 2024.12.16 20:50:55.357199 [ 258 ] {0611734d-e6af-4a53-8170-c341d875d822} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 1163 | 2024.12.16 20:50:55.357250 [ 258 ] {0611734d-e6af-4a53-8170-c341d875d822} <Debug> TCPHandler: Processed in 0.001808795 sec. | ||
| 1164 | 2024.12.16 20:50:55.357384 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1165 | 2024.12.16 20:50:55.357506 [ 261 ] {d9b781fb-96fe-4da1-b7f3-3f8087f2ae96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1166 | 2024.12.16 20:50:55.357590 [ 261 ] {d9b781fb-96fe-4da1-b7f3-3f8087f2ae96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1167 | 2024.12.16 20:50:55.358826 [ 261 ] {d9b781fb-96fe-4da1-b7f3-3f8087f2ae96} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1168 | 2024.12.16 20:50:55.358866 [ 261 ] {d9b781fb-96fe-4da1-b7f3-3f8087f2ae96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1169 | 2024.12.16 20:50:55.361763 [ 261 ] {d9b781fb-96fe-4da1-b7f3-3f8087f2ae96} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1170 | 2024.12.16 20:50:55.362265 [ 261 ] {d9b781fb-96fe-4da1-b7f3-3f8087f2ae96} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1171 | 2024.12.16 20:50:55.362660 [ 261 ] {d9b781fb-96fe-4da1-b7f3-3f8087f2ae96} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.005165 sec., 4259.438528557599 rows/sec., 7.63 MiB/sec. | ||
| 1172 | 2024.12.16 20:50:55.362833 [ 261 ] {d9b781fb-96fe-4da1-b7f3-3f8087f2ae96} <Debug> TCPHandler: Processed in 0.005499755 sec. | ||
| 1173 | 2024.12.16 20:50:55.362996 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1174 | 2024.12.16 20:50:55.363124 [ 258 ] {46f8c317-58d0-4be7-908f-782edd97d4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1175 | 2024.12.16 20:50:55.363178 [ 258 ] {46f8c317-58d0-4be7-908f-782edd97d4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1176 | 2024.12.16 20:50:55.363626 [ 258 ] {46f8c317-58d0-4be7-908f-782edd97d4cf} <Trace> oximeter.measurements_i64 (f5a02ce5-d682-48ff-8fae-3785be7d242b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1177 | 2024.12.16 20:50:55.363664 [ 258 ] {46f8c317-58d0-4be7-908f-782edd97d4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1178 | 2024.12.16 20:50:55.364002 [ 258 ] {46f8c317-58d0-4be7-908f-782edd97d4cf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1179 | 2024.12.16 20:50:55.364229 [ 258 ] {46f8c317-58d0-4be7-908f-782edd97d4cf} <Trace> oximeter.measurements_i64 (f5a02ce5-d682-48ff-8fae-3785be7d242b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1180 | 2024.12.16 20:50:55.364526 [ 258 ] {46f8c317-58d0-4be7-908f-782edd97d4cf} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001409 sec., 10645.848119233498 rows/sec., 792.20 KiB/sec. | ||
| 1181 | 2024.12.16 20:50:55.364589 [ 258 ] {46f8c317-58d0-4be7-908f-782edd97d4cf} <Debug> TCPHandler: Processed in 0.001655402 sec. | ||
| 1182 | 2024.12.16 20:50:55.364719 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2024.12.16 20:50:55.364848 [ 261 ] {c24f965a-e592-4ac4-bbb4-1ada810756fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1184 | 2024.12.16 20:50:55.364903 [ 261 ] {c24f965a-e592-4ac4-bbb4-1ada810756fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1185 | 2024.12.16 20:50:55.365425 [ 261 ] {c24f965a-e592-4ac4-bbb4-1ada810756fb} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2024.12.16 20:50:55.365467 [ 261 ] {c24f965a-e592-4ac4-bbb4-1ada810756fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1187 | 2024.12.16 20:50:55.365819 [ 261 ] {c24f965a-e592-4ac4-bbb4-1ada810756fb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1188 | 2024.12.16 20:50:55.366050 [ 261 ] {c24f965a-e592-4ac4-bbb4-1ada810756fb} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1189 | 2024.12.16 20:50:55.366255 [ 261 ] {c24f965a-e592-4ac4-bbb4-1ada810756fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec. | ||
| 1190 | 2024.12.16 20:50:55.366304 [ 261 ] {c24f965a-e592-4ac4-bbb4-1ada810756fb} <Debug> TCPHandler: Processed in 0.001646672 sec. | ||
| 1191 | 2024.12.16 20:50:56.346180 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 168 | ||
| 1192 | 2024.12.16 20:50:56.349229 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1193 | 2024.12.16 20:50:56.349286 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1194 | 2024.12.16 20:50:56.350829 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1195 | 2024.12.16 20:50:56.351151 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1196 | 2024.12.16 20:50:56.351757 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 168 | ||
| 1197 | 2024.12.16 20:50:58.852799 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1198 | 2024.12.16 20:50:58.853454 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1199 | 2024.12.16 20:50:58.853496 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1200 | 2024.12.16 20:50:58.854198 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1201 | 2024.12.16 20:50:58.854457 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1202 | 2024.12.16 20:50:58.854688 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1203 | 2024.12.16 20:50:59.049500 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1204 | 2024.12.16 20:50:59.069068 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2024.12.16 20:50:59.069126 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1206 | 2024.12.16 20:50:59.075953 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1207 | 2024.12.16 20:50:59.076699 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2024.12.16 20:50:59.079125 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1209 | 2024.12.16 20:51:00.000204 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.50 MiB, peak 169.50 MiB, free memory in arenas 0.00 B, will set to 166.79 MiB (RSS), difference: 1.29 MiB | ||
| 1210 | 2024.12.16 20:51:00.323784 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1211 | 2024.12.16 20:51:00.323983 [ 258 ] {f8a71230-de62-4e1c-b8e2-007be3749b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1212 | 2024.12.16 20:51:00.324056 [ 258 ] {f8a71230-de62-4e1c-b8e2-007be3749b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1213 | 2024.12.16 20:51:00.324854 [ 258 ] {f8a71230-de62-4e1c-b8e2-007be3749b64} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1214 | 2024.12.16 20:51:00.324894 [ 258 ] {f8a71230-de62-4e1c-b8e2-007be3749b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1215 | 2024.12.16 20:51:00.325316 [ 258 ] {f8a71230-de62-4e1c-b8e2-007be3749b64} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1216 | 2024.12.16 20:51:00.325568 [ 258 ] {f8a71230-de62-4e1c-b8e2-007be3749b64} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1217 | 2024.12.16 20:51:00.325756 [ 258 ] {f8a71230-de62-4e1c-b8e2-007be3749b64} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001828 sec., 30634.57330415755 rows/sec., 2.34 MiB/sec. | ||
| 1218 | 2024.12.16 20:51:00.325809 [ 258 ] {f8a71230-de62-4e1c-b8e2-007be3749b64} <Debug> TCPHandler: Processed in 0.002152971 sec. | ||
| 1219 | 2024.12.16 20:51:00.325975 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1220 | 2024.12.16 20:51:00.326083 [ 261 ] {27c8d0e7-fd6b-4e4a-a061-ec64218851a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1221 | 2024.12.16 20:51:00.326128 [ 261 ] {27c8d0e7-fd6b-4e4a-a061-ec64218851a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1222 | 2024.12.16 20:51:00.326681 [ 261 ] {27c8d0e7-fd6b-4e4a-a061-ec64218851a3} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2024.12.16 20:51:00.326752 [ 261 ] {27c8d0e7-fd6b-4e4a-a061-ec64218851a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1224 | 2024.12.16 20:51:00.327126 [ 261 ] {27c8d0e7-fd6b-4e4a-a061-ec64218851a3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1225 | 2024.12.16 20:51:00.327362 [ 261 ] {27c8d0e7-fd6b-4e4a-a061-ec64218851a3} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1226 | 2024.12.16 20:51:00.327558 [ 261 ] {27c8d0e7-fd6b-4e4a-a061-ec64218851a3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001489 sec., 42981.86702484889 rows/sec., 3.35 MiB/sec. | ||
| 1227 | 2024.12.16 20:51:00.327627 [ 261 ] {27c8d0e7-fd6b-4e4a-a061-ec64218851a3} <Debug> TCPHandler: Processed in 0.001711893 sec. | ||
| 1228 | 2024.12.16 20:51:00.327773 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2024.12.16 20:51:00.327886 [ 258 ] {a2c670a3-9f39-4de0-b0c4-9914c4383f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1230 | 2024.12.16 20:51:00.327932 [ 258 ] {a2c670a3-9f39-4de0-b0c4-9914c4383f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1231 | 2024.12.16 20:51:00.328452 [ 258 ] {a2c670a3-9f39-4de0-b0c4-9914c4383f95} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1232 | 2024.12.16 20:51:00.328490 [ 258 ] {a2c670a3-9f39-4de0-b0c4-9914c4383f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1233 | 2024.12.16 20:51:00.328875 [ 258 ] {a2c670a3-9f39-4de0-b0c4-9914c4383f95} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1234 | 2024.12.16 20:51:00.329120 [ 258 ] {a2c670a3-9f39-4de0-b0c4-9914c4383f95} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1235 | 2024.12.16 20:51:00.329288 [ 258 ] {a2c670a3-9f39-4de0-b0c4-9914c4383f95} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001425 sec., 112280.70175438595 rows/sec., 7.82 MiB/sec. | ||
| 1236 | 2024.12.16 20:51:00.329337 [ 258 ] {a2c670a3-9f39-4de0-b0c4-9914c4383f95} <Debug> TCPHandler: Processed in 0.001618421 sec. | ||
| 1237 | 2024.12.16 20:51:00.329485 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2024.12.16 20:51:00.329606 [ 261 ] {517b8051-9945-469e-af38-8d2fb249a2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1239 | 2024.12.16 20:51:00.329661 [ 261 ] {517b8051-9945-469e-af38-8d2fb249a2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1240 | 2024.12.16 20:51:00.330207 [ 261 ] {517b8051-9945-469e-af38-8d2fb249a2d2} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1241 | 2024.12.16 20:51:00.330252 [ 261 ] {517b8051-9945-469e-af38-8d2fb249a2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1242 | 2024.12.16 20:51:00.330661 [ 261 ] {517b8051-9945-469e-af38-8d2fb249a2d2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1243 | 2024.12.16 20:51:00.330892 [ 261 ] {517b8051-9945-469e-af38-8d2fb249a2d2} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1244 | 2024.12.16 20:51:00.331097 [ 261 ] {517b8051-9945-469e-af38-8d2fb249a2d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec. | ||
| 1245 | 2024.12.16 20:51:00.331201 [ 261 ] {517b8051-9945-469e-af38-8d2fb249a2d2} <Debug> TCPHandler: Processed in 0.001761284 sec. | ||
| 1246 | 2024.12.16 20:51:05.324616 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1247 | 2024.12.16 20:51:05.324831 [ 258 ] {f35890b9-20e5-418b-97c5-aea2ca896ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1248 | 2024.12.16 20:51:05.324904 [ 258 ] {f35890b9-20e5-418b-97c5-aea2ca896ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1249 | 2024.12.16 20:51:05.325735 [ 258 ] {f35890b9-20e5-418b-97c5-aea2ca896ce8} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1250 | 2024.12.16 20:51:05.325777 [ 258 ] {f35890b9-20e5-418b-97c5-aea2ca896ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1251 | 2024.12.16 20:51:05.326193 [ 258 ] {f35890b9-20e5-418b-97c5-aea2ca896ce8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1252 | 2024.12.16 20:51:05.326439 [ 258 ] {f35890b9-20e5-418b-97c5-aea2ca896ce8} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2024.12.16 20:51:05.326680 [ 258 ] {f35890b9-20e5-418b-97c5-aea2ca896ce8} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001903 sec., 53599.5796111403 rows/sec., 4.46 MiB/sec. | ||
| 1254 | 2024.12.16 20:51:05.326734 [ 258 ] {f35890b9-20e5-418b-97c5-aea2ca896ce8} <Debug> TCPHandler: Processed in 0.002253223 sec. | ||
| 1255 | 2024.12.16 20:51:05.326938 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2024.12.16 20:51:05.327076 [ 261 ] {41561af3-3071-4a6c-ba58-de69691348fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1257 | 2024.12.16 20:51:05.327132 [ 261 ] {41561af3-3071-4a6c-ba58-de69691348fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1258 | 2024.12.16 20:51:05.327786 [ 261 ] {41561af3-3071-4a6c-ba58-de69691348fc} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1259 | 2024.12.16 20:51:05.327828 [ 261 ] {41561af3-3071-4a6c-ba58-de69691348fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1260 | 2024.12.16 20:51:05.328189 [ 261 ] {41561af3-3071-4a6c-ba58-de69691348fc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1261 | 2024.12.16 20:51:05.328428 [ 261 ] {41561af3-3071-4a6c-ba58-de69691348fc} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2024.12.16 20:51:05.328627 [ 261 ] {41561af3-3071-4a6c-ba58-de69691348fc} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001581 sec., 14547.75458570525 rows/sec., 1.07 MiB/sec. | ||
| 1263 | 2024.12.16 20:51:05.328680 [ 261 ] {41561af3-3071-4a6c-ba58-de69691348fc} <Debug> TCPHandler: Processed in 0.001821715 sec. | ||
| 1264 | 2024.12.16 20:51:05.328829 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1265 | 2024.12.16 20:51:05.328937 [ 258 ] {f55c1943-159d-40d7-a420-5aafbb4b4f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1266 | 2024.12.16 20:51:05.328981 [ 258 ] {f55c1943-159d-40d7-a420-5aafbb4b4f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1267 | 2024.12.16 20:51:05.329542 [ 258 ] {f55c1943-159d-40d7-a420-5aafbb4b4f54} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1268 | 2024.12.16 20:51:05.329581 [ 258 ] {f55c1943-159d-40d7-a420-5aafbb4b4f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1269 | 2024.12.16 20:51:05.329929 [ 258 ] {f55c1943-159d-40d7-a420-5aafbb4b4f54} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1270 | 2024.12.16 20:51:05.330157 [ 258 ] {f55c1943-159d-40d7-a420-5aafbb4b4f54} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1271 | 2024.12.16 20:51:05.330351 [ 258 ] {f55c1943-159d-40d7-a420-5aafbb4b4f54} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001431 sec., 60796.64570230608 rows/sec., 4.75 MiB/sec. | ||
| 1272 | 2024.12.16 20:51:05.330437 [ 258 ] {f55c1943-159d-40d7-a420-5aafbb4b4f54} <Debug> TCPHandler: Processed in 0.001667292 sec. | ||
| 1273 | 2024.12.16 20:51:05.330592 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2024.12.16 20:51:05.330701 [ 261 ] {239ccebc-c8df-4803-9019-8cd6ff002bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1275 | 2024.12.16 20:51:05.330760 [ 261 ] {239ccebc-c8df-4803-9019-8cd6ff002bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1276 | 2024.12.16 20:51:05.331386 [ 261 ] {239ccebc-c8df-4803-9019-8cd6ff002bb8} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1277 | 2024.12.16 20:51:05.331432 [ 261 ] {239ccebc-c8df-4803-9019-8cd6ff002bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1278 | 2024.12.16 20:51:05.331858 [ 261 ] {239ccebc-c8df-4803-9019-8cd6ff002bb8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1279 | 2024.12.16 20:51:05.332094 [ 261 ] {239ccebc-c8df-4803-9019-8cd6ff002bb8} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1280 | 2024.12.16 20:51:05.332316 [ 261 ] {239ccebc-c8df-4803-9019-8cd6ff002bb8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec. | ||
| 1281 | 2024.12.16 20:51:05.332370 [ 261 ] {239ccebc-c8df-4803-9019-8cd6ff002bb8} <Debug> TCPHandler: Processed in 0.001834795 sec. | ||
| 1282 | 2024.12.16 20:51:05.332494 [ 258 ] {} <Trace> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1283 | 2024.12.16 20:51:05.332603 [ 258 ] {3eae56d5-0e81-4407-b222-dcb9c039c3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1284 | 2024.12.16 20:51:05.332668 [ 258 ] {3eae56d5-0e81-4407-b222-dcb9c039c3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1285 | 2024.12.16 20:51:05.333890 [ 258 ] {3eae56d5-0e81-4407-b222-dcb9c039c3b0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1286 | 2024.12.16 20:51:05.333929 [ 258 ] {3eae56d5-0e81-4407-b222-dcb9c039c3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1287 | 2024.12.16 20:51:05.334542 [ 258 ] {3eae56d5-0e81-4407-b222-dcb9c039c3b0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1288 | 2024.12.16 20:51:05.334803 [ 258 ] {3eae56d5-0e81-4407-b222-dcb9c039c3b0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1289 | 2024.12.16 20:51:05.335088 [ 258 ] {3eae56d5-0e81-4407-b222-dcb9c039c3b0} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002502 sec., 9192.645883293366 rows/sec., 16.47 MiB/sec. | ||
| 1290 | 2024.12.16 20:51:05.335181 [ 258 ] {3eae56d5-0e81-4407-b222-dcb9c039c3b0} <Debug> TCPHandler: Processed in 0.002738502 sec. | ||
| 1291 | 2024.12.16 20:51:05.335320 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2024.12.16 20:51:05.335451 [ 261 ] {483c667b-fce0-4e89-86b2-75bf57a80cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1293 | 2024.12.16 20:51:05.335506 [ 261 ] {483c667b-fce0-4e89-86b2-75bf57a80cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1294 | 2024.12.16 20:51:05.335972 [ 261 ] {483c667b-fce0-4e89-86b2-75bf57a80cba} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2024.12.16 20:51:05.336010 [ 261 ] {483c667b-fce0-4e89-86b2-75bf57a80cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1296 | 2024.12.16 20:51:05.336371 [ 261 ] {483c667b-fce0-4e89-86b2-75bf57a80cba} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1297 | 2024.12.16 20:51:05.336602 [ 261 ] {483c667b-fce0-4e89-86b2-75bf57a80cba} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2024.12.16 20:51:05.336846 [ 261 ] {483c667b-fce0-4e89-86b2-75bf57a80cba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
| 1299 | 2024.12.16 20:51:05.336898 [ 261 ] {483c667b-fce0-4e89-86b2-75bf57a80cba} <Debug> TCPHandler: Processed in 0.001641431 sec. | ||
| 1300 | 2024.12.16 20:51:06.283738 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1301 | 2024.12.16 20:51:06.283825 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1302 | 2024.12.16 20:51:06.352911 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 188 | ||
| 1303 | 2024.12.16 20:51:06.355862 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1304 | 2024.12.16 20:51:06.358822 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1305 | 2024.12.16 20:51:06.358920 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1306 | 2024.12.16 20:51:06.359283 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1307 | 2024.12.16 20:51:06.359362 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1308 | 2024.12.16 20:51:06.360698 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1309 | 2024.12.16 20:51:06.361403 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1310 | 2024.12.16 20:51:06.362419 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1311 | 2024.12.16 20:51:06.363080 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1312 | 2024.12.16 20:51:06.363412 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1313 | 2024.12.16 20:51:06.364532 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 188 | ||
| 1314 | 2024.12.16 20:51:06.580166 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1315 | 2024.12.16 20:51:06.600377 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1316 | 2024.12.16 20:51:06.600434 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1317 | 2024.12.16 20:51:06.607438 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1318 | 2024.12.16 20:51:06.608219 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1319 | 2024.12.16 20:51:06.611315 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1320 | 2024.12.16 20:51:09.964379 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1321 | 2024.12.16 20:51:09.964517 [ 258 ] {} <Debug> TCP-Session: a0fe7637-d3a2-4d31-a5b9-5118b7e84425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1322 | 2024.12.16 20:51:10.000212 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.41 MiB, peak 171.37 MiB, free memory in arenas 0.00 B, will set to 167.47 MiB (RSS), difference: 2.07 MiB | ||
| 1323 | 2024.12.16 20:51:10.319698 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1324 | 2024.12.16 20:51:10.320021 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1325 | 2024.12.16 20:51:10.320423 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1326 | 2024.12.16 20:51:10.320471 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1327 | 2024.12.16 20:51:10.320792 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1328 | 2024.12.16 20:51:10.320875 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1329 | 2024.12.16 20:51:10.321053 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1330 | 2024.12.16 20:51:10.321215 [ 295 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1331 | 2024.12.16 20:51:10.321295 [ 297 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1332 | 2024.12.16 20:51:10.321431 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1333 | 2024.12.16 20:51:10.321466 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1334 | 2024.12.16 20:51:10.323617 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1335 | 2024.12.16 20:51:10.323651 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1336 | 2024.12.16 20:51:10.323718 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1337 | 2024.12.16 20:51:10.323767 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1338 | 2024.12.16 20:51:10.325200 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.005286 sec., 4161.937192584185 rows/sec., 174.21 KiB/sec. | ||
| 1339 | 2024.12.16 20:51:10.325366 [ 261 ] {b1bd1ff8-55ff-4deb-9458-32d09fb9a75f} <Debug> TCPHandler: Processed in 0.005857042 sec. | ||
| 1340 | 2024.12.16 20:51:10.325772 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1341 | 2024.12.16 20:51:10.326016 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1342 | 2024.12.16 20:51:10.326450 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1343 | 2024.12.16 20:51:10.326498 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1344 | 2024.12.16 20:51:10.326829 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1345 | 2024.12.16 20:51:10.326914 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1346 | 2024.12.16 20:51:10.327097 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1347 | 2024.12.16 20:51:10.327186 [ 298 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1348 | 2024.12.16 20:51:10.327204 [ 295 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1349 | 2024.12.16 20:51:10.327310 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1350 | 2024.12.16 20:51:10.327371 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1351 | 2024.12.16 20:51:10.327465 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1352 | 2024.12.16 20:51:10.327488 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1353 | 2024.12.16 20:51:10.327531 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1354 | 2024.12.16 20:51:10.327606 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1355 | 2024.12.16 20:51:10.328648 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002736 sec., 8040.935672514619 rows/sec., 336.59 KiB/sec. | ||
| 1356 | 2024.12.16 20:51:10.328788 [ 260 ] {1944f817-2b98-4017-a04c-5f5cb1b25546} <Debug> TCPHandler: Processed in 0.00317647 sec. | ||
| 1357 | 2024.12.16 20:51:10.329428 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1358 | 2024.12.16 20:51:10.329660 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1359 | 2024.12.16 20:51:10.330013 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1360 | 2024.12.16 20:51:10.330059 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1361 | 2024.12.16 20:51:10.330348 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1362 | 2024.12.16 20:51:10.330418 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1363 | 2024.12.16 20:51:10.330575 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1364 | 2024.12.16 20:51:10.330677 [ 295 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1365 | 2024.12.16 20:51:10.330689 [ 298 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1366 | 2024.12.16 20:51:10.330784 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1367 | 2024.12.16 20:51:10.330813 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1368 | 2024.12.16 20:51:10.330896 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1369 | 2024.12.16 20:51:10.330919 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1370 | 2024.12.16 20:51:10.330960 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1371 | 2024.12.16 20:51:10.331007 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1372 | 2024.12.16 20:51:10.332084 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002539 sec., 8664.82867270579 rows/sec., 362.70 KiB/sec. | ||
| 1373 | 2024.12.16 20:51:10.332236 [ 261 ] {28b00806-78cc-43eb-a898-f6e572cc3fbc} <Debug> TCPHandler: Processed in 0.002880015 sec. | ||
| 1374 | 2024.12.16 20:51:10.332491 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1375 | 2024.12.16 20:51:10.332711 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1376 | 2024.12.16 20:51:10.333054 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1377 | 2024.12.16 20:51:10.333101 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1378 | 2024.12.16 20:51:10.333389 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1379 | 2024.12.16 20:51:10.333460 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1380 | 2024.12.16 20:51:10.333618 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1381 | 2024.12.16 20:51:10.333718 [ 295 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1382 | 2024.12.16 20:51:10.333734 [ 297 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1383 | 2024.12.16 20:51:10.333850 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1384 | 2024.12.16 20:51:10.333880 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1385 | 2024.12.16 20:51:10.333965 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1386 | 2024.12.16 20:51:10.333987 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1387 | 2024.12.16 20:51:10.334030 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1388 | 2024.12.16 20:51:10.334078 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1389 | 2024.12.16 20:51:10.335106 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002502 sec., 8792.965627498003 rows/sec., 368.06 KiB/sec. | ||
| 1390 | 2024.12.16 20:51:10.335241 [ 260 ] {d992b58d-f9f3-44e9-9a53-5fa173059a2e} <Debug> TCPHandler: Processed in 0.002820594 sec. | ||
| 1391 | 2024.12.16 20:51:10.335506 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1392 | 2024.12.16 20:51:10.335725 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1393 | 2024.12.16 20:51:10.336064 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1394 | 2024.12.16 20:51:10.336109 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1395 | 2024.12.16 20:51:10.336399 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1396 | 2024.12.16 20:51:10.336465 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1397 | 2024.12.16 20:51:10.336620 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1398 | 2024.12.16 20:51:10.336676 [ 295 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1399 | 2024.12.16 20:51:10.336708 [ 298 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1400 | 2024.12.16 20:51:10.336792 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1401 | 2024.12.16 20:51:10.336819 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1402 | 2024.12.16 20:51:10.336902 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1403 | 2024.12.16 20:51:10.336925 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1404 | 2024.12.16 20:51:10.336965 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1405 | 2024.12.16 20:51:10.337013 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1406 | 2024.12.16 20:51:10.338062 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002441 sec., 9012.699713232281 rows/sec., 377.26 KiB/sec. | ||
| 1407 | 2024.12.16 20:51:10.338215 [ 261 ] {38068721-2bc3-4f5a-acd7-4403d00df2c6} <Debug> TCPHandler: Processed in 0.002777533 sec. | ||
| 1408 | 2024.12.16 20:51:10.338489 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2024.12.16 20:51:10.338704 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1410 | 2024.12.16 20:51:10.339046 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1411 | 2024.12.16 20:51:10.339090 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1412 | 2024.12.16 20:51:10.339384 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1413 | 2024.12.16 20:51:10.339450 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1414 | 2024.12.16 20:51:10.339601 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1415 | 2024.12.16 20:51:10.339690 [ 295 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1416 | 2024.12.16 20:51:10.339698 [ 298 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1417 | 2024.12.16 20:51:10.339781 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1418 | 2024.12.16 20:51:10.339805 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1419 | 2024.12.16 20:51:10.339887 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1420 | 2024.12.16 20:51:10.339907 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1421 | 2024.12.16 20:51:10.339947 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1422 | 2024.12.16 20:51:10.339993 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1423 | 2024.12.16 20:51:10.340996 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002397 sec., 9178.139340842721 rows/sec., 384.19 KiB/sec. | ||
| 1424 | 2024.12.16 20:51:10.341128 [ 260 ] {e5e0de3b-e19d-4dcf-b182-b3ca43d13da0} <Debug> TCPHandler: Processed in 0.002707931 sec. | ||
| 1425 | 2024.12.16 20:51:10.341375 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1426 | 2024.12.16 20:51:10.341590 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1427 | 2024.12.16 20:51:10.341955 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1428 | 2024.12.16 20:51:10.342002 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1429 | 2024.12.16 20:51:10.342295 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1430 | 2024.12.16 20:51:10.342362 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1431 | 2024.12.16 20:51:10.342513 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1432 | 2024.12.16 20:51:10.342573 [ 295 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1433 | 2024.12.16 20:51:10.342606 [ 298 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1434 | 2024.12.16 20:51:10.342688 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1435 | 2024.12.16 20:51:10.342716 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1436 | 2024.12.16 20:51:10.342798 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1437 | 2024.12.16 20:51:10.342820 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1438 | 2024.12.16 20:51:10.342861 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1439 | 2024.12.16 20:51:10.342908 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1440 | 2024.12.16 20:51:10.343967 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002482 sec., 8863.819500402902 rows/sec., 371.03 KiB/sec. | ||
| 1441 | 2024.12.16 20:51:10.344118 [ 261 ] {4567a590-d1e1-4bcb-8246-3b7a90b5907d} <Debug> TCPHandler: Processed in 0.002814204 sec. | ||
| 1442 | 2024.12.16 20:51:10.344358 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1443 | 2024.12.16 20:51:10.344577 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1444 | 2024.12.16 20:51:10.344937 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1445 | 2024.12.16 20:51:10.344984 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1446 | 2024.12.16 20:51:10.345276 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1447 | 2024.12.16 20:51:10.345343 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1448 | 2024.12.16 20:51:10.345490 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1449 | 2024.12.16 20:51:10.345574 [ 295 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1450 | 2024.12.16 20:51:10.345589 [ 298 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1451 | 2024.12.16 20:51:10.345669 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1452 | 2024.12.16 20:51:10.345693 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1453 | 2024.12.16 20:51:10.345775 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1454 | 2024.12.16 20:51:10.345796 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1455 | 2024.12.16 20:51:10.345837 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1456 | 2024.12.16 20:51:10.345884 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1457 | 2024.12.16 20:51:10.346947 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002478 sec., 8878.127522195318 rows/sec., 371.63 KiB/sec. | ||
| 1458 | 2024.12.16 20:51:10.347082 [ 260 ] {8de8ad44-bfaf-4e46-96d2-f87d4e114f55} <Debug> TCPHandler: Processed in 0.002789943 sec. | ||
| 1459 | 2024.12.16 20:51:10.347317 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1460 | 2024.12.16 20:51:10.347534 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1461 | 2024.12.16 20:51:10.347912 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1462 | 2024.12.16 20:51:10.347960 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1463 | 2024.12.16 20:51:10.348262 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1464 | 2024.12.16 20:51:10.348328 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1465 | 2024.12.16 20:51:10.348476 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1466 | 2024.12.16 20:51:10.348545 [ 295 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1467 | 2024.12.16 20:51:10.348566 [ 297 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1468 | 2024.12.16 20:51:10.348665 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1469 | 2024.12.16 20:51:10.348692 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1470 | 2024.12.16 20:51:10.348774 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1471 | 2024.12.16 20:51:10.348796 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1472 | 2024.12.16 20:51:10.348837 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1473 | 2024.12.16 20:51:10.348885 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1474 | 2024.12.16 20:51:10.349928 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002502 sec., 8792.965627498003 rows/sec., 368.06 KiB/sec. | ||
| 1475 | 2024.12.16 20:51:10.350079 [ 261 ] {5b387e5f-5b6a-44bf-875c-bf5a90e217ab} <Debug> TCPHandler: Processed in 0.002831374 sec. | ||
| 1476 | 2024.12.16 20:51:10.350331 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1477 | 2024.12.16 20:51:10.350555 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1478 | 2024.12.16 20:51:10.350926 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1479 | 2024.12.16 20:51:10.350974 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1480 | 2024.12.16 20:51:10.351284 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1481 | 2024.12.16 20:51:10.351351 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1482 | 2024.12.16 20:51:10.351499 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1483 | 2024.12.16 20:51:10.351613 [ 295 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1484 | 2024.12.16 20:51:10.351615 [ 297 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1485 | 2024.12.16 20:51:10.351723 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1486 | 2024.12.16 20:51:10.351751 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1487 | 2024.12.16 20:51:10.351834 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1488 | 2024.12.16 20:51:10.351855 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1489 | 2024.12.16 20:51:10.351897 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1490 | 2024.12.16 20:51:10.351944 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1491 | 2024.12.16 20:51:10.353303 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002861 sec., 7689.619014330654 rows/sec., 321.88 KiB/sec. | ||
| 1492 | 2024.12.16 20:51:10.353440 [ 260 ] {eef8c89c-780c-4eab-81f7-a464e3ef136e} <Debug> TCPHandler: Processed in 0.00317527 sec. | ||
| 1493 | 2024.12.16 20:51:10.353695 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1494 | 2024.12.16 20:51:10.353913 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1495 | 2024.12.16 20:51:10.354308 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1496 | 2024.12.16 20:51:10.354367 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1497 | 2024.12.16 20:51:10.354747 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1498 | 2024.12.16 20:51:10.354828 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1499 | 2024.12.16 20:51:10.354977 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1500 | 2024.12.16 20:51:10.355059 [ 295 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1501 | 2024.12.16 20:51:10.355076 [ 297 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1502 | 2024.12.16 20:51:10.355170 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1503 | 2024.12.16 20:51:10.355198 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1504 | 2024.12.16 20:51:10.355279 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1505 | 2024.12.16 20:51:10.355301 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1506 | 2024.12.16 20:51:10.355341 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1507 | 2024.12.16 20:51:10.355386 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1508 | 2024.12.16 20:51:10.356413 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002606 sec., 8442.05679201842 rows/sec., 353.38 KiB/sec. | ||
| 1509 | 2024.12.16 20:51:10.356563 [ 261 ] {197a85d5-aaf3-4cf5-ba55-1cb13e930e40} <Debug> TCPHandler: Processed in 0.002936776 sec. | ||
| 1510 | 2024.12.16 20:51:10.360535 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1511 | 2024.12.16 20:51:10.360867 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1512 | 2024.12.16 20:51:10.361211 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1513 | 2024.12.16 20:51:10.361260 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1514 | 2024.12.16 20:51:10.361574 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1515 | 2024.12.16 20:51:10.361640 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1516 | 2024.12.16 20:51:10.361788 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1517 | 2024.12.16 20:51:10.361888 [ 295 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1518 | 2024.12.16 20:51:10.361903 [ 297 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1519 | 2024.12.16 20:51:10.362011 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 1520 | 2024.12.16 20:51:10.362040 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1521 | 2024.12.16 20:51:10.362124 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1522 | 2024.12.16 20:51:10.362145 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1523 | 2024.12.16 20:51:10.362187 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1524 | 2024.12.16 20:51:10.362234 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1525 | 2024.12.16 20:51:10.363303 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002602 sec., 8455.034588777862 rows/sec., 353.92 KiB/sec. | ||
| 1526 | 2024.12.16 20:51:10.363432 [ 260 ] {b2506f27-4348-4a94-b71e-d879aa899888} <Debug> TCPHandler: Processed in 0.002997007 sec. | ||
| 1527 | 2024.12.16 20:51:10.368319 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1528 | 2024.12.16 20:51:10.368474 [ 261 ] {b5e0baa6-c903-41c4-919d-6aa99036302b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1529 | 2024.12.16 20:51:10.368538 [ 261 ] {b5e0baa6-c903-41c4-919d-6aa99036302b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1530 | 2024.12.16 20:51:10.369325 [ 261 ] {b5e0baa6-c903-41c4-919d-6aa99036302b} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1531 | 2024.12.16 20:51:10.369363 [ 261 ] {b5e0baa6-c903-41c4-919d-6aa99036302b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1532 | 2024.12.16 20:51:10.369887 [ 261 ] {b5e0baa6-c903-41c4-919d-6aa99036302b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1533 | 2024.12.16 20:51:10.370112 [ 261 ] {b5e0baa6-c903-41c4-919d-6aa99036302b} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1534 | 2024.12.16 20:51:10.370301 [ 261 ] {b5e0baa6-c903-41c4-919d-6aa99036302b} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001872 sec., 6410.25641025641 rows/sec., 1.30 MiB/sec. | ||
| 1535 | 2024.12.16 20:51:10.370354 [ 261 ] {b5e0baa6-c903-41c4-919d-6aa99036302b} <Debug> TCPHandler: Processed in 0.00210384 sec. | ||
| 1536 | 2024.12.16 20:51:10.370484 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1537 | 2024.12.16 20:51:10.370634 [ 260 ] {f153f10c-33a7-4fc3-8e97-8965fb6a17b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1538 | 2024.12.16 20:51:10.370688 [ 260 ] {f153f10c-33a7-4fc3-8e97-8965fb6a17b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1539 | 2024.12.16 20:51:10.373397 [ 260 ] {f153f10c-33a7-4fc3-8e97-8965fb6a17b8} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1540 | 2024.12.16 20:51:10.373446 [ 260 ] {f153f10c-33a7-4fc3-8e97-8965fb6a17b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1541 | 2024.12.16 20:51:10.373916 [ 260 ] {f153f10c-33a7-4fc3-8e97-8965fb6a17b8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1542 | 2024.12.16 20:51:10.374162 [ 260 ] {f153f10c-33a7-4fc3-8e97-8965fb6a17b8} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1543 | 2024.12.16 20:51:10.374433 [ 260 ] {f153f10c-33a7-4fc3-8e97-8965fb6a17b8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.003834 sec., 3651.5388628064684 rows/sec., 262.86 KiB/sec. | ||
| 1544 | 2024.12.16 20:51:10.374576 [ 260 ] {f153f10c-33a7-4fc3-8e97-8965fb6a17b8} <Debug> TCPHandler: Processed in 0.004146199 sec. | ||
| 1545 | 2024.12.16 20:51:10.374787 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1546 | 2024.12.16 20:51:10.374964 [ 261 ] {6dfcd734-b318-48a5-8c7c-d948fc184928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1547 | 2024.12.16 20:51:10.375022 [ 261 ] {6dfcd734-b318-48a5-8c7c-d948fc184928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1548 | 2024.12.16 20:51:10.375822 [ 261 ] {6dfcd734-b318-48a5-8c7c-d948fc184928} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1549 | 2024.12.16 20:51:10.375866 [ 261 ] {6dfcd734-b318-48a5-8c7c-d948fc184928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1550 | 2024.12.16 20:51:10.376248 [ 261 ] {6dfcd734-b318-48a5-8c7c-d948fc184928} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1551 | 2024.12.16 20:51:10.376490 [ 261 ] {6dfcd734-b318-48a5-8c7c-d948fc184928} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1552 | 2024.12.16 20:51:10.376617 [ 59 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1553 | 2024.12.16 20:51:10.376663 [ 59 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1554 | 2024.12.16 20:51:10.376679 [ 261 ] {6dfcd734-b318-48a5-8c7c-d948fc184928} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001746 sec., 125429.55326460481 rows/sec., 10.93 MiB/sec. | ||
| 1555 | 2024.12.16 20:51:10.376689 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1556 | 2024.12.16 20:51:10.376763 [ 261 ] {6dfcd734-b318-48a5-8c7c-d948fc184928} <Debug> TCPHandler: Processed in 0.00207904 sec. | ||
| 1557 | 2024.12.16 20:51:10.377046 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1558 | 2024.12.16 20:51:10.377321 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 1559 | 2024.12.16 20:51:10.377389 [ 260 ] {0b76b828-59ec-4460-95fc-5c14324d7f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1560 | 2024.12.16 20:51:10.377490 [ 260 ] {0b76b828-59ec-4460-95fc-5c14324d7f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1561 | 2024.12.16 20:51:10.377860 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1562 | 2024.12.16 20:51:10.377951 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1563 | 2024.12.16 20:51:10.378290 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1564 | 2024.12.16 20:51:10.378629 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 1565 | 2024.12.16 20:51:10.378990 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1566 | 2024.12.16 20:51:10.379403 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 102 rows starting from the beginning of the part | ||
| 1567 | 2024.12.16 20:51:10.379656 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 219 rows starting from the beginning of the part | ||
| 1568 | 2024.12.16 20:51:10.380505 [ 260 ] {0b76b828-59ec-4460-95fc-5c14324d7f38} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1569 | 2024.12.16 20:51:10.380566 [ 260 ] {0b76b828-59ec-4460-95fc-5c14324d7f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1570 | 2024.12.16 20:51:10.381431 [ 260 ] {0b76b828-59ec-4460-95fc-5c14324d7f38} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1571 | 2024.12.16 20:51:10.382025 [ 260 ] {0b76b828-59ec-4460-95fc-5c14324d7f38} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1572 | 2024.12.16 20:51:10.382594 [ 260 ] {0b76b828-59ec-4460-95fc-5c14324d7f38} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00527 sec., 2846.299810246679 rows/sec., 200.69 KiB/sec. | ||
| 1573 | 2024.12.16 20:51:10.382960 [ 260 ] {0b76b828-59ec-4460-95fc-5c14324d7f38} <Debug> TCPHandler: Processed in 0.006083996 sec. | ||
| 1574 | 2024.12.16 20:51:10.383061 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 5 columns (5 merged, 0 gathered) in 0.006251909 sec., 94211.22412370365 rows/sec., 8.15 MiB/sec. | ||
| 1575 | 2024.12.16 20:51:10.383147 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1576 | 2024.12.16 20:51:10.383263 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1577 | 2024.12.16 20:51:10.383294 [ 261 ] {f23594c9-70a2-4fbc-9444-a694ab65a17f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1578 | 2024.12.16 20:51:10.383363 [ 261 ] {f23594c9-70a2-4fbc-9444-a694ab65a17f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1579 | 2024.12.16 20:51:10.383708 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_6_1} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1580 | 2024.12.16 20:51:10.383851 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_6_1} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1581 | 2024.12.16 20:51:10.383938 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1582 | 2024.12.16 20:51:10.384148 [ 261 ] {f23594c9-70a2-4fbc-9444-a694ab65a17f} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1583 | 2024.12.16 20:51:10.384186 [ 261 ] {f23594c9-70a2-4fbc-9444-a694ab65a17f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1584 | 2024.12.16 20:51:10.384550 [ 261 ] {f23594c9-70a2-4fbc-9444-a694ab65a17f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1585 | 2024.12.16 20:51:10.384794 [ 261 ] {f23594c9-70a2-4fbc-9444-a694ab65a17f} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1586 | 2024.12.16 20:51:10.385135 [ 261 ] {f23594c9-70a2-4fbc-9444-a694ab65a17f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00184 sec., 7608.695652173913 rows/sec., 532.86 KiB/sec. | ||
| 1587 | 2024.12.16 20:51:10.385254 [ 261 ] {f23594c9-70a2-4fbc-9444-a694ab65a17f} <Debug> TCPHandler: Processed in 0.002175421 sec. | ||
| 1588 | 2024.12.16 20:51:10.385397 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1589 | 2024.12.16 20:51:10.385535 [ 260 ] {3e319d31-424a-4ed8-abaf-b90043a0af51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1590 | 2024.12.16 20:51:10.385593 [ 260 ] {3e319d31-424a-4ed8-abaf-b90043a0af51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1591 | 2024.12.16 20:51:10.386209 [ 260 ] {3e319d31-424a-4ed8-abaf-b90043a0af51} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1592 | 2024.12.16 20:51:10.386248 [ 260 ] {3e319d31-424a-4ed8-abaf-b90043a0af51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1593 | 2024.12.16 20:51:10.386601 [ 260 ] {3e319d31-424a-4ed8-abaf-b90043a0af51} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1594 | 2024.12.16 20:51:10.386842 [ 260 ] {3e319d31-424a-4ed8-abaf-b90043a0af51} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1595 | 2024.12.16 20:51:10.387070 [ 260 ] {3e319d31-424a-4ed8-abaf-b90043a0af51} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec. | ||
| 1596 | 2024.12.16 20:51:10.387238 [ 260 ] {3e319d31-424a-4ed8-abaf-b90043a0af51} <Debug> TCPHandler: Processed in 0.001908536 sec. | ||
| 1597 | 2024.12.16 20:51:10.387383 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1598 | 2024.12.16 20:51:10.387520 [ 261 ] {e36ebea7-549e-4af3-aa26-88a77f6fa2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1599 | 2024.12.16 20:51:10.387579 [ 261 ] {e36ebea7-549e-4af3-aa26-88a77f6fa2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1600 | 2024.12.16 20:51:10.388303 [ 261 ] {e36ebea7-549e-4af3-aa26-88a77f6fa2e2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1601 | 2024.12.16 20:51:10.388341 [ 261 ] {e36ebea7-549e-4af3-aa26-88a77f6fa2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1602 | 2024.12.16 20:51:10.388716 [ 261 ] {e36ebea7-549e-4af3-aa26-88a77f6fa2e2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1603 | 2024.12.16 20:51:10.388955 [ 261 ] {e36ebea7-549e-4af3-aa26-88a77f6fa2e2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1604 | 2024.12.16 20:51:10.389112 [ 58 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1605 | 2024.12.16 20:51:10.389170 [ 58 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1606 | 2024.12.16 20:51:10.389204 [ 261 ] {e36ebea7-549e-4af3-aa26-88a77f6fa2e2} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001697 sec., 229817.32469063054 rows/sec., 16.30 MiB/sec. | ||
| 1607 | 2024.12.16 20:51:10.389210 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1608 | 2024.12.16 20:51:10.389343 [ 261 ] {e36ebea7-549e-4af3-aa26-88a77f6fa2e2} <Debug> TCPHandler: Processed in 0.002022058 sec. | ||
| 1609 | 2024.12.16 20:51:10.389653 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 1610 | 2024.12.16 20:51:10.389683 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1611 | 2024.12.16 20:51:10.389913 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1612 | 2024.12.16 20:51:10.389950 [ 260 ] {f9495832-ced6-4f95-8a3e-613fe45f5221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1613 | 2024.12.16 20:51:10.389969 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1614 | 2024.12.16 20:51:10.390067 [ 260 ] {f9495832-ced6-4f95-8a3e-613fe45f5221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1615 | 2024.12.16 20:51:10.390190 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1616 | 2024.12.16 20:51:10.390540 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 96 rows starting from the beginning of the part | ||
| 1617 | 2024.12.16 20:51:10.390978 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1618 | 2024.12.16 20:51:10.391328 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 87 rows starting from the beginning of the part | ||
| 1619 | 2024.12.16 20:51:10.391733 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 390 rows starting from the beginning of the part | ||
| 1620 | 2024.12.16 20:51:10.392743 [ 260 ] {f9495832-ced6-4f95-8a3e-613fe45f5221} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1621 | 2024.12.16 20:51:10.392815 [ 260 ] {f9495832-ced6-4f95-8a3e-613fe45f5221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1622 | 2024.12.16 20:51:10.393920 [ 260 ] {f9495832-ced6-4f95-8a3e-613fe45f5221} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1623 | 2024.12.16 20:51:10.394442 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 765 rows, containing 5 columns (5 merged, 0 gathered) in 0.005083048 sec., 150500.25103048407 rows/sec., 11.78 MiB/sec. | ||
| 1624 | 2024.12.16 20:51:10.394460 [ 260 ] {f9495832-ced6-4f95-8a3e-613fe45f5221} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1625 | 2024.12.16 20:51:10.394711 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1626 | 2024.12.16 20:51:10.394859 [ 260 ] {f9495832-ced6-4f95-8a3e-613fe45f5221} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004975 sec., 1206.0301507537688 rows/sec., 63.01 KiB/sec. | ||
| 1627 | 2024.12.16 20:51:10.395006 [ 260 ] {f9495832-ced6-4f95-8a3e-613fe45f5221} <Debug> TCPHandler: Processed in 0.005536725 sec. | ||
| 1628 | 2024.12.16 20:51:10.395224 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1629 | 2024.12.16 20:51:10.395239 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_6_1} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1630 | 2024.12.16 20:51:10.395365 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_6_1} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1631 | 2024.12.16 20:51:10.395418 [ 261 ] {5278e19a-1141-4341-ae86-4506fbeb05fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1632 | 2024.12.16 20:51:10.395504 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 1633 | 2024.12.16 20:51:10.395552 [ 261 ] {5278e19a-1141-4341-ae86-4506fbeb05fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1634 | 2024.12.16 20:51:10.396157 [ 261 ] {5278e19a-1141-4341-ae86-4506fbeb05fc} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1635 | 2024.12.16 20:51:10.396196 [ 261 ] {5278e19a-1141-4341-ae86-4506fbeb05fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1636 | 2024.12.16 20:51:10.396589 [ 261 ] {5278e19a-1141-4341-ae86-4506fbeb05fc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1637 | 2024.12.16 20:51:10.396829 [ 261 ] {5278e19a-1141-4341-ae86-4506fbeb05fc} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1638 | 2024.12.16 20:51:10.396985 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1639 | 2024.12.16 20:51:10.397044 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1640 | 2024.12.16 20:51:10.397073 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1641 | 2024.12.16 20:51:10.397091 [ 261 ] {5278e19a-1141-4341-ae86-4506fbeb05fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00172 sec., 137790.6976744186 rows/sec., 9.24 MiB/sec. | ||
| 1642 | 2024.12.16 20:51:10.397582 [ 261 ] {5278e19a-1141-4341-ae86-4506fbeb05fc} <Debug> TCPHandler: Processed in 0.002459387 sec. | ||
| 1643 | 2024.12.16 20:51:10.397900 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1644 | 2024.12.16 20:51:10.397975 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 1645 | 2024.12.16 20:51:10.398118 [ 260 ] {31a5fd5a-66e4-42bf-ad8c-d177d98026d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1646 | 2024.12.16 20:51:10.398252 [ 260 ] {31a5fd5a-66e4-42bf-ad8c-d177d98026d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1647 | 2024.12.16 20:51:10.398281 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1648 | 2024.12.16 20:51:10.398386 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 96 rows starting from the beginning of the part | ||
| 1649 | 2024.12.16 20:51:10.398840 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1650 | 2024.12.16 20:51:10.399235 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
| 1651 | 2024.12.16 20:51:10.399584 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1652 | 2024.12.16 20:51:10.399916 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1653 | 2024.12.16 20:51:10.400338 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
| 1654 | 2024.12.16 20:51:10.400400 [ 260 ] {31a5fd5a-66e4-42bf-ad8c-d177d98026d9} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1655 | 2024.12.16 20:51:10.400497 [ 260 ] {31a5fd5a-66e4-42bf-ad8c-d177d98026d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1656 | 2024.12.16 20:51:10.401475 [ 260 ] {31a5fd5a-66e4-42bf-ad8c-d177d98026d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1657 | 2024.12.16 20:51:10.401994 [ 260 ] {31a5fd5a-66e4-42bf-ad8c-d177d98026d9} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1658 | 2024.12.16 20:51:10.402716 [ 260 ] {31a5fd5a-66e4-42bf-ad8c-d177d98026d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004638 sec., 215.610176800345 rows/sec., 14.53 KiB/sec. | ||
| 1659 | 2024.12.16 20:51:10.402952 [ 260 ] {31a5fd5a-66e4-42bf-ad8c-d177d98026d9} <Debug> TCPHandler: Processed in 0.00524149 sec. | ||
| 1660 | 2024.12.16 20:51:10.403186 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1661 | 2024.12.16 20:51:10.403345 [ 261 ] {1c96ee57-08a0-4dab-9423-28022fd76a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1662 | 2024.12.16 20:51:10.403590 [ 261 ] {1c96ee57-08a0-4dab-9423-28022fd76a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1663 | 2024.12.16 20:51:10.403981 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 973 rows, containing 5 columns (5 merged, 0 gathered) in 0.006746129 sec., 144230.86187649242 rows/sec., 9.95 MiB/sec. | ||
| 1664 | 2024.12.16 20:51:10.404392 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1665 | 2024.12.16 20:51:10.405140 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1666 | 2024.12.16 20:51:10.405222 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1667 | 2024.12.16 20:51:10.405395 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1668 | 2024.12.16 20:51:10.405823 [ 261 ] {1c96ee57-08a0-4dab-9423-28022fd76a0b} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1669 | 2024.12.16 20:51:10.405869 [ 261 ] {1c96ee57-08a0-4dab-9423-28022fd76a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1670 | 2024.12.16 20:51:10.406500 [ 261 ] {1c96ee57-08a0-4dab-9423-28022fd76a0b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1671 | 2024.12.16 20:51:10.406768 [ 261 ] {1c96ee57-08a0-4dab-9423-28022fd76a0b} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1672 | 2024.12.16 20:51:10.407015 [ 261 ] {1c96ee57-08a0-4dab-9423-28022fd76a0b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003707 sec., 2158.079309414621 rows/sec., 3.87 MiB/sec. | ||
| 1673 | 2024.12.16 20:51:10.407113 [ 261 ] {1c96ee57-08a0-4dab-9423-28022fd76a0b} <Debug> TCPHandler: Processed in 0.004055208 sec. | ||
| 1674 | 2024.12.16 20:51:10.407265 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1675 | 2024.12.16 20:51:10.407401 [ 260 ] {2ed6ab9b-04cc-4dda-8233-e9f2699250d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1676 | 2024.12.16 20:51:10.407460 [ 260 ] {2ed6ab9b-04cc-4dda-8233-e9f2699250d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1677 | 2024.12.16 20:51:10.408012 [ 260 ] {2ed6ab9b-04cc-4dda-8233-e9f2699250d9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1678 | 2024.12.16 20:51:10.408048 [ 260 ] {2ed6ab9b-04cc-4dda-8233-e9f2699250d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1679 | 2024.12.16 20:51:10.408428 [ 260 ] {2ed6ab9b-04cc-4dda-8233-e9f2699250d9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1680 | 2024.12.16 20:51:10.408666 [ 260 ] {2ed6ab9b-04cc-4dda-8233-e9f2699250d9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1681 | 2024.12.16 20:51:10.408780 [ 58 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1682 | 2024.12.16 20:51:10.408813 [ 58 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1683 | 2024.12.16 20:51:10.408832 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1684 | 2024.12.16 20:51:10.408849 [ 260 ] {2ed6ab9b-04cc-4dda-8233-e9f2699250d9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001476 sec., 55555.555555555555 rows/sec., 3.53 MiB/sec. | ||
| 1685 | 2024.12.16 20:51:10.409107 [ 260 ] {2ed6ab9b-04cc-4dda-8233-e9f2699250d9} <Debug> TCPHandler: Processed in 0.001893667 sec. | ||
| 1686 | 2024.12.16 20:51:10.409279 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 1687 | 2024.12.16 20:51:10.409400 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1688 | 2024.12.16 20:51:10.409435 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1689 | 2024.12.16 20:51:10.409528 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1690 | 2024.12.16 20:51:10.409657 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 1691 | 2024.12.16 20:51:10.409852 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1692 | 2024.12.16 20:51:10.409977 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1693 | 2024.12.16 20:51:10.410102 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
| 1694 | 2024.12.16 20:51:10.411249 [ 194 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 4 columns (4 merged, 0 gathered) in 0.002332945 sec., 153454.1105769746 rows/sec., 10.21 MiB/sec. | ||
| 1695 | 2024.12.16 20:51:10.411548 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1696 | 2024.12.16 20:51:10.412001 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_6_1} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1697 | 2024.12.16 20:51:10.412112 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_6_1} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1698 | 2024.12.16 20:51:10.412223 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1699 | 2024.12.16 20:51:11.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.16 MiB, peak 174.44 MiB, free memory in arenas 0.00 B, will set to 167.92 MiB (RSS), difference: -3.24 MiB | ||
| 1700 | 2024.12.16 20:51:13.863540 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 1701 | 2024.12.16 20:51:13.864183 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1702 | 2024.12.16 20:51:13.864228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1703 | 2024.12.16 20:51:13.864760 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1704 | 2024.12.16 20:51:13.865020 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1705 | 2024.12.16 20:51:13.865437 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 1706 | 2024.12.16 20:51:14.112355 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1707 | 2024.12.16 20:51:14.132737 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1708 | 2024.12.16 20:51:14.132798 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1709 | 2024.12.16 20:51:14.140009 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1710 | 2024.12.16 20:51:14.140782 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1711 | 2024.12.16 20:51:14.143572 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1712 | 2024.12.16 20:51:15.325309 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1713 | 2024.12.16 20:51:15.325616 [ 261 ] {848834e3-c882-42fe-8ee4-9559aa10ebc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1714 | 2024.12.16 20:51:15.325750 [ 261 ] {848834e3-c882-42fe-8ee4-9559aa10ebc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1715 | 2024.12.16 20:51:15.326618 [ 261 ] {848834e3-c882-42fe-8ee4-9559aa10ebc9} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1716 | 2024.12.16 20:51:15.326664 [ 261 ] {848834e3-c882-42fe-8ee4-9559aa10ebc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1717 | 2024.12.16 20:51:15.327126 [ 261 ] {848834e3-c882-42fe-8ee4-9559aa10ebc9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1718 | 2024.12.16 20:51:15.327384 [ 261 ] {848834e3-c882-42fe-8ee4-9559aa10ebc9} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1719 | 2024.12.16 20:51:15.327653 [ 261 ] {848834e3-c882-42fe-8ee4-9559aa10ebc9} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.002117 sec., 48181.38875767596 rows/sec., 4.01 MiB/sec. | ||
| 1720 | 2024.12.16 20:51:15.327737 [ 261 ] {848834e3-c882-42fe-8ee4-9559aa10ebc9} <Debug> TCPHandler: Processed in 0.00261335 sec. | ||
| 1721 | 2024.12.16 20:51:15.327988 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1722 | 2024.12.16 20:51:15.328167 [ 260 ] {db83dedb-37ca-45f4-913b-e13f0c9377ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1723 | 2024.12.16 20:51:15.328239 [ 260 ] {db83dedb-37ca-45f4-913b-e13f0c9377ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1724 | 2024.12.16 20:51:15.328963 [ 260 ] {db83dedb-37ca-45f4-913b-e13f0c9377ed} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1725 | 2024.12.16 20:51:15.329005 [ 260 ] {db83dedb-37ca-45f4-913b-e13f0c9377ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1726 | 2024.12.16 20:51:15.329422 [ 260 ] {db83dedb-37ca-45f4-913b-e13f0c9377ed} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1727 | 2024.12.16 20:51:15.329682 [ 260 ] {db83dedb-37ca-45f4-913b-e13f0c9377ed} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1728 | 2024.12.16 20:51:15.329917 [ 260 ] {db83dedb-37ca-45f4-913b-e13f0c9377ed} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001799 sec., 12784.880489160645 rows/sec., 961.36 KiB/sec. | ||
| 1729 | 2024.12.16 20:51:15.329982 [ 260 ] {db83dedb-37ca-45f4-913b-e13f0c9377ed} <Debug> TCPHandler: Processed in 0.002131641 sec. | ||
| 1730 | 2024.12.16 20:51:15.330148 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1731 | 2024.12.16 20:51:15.330297 [ 261 ] {6e89a77a-3ebd-45d3-9651-76e99c208431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1732 | 2024.12.16 20:51:15.330358 [ 261 ] {6e89a77a-3ebd-45d3-9651-76e99c208431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1733 | 2024.12.16 20:51:15.331076 [ 261 ] {6e89a77a-3ebd-45d3-9651-76e99c208431} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1734 | 2024.12.16 20:51:15.331115 [ 261 ] {6e89a77a-3ebd-45d3-9651-76e99c208431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1735 | 2024.12.16 20:51:15.331487 [ 261 ] {6e89a77a-3ebd-45d3-9651-76e99c208431} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1736 | 2024.12.16 20:51:15.331728 [ 261 ] {6e89a77a-3ebd-45d3-9651-76e99c208431} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1737 | 2024.12.16 20:51:15.331940 [ 261 ] {6e89a77a-3ebd-45d3-9651-76e99c208431} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001678 sec., 51847.437425506556 rows/sec., 4.05 MiB/sec. | ||
| 1738 | 2024.12.16 20:51:15.331995 [ 261 ] {6e89a77a-3ebd-45d3-9651-76e99c208431} <Debug> TCPHandler: Processed in 0.001920467 sec. | ||
| 1739 | 2024.12.16 20:51:15.332156 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1740 | 2024.12.16 20:51:15.332300 [ 260 ] {4cf7301c-50d0-4b34-a370-9eb834704739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1741 | 2024.12.16 20:51:15.332365 [ 260 ] {4cf7301c-50d0-4b34-a370-9eb834704739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1742 | 2024.12.16 20:51:15.333046 [ 260 ] {4cf7301c-50d0-4b34-a370-9eb834704739} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1743 | 2024.12.16 20:51:15.333085 [ 260 ] {4cf7301c-50d0-4b34-a370-9eb834704739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1744 | 2024.12.16 20:51:15.333484 [ 260 ] {4cf7301c-50d0-4b34-a370-9eb834704739} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1745 | 2024.12.16 20:51:15.333725 [ 260 ] {4cf7301c-50d0-4b34-a370-9eb834704739} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1746 | 2024.12.16 20:51:15.334014 [ 260 ] {4cf7301c-50d0-4b34-a370-9eb834704739} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001745 sec., 91690.54441260744 rows/sec., 6.39 MiB/sec. | ||
| 1747 | 2024.12.16 20:51:15.334254 [ 260 ] {4cf7301c-50d0-4b34-a370-9eb834704739} <Debug> TCPHandler: Processed in 0.002160981 sec. | ||
| 1748 | 2024.12.16 20:51:15.334445 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1749 | 2024.12.16 20:51:15.334586 [ 261 ] {3aba605c-bb10-416f-ae35-d2502ede5eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1750 | 2024.12.16 20:51:15.334678 [ 261 ] {3aba605c-bb10-416f-ae35-d2502ede5eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1751 | 2024.12.16 20:51:15.335877 [ 261 ] {3aba605c-bb10-416f-ae35-d2502ede5eb2} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1752 | 2024.12.16 20:51:15.335917 [ 261 ] {3aba605c-bb10-416f-ae35-d2502ede5eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1753 | 2024.12.16 20:51:15.336538 [ 261 ] {3aba605c-bb10-416f-ae35-d2502ede5eb2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1754 | 2024.12.16 20:51:15.336792 [ 261 ] {3aba605c-bb10-416f-ae35-d2502ede5eb2} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1755 | 2024.12.16 20:51:15.337061 [ 261 ] {3aba605c-bb10-416f-ae35-d2502ede5eb2} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002506 sec., 9177.972865123704 rows/sec., 16.45 MiB/sec. | ||
| 1756 | 2024.12.16 20:51:15.337184 [ 261 ] {3aba605c-bb10-416f-ae35-d2502ede5eb2} <Debug> TCPHandler: Processed in 0.002818854 sec. | ||
| 1757 | 2024.12.16 20:51:15.337338 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1758 | 2024.12.16 20:51:15.337487 [ 260 ] {d489d76e-ebce-4673-bda0-885a6353c579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1759 | 2024.12.16 20:51:15.337548 [ 260 ] {d489d76e-ebce-4673-bda0-885a6353c579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1760 | 2024.12.16 20:51:15.338087 [ 260 ] {d489d76e-ebce-4673-bda0-885a6353c579} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1761 | 2024.12.16 20:51:15.338126 [ 260 ] {d489d76e-ebce-4673-bda0-885a6353c579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1762 | 2024.12.16 20:51:15.338489 [ 260 ] {d489d76e-ebce-4673-bda0-885a6353c579} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1763 | 2024.12.16 20:51:15.338726 [ 260 ] {d489d76e-ebce-4673-bda0-885a6353c579} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1764 | 2024.12.16 20:51:15.339031 [ 260 ] {d489d76e-ebce-4673-bda0-885a6353c579} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001548 sec., 38759.689922480626 rows/sec., 2.61 MiB/sec. | ||
| 1765 | 2024.12.16 20:51:15.339205 [ 260 ] {d489d76e-ebce-4673-bda0-885a6353c579} <Debug> TCPHandler: Processed in 0.001930857 sec. | ||
| 1766 | 2024.12.16 20:51:16.365663 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 248 | ||
| 1767 | 2024.12.16 20:51:16.369309 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1768 | 2024.12.16 20:51:16.369376 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 1769 | 2024.12.16 20:51:16.370970 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1770 | 2024.12.16 20:51:16.371282 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1771 | 2024.12.16 20:51:16.372403 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 248 | ||
| 1772 | 2024.12.16 20:51:20.330485 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1773 | 2024.12.16 20:51:20.330700 [ 261 ] {dbd382be-b99a-4d4d-8326-c62616f13e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1774 | 2024.12.16 20:51:20.330774 [ 261 ] {dbd382be-b99a-4d4d-8326-c62616f13e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1775 | 2024.12.16 20:51:20.331526 [ 261 ] {dbd382be-b99a-4d4d-8326-c62616f13e98} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1776 | 2024.12.16 20:51:20.331580 [ 261 ] {dbd382be-b99a-4d4d-8326-c62616f13e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1777 | 2024.12.16 20:51:20.332018 [ 261 ] {dbd382be-b99a-4d4d-8326-c62616f13e98} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1778 | 2024.12.16 20:51:20.332318 [ 261 ] {dbd382be-b99a-4d4d-8326-c62616f13e98} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1779 | 2024.12.16 20:51:20.332546 [ 261 ] {dbd382be-b99a-4d4d-8326-c62616f13e98} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec. | ||
| 1780 | 2024.12.16 20:51:20.332667 [ 261 ] {dbd382be-b99a-4d4d-8326-c62616f13e98} <Debug> TCPHandler: Processed in 0.002314034 sec. | ||
| 1781 | 2024.12.16 20:51:20.332965 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1782 | 2024.12.16 20:51:20.333174 [ 260 ] {bdb21669-91f9-44fc-9f61-0bad5351af4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1783 | 2024.12.16 20:51:20.333257 [ 260 ] {bdb21669-91f9-44fc-9f61-0bad5351af4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1784 | 2024.12.16 20:51:20.334176 [ 260 ] {bdb21669-91f9-44fc-9f61-0bad5351af4d} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1785 | 2024.12.16 20:51:20.334237 [ 260 ] {bdb21669-91f9-44fc-9f61-0bad5351af4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1786 | 2024.12.16 20:51:20.334761 [ 260 ] {bdb21669-91f9-44fc-9f61-0bad5351af4d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1787 | 2024.12.16 20:51:20.335099 [ 260 ] {bdb21669-91f9-44fc-9f61-0bad5351af4d} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1788 | 2024.12.16 20:51:20.335385 [ 260 ] {bdb21669-91f9-44fc-9f61-0bad5351af4d} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002267 sec., 96603.44067048964 rows/sec., 8.42 MiB/sec. | ||
| 1789 | 2024.12.16 20:51:20.335463 [ 260 ] {bdb21669-91f9-44fc-9f61-0bad5351af4d} <Debug> TCPHandler: Processed in 0.00264525 sec. | ||
| 1790 | 2024.12.16 20:51:20.335655 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1791 | 2024.12.16 20:51:20.335819 [ 261 ] {d79923f7-47c5-42d3-8618-15cc766bbb8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1792 | 2024.12.16 20:51:20.335888 [ 261 ] {d79923f7-47c5-42d3-8618-15cc766bbb8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1793 | 2024.12.16 20:51:20.336697 [ 261 ] {d79923f7-47c5-42d3-8618-15cc766bbb8f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1794 | 2024.12.16 20:51:20.336750 [ 261 ] {d79923f7-47c5-42d3-8618-15cc766bbb8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1795 | 2024.12.16 20:51:20.337199 [ 261 ] {d79923f7-47c5-42d3-8618-15cc766bbb8f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1796 | 2024.12.16 20:51:20.337470 [ 261 ] {d79923f7-47c5-42d3-8618-15cc766bbb8f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1797 | 2024.12.16 20:51:20.337672 [ 261 ] {d79923f7-47c5-42d3-8618-15cc766bbb8f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001895 sec., 7915.5672823219 rows/sec., 558.11 KiB/sec. | ||
| 1798 | 2024.12.16 20:51:20.337733 [ 261 ] {d79923f7-47c5-42d3-8618-15cc766bbb8f} <Debug> TCPHandler: Processed in 0.002158461 sec. | ||
| 1799 | 2024.12.16 20:51:20.337920 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1800 | 2024.12.16 20:51:20.338063 [ 260 ] {1e6507be-a063-46e7-967b-b62cbfb2e0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1801 | 2024.12.16 20:51:20.338120 [ 260 ] {1e6507be-a063-46e7-967b-b62cbfb2e0b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1802 | 2024.12.16 20:51:20.338773 [ 260 ] {1e6507be-a063-46e7-967b-b62cbfb2e0b3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1803 | 2024.12.16 20:51:20.338819 [ 260 ] {1e6507be-a063-46e7-967b-b62cbfb2e0b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1804 | 2024.12.16 20:51:20.339229 [ 260 ] {1e6507be-a063-46e7-967b-b62cbfb2e0b3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1805 | 2024.12.16 20:51:20.339546 [ 260 ] {1e6507be-a063-46e7-967b-b62cbfb2e0b3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1806 | 2024.12.16 20:51:20.339784 [ 260 ] {1e6507be-a063-46e7-967b-b62cbfb2e0b3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001753 sec., 7986.309184255562 rows/sec., 559.31 KiB/sec. | ||
| 1807 | 2024.12.16 20:51:20.339857 [ 260 ] {1e6507be-a063-46e7-967b-b62cbfb2e0b3} <Debug> TCPHandler: Processed in 0.002001858 sec. | ||
| 1808 | 2024.12.16 20:51:20.340018 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1809 | 2024.12.16 20:51:20.340152 [ 261 ] {8142cec9-5aa2-4662-8630-ff5b5a0472e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1810 | 2024.12.16 20:51:20.340205 [ 261 ] {8142cec9-5aa2-4662-8630-ff5b5a0472e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1811 | 2024.12.16 20:51:20.340779 [ 261 ] {8142cec9-5aa2-4662-8630-ff5b5a0472e0} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1812 | 2024.12.16 20:51:20.340821 [ 261 ] {8142cec9-5aa2-4662-8630-ff5b5a0472e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1813 | 2024.12.16 20:51:20.341340 [ 261 ] {8142cec9-5aa2-4662-8630-ff5b5a0472e0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1814 | 2024.12.16 20:51:20.341707 [ 261 ] {8142cec9-5aa2-4662-8630-ff5b5a0472e0} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1815 | 2024.12.16 20:51:20.341943 [ 261 ] {8142cec9-5aa2-4662-8630-ff5b5a0472e0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00182 sec., 7142.857142857143 rows/sec., 445.36 KiB/sec. | ||
| 1816 | 2024.12.16 20:51:20.342028 [ 261 ] {8142cec9-5aa2-4662-8630-ff5b5a0472e0} <Debug> TCPHandler: Processed in 0.00207247 sec. | ||
| 1817 | 2024.12.16 20:51:20.342209 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1818 | 2024.12.16 20:51:20.342358 [ 260 ] {080f6bf4-4553-4686-9f8c-b4b360bc21ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1819 | 2024.12.16 20:51:20.342417 [ 260 ] {080f6bf4-4553-4686-9f8c-b4b360bc21ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1820 | 2024.12.16 20:51:20.343199 [ 260 ] {080f6bf4-4553-4686-9f8c-b4b360bc21ad} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1821 | 2024.12.16 20:51:20.343246 [ 260 ] {080f6bf4-4553-4686-9f8c-b4b360bc21ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1822 | 2024.12.16 20:51:20.343657 [ 260 ] {080f6bf4-4553-4686-9f8c-b4b360bc21ad} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1823 | 2024.12.16 20:51:20.343918 [ 260 ] {080f6bf4-4553-4686-9f8c-b4b360bc21ad} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1824 | 2024.12.16 20:51:20.344166 [ 260 ] {080f6bf4-4553-4686-9f8c-b4b360bc21ad} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001829 sec., 213231.27392017498 rows/sec., 15.12 MiB/sec. | ||
| 1825 | 2024.12.16 20:51:20.344349 [ 260 ] {080f6bf4-4553-4686-9f8c-b4b360bc21ad} <Debug> TCPHandler: Processed in 0.002206142 sec. | ||
| 1826 | 2024.12.16 20:51:20.344531 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1827 | 2024.12.16 20:51:20.344655 [ 261 ] {3dfaaca9-2e27-4993-bfc5-941ab10f83e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1828 | 2024.12.16 20:51:20.344709 [ 261 ] {3dfaaca9-2e27-4993-bfc5-941ab10f83e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1829 | 2024.12.16 20:51:20.345208 [ 261 ] {3dfaaca9-2e27-4993-bfc5-941ab10f83e8} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1830 | 2024.12.16 20:51:20.345247 [ 261 ] {3dfaaca9-2e27-4993-bfc5-941ab10f83e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1831 | 2024.12.16 20:51:20.345714 [ 261 ] {3dfaaca9-2e27-4993-bfc5-941ab10f83e8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1832 | 2024.12.16 20:51:20.346033 [ 261 ] {3dfaaca9-2e27-4993-bfc5-941ab10f83e8} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1833 | 2024.12.16 20:51:20.346263 [ 261 ] {3dfaaca9-2e27-4993-bfc5-941ab10f83e8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001633 sec., 3674.2192284139624 rows/sec., 191.96 KiB/sec. | ||
| 1834 | 2024.12.16 20:51:20.346346 [ 261 ] {3dfaaca9-2e27-4993-bfc5-941ab10f83e8} <Debug> TCPHandler: Processed in 0.001881846 sec. | ||
| 1835 | 2024.12.16 20:51:20.346662 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1836 | 2024.12.16 20:51:20.346810 [ 260 ] {997dbcc7-030e-4a96-bea8-345a8a7a0f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1837 | 2024.12.16 20:51:20.346881 [ 260 ] {997dbcc7-030e-4a96-bea8-345a8a7a0f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1838 | 2024.12.16 20:51:20.348912 [ 260 ] {997dbcc7-030e-4a96-bea8-345a8a7a0f45} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1839 | 2024.12.16 20:51:20.348972 [ 260 ] {997dbcc7-030e-4a96-bea8-345a8a7a0f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1840 | 2024.12.16 20:51:20.349580 [ 260 ] {997dbcc7-030e-4a96-bea8-345a8a7a0f45} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1841 | 2024.12.16 20:51:20.349961 [ 260 ] {997dbcc7-030e-4a96-bea8-345a8a7a0f45} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1842 | 2024.12.16 20:51:20.350257 [ 260 ] {997dbcc7-030e-4a96-bea8-345a8a7a0f45} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003483 sec., 68044.78897502154 rows/sec., 4.56 MiB/sec. | ||
| 1843 | 2024.12.16 20:51:20.350357 [ 260 ] {997dbcc7-030e-4a96-bea8-345a8a7a0f45} <Debug> TCPHandler: Processed in 0.003781822 sec. | ||
| 1844 | 2024.12.16 20:51:20.350541 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1845 | 2024.12.16 20:51:20.350677 [ 261 ] {324e4661-3b4a-4f6e-8332-fe8e062c9d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1846 | 2024.12.16 20:51:20.350734 [ 261 ] {324e4661-3b4a-4f6e-8332-fe8e062c9d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1847 | 2024.12.16 20:51:20.351235 [ 261 ] {324e4661-3b4a-4f6e-8332-fe8e062c9d4c} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1848 | 2024.12.16 20:51:20.351273 [ 261 ] {324e4661-3b4a-4f6e-8332-fe8e062c9d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1849 | 2024.12.16 20:51:20.351736 [ 261 ] {324e4661-3b4a-4f6e-8332-fe8e062c9d4c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1850 | 2024.12.16 20:51:20.352111 [ 261 ] {324e4661-3b4a-4f6e-8332-fe8e062c9d4c} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1851 | 2024.12.16 20:51:20.352507 [ 261 ] {324e4661-3b4a-4f6e-8332-fe8e062c9d4c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001845 sec., 542.0054200542005 rows/sec., 36.52 KiB/sec. | ||
| 1852 | 2024.12.16 20:51:20.352577 [ 261 ] {324e4661-3b4a-4f6e-8332-fe8e062c9d4c} <Debug> TCPHandler: Processed in 0.00211502 sec. | ||
| 1853 | 2024.12.16 20:51:20.352833 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1854 | 2024.12.16 20:51:20.352999 [ 260 ] {3c882d3d-19ad-40df-8b18-2b0ee96f199a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1855 | 2024.12.16 20:51:20.353117 [ 260 ] {3c882d3d-19ad-40df-8b18-2b0ee96f199a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1856 | 2024.12.16 20:51:20.354705 [ 260 ] {3c882d3d-19ad-40df-8b18-2b0ee96f199a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1857 | 2024.12.16 20:51:20.354758 [ 260 ] {3c882d3d-19ad-40df-8b18-2b0ee96f199a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1858 | 2024.12.16 20:51:20.355675 [ 260 ] {3c882d3d-19ad-40df-8b18-2b0ee96f199a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1859 | 2024.12.16 20:51:20.356068 [ 260 ] {3c882d3d-19ad-40df-8b18-2b0ee96f199a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1860 | 2024.12.16 20:51:20.356564 [ 260 ] {3c882d3d-19ad-40df-8b18-2b0ee96f199a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003604 sec., 2219.7558268590456 rows/sec., 3.98 MiB/sec. | ||
| 1861 | 2024.12.16 20:51:20.356718 [ 260 ] {3c882d3d-19ad-40df-8b18-2b0ee96f199a} <Debug> TCPHandler: Processed in 0.003970095 sec. | ||
| 1862 | 2024.12.16 20:51:20.356963 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1863 | 2024.12.16 20:51:20.357108 [ 261 ] {98d73e34-8ca6-4f75-b8d2-d88a9ec60ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1864 | 2024.12.16 20:51:20.357170 [ 261 ] {98d73e34-8ca6-4f75-b8d2-d88a9ec60ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1865 | 2024.12.16 20:51:20.357817 [ 261 ] {98d73e34-8ca6-4f75-b8d2-d88a9ec60ada} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1866 | 2024.12.16 20:51:20.357862 [ 261 ] {98d73e34-8ca6-4f75-b8d2-d88a9ec60ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1867 | 2024.12.16 20:51:20.358322 [ 261 ] {98d73e34-8ca6-4f75-b8d2-d88a9ec60ada} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1868 | 2024.12.16 20:51:20.358616 [ 261 ] {98d73e34-8ca6-4f75-b8d2-d88a9ec60ada} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): 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.16 20:51:20.358796 [ 261 ] {98d73e34-8ca6-4f75-b8d2-d88a9ec60ada} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00172 sec., 47674.41860465116 rows/sec., 3.03 MiB/sec. | ||
| 1870 | 2024.12.16 20:51:20.358846 [ 261 ] {98d73e34-8ca6-4f75-b8d2-d88a9ec60ada} <Debug> TCPHandler: Processed in 0.001993608 sec. | ||
| 1871 | 2024.12.16 20:51:21.284071 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1872 | 2024.12.16 20:51:21.284121 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1873 | 2024.12.16 20:51:21.366557 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 1874 | 2024.12.16 20:51:21.367225 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1875 | 2024.12.16 20:51:21.367269 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1876 | 2024.12.16 20:51:21.367797 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1877 | 2024.12.16 20:51:21.368055 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1878 | 2024.12.16 20:51:21.368313 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 1879 | 2024.12.16 20:51:21.644608 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 1880 | 2024.12.16 20:51:21.665179 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1881 | 2024.12.16 20:51:21.665229 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1882 | 2024.12.16 20:51:21.672566 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1883 | 2024.12.16 20:51:21.673355 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1884 | 2024.12.16 20:51:21.675914 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 1885 | 2024.12.16 20:51:25.325164 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1886 | 2024.12.16 20:51:25.325385 [ 261 ] {6b20cd92-775c-4b24-abdd-e42f68cc85b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1887 | 2024.12.16 20:51:25.325461 [ 261 ] {6b20cd92-775c-4b24-abdd-e42f68cc85b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1888 | 2024.12.16 20:51:25.326289 [ 261 ] {6b20cd92-775c-4b24-abdd-e42f68cc85b3} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1889 | 2024.12.16 20:51:25.326336 [ 261 ] {6b20cd92-775c-4b24-abdd-e42f68cc85b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1890 | 2024.12.16 20:51:25.326766 [ 261 ] {6b20cd92-775c-4b24-abdd-e42f68cc85b3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1891 | 2024.12.16 20:51:25.327011 [ 261 ] {6b20cd92-775c-4b24-abdd-e42f68cc85b3} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1892 | 2024.12.16 20:51:25.327256 [ 261 ] {6b20cd92-775c-4b24-abdd-e42f68cc85b3} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001928 sec., 52904.5643153527 rows/sec., 4.40 MiB/sec. | ||
| 1893 | 2024.12.16 20:51:25.327318 [ 261 ] {6b20cd92-775c-4b24-abdd-e42f68cc85b3} <Debug> TCPHandler: Processed in 0.002287854 sec. | ||
| 1894 | 2024.12.16 20:51:25.327559 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1895 | 2024.12.16 20:51:25.327764 [ 260 ] {fb0406d7-8af4-4456-9118-27e2bb0dc82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1896 | 2024.12.16 20:51:25.327843 [ 260 ] {fb0406d7-8af4-4456-9118-27e2bb0dc82a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1897 | 2024.12.16 20:51:25.328609 [ 260 ] {fb0406d7-8af4-4456-9118-27e2bb0dc82a} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1898 | 2024.12.16 20:51:25.328657 [ 260 ] {fb0406d7-8af4-4456-9118-27e2bb0dc82a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1899 | 2024.12.16 20:51:25.329069 [ 260 ] {fb0406d7-8af4-4456-9118-27e2bb0dc82a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1900 | 2024.12.16 20:51:25.329311 [ 260 ] {fb0406d7-8af4-4456-9118-27e2bb0dc82a} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1901 | 2024.12.16 20:51:25.329477 [ 41 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1902 | 2024.12.16 20:51:25.329565 [ 260 ] {fb0406d7-8af4-4456-9118-27e2bb0dc82a} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001849 sec., 12439.156300703084 rows/sec., 935.37 KiB/sec. | ||
| 1903 | 2024.12.16 20:51:25.329566 [ 41 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1904 | 2024.12.16 20:51:25.329656 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1905 | 2024.12.16 20:51:25.329717 [ 260 ] {fb0406d7-8af4-4456-9118-27e2bb0dc82a} <Debug> TCPHandler: Processed in 0.002290274 sec. | ||
| 1906 | 2024.12.16 20:51:25.329981 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1907 | 2024.12.16 20:51:25.330101 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 1908 | 2024.12.16 20:51:25.330244 [ 261 ] {b09d41b8-d05e-49b8-910e-d7eac0eca4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1909 | 2024.12.16 20:51:25.330360 [ 261 ] {b09d41b8-d05e-49b8-910e-d7eac0eca4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1910 | 2024.12.16 20:51:25.330375 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1911 | 2024.12.16 20:51:25.330473 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1912 | 2024.12.16 20:51:25.330750 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
| 1913 | 2024.12.16 20:51:25.331065 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 1914 | 2024.12.16 20:51:25.331491 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
| 1915 | 2024.12.16 20:51:25.331849 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 1916 | 2024.12.16 20:51:25.332196 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 23 rows starting from the beginning of the part | ||
| 1917 | 2024.12.16 20:51:25.333385 [ 261 ] {b09d41b8-d05e-49b8-910e-d7eac0eca4ed} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1918 | 2024.12.16 20:51:25.333439 [ 261 ] {b09d41b8-d05e-49b8-910e-d7eac0eca4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1919 | 2024.12.16 20:51:25.334480 [ 261 ] {b09d41b8-d05e-49b8-910e-d7eac0eca4ed} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1920 | 2024.12.16 20:51:25.335018 [ 261 ] {b09d41b8-d05e-49b8-910e-d7eac0eca4ed} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1921 | 2024.12.16 20:51:25.335051 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 5 columns (5 merged, 0 gathered) in 0.00527817 sec., 22924.612128824952 rows/sec., 1.74 MiB/sec. | ||
| 1922 | 2024.12.16 20:51:25.335404 [ 261 ] {b09d41b8-d05e-49b8-910e-d7eac0eca4ed} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005239 sec., 16606.22256155755 rows/sec., 1.30 MiB/sec. | ||
| 1923 | 2024.12.16 20:51:25.335413 [ 194 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1924 | 2024.12.16 20:51:25.335591 [ 261 ] {b09d41b8-d05e-49b8-910e-d7eac0eca4ed} <Debug> TCPHandler: Processed in 0.00576599 sec. | ||
| 1925 | 2024.12.16 20:51:25.335767 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1926 | 2024.12.16 20:51:25.335878 [ 194 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_6_1} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1927 | 2024.12.16 20:51:25.335946 [ 260 ] {3d590d4a-042b-4c01-9a18-0ba789ffd6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1928 | 2024.12.16 20:51:25.335974 [ 194 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_6_1} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1929 | 2024.12.16 20:51:25.336018 [ 260 ] {3d590d4a-042b-4c01-9a18-0ba789ffd6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1930 | 2024.12.16 20:51:25.336089 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1931 | 2024.12.16 20:51:25.336696 [ 260 ] {3d590d4a-042b-4c01-9a18-0ba789ffd6dd} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1932 | 2024.12.16 20:51:25.336737 [ 260 ] {3d590d4a-042b-4c01-9a18-0ba789ffd6dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1933 | 2024.12.16 20:51:25.337141 [ 260 ] {3d590d4a-042b-4c01-9a18-0ba789ffd6dd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1934 | 2024.12.16 20:51:25.337387 [ 260 ] {3d590d4a-042b-4c01-9a18-0ba789ffd6dd} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1935 | 2024.12.16 20:51:25.337598 [ 260 ] {3d590d4a-042b-4c01-9a18-0ba789ffd6dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001702 sec., 94007.05052878967 rows/sec., 6.55 MiB/sec. | ||
| 1936 | 2024.12.16 20:51:25.337653 [ 260 ] {3d590d4a-042b-4c01-9a18-0ba789ffd6dd} <Debug> TCPHandler: Processed in 0.001959148 sec. | ||
| 1937 | 2024.12.16 20:51:25.337798 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1938 | 2024.12.16 20:51:25.337937 [ 261 ] {a9628a00-4298-4f3f-bbd9-72fb99a7ee09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1939 | 2024.12.16 20:51:25.338028 [ 261 ] {a9628a00-4298-4f3f-bbd9-72fb99a7ee09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1940 | 2024.12.16 20:51:25.339139 [ 261 ] {a9628a00-4298-4f3f-bbd9-72fb99a7ee09} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1941 | 2024.12.16 20:51:25.339178 [ 261 ] {a9628a00-4298-4f3f-bbd9-72fb99a7ee09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1942 | 2024.12.16 20:51:25.339806 [ 261 ] {a9628a00-4298-4f3f-bbd9-72fb99a7ee09} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1943 | 2024.12.16 20:51:25.340058 [ 261 ] {a9628a00-4298-4f3f-bbd9-72fb99a7ee09} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1944 | 2024.12.16 20:51:25.340225 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1945 | 2024.12.16 20:51:25.340293 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1946 | 2024.12.16 20:51:25.340332 [ 261 ] {a9628a00-4298-4f3f-bbd9-72fb99a7ee09} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002417 sec., 9515.928837401738 rows/sec., 17.05 MiB/sec. | ||
| 1947 | 2024.12.16 20:51:25.340336 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1948 | 2024.12.16 20:51:25.340718 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 1949 | 2024.12.16 20:51:25.340736 [ 261 ] {a9628a00-4298-4f3f-bbd9-72fb99a7ee09} <Debug> TCPHandler: Processed in 0.003000217 sec. | ||
| 1950 | 2024.12.16 20:51:25.340944 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1951 | 2024.12.16 20:51:25.341214 [ 260 ] {5814766f-1b41-4aed-8ec0-e33c7d926654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1952 | 2024.12.16 20:51:25.341342 [ 260 ] {5814766f-1b41-4aed-8ec0-e33c7d926654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1953 | 2024.12.16 20:51:25.341398 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1954 | 2024.12.16 20:51:25.341654 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1955 | 2024.12.16 20:51:25.342354 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
| 1956 | 2024.12.16 20:51:25.343099 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 1957 | 2024.12.16 20:51:25.343420 [ 260 ] {5814766f-1b41-4aed-8ec0-e33c7d926654} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1958 | 2024.12.16 20:51:25.343571 [ 260 ] {5814766f-1b41-4aed-8ec0-e33c7d926654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1959 | 2024.12.16 20:51:25.343751 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
| 1960 | 2024.12.16 20:51:25.344378 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 1961 | 2024.12.16 20:51:25.345057 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 23 rows starting from the beginning of the part | ||
| 1962 | 2024.12.16 20:51:25.345160 [ 260 ] {5814766f-1b41-4aed-8ec0-e33c7d926654} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1963 | 2024.12.16 20:51:25.345987 [ 260 ] {5814766f-1b41-4aed-8ec0-e33c7d926654} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1964 | 2024.12.16 20:51:25.346506 [ 260 ] {5814766f-1b41-4aed-8ec0-e33c7d926654} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005371 sec., 11171.104077452988 rows/sec., 770.92 KiB/sec. | ||
| 1965 | 2024.12.16 20:51:25.346779 [ 260 ] {5814766f-1b41-4aed-8ec0-e33c7d926654} <Debug> TCPHandler: Processed in 0.005932914 sec. | ||
| 1966 | 2024.12.16 20:51:25.348865 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 107 rows, containing 19 columns (19 merged, 0 gathered) in 0.00836816 sec., 12786.562398424505 rows/sec., 22.91 MiB/sec. | ||
| 1967 | 2024.12.16 20:51:25.349226 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1968 | 2024.12.16 20:51:25.349645 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1969 | 2024.12.16 20:51:25.349724 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1970 | 2024.12.16 20:51:25.349869 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 1971 | 2024.12.16 20:51:26.373695 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 282 | ||
| 1972 | 2024.12.16 20:51:26.376761 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1973 | 2024.12.16 20:51:26.376824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1974 | 2024.12.16 20:51:26.378340 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1975 | 2024.12.16 20:51:26.378659 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1976 | 2024.12.16 20:51:26.378865 [ 40 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1977 | 2024.12.16 20:51:26.378995 [ 40 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1978 | 2024.12.16 20:51:26.379062 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1979 | 2024.12.16 20:51:26.379491 [ 200 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 1980 | 2024.12.16 20:51:26.380323 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282 | ||
| 1981 | 2024.12.16 20:51:26.380815 [ 200 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1982 | 2024.12.16 20:51:26.381016 [ 200 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 1983 | 2024.12.16 20:51:26.381531 [ 200 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 1984 | 2024.12.16 20:51:26.382216 [ 200 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part | ||
| 1985 | 2024.12.16 20:51:26.382862 [ 200 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 1986 | 2024.12.16 20:51:26.383503 [ 200 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1987 | 2024.12.16 20:51:26.384100 [ 200 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 1988 | 2024.12.16 20:51:26.391947 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 72 columns (72 merged, 0 gathered) in 0.012753564 sec., 22111.466253668386 rows/sec., 22.19 MiB/sec. | ||
| 1989 | 2024.12.16 20:51:26.392856 [ 190 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1990 | 2024.12.16 20:51:26.393627 [ 190 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_6_1} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1991 | 2024.12.16 20:51:26.393707 [ 190 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_6_1} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1992 | 2024.12.16 20:51:26.394005 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. | ||
| 1993 | 2024.12.16 20:51:28.869422 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 1994 | 2024.12.16 20:51:28.870216 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1995 | 2024.12.16 20:51:28.870263 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 1996 | 2024.12.16 20:51:28.870797 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1997 | 2024.12.16 20:51:28.871057 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1998 | 2024.12.16 20:51:28.871246 [ 37 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1999 | 2024.12.16 20:51:28.871299 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2000 | 2024.12.16 20:51:28.871343 [ 37 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2001 | 2024.12.16 20:51:28.871372 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2002 | 2024.12.16 20:51:28.871482 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 2003 | 2024.12.16 20:51:28.871574 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2004 | 2024.12.16 20:51:28.871607 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 2005 | 2024.12.16 20:51:28.871670 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2006 | 2024.12.16 20:51:28.871897 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2007 | 2024.12.16 20:51:28.872101 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2008 | 2024.12.16 20:51:28.872255 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2009 | 2024.12.16 20:51:28.872379 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2010 | 2024.12.16 20:51:28.874080 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.00264428 sec., 1914698.8972423493 rows/sec., 27.39 MiB/sec. | ||
| 2011 | 2024.12.16 20:51:28.874576 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2012 | 2024.12.16 20:51:28.875018 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_11_2} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2013 | 2024.12.16 20:51:28.875134 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_11_2} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2014 | 2024.12.16 20:51:28.875274 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2015 | 2024.12.16 20:51:29.176956 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2016 | 2024.12.16 20:51:29.199142 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2017 | 2024.12.16 20:51:29.199188 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2018 | 2024.12.16 20:51:29.206543 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2019 | 2024.12.16 20:51:29.207303 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2020 | 2024.12.16 20:51:29.207615 [ 37 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2021 | 2024.12.16 20:51:29.207691 [ 37 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2022 | 2024.12.16 20:51:29.207736 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2023 | 2024.12.16 20:51:29.208570 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 2024 | 2024.12.16 20:51:29.223036 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2025 | 2024.12.16 20:51:29.224617 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2026 | 2024.12.16 20:51:29.225795 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 2027 | 2024.12.16 20:51:29.231080 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 2028 | 2024.12.16 20:51:29.236663 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 2029 | 2024.12.16 20:51:29.242304 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 2030 | 2024.12.16 20:51:29.248123 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 2031 | 2024.12.16 20:51:29.252954 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 2032 | 2024.12.16 20:51:29.309903 [ 197 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.102029659 sec., 813.4889483458923 rows/sec., 4.21 MiB/sec. | ||
| 2033 | 2024.12.16 20:51:29.312402 [ 197 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2034 | 2024.12.16 20:51:29.315199 [ 197 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_11_2} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2035 | 2024.12.16 20:51:29.315288 [ 197 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_11_2} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2036 | 2024.12.16 20:51:29.317567 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2037 | 2024.12.16 20:51:30.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.12 MiB, peak 181.00 MiB, free memory in arenas 0.00 B, will set to 172.22 MiB (RSS), difference: 1.10 MiB | ||
| 2038 | 2024.12.16 20:51:30.328715 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2039 | 2024.12.16 20:51:30.328922 [ 261 ] {c57caaf0-c515-4db7-86ee-f63f1276b3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2040 | 2024.12.16 20:51:30.329000 [ 261 ] {c57caaf0-c515-4db7-86ee-f63f1276b3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2041 | 2024.12.16 20:51:30.329761 [ 261 ] {c57caaf0-c515-4db7-86ee-f63f1276b3b0} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2042 | 2024.12.16 20:51:30.329811 [ 261 ] {c57caaf0-c515-4db7-86ee-f63f1276b3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2043 | 2024.12.16 20:51:30.330292 [ 261 ] {c57caaf0-c515-4db7-86ee-f63f1276b3b0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2044 | 2024.12.16 20:51:30.330547 [ 261 ] {c57caaf0-c515-4db7-86ee-f63f1276b3b0} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2045 | 2024.12.16 20:51:30.330813 [ 261 ] {c57caaf0-c515-4db7-86ee-f63f1276b3b0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001947 sec., 7190.54956343092 rows/sec., 517.62 KiB/sec. | ||
| 2046 | 2024.12.16 20:51:30.330879 [ 261 ] {c57caaf0-c515-4db7-86ee-f63f1276b3b0} <Debug> TCPHandler: Processed in 0.002295614 sec. | ||
| 2047 | 2024.12.16 20:51:30.331127 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2048 | 2024.12.16 20:51:30.331341 [ 260 ] {562099a3-ea3f-47e6-95fb-9c3c8252f7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2049 | 2024.12.16 20:51:30.331419 [ 260 ] {562099a3-ea3f-47e6-95fb-9c3c8252f7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2050 | 2024.12.16 20:51:30.332224 [ 260 ] {562099a3-ea3f-47e6-95fb-9c3c8252f7a3} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2051 | 2024.12.16 20:51:30.332276 [ 260 ] {562099a3-ea3f-47e6-95fb-9c3c8252f7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2052 | 2024.12.16 20:51:30.332745 [ 260 ] {562099a3-ea3f-47e6-95fb-9c3c8252f7a3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2053 | 2024.12.16 20:51:30.332998 [ 260 ] {562099a3-ea3f-47e6-95fb-9c3c8252f7a3} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2054 | 2024.12.16 20:51:30.333268 [ 260 ] {562099a3-ea3f-47e6-95fb-9c3c8252f7a3} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001985 sec., 110327.45591939548 rows/sec., 9.61 MiB/sec. | ||
| 2055 | 2024.12.16 20:51:30.333333 [ 260 ] {562099a3-ea3f-47e6-95fb-9c3c8252f7a3} <Debug> TCPHandler: Processed in 0.002348595 sec. | ||
| 2056 | 2024.12.16 20:51:30.333481 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2057 | 2024.12.16 20:51:30.333624 [ 261 ] {2addc6d0-9c1f-4c63-a52a-b28958a1d91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2058 | 2024.12.16 20:51:30.333685 [ 261 ] {2addc6d0-9c1f-4c63-a52a-b28958a1d91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2059 | 2024.12.16 20:51:30.334358 [ 261 ] {2addc6d0-9c1f-4c63-a52a-b28958a1d91f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2060 | 2024.12.16 20:51:30.334403 [ 261 ] {2addc6d0-9c1f-4c63-a52a-b28958a1d91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2061 | 2024.12.16 20:51:30.334766 [ 261 ] {2addc6d0-9c1f-4c63-a52a-b28958a1d91f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2062 | 2024.12.16 20:51:30.335001 [ 261 ] {2addc6d0-9c1f-4c63-a52a-b28958a1d91f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2063 | 2024.12.16 20:51:30.335177 [ 261 ] {2addc6d0-9c1f-4c63-a52a-b28958a1d91f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001589 sec., 9439.899307740718 rows/sec., 665.59 KiB/sec. | ||
| 2064 | 2024.12.16 20:51:30.335231 [ 261 ] {2addc6d0-9c1f-4c63-a52a-b28958a1d91f} <Debug> TCPHandler: Processed in 0.001816614 sec. | ||
| 2065 | 2024.12.16 20:51:30.335374 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2066 | 2024.12.16 20:51:30.335519 [ 260 ] {5c19b78b-6bd0-42df-9aca-76948f40696a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2067 | 2024.12.16 20:51:30.335581 [ 260 ] {5c19b78b-6bd0-42df-9aca-76948f40696a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2068 | 2024.12.16 20:51:30.336282 [ 260 ] {5c19b78b-6bd0-42df-9aca-76948f40696a} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2069 | 2024.12.16 20:51:30.336329 [ 260 ] {5c19b78b-6bd0-42df-9aca-76948f40696a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2070 | 2024.12.16 20:51:30.336702 [ 260 ] {5c19b78b-6bd0-42df-9aca-76948f40696a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2071 | 2024.12.16 20:51:30.336946 [ 260 ] {5c19b78b-6bd0-42df-9aca-76948f40696a} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2072 | 2024.12.16 20:51:30.337151 [ 260 ] {5c19b78b-6bd0-42df-9aca-76948f40696a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001669 sec., 8388.256440982625 rows/sec., 587.46 KiB/sec. | ||
| 2073 | 2024.12.16 20:51:30.337205 [ 260 ] {5c19b78b-6bd0-42df-9aca-76948f40696a} <Debug> TCPHandler: Processed in 0.001893856 sec. | ||
| 2074 | 2024.12.16 20:51:30.337371 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2075 | 2024.12.16 20:51:30.337593 [ 261 ] {488c3538-7f46-4ab4-a539-f1ee6fa1064a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2076 | 2024.12.16 20:51:30.337681 [ 261 ] {488c3538-7f46-4ab4-a539-f1ee6fa1064a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2077 | 2024.12.16 20:51:30.338577 [ 261 ] {488c3538-7f46-4ab4-a539-f1ee6fa1064a} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2078 | 2024.12.16 20:51:30.338614 [ 261 ] {488c3538-7f46-4ab4-a539-f1ee6fa1064a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2079 | 2024.12.16 20:51:30.338962 [ 261 ] {488c3538-7f46-4ab4-a539-f1ee6fa1064a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2080 | 2024.12.16 20:51:30.339192 [ 261 ] {488c3538-7f46-4ab4-a539-f1ee6fa1064a} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2081 | 2024.12.16 20:51:30.339399 [ 261 ] {488c3538-7f46-4ab4-a539-f1ee6fa1064a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001856 sec., 7004.310344827586 rows/sec., 436.72 KiB/sec. | ||
| 2082 | 2024.12.16 20:51:30.339556 [ 261 ] {488c3538-7f46-4ab4-a539-f1ee6fa1064a} <Debug> TCPHandler: Processed in 0.002242673 sec. | ||
| 2083 | 2024.12.16 20:51:30.339742 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2084 | 2024.12.16 20:51:30.339880 [ 260 ] {725cbbc9-71dd-47d3-a28e-432e848c65bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2085 | 2024.12.16 20:51:30.339938 [ 260 ] {725cbbc9-71dd-47d3-a28e-432e848c65bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2086 | 2024.12.16 20:51:30.340693 [ 260 ] {725cbbc9-71dd-47d3-a28e-432e848c65bc} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2087 | 2024.12.16 20:51:30.340731 [ 260 ] {725cbbc9-71dd-47d3-a28e-432e848c65bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2088 | 2024.12.16 20:51:30.341119 [ 260 ] {725cbbc9-71dd-47d3-a28e-432e848c65bc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2089 | 2024.12.16 20:51:30.341356 [ 260 ] {725cbbc9-71dd-47d3-a28e-432e848c65bc} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2090 | 2024.12.16 20:51:30.341572 [ 260 ] {725cbbc9-71dd-47d3-a28e-432e848c65bc} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001724 sec., 226218.09744779582 rows/sec., 16.04 MiB/sec. | ||
| 2091 | 2024.12.16 20:51:30.341628 [ 260 ] {725cbbc9-71dd-47d3-a28e-432e848c65bc} <Debug> TCPHandler: Processed in 0.001955178 sec. | ||
| 2092 | 2024.12.16 20:51:30.341777 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2093 | 2024.12.16 20:51:30.341914 [ 261 ] {0f845ffb-8fd0-451a-a290-200cc700414e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2094 | 2024.12.16 20:51:30.341971 [ 261 ] {0f845ffb-8fd0-451a-a290-200cc700414e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2095 | 2024.12.16 20:51:30.342493 [ 261 ] {0f845ffb-8fd0-451a-a290-200cc700414e} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2096 | 2024.12.16 20:51:30.342528 [ 261 ] {0f845ffb-8fd0-451a-a290-200cc700414e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2097 | 2024.12.16 20:51:30.342906 [ 261 ] {0f845ffb-8fd0-451a-a290-200cc700414e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2098 | 2024.12.16 20:51:30.343139 [ 261 ] {0f845ffb-8fd0-451a-a290-200cc700414e} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2099 | 2024.12.16 20:51:30.343311 [ 261 ] {0f845ffb-8fd0-451a-a290-200cc700414e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 219.52 KiB/sec. | ||
| 2100 | 2024.12.16 20:51:30.343362 [ 261 ] {0f845ffb-8fd0-451a-a290-200cc700414e} <Debug> TCPHandler: Processed in 0.001649202 sec. | ||
| 2101 | 2024.12.16 20:51:30.343496 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2102 | 2024.12.16 20:51:30.343613 [ 260 ] {d2053833-f687-4f9c-8376-81ad063c5be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2103 | 2024.12.16 20:51:30.343665 [ 260 ] {d2053833-f687-4f9c-8376-81ad063c5be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2104 | 2024.12.16 20:51:30.344234 [ 260 ] {d2053833-f687-4f9c-8376-81ad063c5be6} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2105 | 2024.12.16 20:51:30.344272 [ 260 ] {d2053833-f687-4f9c-8376-81ad063c5be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2106 | 2024.12.16 20:51:30.344670 [ 260 ] {d2053833-f687-4f9c-8376-81ad063c5be6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2107 | 2024.12.16 20:51:30.344904 [ 260 ] {d2053833-f687-4f9c-8376-81ad063c5be6} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2108 | 2024.12.16 20:51:30.345169 [ 260 ] {d2053833-f687-4f9c-8376-81ad063c5be6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001565 sec., 151437.69968051117 rows/sec., 10.15 MiB/sec. | ||
| 2109 | 2024.12.16 20:51:30.345297 [ 260 ] {d2053833-f687-4f9c-8376-81ad063c5be6} <Debug> TCPHandler: Processed in 0.001859766 sec. | ||
| 2110 | 2024.12.16 20:51:30.345444 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2111 | 2024.12.16 20:51:30.345560 [ 261 ] {453bc6c8-fa85-4af9-b220-a0cf59c692c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2112 | 2024.12.16 20:51:30.345610 [ 261 ] {453bc6c8-fa85-4af9-b220-a0cf59c692c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2113 | 2024.12.16 20:51:30.346051 [ 261 ] {453bc6c8-fa85-4af9-b220-a0cf59c692c7} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2114 | 2024.12.16 20:51:30.346086 [ 261 ] {453bc6c8-fa85-4af9-b220-a0cf59c692c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2115 | 2024.12.16 20:51:30.346438 [ 261 ] {453bc6c8-fa85-4af9-b220-a0cf59c692c7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2116 | 2024.12.16 20:51:30.346671 [ 261 ] {453bc6c8-fa85-4af9-b220-a0cf59c692c7} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2117 | 2024.12.16 20:51:30.346910 [ 261 ] {453bc6c8-fa85-4af9-b220-a0cf59c692c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001361 sec., 734.7538574577517 rows/sec., 49.51 KiB/sec. | ||
| 2118 | 2024.12.16 20:51:30.346976 [ 261 ] {453bc6c8-fa85-4af9-b220-a0cf59c692c7} <Debug> TCPHandler: Processed in 0.001586591 sec. | ||
| 2119 | 2024.12.16 20:51:30.347115 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2120 | 2024.12.16 20:51:30.347232 [ 260 ] {98bd829c-8393-4ec6-b006-0e505b2199f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2121 | 2024.12.16 20:51:30.347311 [ 260 ] {98bd829c-8393-4ec6-b006-0e505b2199f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2122 | 2024.12.16 20:51:30.348394 [ 260 ] {98bd829c-8393-4ec6-b006-0e505b2199f0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2123 | 2024.12.16 20:51:30.348433 [ 260 ] {98bd829c-8393-4ec6-b006-0e505b2199f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2124 | 2024.12.16 20:51:30.349033 [ 260 ] {98bd829c-8393-4ec6-b006-0e505b2199f0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2125 | 2024.12.16 20:51:30.349282 [ 260 ] {98bd829c-8393-4ec6-b006-0e505b2199f0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2126 | 2024.12.16 20:51:30.349596 [ 260 ] {98bd829c-8393-4ec6-b006-0e505b2199f0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002377 sec., 3365.58687421119 rows/sec., 6.03 MiB/sec. | ||
| 2127 | 2024.12.16 20:51:30.349702 [ 260 ] {98bd829c-8393-4ec6-b006-0e505b2199f0} <Debug> TCPHandler: Processed in 0.002642961 sec. | ||
| 2128 | 2024.12.16 20:51:30.349857 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2129 | 2024.12.16 20:51:30.349991 [ 261 ] {65bb6d42-3001-47f1-a54d-68dd09beddb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2130 | 2024.12.16 20:51:30.350048 [ 261 ] {65bb6d42-3001-47f1-a54d-68dd09beddb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2131 | 2024.12.16 20:51:30.350562 [ 261 ] {65bb6d42-3001-47f1-a54d-68dd09beddb3} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2132 | 2024.12.16 20:51:30.350598 [ 261 ] {65bb6d42-3001-47f1-a54d-68dd09beddb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 2133 | 2024.12.16 20:51:30.350962 [ 261 ] {65bb6d42-3001-47f1-a54d-68dd09beddb3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2134 | 2024.12.16 20:51:30.351197 [ 261 ] {65bb6d42-3001-47f1-a54d-68dd09beddb3} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2135 | 2024.12.16 20:51:30.351372 [ 261 ] {65bb6d42-3001-47f1-a54d-68dd09beddb3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001411 sec., 58114.812189936216 rows/sec., 3.69 MiB/sec. | ||
| 2136 | 2024.12.16 20:51:30.351422 [ 261 ] {65bb6d42-3001-47f1-a54d-68dd09beddb3} <Debug> TCPHandler: Processed in 0.001631822 sec. | ||
| 2137 | 2024.12.16 20:51:35.324081 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2138 | 2024.12.16 20:51:35.324301 [ 261 ] {cfee77c7-ef55-4313-9302-9c40c6e0ef6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2139 | 2024.12.16 20:51:35.324375 [ 261 ] {cfee77c7-ef55-4313-9302-9c40c6e0ef6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2140 | 2024.12.16 20:51:35.325186 [ 261 ] {cfee77c7-ef55-4313-9302-9c40c6e0ef6d} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2141 | 2024.12.16 20:51:35.325230 [ 261 ] {cfee77c7-ef55-4313-9302-9c40c6e0ef6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2142 | 2024.12.16 20:51:35.325661 [ 261 ] {cfee77c7-ef55-4313-9302-9c40c6e0ef6d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2143 | 2024.12.16 20:51:35.325935 [ 261 ] {cfee77c7-ef55-4313-9302-9c40c6e0ef6d} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2144 | 2024.12.16 20:51:35.326131 [ 25 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2145 | 2024.12.16 20:51:35.326201 [ 261 ] {cfee77c7-ef55-4313-9302-9c40c6e0ef6d} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001955 sec., 52173.91304347826 rows/sec., 4.34 MiB/sec. | ||
| 2146 | 2024.12.16 20:51:35.326229 [ 25 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2147 | 2024.12.16 20:51:35.326297 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2148 | 2024.12.16 20:51:35.326342 [ 261 ] {cfee77c7-ef55-4313-9302-9c40c6e0ef6d} <Debug> TCPHandler: Processed in 0.002388766 sec. | ||
| 2149 | 2024.12.16 20:51:35.326552 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 2150 | 2024.12.16 20:51:35.326647 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2151 | 2024.12.16 20:51:35.326772 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2152 | 2024.12.16 20:51:35.326853 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 265 rows starting from the beginning of the part | ||
| 2153 | 2024.12.16 20:51:35.326909 [ 260 ] {9c10f926-3883-442a-8653-165025255e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2154 | 2024.12.16 20:51:35.327079 [ 260 ] {9c10f926-3883-442a-8653-165025255e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2155 | 2024.12.16 20:51:35.327114 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 102 rows starting from the beginning of the part | ||
| 2156 | 2024.12.16 20:51:35.327572 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 219 rows starting from the beginning of the part | ||
| 2157 | 2024.12.16 20:51:35.327800 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 102 rows starting from the beginning of the part | ||
| 2158 | 2024.12.16 20:51:35.328130 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 219 rows starting from the beginning of the part | ||
| 2159 | 2024.12.16 20:51:35.328495 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 102 rows starting from the beginning of the part | ||
| 2160 | 2024.12.16 20:51:35.330149 [ 260 ] {9c10f926-3883-442a-8653-165025255e06} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2161 | 2024.12.16 20:51:35.330241 [ 260 ] {9c10f926-3883-442a-8653-165025255e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2162 | 2024.12.16 20:51:35.331211 [ 260 ] {9c10f926-3883-442a-8653-165025255e06} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2163 | 2024.12.16 20:51:35.331425 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1009 rows, containing 5 columns (5 merged, 0 gathered) in 0.004989915 sec., 202207.85323998504 rows/sec., 18.19 MiB/sec. | ||
| 2164 | 2024.12.16 20:51:35.331674 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2165 | 2024.12.16 20:51:35.331700 [ 260 ] {9c10f926-3883-442a-8653-165025255e06} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2166 | 2024.12.16 20:51:35.332321 [ 260 ] {9c10f926-3883-442a-8653-165025255e06} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.005468 sec., 4206.291148500366 rows/sec., 316.29 KiB/sec. | ||
| 2167 | 2024.12.16 20:51:35.332513 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_11_2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2168 | 2024.12.16 20:51:35.332540 [ 260 ] {9c10f926-3883-442a-8653-165025255e06} <Debug> TCPHandler: Processed in 0.006038675 sec. | ||
| 2169 | 2024.12.16 20:51:35.332682 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_11_2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2170 | 2024.12.16 20:51:35.332813 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2171 | 2024.12.16 20:51:35.332840 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2172 | 2024.12.16 20:51:35.333087 [ 261 ] {26c4922f-5597-4062-a333-f26ef26ab6d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2173 | 2024.12.16 20:51:35.333178 [ 261 ] {26c4922f-5597-4062-a333-f26ef26ab6d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2174 | 2024.12.16 20:51:35.333989 [ 261 ] {26c4922f-5597-4062-a333-f26ef26ab6d8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2175 | 2024.12.16 20:51:35.334030 [ 261 ] {26c4922f-5597-4062-a333-f26ef26ab6d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2176 | 2024.12.16 20:51:35.334421 [ 261 ] {26c4922f-5597-4062-a333-f26ef26ab6d8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2177 | 2024.12.16 20:51:35.334668 [ 261 ] {26c4922f-5597-4062-a333-f26ef26ab6d8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2178 | 2024.12.16 20:51:35.334834 [ 25 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2179 | 2024.12.16 20:51:35.334893 [ 25 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2180 | 2024.12.16 20:51:35.334925 [ 261 ] {26c4922f-5597-4062-a333-f26ef26ab6d8} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001885 sec., 46153.846153846156 rows/sec., 3.60 MiB/sec. | ||
| 2181 | 2024.12.16 20:51:35.334931 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2182 | 2024.12.16 20:51:35.335091 [ 261 ] {26c4922f-5597-4062-a333-f26ef26ab6d8} <Debug> TCPHandler: Processed in 0.002414236 sec. | ||
| 2183 | 2024.12.16 20:51:35.335419 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2184 | 2024.12.16 20:51:35.335712 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 2185 | 2024.12.16 20:51:35.335798 [ 260 ] {eac4e782-e817-4152-ab4c-28a500cf611b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2186 | 2024.12.16 20:51:35.335949 [ 260 ] {eac4e782-e817-4152-ab4c-28a500cf611b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2187 | 2024.12.16 20:51:35.335977 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2188 | 2024.12.16 20:51:35.336090 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 423 rows starting from the beginning of the part | ||
| 2189 | 2024.12.16 20:51:35.336498 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 87 rows starting from the beginning of the part | ||
| 2190 | 2024.12.16 20:51:35.336818 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 390 rows starting from the beginning of the part | ||
| 2191 | 2024.12.16 20:51:35.337171 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 87 rows starting from the beginning of the part | ||
| 2192 | 2024.12.16 20:51:35.337482 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 390 rows starting from the beginning of the part | ||
| 2193 | 2024.12.16 20:51:35.337677 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 87 rows starting from the beginning of the part | ||
| 2194 | 2024.12.16 20:51:35.338744 [ 260 ] {eac4e782-e817-4152-ab4c-28a500cf611b} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2195 | 2024.12.16 20:51:35.338805 [ 260 ] {eac4e782-e817-4152-ab4c-28a500cf611b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2196 | 2024.12.16 20:51:35.339933 [ 260 ] {eac4e782-e817-4152-ab4c-28a500cf611b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2197 | 2024.12.16 20:51:35.340477 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1464 rows, containing 5 columns (5 merged, 0 gathered) in 0.005364173 sec., 272921.84648034285 rows/sec., 20.79 MiB/sec. | ||
| 2198 | 2024.12.16 20:51:35.340490 [ 260 ] {eac4e782-e817-4152-ab4c-28a500cf611b} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2199 | 2024.12.16 20:51:35.340744 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2200 | 2024.12.16 20:51:35.340842 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2201 | 2024.12.16 20:51:35.340843 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2202 | 2024.12.16 20:51:35.340926 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2203 | 2024.12.16 20:51:35.340990 [ 260 ] {eac4e782-e817-4152-ab4c-28a500cf611b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005264 sec., 30395.136778115502 rows/sec., 2.12 MiB/sec. | ||
| 2204 | 2024.12.16 20:51:35.341239 [ 260 ] {eac4e782-e817-4152-ab4c-28a500cf611b} <Debug> TCPHandler: Processed in 0.006031735 sec. | ||
| 2205 | 2024.12.16 20:51:35.341513 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 2206 | 2024.12.16 20:51:35.341617 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2207 | 2024.12.16 20:51:35.341922 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_11_2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2208 | 2024.12.16 20:51:35.342018 [ 261 ] {90773fb0-bc51-431e-8955-987e927a1104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2209 | 2024.12.16 20:51:35.342018 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2210 | 2024.12.16 20:51:35.342180 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 973 rows starting from the beginning of the part | ||
| 2211 | 2024.12.16 20:51:35.342202 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_11_2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2212 | 2024.12.16 20:51:35.342293 [ 261 ] {90773fb0-bc51-431e-8955-987e927a1104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2213 | 2024.12.16 20:51:35.342665 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2214 | 2024.12.16 20:51:35.342731 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 2215 | 2024.12.16 20:51:35.343241 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 2216 | 2024.12.16 20:51:35.343606 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 2217 | 2024.12.16 20:51:35.343959 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 2218 | 2024.12.16 20:51:35.344375 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2219 | 2024.12.16 20:51:35.347866 [ 261 ] {90773fb0-bc51-431e-8955-987e927a1104} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2220 | 2024.12.16 20:51:35.347968 [ 261 ] {90773fb0-bc51-431e-8955-987e927a1104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2221 | 2024.12.16 20:51:35.348197 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1927 rows, containing 5 columns (5 merged, 0 gathered) in 0.006995494 sec., 275463.03377574193 rows/sec., 18.92 MiB/sec. | ||
| 2222 | 2024.12.16 20:51:35.348587 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2223 | 2024.12.16 20:51:35.349187 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2224 | 2024.12.16 20:51:35.349381 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2225 | 2024.12.16 20:51:35.349415 [ 261 ] {90773fb0-bc51-431e-8955-987e927a1104} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2226 | 2024.12.16 20:51:35.349523 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2227 | 2024.12.16 20:51:35.349787 [ 261 ] {90773fb0-bc51-431e-8955-987e927a1104} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2228 | 2024.12.16 20:51:35.350042 [ 261 ] {90773fb0-bc51-431e-8955-987e927a1104} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.008182 sec., 2811.048643363481 rows/sec., 5.04 MiB/sec. | ||
| 2229 | 2024.12.16 20:51:35.350169 [ 261 ] {90773fb0-bc51-431e-8955-987e927a1104} <Debug> TCPHandler: Processed in 0.008767738 sec. | ||
| 2230 | 2024.12.16 20:51:35.350339 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2231 | 2024.12.16 20:51:35.350482 [ 260 ] {b41ab330-779d-4a6f-94b4-a49bd2511d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2232 | 2024.12.16 20:51:35.350545 [ 260 ] {b41ab330-779d-4a6f-94b4-a49bd2511d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2233 | 2024.12.16 20:51:35.351125 [ 260 ] {b41ab330-779d-4a6f-94b4-a49bd2511d38} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2234 | 2024.12.16 20:51:35.351174 [ 260 ] {b41ab330-779d-4a6f-94b4-a49bd2511d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2235 | 2024.12.16 20:51:35.351609 [ 260 ] {b41ab330-779d-4a6f-94b4-a49bd2511d38} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2236 | 2024.12.16 20:51:35.351852 [ 260 ] {b41ab330-779d-4a6f-94b4-a49bd2511d38} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2237 | 2024.12.16 20:51:35.352005 [ 25 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2238 | 2024.12.16 20:51:35.352065 [ 25 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2239 | 2024.12.16 20:51:35.352103 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2240 | 2024.12.16 20:51:35.352109 [ 260 ] {b41ab330-779d-4a6f-94b4-a49bd2511d38} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001648 sec., 36407.76699029126 rows/sec., 2.45 MiB/sec. | ||
| 2241 | 2024.12.16 20:51:35.352336 [ 260 ] {b41ab330-779d-4a6f-94b4-a49bd2511d38} <Debug> TCPHandler: Processed in 0.002057979 sec. | ||
| 2242 | 2024.12.16 20:51:35.352373 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 2243 | 2024.12.16 20:51:35.352512 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2244 | 2024.12.16 20:51:35.352543 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 358 rows starting from the beginning of the part | ||
| 2245 | 2024.12.16 20:51:35.352602 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 2246 | 2024.12.16 20:51:35.352714 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 2247 | 2024.12.16 20:51:35.352816 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 2248 | 2024.12.16 20:51:35.352906 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 2249 | 2024.12.16 20:51:35.352989 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 2250 | 2024.12.16 20:51:35.354018 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 4 columns (4 merged, 0 gathered) in 0.001824115 sec., 384844.15730367874 rows/sec., 25.41 MiB/sec. | ||
| 2251 | 2024.12.16 20:51:35.354249 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2252 | 2024.12.16 20:51:35.354608 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_11_2} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2253 | 2024.12.16 20:51:35.354698 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_11_2} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2254 | 2024.12.16 20:51:35.354789 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2255 | 2024.12.16 20:51:36.284185 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2256 | 2024.12.16 20:51:36.284263 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2257 | 2024.12.16 20:51:36.372410 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2258 | 2024.12.16 20:51:36.373085 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2024.12.16 20:51:36.373131 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2260 | 2024.12.16 20:51:36.373689 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2261 | 2024.12.16 20:51:36.373951 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2262 | 2024.12.16 20:51:36.374190 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2263 | 2024.12.16 20:51:36.381499 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 316 | ||
| 2264 | 2024.12.16 20:51:36.384579 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2265 | 2024.12.16 20:51:36.384632 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2266 | 2024.12.16 20:51:36.386119 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2267 | 2024.12.16 20:51:36.386431 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2268 | 2024.12.16 20:51:36.387351 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 316 | ||
| 2269 | 2024.12.16 20:51:36.724109 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2270 | 2024.12.16 20:51:36.743941 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2271 | 2024.12.16 20:51:36.743998 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2272 | 2024.12.16 20:51:36.751235 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2273 | 2024.12.16 20:51:36.752026 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2274 | 2024.12.16 20:51:36.754819 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2275 | 2024.12.16 20:51:37.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.07 MiB, peak 181.00 MiB, free memory in arenas 0.00 B, will set to 174.45 MiB (RSS), difference: 1.37 MiB | ||
| 2276 | 2024.12.16 20:51:40.323290 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2277 | 2024.12.16 20:51:40.323601 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', '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) | ||
| 2278 | 2024.12.16 20:51:40.324027 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2279 | 2024.12.16 20:51:40.324079 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', '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 | ||
| 2280 | 2024.12.16 20:51:40.324428 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2281 | 2024.12.16 20:51:40.324508 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2282 | 2024.12.16 20:51:40.324684 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2283 | 2024.12.16 20:51:40.324806 [ 295 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2284 | 2024.12.16 20:51:40.324891 [ 298 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2285 | 2024.12.16 20:51:40.324895 [ 297 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2286 | 2024.12.16 20:51:40.325063 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (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 | ||
| 2287 | 2024.12.16 20:51:40.325093 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2288 | 2024.12.16 20:51:40.325214 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2289 | 2024.12.16 20:51:40.325238 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2290 | 2024.12.16 20:51:40.325282 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', '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'))" | ||
| 2291 | 2024.12.16 20:51:40.325327 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', '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'))" | ||
| 2292 | 2024.12.16 20:51:40.325369 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', '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'))" | ||
| 2293 | 2024.12.16 20:51:40.327157 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003697 sec., 9196.645929131728 rows/sec., 353.96 KiB/sec. | ||
| 2294 | 2024.12.16 20:51:40.327332 [ 261 ] {dbf8c0c5-c4ad-4510-b312-ad2776912a9a} <Debug> TCPHandler: Processed in 0.00417761 sec. | ||
| 2295 | 2024.12.16 20:51:40.333146 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2296 | 2024.12.16 20:51:40.333267 [ 261 ] {cf001e9c-1261-4476-93c2-d5444b7ccb0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2297 | 2024.12.16 20:51:40.333314 [ 261 ] {cf001e9c-1261-4476-93c2-d5444b7ccb0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2298 | 2024.12.16 20:51:40.333996 [ 261 ] {cf001e9c-1261-4476-93c2-d5444b7ccb0a} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2299 | 2024.12.16 20:51:40.334041 [ 261 ] {cf001e9c-1261-4476-93c2-d5444b7ccb0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2300 | 2024.12.16 20:51:40.334536 [ 261 ] {cf001e9c-1261-4476-93c2-d5444b7ccb0a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2301 | 2024.12.16 20:51:40.334758 [ 261 ] {cf001e9c-1261-4476-93c2-d5444b7ccb0a} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2302 | 2024.12.16 20:51:40.335013 [ 261 ] {cf001e9c-1261-4476-93c2-d5444b7ccb0a} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001772 sec., 564.3340857787811 rows/sec., 58.42 KiB/sec. | ||
| 2303 | 2024.12.16 20:51:40.335188 [ 261 ] {cf001e9c-1261-4476-93c2-d5444b7ccb0a} <Debug> TCPHandler: Processed in 0.00209317 sec. | ||
| 2304 | 2024.12.16 20:51:40.335440 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2305 | 2024.12.16 20:51:40.335626 [ 260 ] {a96eca24-c9ff-411e-9863-e719fa15eba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2306 | 2024.12.16 20:51:40.335696 [ 260 ] {a96eca24-c9ff-411e-9863-e719fa15eba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2307 | 2024.12.16 20:51:40.336391 [ 260 ] {a96eca24-c9ff-411e-9863-e719fa15eba2} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2308 | 2024.12.16 20:51:40.336439 [ 260 ] {a96eca24-c9ff-411e-9863-e719fa15eba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2309 | 2024.12.16 20:51:40.336862 [ 260 ] {a96eca24-c9ff-411e-9863-e719fa15eba2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2310 | 2024.12.16 20:51:40.337117 [ 260 ] {a96eca24-c9ff-411e-9863-e719fa15eba2} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2311 | 2024.12.16 20:51:40.337443 [ 260 ] {a96eca24-c9ff-411e-9863-e719fa15eba2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001844 sec., 7592.190889370933 rows/sec., 546.54 KiB/sec. | ||
| 2312 | 2024.12.16 20:51:40.337549 [ 260 ] {a96eca24-c9ff-411e-9863-e719fa15eba2} <Debug> TCPHandler: Processed in 0.002238633 sec. | ||
| 2313 | 2024.12.16 20:51:40.337708 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2314 | 2024.12.16 20:51:40.337845 [ 261 ] {5246c8f4-d152-4248-a61e-5152e708be9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2315 | 2024.12.16 20:51:40.337902 [ 261 ] {5246c8f4-d152-4248-a61e-5152e708be9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2316 | 2024.12.16 20:51:40.338704 [ 261 ] {5246c8f4-d152-4248-a61e-5152e708be9f} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2317 | 2024.12.16 20:51:40.338744 [ 261 ] {5246c8f4-d152-4248-a61e-5152e708be9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2318 | 2024.12.16 20:51:40.339132 [ 261 ] {5246c8f4-d152-4248-a61e-5152e708be9f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2319 | 2024.12.16 20:51:40.339373 [ 261 ] {5246c8f4-d152-4248-a61e-5152e708be9f} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2320 | 2024.12.16 20:51:40.339647 [ 261 ] {5246c8f4-d152-4248-a61e-5152e708be9f} <Debug> executeQuery: Read 242 rows, 21.72 KiB in 0.001815 sec., 133333.33333333334 rows/sec., 11.69 MiB/sec. | ||
| 2321 | 2024.12.16 20:51:40.339808 [ 261 ] {5246c8f4-d152-4248-a61e-5152e708be9f} <Debug> TCPHandler: Processed in 0.002163091 sec. | ||
| 2322 | 2024.12.16 20:51:40.339971 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2323 | 2024.12.16 20:51:40.340114 [ 260 ] {1172a196-02e5-4570-baf0-94fbc3b906d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2324 | 2024.12.16 20:51:40.340176 [ 260 ] {1172a196-02e5-4570-baf0-94fbc3b906d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2325 | 2024.12.16 20:51:40.340839 [ 260 ] {1172a196-02e5-4570-baf0-94fbc3b906d0} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2326 | 2024.12.16 20:51:40.340880 [ 260 ] {1172a196-02e5-4570-baf0-94fbc3b906d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2327 | 2024.12.16 20:51:40.341241 [ 260 ] {1172a196-02e5-4570-baf0-94fbc3b906d0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2328 | 2024.12.16 20:51:40.341480 [ 260 ] {1172a196-02e5-4570-baf0-94fbc3b906d0} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2329 | 2024.12.16 20:51:40.341695 [ 260 ] {1172a196-02e5-4570-baf0-94fbc3b906d0} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001614 sec., 16109.045848822801 rows/sec., 1.14 MiB/sec. | ||
| 2330 | 2024.12.16 20:51:40.341749 [ 260 ] {1172a196-02e5-4570-baf0-94fbc3b906d0} <Debug> TCPHandler: Processed in 0.001844075 sec. | ||
| 2331 | 2024.12.16 20:51:40.341903 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2332 | 2024.12.16 20:51:40.342041 [ 261 ] {d793dfde-1e1d-4032-a85d-0a4d6d747d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2333 | 2024.12.16 20:51:40.342097 [ 261 ] {d793dfde-1e1d-4032-a85d-0a4d6d747d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2334 | 2024.12.16 20:51:40.342746 [ 261 ] {d793dfde-1e1d-4032-a85d-0a4d6d747d22} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2335 | 2024.12.16 20:51:40.342785 [ 261 ] {d793dfde-1e1d-4032-a85d-0a4d6d747d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2336 | 2024.12.16 20:51:40.343132 [ 261 ] {d793dfde-1e1d-4032-a85d-0a4d6d747d22} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2337 | 2024.12.16 20:51:40.343388 [ 261 ] {d793dfde-1e1d-4032-a85d-0a4d6d747d22} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2338 | 2024.12.16 20:51:40.343599 [ 261 ] {d793dfde-1e1d-4032-a85d-0a4d6d747d22} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001587 sec., 9451.795841209829 rows/sec., 659.66 KiB/sec. | ||
| 2339 | 2024.12.16 20:51:40.343650 [ 261 ] {d793dfde-1e1d-4032-a85d-0a4d6d747d22} <Debug> TCPHandler: Processed in 0.001815785 sec. | ||
| 2340 | 2024.12.16 20:51:40.343800 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2341 | 2024.12.16 20:51:40.343937 [ 260 ] {95feadb4-4ec9-486a-a75e-76537530a046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2342 | 2024.12.16 20:51:40.343993 [ 260 ] {95feadb4-4ec9-486a-a75e-76537530a046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2343 | 2024.12.16 20:51:40.344661 [ 260 ] {95feadb4-4ec9-486a-a75e-76537530a046} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2344 | 2024.12.16 20:51:40.344700 [ 260 ] {95feadb4-4ec9-486a-a75e-76537530a046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2345 | 2024.12.16 20:51:40.345047 [ 260 ] {95feadb4-4ec9-486a-a75e-76537530a046} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2346 | 2024.12.16 20:51:40.345281 [ 260 ] {95feadb4-4ec9-486a-a75e-76537530a046} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2347 | 2024.12.16 20:51:40.345500 [ 260 ] {95feadb4-4ec9-486a-a75e-76537530a046} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 2348 | 2024.12.16 20:51:40.345589 [ 260 ] {95feadb4-4ec9-486a-a75e-76537530a046} <Debug> TCPHandler: Processed in 0.001855826 sec. | ||
| 2349 | 2024.12.16 20:51:40.345742 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2350 | 2024.12.16 20:51:40.345877 [ 261 ] {d6d36efa-0d36-4bbf-a70e-1a8b67665e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2351 | 2024.12.16 20:51:40.345933 [ 261 ] {d6d36efa-0d36-4bbf-a70e-1a8b67665e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2352 | 2024.12.16 20:51:40.346749 [ 261 ] {d6d36efa-0d36-4bbf-a70e-1a8b67665e38} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2353 | 2024.12.16 20:51:40.346788 [ 261 ] {d6d36efa-0d36-4bbf-a70e-1a8b67665e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2354 | 2024.12.16 20:51:40.347178 [ 261 ] {d6d36efa-0d36-4bbf-a70e-1a8b67665e38} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2355 | 2024.12.16 20:51:40.347412 [ 261 ] {d6d36efa-0d36-4bbf-a70e-1a8b67665e38} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2356 | 2024.12.16 20:51:40.347617 [ 261 ] {d6d36efa-0d36-4bbf-a70e-1a8b67665e38} <Debug> executeQuery: Read 411 rows, 30.02 KiB in 0.001768 sec., 232466.0633484163 rows/sec., 16.58 MiB/sec. | ||
| 2357 | 2024.12.16 20:51:40.347670 [ 261 ] {d6d36efa-0d36-4bbf-a70e-1a8b67665e38} <Debug> TCPHandler: Processed in 0.001993169 sec. | ||
| 2358 | 2024.12.16 20:51:40.347829 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2359 | 2024.12.16 20:51:40.347965 [ 260 ] {21e8a52f-4611-4d04-b30c-1e2ffff1a645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2360 | 2024.12.16 20:51:40.348023 [ 260 ] {21e8a52f-4611-4d04-b30c-1e2ffff1a645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2361 | 2024.12.16 20:51:40.348575 [ 260 ] {21e8a52f-4611-4d04-b30c-1e2ffff1a645} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2362 | 2024.12.16 20:51:40.348622 [ 260 ] {21e8a52f-4611-4d04-b30c-1e2ffff1a645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2363 | 2024.12.16 20:51:40.348984 [ 260 ] {21e8a52f-4611-4d04-b30c-1e2ffff1a645} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2364 | 2024.12.16 20:51:40.349226 [ 260 ] {21e8a52f-4611-4d04-b30c-1e2ffff1a645} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2365 | 2024.12.16 20:51:40.349504 [ 260 ] {21e8a52f-4611-4d04-b30c-1e2ffff1a645} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec. | ||
| 2366 | 2024.12.16 20:51:40.349579 [ 260 ] {21e8a52f-4611-4d04-b30c-1e2ffff1a645} <Debug> TCPHandler: Processed in 0.001815765 sec. | ||
| 2367 | 2024.12.16 20:51:40.349729 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2368 | 2024.12.16 20:51:40.349867 [ 261 ] {57e9af34-b9a9-4bfd-bcea-c5f373f9513b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2369 | 2024.12.16 20:51:40.349926 [ 261 ] {57e9af34-b9a9-4bfd-bcea-c5f373f9513b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2370 | 2024.12.16 20:51:40.350583 [ 261 ] {57e9af34-b9a9-4bfd-bcea-c5f373f9513b} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2371 | 2024.12.16 20:51:40.350630 [ 261 ] {57e9af34-b9a9-4bfd-bcea-c5f373f9513b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2372 | 2024.12.16 20:51:40.351018 [ 261 ] {57e9af34-b9a9-4bfd-bcea-c5f373f9513b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2373 | 2024.12.16 20:51:40.351251 [ 261 ] {57e9af34-b9a9-4bfd-bcea-c5f373f9513b} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2374 | 2024.12.16 20:51:40.351458 [ 261 ] {57e9af34-b9a9-4bfd-bcea-c5f373f9513b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001621 sec., 146206.04565083282 rows/sec., 9.80 MiB/sec. | ||
| 2375 | 2024.12.16 20:51:40.351509 [ 261 ] {57e9af34-b9a9-4bfd-bcea-c5f373f9513b} <Debug> TCPHandler: Processed in 0.001845465 sec. | ||
| 2376 | 2024.12.16 20:51:40.351651 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2377 | 2024.12.16 20:51:40.351787 [ 260 ] {fba03e41-2cf9-4f61-8c21-34305ac7c10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2378 | 2024.12.16 20:51:40.351846 [ 260 ] {fba03e41-2cf9-4f61-8c21-34305ac7c10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2379 | 2024.12.16 20:51:40.352394 [ 260 ] {fba03e41-2cf9-4f61-8c21-34305ac7c10d} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2380 | 2024.12.16 20:51:40.352439 [ 260 ] {fba03e41-2cf9-4f61-8c21-34305ac7c10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2381 | 2024.12.16 20:51:40.352831 [ 260 ] {fba03e41-2cf9-4f61-8c21-34305ac7c10d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2382 | 2024.12.16 20:51:40.353065 [ 260 ] {fba03e41-2cf9-4f61-8c21-34305ac7c10d} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2383 | 2024.12.16 20:51:40.353279 [ 260 ] {fba03e41-2cf9-4f61-8c21-34305ac7c10d} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001522 sec., 1314.060446780552 rows/sec., 85.98 KiB/sec. | ||
| 2384 | 2024.12.16 20:51:40.353331 [ 260 ] {fba03e41-2cf9-4f61-8c21-34305ac7c10d} <Debug> TCPHandler: Processed in 0.001738023 sec. | ||
| 2385 | 2024.12.16 20:51:40.353486 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2386 | 2024.12.16 20:51:40.353602 [ 261 ] {f39ee3ad-7802-4010-809d-366e47c28629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2387 | 2024.12.16 20:51:40.353687 [ 261 ] {f39ee3ad-7802-4010-809d-366e47c28629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2388 | 2024.12.16 20:51:40.354901 [ 261 ] {f39ee3ad-7802-4010-809d-366e47c28629} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2389 | 2024.12.16 20:51:40.354941 [ 261 ] {f39ee3ad-7802-4010-809d-366e47c28629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2390 | 2024.12.16 20:51:40.355562 [ 261 ] {f39ee3ad-7802-4010-809d-366e47c28629} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2391 | 2024.12.16 20:51:40.355826 [ 261 ] {f39ee3ad-7802-4010-809d-366e47c28629} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2392 | 2024.12.16 20:51:40.356057 [ 261 ] {f39ee3ad-7802-4010-809d-366e47c28629} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002479 sec., 7664.380798709158 rows/sec., 13.73 MiB/sec. | ||
| 2393 | 2024.12.16 20:51:40.356147 [ 261 ] {f39ee3ad-7802-4010-809d-366e47c28629} <Debug> TCPHandler: Processed in 0.002724152 sec. | ||
| 2394 | 2024.12.16 20:51:40.356299 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2395 | 2024.12.16 20:51:40.356438 [ 260 ] {19f465b2-0088-4a4a-8bc4-0af92b98e67f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2396 | 2024.12.16 20:51:40.356501 [ 260 ] {19f465b2-0088-4a4a-8bc4-0af92b98e67f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2397 | 2024.12.16 20:51:40.356990 [ 260 ] {19f465b2-0088-4a4a-8bc4-0af92b98e67f} <Trace> oximeter.measurements_i64 (f5a02ce5-d682-48ff-8fae-3785be7d242b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2398 | 2024.12.16 20:51:40.357028 [ 260 ] {19f465b2-0088-4a4a-8bc4-0af92b98e67f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2399 | 2024.12.16 20:51:40.357392 [ 260 ] {19f465b2-0088-4a4a-8bc4-0af92b98e67f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2400 | 2024.12.16 20:51:40.357625 [ 260 ] {19f465b2-0088-4a4a-8bc4-0af92b98e67f} <Trace> oximeter.measurements_i64 (f5a02ce5-d682-48ff-8fae-3785be7d242b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2401 | 2024.12.16 20:51:40.357882 [ 260 ] {19f465b2-0088-4a4a-8bc4-0af92b98e67f} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001469 sec., 8168.822328114364 rows/sec., 596.31 KiB/sec. | ||
| 2402 | 2024.12.16 20:51:40.358061 [ 260 ] {19f465b2-0088-4a4a-8bc4-0af92b98e67f} <Debug> TCPHandler: Processed in 0.001824835 sec. | ||
| 2403 | 2024.12.16 20:51:40.358234 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2404 | 2024.12.16 20:51:40.358371 [ 261 ] {5b0d339f-0f5e-4f16-b9d8-b4852ef8952a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2405 | 2024.12.16 20:51:40.358430 [ 261 ] {5b0d339f-0f5e-4f16-b9d8-b4852ef8952a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2406 | 2024.12.16 20:51:40.358965 [ 261 ] {5b0d339f-0f5e-4f16-b9d8-b4852ef8952a} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2407 | 2024.12.16 20:51:40.359005 [ 261 ] {5b0d339f-0f5e-4f16-b9d8-b4852ef8952a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2408 | 2024.12.16 20:51:40.359371 [ 261 ] {5b0d339f-0f5e-4f16-b9d8-b4852ef8952a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2409 | 2024.12.16 20:51:40.359604 [ 261 ] {5b0d339f-0f5e-4f16-b9d8-b4852ef8952a} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2410 | 2024.12.16 20:51:40.359805 [ 261 ] {5b0d339f-0f5e-4f16-b9d8-b4852ef8952a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001464 sec., 56010.928961748636 rows/sec., 3.56 MiB/sec. | ||
| 2411 | 2024.12.16 20:51:40.359853 [ 261 ] {5b0d339f-0f5e-4f16-b9d8-b4852ef8952a} <Debug> TCPHandler: Processed in 0.001687572 sec. | ||
| 2412 | 2024.12.16 20:51:42.373656 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2413 | 2024.12.16 20:51:42.374083 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', '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) | ||
| 2414 | 2024.12.16 20:51:42.374782 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2415 | 2024.12.16 20:51:42.374833 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', '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 | ||
| 2416 | 2024.12.16 20:51:42.375186 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2417 | 2024.12.16 20:51:42.375268 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2418 | 2024.12.16 20:51:42.375442 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2419 | 2024.12.16 20:51:42.375560 [ 295 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2420 | 2024.12.16 20:51:42.375671 [ 297 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2421 | 2024.12.16 20:51:42.375711 [ 300 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2422 | 2024.12.16 20:51:42.375676 [ 298 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2423 | 2024.12.16 20:51:42.375933 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2424 | 2024.12.16 20:51:42.375963 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2425 | 2024.12.16 20:51:42.376082 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2426 | 2024.12.16 20:51:42.376106 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2427 | 2024.12.16 20:51:42.376151 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', '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'))" | ||
| 2428 | 2024.12.16 20:51:42.376197 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', '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'))" | ||
| 2429 | 2024.12.16 20:51:42.376274 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', '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'))" | ||
| 2430 | 2024.12.16 20:51:42.377868 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003993 sec., 8514.901076884547 rows/sec., 327.72 KiB/sec. | ||
| 2431 | 2024.12.16 20:51:42.378062 [ 261 ] {adbc25c1-bd51-4343-83f5-05d458bd5871} <Debug> TCPHandler: Processed in 0.004588457 sec. | ||
| 2432 | 2024.12.16 20:51:42.381396 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2433 | 2024.12.16 20:51:42.381667 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2434 | 2024.12.16 20:51:42.382092 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2435 | 2024.12.16 20:51:42.382145 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2436 | 2024.12.16 20:51:42.382497 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2437 | 2024.12.16 20:51:42.382575 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2438 | 2024.12.16 20:51:42.382750 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2439 | 2024.12.16 20:51:42.382854 [ 298 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2440 | 2024.12.16 20:51:42.382918 [ 295 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2441 | 2024.12.16 20:51:42.382970 [ 297 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2442 | 2024.12.16 20:51:42.382972 [ 300 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2443 | 2024.12.16 20:51:42.383114 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2444 | 2024.12.16 20:51:42.383145 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2445 | 2024.12.16 20:51:42.383259 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2446 | 2024.12.16 20:51:42.383282 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2447 | 2024.12.16 20:51:42.383324 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2448 | 2024.12.16 20:51:42.383373 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2449 | 2024.12.16 20:51:42.383417 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2450 | 2024.12.16 20:51:42.384853 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003322 sec., 10234.798314268513 rows/sec., 393.92 KiB/sec. | ||
| 2451 | 2024.12.16 20:51:42.385040 [ 260 ] {614639f0-cc50-4f45-8d59-f8b80e240570} <Debug> TCPHandler: Processed in 0.003774683 sec. | ||
| 2452 | 2024.12.16 20:51:42.385300 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2453 | 2024.12.16 20:51:42.385537 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2454 | 2024.12.16 20:51:42.385906 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2455 | 2024.12.16 20:51:42.385957 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2456 | 2024.12.16 20:51:42.386283 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2457 | 2024.12.16 20:51:42.386348 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2458 | 2024.12.16 20:51:42.386495 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2459 | 2024.12.16 20:51:42.386611 [ 298 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2460 | 2024.12.16 20:51:42.386654 [ 295 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2461 | 2024.12.16 20:51:42.386669 [ 297 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2462 | 2024.12.16 20:51:42.386739 [ 300 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2463 | 2024.12.16 20:51:42.386873 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2464 | 2024.12.16 20:51:42.386904 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2465 | 2024.12.16 20:51:42.387012 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2466 | 2024.12.16 20:51:42.387034 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2467 | 2024.12.16 20:51:42.387076 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2468 | 2024.12.16 20:51:42.387122 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2469 | 2024.12.16 20:51:42.387163 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2470 | 2024.12.16 20:51:42.388615 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003202 sec., 10618.36352279825 rows/sec., 408.68 KiB/sec. | ||
| 2471 | 2024.12.16 20:51:42.388802 [ 261 ] {b9a9c5fb-04c9-4959-b9e1-aa942c2038d6} <Debug> TCPHandler: Processed in 0.003568768 sec. | ||
| 2472 | 2024.12.16 20:51:42.389076 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2473 | 2024.12.16 20:51:42.389305 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2474 | 2024.12.16 20:51:42.389716 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2475 | 2024.12.16 20:51:42.389767 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2476 | 2024.12.16 20:51:42.390101 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2477 | 2024.12.16 20:51:42.390168 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2478 | 2024.12.16 20:51:42.390315 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2479 | 2024.12.16 20:51:42.390455 [ 298 ] {5677c239-884a-407c-96c0-0824ac80203b} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2480 | 2024.12.16 20:51:42.390458 [ 295 ] {5677c239-884a-407c-96c0-0824ac80203b} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2481 | 2024.12.16 20:51:42.390492 [ 297 ] {5677c239-884a-407c-96c0-0824ac80203b} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2482 | 2024.12.16 20:51:42.390555 [ 300 ] {5677c239-884a-407c-96c0-0824ac80203b} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2483 | 2024.12.16 20:51:42.390659 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2484 | 2024.12.16 20:51:42.390690 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2485 | 2024.12.16 20:51:42.390799 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2486 | 2024.12.16 20:51:42.390820 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2487 | 2024.12.16 20:51:42.390862 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2488 | 2024.12.16 20:51:42.390909 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2489 | 2024.12.16 20:51:42.390952 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2490 | 2024.12.16 20:51:42.392450 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003262 sec., 10423.053341508277 rows/sec., 401.16 KiB/sec. | ||
| 2491 | 2024.12.16 20:51:42.392644 [ 260 ] {5677c239-884a-407c-96c0-0824ac80203b} <Debug> TCPHandler: Processed in 0.00363524 sec. | ||
| 2492 | 2024.12.16 20:51:42.392937 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2493 | 2024.12.16 20:51:42.393162 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2494 | 2024.12.16 20:51:42.393570 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2495 | 2024.12.16 20:51:42.393631 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2496 | 2024.12.16 20:51:42.393970 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2497 | 2024.12.16 20:51:42.394036 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2498 | 2024.12.16 20:51:42.394181 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2499 | 2024.12.16 20:51:42.394306 [ 298 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2500 | 2024.12.16 20:51:42.394337 [ 295 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2501 | 2024.12.16 20:51:42.394384 [ 297 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2502 | 2024.12.16 20:51:42.394410 [ 300 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2503 | 2024.12.16 20:51:42.394524 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2504 | 2024.12.16 20:51:42.394554 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2505 | 2024.12.16 20:51:42.394661 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2506 | 2024.12.16 20:51:42.394681 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2507 | 2024.12.16 20:51:42.394721 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2508 | 2024.12.16 20:51:42.394766 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2509 | 2024.12.16 20:51:42.394808 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2510 | 2024.12.16 20:51:42.396202 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003155 sec., 10776.545166402537 rows/sec., 414.77 KiB/sec. | ||
| 2511 | 2024.12.16 20:51:42.396385 [ 261 ] {2e7a2b37-f21a-430b-aa50-82f345d42be5} <Debug> TCPHandler: Processed in 0.003515197 sec. | ||
| 2512 | 2024.12.16 20:51:42.396644 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2513 | 2024.12.16 20:51:42.396871 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2514 | 2024.12.16 20:51:42.397286 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2515 | 2024.12.16 20:51:42.397347 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2516 | 2024.12.16 20:51:42.397747 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2517 | 2024.12.16 20:51:42.397813 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2518 | 2024.12.16 20:51:42.397961 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2519 | 2024.12.16 20:51:42.398066 [ 298 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2520 | 2024.12.16 20:51:42.398131 [ 295 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2521 | 2024.12.16 20:51:42.398148 [ 297 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2522 | 2024.12.16 20:51:42.398231 [ 300 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2523 | 2024.12.16 20:51:42.398364 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2524 | 2024.12.16 20:51:42.398395 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2525 | 2024.12.16 20:51:42.398503 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2526 | 2024.12.16 20:51:42.398524 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2527 | 2024.12.16 20:51:42.398565 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2528 | 2024.12.16 20:51:42.398612 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2529 | 2024.12.16 20:51:42.398657 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2530 | 2024.12.16 20:51:42.400060 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003305 sec., 10287.443267776096 rows/sec., 395.94 KiB/sec. | ||
| 2531 | 2024.12.16 20:51:42.400253 [ 260 ] {059f3a7e-d6ed-475a-828b-b16df2ebd5a7} <Debug> TCPHandler: Processed in 0.00367838 sec. | ||
| 2532 | 2024.12.16 20:51:42.400535 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2533 | 2024.12.16 20:51:42.400763 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2534 | 2024.12.16 20:51:42.401173 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2535 | 2024.12.16 20:51:42.401235 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2536 | 2024.12.16 20:51:42.401644 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2537 | 2024.12.16 20:51:42.401718 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2538 | 2024.12.16 20:51:42.401864 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2539 | 2024.12.16 20:51:42.401986 [ 298 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2540 | 2024.12.16 20:51:42.402032 [ 295 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2541 | 2024.12.16 20:51:42.402025 [ 297 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2542 | 2024.12.16 20:51:42.402132 [ 300 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2543 | 2024.12.16 20:51:42.402257 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2544 | 2024.12.16 20:51:42.402288 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2545 | 2024.12.16 20:51:42.402394 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2546 | 2024.12.16 20:51:42.402414 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2547 | 2024.12.16 20:51:42.402455 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2548 | 2024.12.16 20:51:42.402502 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2549 | 2024.12.16 20:51:42.402546 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2550 | 2024.12.16 20:51:42.403927 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003282 sec., 10359.536867763558 rows/sec., 398.72 KiB/sec. | ||
| 2551 | 2024.12.16 20:51:42.404108 [ 261 ] {c02cb9cf-0ac0-4850-b8e4-9ccee55d3b2e} <Debug> TCPHandler: Processed in 0.00364529 sec. | ||
| 2552 | 2024.12.16 20:51:42.540600 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2553 | 2024.12.16 20:51:42.540765 [ 261 ] {3d79059f-9065-4a35-b1d3-cd7f2ea6da02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2554 | 2024.12.16 20:51:42.540836 [ 261 ] {3d79059f-9065-4a35-b1d3-cd7f2ea6da02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2555 | 2024.12.16 20:51:42.541697 [ 261 ] {3d79059f-9065-4a35-b1d3-cd7f2ea6da02} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2556 | 2024.12.16 20:51:42.541747 [ 261 ] {3d79059f-9065-4a35-b1d3-cd7f2ea6da02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2557 | 2024.12.16 20:51:42.542255 [ 261 ] {3d79059f-9065-4a35-b1d3-cd7f2ea6da02} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2558 | 2024.12.16 20:51:42.542486 [ 261 ] {3d79059f-9065-4a35-b1d3-cd7f2ea6da02} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2559 | 2024.12.16 20:51:42.542758 [ 261 ] {3d79059f-9065-4a35-b1d3-cd7f2ea6da02} <Debug> executeQuery: Read 7 rows, 1.56 KiB in 0.002034 sec., 3441.4945919370703 rows/sec., 768.19 KiB/sec. | ||
| 2560 | 2024.12.16 20:51:42.542846 [ 261 ] {3d79059f-9065-4a35-b1d3-cd7f2ea6da02} <Debug> TCPHandler: Processed in 0.002335135 sec. | ||
| 2561 | 2024.12.16 20:51:42.543054 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2562 | 2024.12.16 20:51:42.543237 [ 260 ] {22c333f8-921a-4a27-b4c4-8a6e1767b089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2563 | 2024.12.16 20:51:42.543310 [ 260 ] {22c333f8-921a-4a27-b4c4-8a6e1767b089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2564 | 2024.12.16 20:51:42.544037 [ 260 ] {22c333f8-921a-4a27-b4c4-8a6e1767b089} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2565 | 2024.12.16 20:51:42.544086 [ 260 ] {22c333f8-921a-4a27-b4c4-8a6e1767b089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2566 | 2024.12.16 20:51:42.544503 [ 260 ] {22c333f8-921a-4a27-b4c4-8a6e1767b089} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2567 | 2024.12.16 20:51:42.544748 [ 260 ] {22c333f8-921a-4a27-b4c4-8a6e1767b089} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2568 | 2024.12.16 20:51:42.545041 [ 260 ] {22c333f8-921a-4a27-b4c4-8a6e1767b089} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001836 sec., 4357.298474945534 rows/sec., 355.31 KiB/sec. | ||
| 2569 | 2024.12.16 20:51:42.545126 [ 260 ] {22c333f8-921a-4a27-b4c4-8a6e1767b089} <Debug> TCPHandler: Processed in 0.002179282 sec. | ||
| 2570 | 2024.12.16 20:51:42.545270 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2571 | 2024.12.16 20:51:42.545410 [ 261 ] {d10ed32b-856a-4165-9d70-7dbd55218d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2572 | 2024.12.16 20:51:42.545470 [ 261 ] {d10ed32b-856a-4165-9d70-7dbd55218d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2573 | 2024.12.16 20:51:42.546636 [ 261 ] {d10ed32b-856a-4165-9d70-7dbd55218d6a} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2574 | 2024.12.16 20:51:42.546679 [ 261 ] {d10ed32b-856a-4165-9d70-7dbd55218d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2575 | 2024.12.16 20:51:42.547151 [ 261 ] {d10ed32b-856a-4165-9d70-7dbd55218d6a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2576 | 2024.12.16 20:51:42.547402 [ 261 ] {d10ed32b-856a-4165-9d70-7dbd55218d6a} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2577 | 2024.12.16 20:51:42.547644 [ 261 ] {d10ed32b-856a-4165-9d70-7dbd55218d6a} <Debug> executeQuery: Read 1246 rows, 105.10 KiB in 0.00226 sec., 551327.4336283186 rows/sec., 45.42 MiB/sec. | ||
| 2578 | 2024.12.16 20:51:42.547735 [ 261 ] {d10ed32b-856a-4165-9d70-7dbd55218d6a} <Debug> TCPHandler: Processed in 0.002530738 sec. | ||
| 2579 | 2024.12.16 20:51:42.547901 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2580 | 2024.12.16 20:51:42.548042 [ 260 ] {b4182a57-66f3-4e0c-b1bb-2b29dfb40c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2581 | 2024.12.16 20:51:42.548101 [ 260 ] {b4182a57-66f3-4e0c-b1bb-2b29dfb40c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2582 | 2024.12.16 20:51:42.548784 [ 260 ] {b4182a57-66f3-4e0c-b1bb-2b29dfb40c35} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2583 | 2024.12.16 20:51:42.548825 [ 260 ] {b4182a57-66f3-4e0c-b1bb-2b29dfb40c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2584 | 2024.12.16 20:51:42.549175 [ 260 ] {b4182a57-66f3-4e0c-b1bb-2b29dfb40c35} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2585 | 2024.12.16 20:51:42.549421 [ 260 ] {b4182a57-66f3-4e0c-b1bb-2b29dfb40c35} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2586 | 2024.12.16 20:51:42.549733 [ 260 ] {b4182a57-66f3-4e0c-b1bb-2b29dfb40c35} <Debug> executeQuery: Read 31 rows, 2.29 KiB in 0.001701 sec., 18224.573780129336 rows/sec., 1.31 MiB/sec. | ||
| 2587 | 2024.12.16 20:51:42.549870 [ 260 ] {b4182a57-66f3-4e0c-b1bb-2b29dfb40c35} <Debug> TCPHandler: Processed in 0.002038429 sec. | ||
| 2588 | 2024.12.16 20:51:42.550051 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2589 | 2024.12.16 20:51:42.550190 [ 261 ] {17ad33a9-d695-4621-9544-098cf3d2d61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2590 | 2024.12.16 20:51:42.550246 [ 261 ] {17ad33a9-d695-4621-9544-098cf3d2d61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2591 | 2024.12.16 20:51:42.550951 [ 261 ] {17ad33a9-d695-4621-9544-098cf3d2d61b} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2592 | 2024.12.16 20:51:42.550992 [ 261 ] {17ad33a9-d695-4621-9544-098cf3d2d61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2593 | 2024.12.16 20:51:42.551354 [ 261 ] {17ad33a9-d695-4621-9544-098cf3d2d61b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2594 | 2024.12.16 20:51:42.551591 [ 261 ] {17ad33a9-d695-4621-9544-098cf3d2d61b} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2595 | 2024.12.16 20:51:42.551812 [ 261 ] {17ad33a9-d695-4621-9544-098cf3d2d61b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001651 sec., 138098.12235009085 rows/sec., 9.35 MiB/sec. | ||
| 2596 | 2024.12.16 20:51:42.551895 [ 261 ] {17ad33a9-d695-4621-9544-098cf3d2d61b} <Debug> TCPHandler: Processed in 0.001910747 sec. | ||
| 2597 | 2024.12.16 20:51:42.552044 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2598 | 2024.12.16 20:51:42.552182 [ 260 ] {152bab5b-4791-49ac-ad72-906b5d0d1cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2599 | 2024.12.16 20:51:42.552238 [ 260 ] {152bab5b-4791-49ac-ad72-906b5d0d1cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2600 | 2024.12.16 20:51:42.553114 [ 260 ] {152bab5b-4791-49ac-ad72-906b5d0d1cc2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2601 | 2024.12.16 20:51:42.553153 [ 260 ] {152bab5b-4791-49ac-ad72-906b5d0d1cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2602 | 2024.12.16 20:51:42.553530 [ 260 ] {152bab5b-4791-49ac-ad72-906b5d0d1cc2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2603 | 2024.12.16 20:51:42.553757 [ 260 ] {152bab5b-4791-49ac-ad72-906b5d0d1cc2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2604 | 2024.12.16 20:51:42.553968 [ 260 ] {152bab5b-4791-49ac-ad72-906b5d0d1cc2} <Debug> executeQuery: Read 551 rows, 41.90 KiB in 0.001817 sec., 303247.11062190426 rows/sec., 22.52 MiB/sec. | ||
| 2605 | 2024.12.16 20:51:42.554023 [ 260 ] {152bab5b-4791-49ac-ad72-906b5d0d1cc2} <Debug> TCPHandler: Processed in 0.002047899 sec. | ||
| 2606 | 2024.12.16 20:51:42.554165 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2607 | 2024.12.16 20:51:42.554302 [ 261 ] {bf2c20bb-895e-42ba-aa09-99bc38ef9131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2608 | 2024.12.16 20:51:42.554363 [ 261 ] {bf2c20bb-895e-42ba-aa09-99bc38ef9131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2609 | 2024.12.16 20:51:42.555852 [ 261 ] {bf2c20bb-895e-42ba-aa09-99bc38ef9131} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2610 | 2024.12.16 20:51:42.555889 [ 261 ] {bf2c20bb-895e-42ba-aa09-99bc38ef9131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2611 | 2024.12.16 20:51:42.556582 [ 261 ] {bf2c20bb-895e-42ba-aa09-99bc38ef9131} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2612 | 2024.12.16 20:51:42.556828 [ 261 ] {bf2c20bb-895e-42ba-aa09-99bc38ef9131} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2613 | 2024.12.16 20:51:42.557045 [ 261 ] {bf2c20bb-895e-42ba-aa09-99bc38ef9131} <Debug> executeQuery: Read 3782 rows, 258.73 KiB in 0.002772 sec., 1364357.8643578643 rows/sec., 91.15 MiB/sec. | ||
| 2614 | 2024.12.16 20:51:42.557109 [ 261 ] {bf2c20bb-895e-42ba-aa09-99bc38ef9131} <Debug> TCPHandler: Processed in 0.003010477 sec. | ||
| 2615 | 2024.12.16 20:51:42.557266 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2616 | 2024.12.16 20:51:42.557406 [ 260 ] {d47cc7c1-55bf-4365-9371-9b2a7ee97ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2617 | 2024.12.16 20:51:42.557497 [ 260 ] {d47cc7c1-55bf-4365-9371-9b2a7ee97ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2618 | 2024.12.16 20:51:42.558701 [ 260 ] {d47cc7c1-55bf-4365-9371-9b2a7ee97ea8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2619 | 2024.12.16 20:51:42.558745 [ 260 ] {d47cc7c1-55bf-4365-9371-9b2a7ee97ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2620 | 2024.12.16 20:51:42.559428 [ 260 ] {d47cc7c1-55bf-4365-9371-9b2a7ee97ea8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2621 | 2024.12.16 20:51:42.559680 [ 260 ] {d47cc7c1-55bf-4365-9371-9b2a7ee97ea8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2622 | 2024.12.16 20:51:42.560018 [ 260 ] {d47cc7c1-55bf-4365-9371-9b2a7ee97ea8} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002617 sec., 8788.689338937715 rows/sec., 15.75 MiB/sec. | ||
| 2623 | 2024.12.16 20:51:42.560167 [ 260 ] {d47cc7c1-55bf-4365-9371-9b2a7ee97ea8} <Debug> TCPHandler: Processed in 0.002970407 sec. | ||
| 2624 | 2024.12.16 20:51:42.560336 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2625 | 2024.12.16 20:51:42.560457 [ 261 ] {6399e6c8-c0aa-4b6c-8e47-976063eccd9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2626 | 2024.12.16 20:51:42.560509 [ 261 ] {6399e6c8-c0aa-4b6c-8e47-976063eccd9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2627 | 2024.12.16 20:51:42.560985 [ 261 ] {6399e6c8-c0aa-4b6c-8e47-976063eccd9b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2628 | 2024.12.16 20:51:42.561025 [ 261 ] {6399e6c8-c0aa-4b6c-8e47-976063eccd9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2629 | 2024.12.16 20:51:42.561399 [ 261 ] {6399e6c8-c0aa-4b6c-8e47-976063eccd9b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2630 | 2024.12.16 20:51:42.561633 [ 261 ] {6399e6c8-c0aa-4b6c-8e47-976063eccd9b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2631 | 2024.12.16 20:51:42.561842 [ 261 ] {6399e6c8-c0aa-4b6c-8e47-976063eccd9b} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001408 sec., 17045.454545454544 rows/sec., 1.15 MiB/sec. | ||
| 2632 | 2024.12.16 20:51:42.561893 [ 261 ] {6399e6c8-c0aa-4b6c-8e47-976063eccd9b} <Debug> TCPHandler: Processed in 0.001620241 sec. | ||
| 2633 | 2024.12.16 20:51:43.875296 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2634 | 2024.12.16 20:51:43.876363 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2635 | 2024.12.16 20:51:43.876413 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2636 | 2024.12.16 20:51:43.877043 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2637 | 2024.12.16 20:51:43.877305 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2638 | 2024.12.16 20:51:43.877627 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2639 | 2024.12.16 20:51:44.254876 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2640 | 2024.12.16 20:51:44.275842 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2641 | 2024.12.16 20:51:44.275902 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2642 | 2024.12.16 20:51:44.283426 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2643 | 2024.12.16 20:51:44.284181 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2644 | 2024.12.16 20:51:44.286789 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2645 | 2024.12.16 20:51:45.320337 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2646 | 2024.12.16 20:51:45.320548 [ 261 ] {a0ef4d51-8071-4379-ba12-71af8f8f7c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2647 | 2024.12.16 20:51:45.320626 [ 261 ] {a0ef4d51-8071-4379-ba12-71af8f8f7c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2648 | 2024.12.16 20:51:45.321382 [ 261 ] {a0ef4d51-8071-4379-ba12-71af8f8f7c21} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2649 | 2024.12.16 20:51:45.321433 [ 261 ] {a0ef4d51-8071-4379-ba12-71af8f8f7c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2650 | 2024.12.16 20:51:45.321865 [ 261 ] {a0ef4d51-8071-4379-ba12-71af8f8f7c21} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2651 | 2024.12.16 20:51:45.322123 [ 261 ] {a0ef4d51-8071-4379-ba12-71af8f8f7c21} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2652 | 2024.12.16 20:51:45.322368 [ 261 ] {a0ef4d51-8071-4379-ba12-71af8f8f7c21} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001879 sec., 29803.086748270358 rows/sec., 2.28 MiB/sec. | ||
| 2653 | 2024.12.16 20:51:45.322434 [ 261 ] {a0ef4d51-8071-4379-ba12-71af8f8f7c21} <Debug> TCPHandler: Processed in 0.002233743 sec. | ||
| 2654 | 2024.12.16 20:51:45.322693 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2655 | 2024.12.16 20:51:45.322902 [ 260 ] {a4983666-a6fe-4c56-b8f6-fb36d7702256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2656 | 2024.12.16 20:51:45.322984 [ 260 ] {a4983666-a6fe-4c56-b8f6-fb36d7702256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2657 | 2024.12.16 20:51:45.323833 [ 260 ] {a4983666-a6fe-4c56-b8f6-fb36d7702256} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2658 | 2024.12.16 20:51:45.323885 [ 260 ] {a4983666-a6fe-4c56-b8f6-fb36d7702256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2659 | 2024.12.16 20:51:45.324314 [ 260 ] {a4983666-a6fe-4c56-b8f6-fb36d7702256} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2660 | 2024.12.16 20:51:45.324557 [ 260 ] {a4983666-a6fe-4c56-b8f6-fb36d7702256} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2661 | 2024.12.16 20:51:45.324803 [ 260 ] {a4983666-a6fe-4c56-b8f6-fb36d7702256} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001958 sec., 32686.414708886616 rows/sec., 2.55 MiB/sec. | ||
| 2662 | 2024.12.16 20:51:45.324864 [ 260 ] {a4983666-a6fe-4c56-b8f6-fb36d7702256} <Debug> TCPHandler: Processed in 0.002311964 sec. | ||
| 2663 | 2024.12.16 20:51:45.325020 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2664 | 2024.12.16 20:51:45.325164 [ 261 ] {91f10d96-d290-4c1b-99f2-517905416012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2665 | 2024.12.16 20:51:45.325229 [ 261 ] {91f10d96-d290-4c1b-99f2-517905416012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2666 | 2024.12.16 20:51:45.326107 [ 261 ] {91f10d96-d290-4c1b-99f2-517905416012} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2667 | 2024.12.16 20:51:45.326149 [ 261 ] {91f10d96-d290-4c1b-99f2-517905416012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2668 | 2024.12.16 20:51:45.326537 [ 261 ] {91f10d96-d290-4c1b-99f2-517905416012} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2669 | 2024.12.16 20:51:45.326778 [ 261 ] {91f10d96-d290-4c1b-99f2-517905416012} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2670 | 2024.12.16 20:51:45.327004 [ 261 ] {91f10d96-d290-4c1b-99f2-517905416012} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001875 sec., 51200 rows/sec., 3.57 MiB/sec. | ||
| 2671 | 2024.12.16 20:51:45.327067 [ 261 ] {91f10d96-d290-4c1b-99f2-517905416012} <Debug> TCPHandler: Processed in 0.00211578 sec. | ||
| 2672 | 2024.12.16 20:51:45.327218 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2673 | 2024.12.16 20:51:45.327360 [ 260 ] {9b584c40-572b-4885-ab77-e4324b97f988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2674 | 2024.12.16 20:51:45.327424 [ 260 ] {9b584c40-572b-4885-ab77-e4324b97f988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2675 | 2024.12.16 20:51:45.327966 [ 260 ] {9b584c40-572b-4885-ab77-e4324b97f988} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2676 | 2024.12.16 20:51:45.328007 [ 260 ] {9b584c40-572b-4885-ab77-e4324b97f988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2677 | 2024.12.16 20:51:45.328377 [ 260 ] {9b584c40-572b-4885-ab77-e4324b97f988} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2678 | 2024.12.16 20:51:45.328615 [ 260 ] {9b584c40-572b-4885-ab77-e4324b97f988} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2679 | 2024.12.16 20:51:45.328866 [ 260 ] {9b584c40-572b-4885-ab77-e4324b97f988} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001531 sec., 23514.043109079033 rows/sec., 1.58 MiB/sec. | ||
| 2680 | 2024.12.16 20:51:45.329026 [ 260 ] {9b584c40-572b-4885-ab77-e4324b97f988} <Debug> TCPHandler: Processed in 0.001875766 sec. | ||
| 2681 | 2024.12.16 20:51:46.388528 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 384 | ||
| 2682 | 2024.12.16 20:51:46.393863 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2683 | 2024.12.16 20:51:46.393938 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2684 | 2024.12.16 20:51:46.396255 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2685 | 2024.12.16 20:51:46.396728 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2686 | 2024.12.16 20:51:46.397528 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 384 | ||
| 2687 | 2024.12.16 20:51:50.329965 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2688 | 2024.12.16 20:51:50.330179 [ 261 ] {077430df-d60e-443d-be88-8fb1c0cd187f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2689 | 2024.12.16 20:51:50.330253 [ 261 ] {077430df-d60e-443d-be88-8fb1c0cd187f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2690 | 2024.12.16 20:51:50.331009 [ 261 ] {077430df-d60e-443d-be88-8fb1c0cd187f} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2691 | 2024.12.16 20:51:50.331065 [ 261 ] {077430df-d60e-443d-be88-8fb1c0cd187f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2692 | 2024.12.16 20:51:50.331516 [ 261 ] {077430df-d60e-443d-be88-8fb1c0cd187f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2693 | 2024.12.16 20:51:50.331776 [ 261 ] {077430df-d60e-443d-be88-8fb1c0cd187f} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2694 | 2024.12.16 20:51:50.331934 [ 151 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2695 | 2024.12.16 20:51:50.331980 [ 151 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2696 | 2024.12.16 20:51:50.331994 [ 261 ] {077430df-d60e-443d-be88-8fb1c0cd187f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec. | ||
| 2697 | 2024.12.16 20:51:50.332004 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2698 | 2024.12.16 20:51:50.332113 [ 261 ] {077430df-d60e-443d-be88-8fb1c0cd187f} <Debug> TCPHandler: Processed in 0.002278553 sec. | ||
| 2699 | 2024.12.16 20:51:50.332263 [ 191 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 2700 | 2024.12.16 20:51:50.332417 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2701 | 2024.12.16 20:51:50.332424 [ 191 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2702 | 2024.12.16 20:51:50.332535 [ 191 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 2703 | 2024.12.16 20:51:50.332741 [ 260 ] {427d325c-5269-40ed-b0d9-4a0e0bda8ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2704 | 2024.12.16 20:51:50.332846 [ 191 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 2705 | 2024.12.16 20:51:50.332902 [ 260 ] {427d325c-5269-40ed-b0d9-4a0e0bda8ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2706 | 2024.12.16 20:51:50.333231 [ 191 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 2707 | 2024.12.16 20:51:50.333643 [ 191 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 2708 | 2024.12.16 20:51:50.334023 [ 191 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 2709 | 2024.12.16 20:51:50.335952 [ 260 ] {427d325c-5269-40ed-b0d9-4a0e0bda8ddc} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2710 | 2024.12.16 20:51:50.336036 [ 260 ] {427d325c-5269-40ed-b0d9-4a0e0bda8ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2711 | 2024.12.16 20:51:50.336487 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004357614 sec., 16063.836769388017 rows/sec., 1.19 MiB/sec. | ||
| 2712 | 2024.12.16 20:51:50.336920 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2713 | 2024.12.16 20:51:50.336966 [ 260 ] {427d325c-5269-40ed-b0d9-4a0e0bda8ddc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2714 | 2024.12.16 20:51:50.337491 [ 260 ] {427d325c-5269-40ed-b0d9-4a0e0bda8ddc} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2715 | 2024.12.16 20:51:50.337497 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_5_1} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2024.12.16 20:51:50.337695 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_5_1} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2717 | 2024.12.16 20:51:50.337934 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2718 | 2024.12.16 20:51:50.337957 [ 260 ] {427d325c-5269-40ed-b0d9-4a0e0bda8ddc} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.005338 sec., 45147.99550393406 rows/sec., 3.96 MiB/sec. | ||
| 2719 | 2024.12.16 20:51:50.338044 [ 260 ] {427d325c-5269-40ed-b0d9-4a0e0bda8ddc} <Debug> TCPHandler: Processed in 0.005799341 sec. | ||
| 2720 | 2024.12.16 20:51:50.338259 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2721 | 2024.12.16 20:51:50.338413 [ 261 ] {f936d118-cdad-4e2c-b6c5-5fd77ac0f5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2722 | 2024.12.16 20:51:50.338476 [ 261 ] {f936d118-cdad-4e2c-b6c5-5fd77ac0f5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2723 | 2024.12.16 20:51:50.339162 [ 261 ] {f936d118-cdad-4e2c-b6c5-5fd77ac0f5fa} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2724 | 2024.12.16 20:51:50.339202 [ 261 ] {f936d118-cdad-4e2c-b6c5-5fd77ac0f5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2725 | 2024.12.16 20:51:50.339583 [ 261 ] {f936d118-cdad-4e2c-b6c5-5fd77ac0f5fa} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2726 | 2024.12.16 20:51:50.339833 [ 261 ] {f936d118-cdad-4e2c-b6c5-5fd77ac0f5fa} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2727 | 2024.12.16 20:51:50.339974 [ 151 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2728 | 2024.12.16 20:51:50.340023 [ 151 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2729 | 2024.12.16 20:51:50.340038 [ 261 ] {f936d118-cdad-4e2c-b6c5-5fd77ac0f5fa} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001662 sec., 15643.802647412755 rows/sec., 1.11 MiB/sec. | ||
| 2730 | 2024.12.16 20:51:50.340051 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2731 | 2024.12.16 20:51:50.340198 [ 261 ] {f936d118-cdad-4e2c-b6c5-5fd77ac0f5fa} <Debug> TCPHandler: Processed in 0.002001578 sec. | ||
| 2732 | 2024.12.16 20:51:50.340523 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2733 | 2024.12.16 20:51:50.340558 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 2734 | 2024.12.16 20:51:50.340820 [ 260 ] {681f1a96-805e-49d6-a1c2-9da76b4cffbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2735 | 2024.12.16 20:51:50.340897 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2736 | 2024.12.16 20:51:50.340925 [ 260 ] {681f1a96-805e-49d6-a1c2-9da76b4cffbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2737 | 2024.12.16 20:51:50.340954 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 2738 | 2024.12.16 20:51:50.341257 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part | ||
| 2739 | 2024.12.16 20:51:50.341579 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
| 2740 | 2024.12.16 20:51:50.341957 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
| 2741 | 2024.12.16 20:51:50.342423 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
| 2742 | 2024.12.16 20:51:50.342847 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part | ||
| 2743 | 2024.12.16 20:51:50.343990 [ 260 ] {681f1a96-805e-49d6-a1c2-9da76b4cffbb} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2744 | 2024.12.16 20:51:50.344076 [ 260 ] {681f1a96-805e-49d6-a1c2-9da76b4cffbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2745 | 2024.12.16 20:51:50.345135 [ 260 ] {681f1a96-805e-49d6-a1c2-9da76b4cffbb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2746 | 2024.12.16 20:51:50.345574 [ 186 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 5 columns (5 merged, 0 gathered) in 0.005422444 sec., 29322.57115057343 rows/sec., 2.21 MiB/sec. | ||
| 2747 | 2024.12.16 20:51:50.345641 [ 260 ] {681f1a96-805e-49d6-a1c2-9da76b4cffbb} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2748 | 2024.12.16 20:51:50.345750 [ 186 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2749 | 2024.12.16 20:51:50.345866 [ 151 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2750 | 2024.12.16 20:51:50.346012 [ 151 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2024.12.16 20:51:50.346047 [ 260 ] {681f1a96-805e-49d6-a1c2-9da76b4cffbb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005313 sec., 2635.046113306983 rows/sec., 184.54 KiB/sec. | ||
| 2752 | 2024.12.16 20:51:50.346073 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2753 | 2024.12.16 20:51:50.346330 [ 260 ] {681f1a96-805e-49d6-a1c2-9da76b4cffbb} <Debug> TCPHandler: Processed in 0.005995965 sec. | ||
| 2754 | 2024.12.16 20:51:50.346637 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2755 | 2024.12.16 20:51:50.346678 [ 201 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 2756 | 2024.12.16 20:51:50.346699 [ 186 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_11_2} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2757 | 2024.12.16 20:51:50.347005 [ 261 ] {41360a19-e2c3-4d93-a4d3-906e1bf02390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2758 | 2024.12.16 20:51:50.347022 [ 186 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_11_2} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2759 | 2024.12.16 20:51:50.347104 [ 201 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2760 | 2024.12.16 20:51:50.347174 [ 261 ] {41360a19-e2c3-4d93-a4d3-906e1bf02390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2761 | 2024.12.16 20:51:50.347272 [ 201 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2762 | 2024.12.16 20:51:50.347292 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2763 | 2024.12.16 20:51:50.347621 [ 201 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2764 | 2024.12.16 20:51:50.348058 [ 201 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 2765 | 2024.12.16 20:51:50.348405 [ 201 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 2766 | 2024.12.16 20:51:50.348765 [ 201 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 2767 | 2024.12.16 20:51:50.349096 [ 201 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 2768 | 2024.12.16 20:51:50.350430 [ 261 ] {41360a19-e2c3-4d93-a4d3-906e1bf02390} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2769 | 2024.12.16 20:51:50.350585 [ 261 ] {41360a19-e2c3-4d93-a4d3-906e1bf02390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2770 | 2024.12.16 20:51:50.351684 [ 261 ] {41360a19-e2c3-4d93-a4d3-906e1bf02390} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2771 | 2024.12.16 20:51:50.351849 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.005503775 sec., 54326.34873336937 rows/sec., 3.89 MiB/sec. | ||
| 2772 | 2024.12.16 20:51:50.352089 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2773 | 2024.12.16 20:51:50.352151 [ 261 ] {41360a19-e2c3-4d93-a4d3-906e1bf02390} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2774 | 2024.12.16 20:51:50.352430 [ 151 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2775 | 2024.12.16 20:51:50.352499 [ 151 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2776 | 2024.12.16 20:51:50.352575 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2777 | 2024.12.16 20:51:50.352689 [ 261 ] {41360a19-e2c3-4d93-a4d3-906e1bf02390} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005762 sec., 2256.1610551891704 rows/sec., 140.67 KiB/sec. | ||
| 2778 | 2024.12.16 20:51:50.353184 [ 261 ] {41360a19-e2c3-4d93-a4d3-906e1bf02390} <Debug> TCPHandler: Processed in 0.006705708 sec. | ||
| 2779 | 2024.12.16 20:51:50.353182 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_6_1} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2780 | 2024.12.16 20:51:50.353282 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 2781 | 2024.12.16 20:51:50.353456 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2782 | 2024.12.16 20:51:50.353475 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_6_1} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2783 | 2024.12.16 20:51:50.353771 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2784 | 2024.12.16 20:51:50.353775 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2785 | 2024.12.16 20:51:50.353808 [ 260 ] {5d6a1a5c-a1f8-44e8-86b9-cf7d03f125ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2786 | 2024.12.16 20:51:50.353876 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 2787 | 2024.12.16 20:51:50.353920 [ 260 ] {5d6a1a5c-a1f8-44e8-86b9-cf7d03f125ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2788 | 2024.12.16 20:51:50.354192 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 2789 | 2024.12.16 20:51:50.354528 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 2790 | 2024.12.16 20:51:50.354843 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 2791 | 2024.12.16 20:51:50.355190 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 2792 | 2024.12.16 20:51:50.357155 [ 260 ] {5d6a1a5c-a1f8-44e8-86b9-cf7d03f125ec} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2024.12.16 20:51:50.357251 [ 260 ] {5d6a1a5c-a1f8-44e8-86b9-cf7d03f125ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2794 | 2024.12.16 20:51:50.357647 [ 195 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004954244 sec., 13120.064332721602 rows/sec., 869.28 KiB/sec. | ||
| 2795 | 2024.12.16 20:51:50.357891 [ 195 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2796 | 2024.12.16 20:51:50.358174 [ 260 ] {5d6a1a5c-a1f8-44e8-86b9-cf7d03f125ec} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2797 | 2024.12.16 20:51:50.358444 [ 195 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_5_1} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2798 | 2024.12.16 20:51:50.358601 [ 195 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_5_1} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2799 | 2024.12.16 20:51:50.358610 [ 260 ] {5d6a1a5c-a1f8-44e8-86b9-cf7d03f125ec} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2800 | 2024.12.16 20:51:50.358755 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2801 | 2024.12.16 20:51:50.358947 [ 260 ] {5d6a1a5c-a1f8-44e8-86b9-cf7d03f125ec} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.005219 sec., 76834.64265184902 rows/sec., 5.46 MiB/sec. | ||
| 2802 | 2024.12.16 20:51:50.359016 [ 260 ] {5d6a1a5c-a1f8-44e8-86b9-cf7d03f125ec} <Debug> TCPHandler: Processed in 0.005701578 sec. | ||
| 2803 | 2024.12.16 20:51:50.359199 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2804 | 2024.12.16 20:51:50.359352 [ 261 ] {82633a25-4a17-41c5-9047-68dbec7e9279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2805 | 2024.12.16 20:51:50.359416 [ 261 ] {82633a25-4a17-41c5-9047-68dbec7e9279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2806 | 2024.12.16 20:51:50.359977 [ 261 ] {82633a25-4a17-41c5-9047-68dbec7e9279} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2807 | 2024.12.16 20:51:50.360015 [ 261 ] {82633a25-4a17-41c5-9047-68dbec7e9279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2808 | 2024.12.16 20:51:50.360397 [ 261 ] {82633a25-4a17-41c5-9047-68dbec7e9279} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2809 | 2024.12.16 20:51:50.360678 [ 261 ] {82633a25-4a17-41c5-9047-68dbec7e9279} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2810 | 2024.12.16 20:51:50.360867 [ 261 ] {82633a25-4a17-41c5-9047-68dbec7e9279} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 202.11 KiB/sec. | ||
| 2811 | 2024.12.16 20:51:50.360923 [ 261 ] {82633a25-4a17-41c5-9047-68dbec7e9279} <Debug> TCPHandler: Processed in 0.001794574 sec. | ||
| 2812 | 2024.12.16 20:51:50.361072 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2813 | 2024.12.16 20:51:50.361200 [ 260 ] {bc328c84-ac9d-41e1-9e55-a7202b8e5e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2814 | 2024.12.16 20:51:50.361255 [ 260 ] {bc328c84-ac9d-41e1-9e55-a7202b8e5e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2815 | 2024.12.16 20:51:50.361846 [ 260 ] {bc328c84-ac9d-41e1-9e55-a7202b8e5e54} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2816 | 2024.12.16 20:51:50.361885 [ 260 ] {bc328c84-ac9d-41e1-9e55-a7202b8e5e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2817 | 2024.12.16 20:51:50.362284 [ 260 ] {bc328c84-ac9d-41e1-9e55-a7202b8e5e54} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2818 | 2024.12.16 20:51:50.362532 [ 260 ] {bc328c84-ac9d-41e1-9e55-a7202b8e5e54} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2819 | 2024.12.16 20:51:50.362741 [ 260 ] {bc328c84-ac9d-41e1-9e55-a7202b8e5e54} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001566 sec., 151340.99616858238 rows/sec., 10.14 MiB/sec. | ||
| 2820 | 2024.12.16 20:51:50.362796 [ 260 ] {bc328c84-ac9d-41e1-9e55-a7202b8e5e54} <Debug> TCPHandler: Processed in 0.001781074 sec. | ||
| 2821 | 2024.12.16 20:51:50.362944 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2822 | 2024.12.16 20:51:50.363064 [ 261 ] {4e774422-78bf-4cfa-b79a-d00205db448e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2823 | 2024.12.16 20:51:50.363118 [ 261 ] {4e774422-78bf-4cfa-b79a-d00205db448e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2824 | 2024.12.16 20:51:50.363591 [ 261 ] {4e774422-78bf-4cfa-b79a-d00205db448e} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2825 | 2024.12.16 20:51:50.363628 [ 261 ] {4e774422-78bf-4cfa-b79a-d00205db448e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2826 | 2024.12.16 20:51:50.363995 [ 261 ] {4e774422-78bf-4cfa-b79a-d00205db448e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2827 | 2024.12.16 20:51:50.364232 [ 261 ] {4e774422-78bf-4cfa-b79a-d00205db448e} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2828 | 2024.12.16 20:51:50.364437 [ 261 ] {4e774422-78bf-4cfa-b79a-d00205db448e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001395 sec., 716.8458781362008 rows/sec., 48.30 KiB/sec. | ||
| 2829 | 2024.12.16 20:51:50.364510 [ 261 ] {4e774422-78bf-4cfa-b79a-d00205db448e} <Debug> TCPHandler: Processed in 0.00162074 sec. | ||
| 2830 | 2024.12.16 20:51:50.364653 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2831 | 2024.12.16 20:51:50.364769 [ 260 ] {97ae7d95-8a1a-48fe-97f1-70ef91890ae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2832 | 2024.12.16 20:51:50.364848 [ 260 ] {97ae7d95-8a1a-48fe-97f1-70ef91890ae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2833 | 2024.12.16 20:51:50.366061 [ 260 ] {97ae7d95-8a1a-48fe-97f1-70ef91890ae0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2834 | 2024.12.16 20:51:50.366100 [ 260 ] {97ae7d95-8a1a-48fe-97f1-70ef91890ae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2835 | 2024.12.16 20:51:50.366761 [ 260 ] {97ae7d95-8a1a-48fe-97f1-70ef91890ae0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2836 | 2024.12.16 20:51:50.367018 [ 260 ] {97ae7d95-8a1a-48fe-97f1-70ef91890ae0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2837 | 2024.12.16 20:51:50.367191 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2838 | 2024.12.16 20:51:50.367261 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2839 | 2024.12.16 20:51:50.367296 [ 260 ] {97ae7d95-8a1a-48fe-97f1-70ef91890ae0} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002545 sec., 7465.6188605108055 rows/sec., 13.38 MiB/sec. | ||
| 2840 | 2024.12.16 20:51:50.367304 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2841 | 2024.12.16 20:51:50.367776 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 2842 | 2024.12.16 20:51:50.368038 [ 260 ] {97ae7d95-8a1a-48fe-97f1-70ef91890ae0} <Debug> TCPHandler: Processed in 0.003439356 sec. | ||
| 2843 | 2024.12.16 20:51:50.368286 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2844 | 2024.12.16 20:51:50.368469 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2845 | 2024.12.16 20:51:50.368558 [ 261 ] {e903ffdf-4ec2-496c-bcc6-ad2241fbe34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2846 | 2024.12.16 20:51:50.368603 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 107 rows starting from the beginning of the part | ||
| 2847 | 2024.12.16 20:51:50.368660 [ 261 ] {e903ffdf-4ec2-496c-bcc6-ad2241fbe34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2848 | 2024.12.16 20:51:50.369389 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 2849 | 2024.12.16 20:51:50.370162 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
| 2850 | 2024.12.16 20:51:50.370728 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 19 rows starting from the beginning of the part | ||
| 2851 | 2024.12.16 20:51:50.370908 [ 261 ] {e903ffdf-4ec2-496c-bcc6-ad2241fbe34f} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2852 | 2024.12.16 20:51:50.371019 [ 261 ] {e903ffdf-4ec2-496c-bcc6-ad2241fbe34f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2853 | 2024.12.16 20:51:50.371338 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part | ||
| 2854 | 2024.12.16 20:51:50.371847 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 19 rows starting from the beginning of the part | ||
| 2855 | 2024.12.16 20:51:50.372441 [ 261 ] {e903ffdf-4ec2-496c-bcc6-ad2241fbe34f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2856 | 2024.12.16 20:51:50.372898 [ 261 ] {e903ffdf-4ec2-496c-bcc6-ad2241fbe34f} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2857 | 2024.12.16 20:51:50.373218 [ 261 ] {e903ffdf-4ec2-496c-bcc6-ad2241fbe34f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004745 sec., 17281.348788198102 rows/sec., 1.10 MiB/sec. | ||
| 2858 | 2024.12.16 20:51:50.373351 [ 261 ] {e903ffdf-4ec2-496c-bcc6-ad2241fbe34f} <Debug> TCPHandler: Processed in 0.005190989 sec. | ||
| 2859 | 2024.12.16 20:51:50.375902 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 19 columns (19 merged, 0 gathered) in 0.008470922 sec., 23492.129900381562 rows/sec., 42.10 MiB/sec. | ||
| 2860 | 2024.12.16 20:51:50.376417 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2861 | 2024.12.16 20:51:50.376833 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2862 | 2024.12.16 20:51:50.376921 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2863 | 2024.12.16 20:51:50.377075 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. | ||
| 2864 | 2024.12.16 20:51:51.284308 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2865 | 2024.12.16 20:51:51.284362 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2866 | 2024.12.16 20:51:51.377746 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 2867 | 2024.12.16 20:51:51.378519 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2868 | 2024.12.16 20:51:51.378573 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2869 | 2024.12.16 20:51:51.379153 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2870 | 2024.12.16 20:51:51.379415 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2871 | 2024.12.16 20:51:51.379660 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2872 | 2024.12.16 20:51:51.786837 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2873 | 2024.12.16 20:51:51.807354 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2874 | 2024.12.16 20:51:51.807405 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2875 | 2024.12.16 20:51:51.815235 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2876 | 2024.12.16 20:51:51.816067 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2877 | 2024.12.16 20:51:51.818986 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2878 | 2024.12.16 20:51:53.227938 [ 146 ] {} <Debug> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2879 | 2024.12.16 20:51:53.228009 [ 146 ] {} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2880 | 2024.12.16 20:51:53.228034 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2881 | 2024.12.16 20:51:53.228277 [ 189 ] {29749772-0291-4d97-a3b0-919d4259b5a4::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 | ||
| 2882 | 2024.12.16 20:51:53.228667 [ 189 ] {29749772-0291-4d97-a3b0-919d4259b5a4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2883 | 2024.12.16 20:51:53.228717 [ 189 ] {29749772-0291-4d97-a3b0-919d4259b5a4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2884 | 2024.12.16 20:51:53.228823 [ 189 ] {29749772-0291-4d97-a3b0-919d4259b5a4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 2885 | 2024.12.16 20:51:53.228960 [ 189 ] {29749772-0291-4d97-a3b0-919d4259b5a4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 2886 | 2024.12.16 20:51:53.229076 [ 189 ] {29749772-0291-4d97-a3b0-919d4259b5a4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2887 | 2024.12.16 20:51:53.229193 [ 189 ] {29749772-0291-4d97-a3b0-919d4259b5a4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 2888 | 2024.12.16 20:51:53.231501 [ 201 ] {29749772-0291-4d97-a3b0-919d4259b5a4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003373155 sec., 12451.251128394633 rows/sec., 2.05 MiB/sec. | ||
| 2889 | 2024.12.16 20:51:53.231645 [ 201 ] {29749772-0291-4d97-a3b0-919d4259b5a4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2890 | 2024.12.16 20:51:53.232021 [ 201 ] {29749772-0291-4d97-a3b0-919d4259b5a4::all_1_5_1} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2891 | 2024.12.16 20:51:53.232099 [ 201 ] {29749772-0291-4d97-a3b0-919d4259b5a4::all_1_5_1} <Trace> oximeter.timeseries_schema (29749772-0291-4d97-a3b0-919d4259b5a4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2892 | 2024.12.16 20:51:53.232214 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2893 | 2024.12.16 20:51:55.325070 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2894 | 2024.12.16 20:51:55.325311 [ 261 ] {8e54386c-07e5-440f-a3c8-864bc918ad4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2895 | 2024.12.16 20:51:55.325389 [ 261 ] {8e54386c-07e5-440f-a3c8-864bc918ad4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2896 | 2024.12.16 20:51:55.326245 [ 261 ] {8e54386c-07e5-440f-a3c8-864bc918ad4f} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2897 | 2024.12.16 20:51:55.326289 [ 261 ] {8e54386c-07e5-440f-a3c8-864bc918ad4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2898 | 2024.12.16 20:51:55.326740 [ 261 ] {8e54386c-07e5-440f-a3c8-864bc918ad4f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2899 | 2024.12.16 20:51:55.327003 [ 261 ] {8e54386c-07e5-440f-a3c8-864bc918ad4f} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2900 | 2024.12.16 20:51:55.327246 [ 143 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2901 | 2024.12.16 20:51:55.327291 [ 143 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2902 | 2024.12.16 20:51:55.327313 [ 261 ] {8e54386c-07e5-440f-a3c8-864bc918ad4f} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.002059 sec., 49538.610976202035 rows/sec., 4.12 MiB/sec. | ||
| 2903 | 2024.12.16 20:51:55.327317 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2904 | 2024.12.16 20:51:55.327445 [ 261 ] {8e54386c-07e5-440f-a3c8-864bc918ad4f} <Debug> TCPHandler: Processed in 0.002545498 sec. | ||
| 2905 | 2024.12.16 20:51:55.327750 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 2906 | 2024.12.16 20:51:55.327813 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2907 | 2024.12.16 20:51:55.328237 [ 260 ] {8a51db4b-5397-4bfc-b539-56cb56ee9c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2908 | 2024.12.16 20:51:55.328313 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2909 | 2024.12.16 20:51:55.328369 [ 260 ] {8a51db4b-5397-4bfc-b539-56cb56ee9c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2910 | 2024.12.16 20:51:55.328392 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 265 rows starting from the beginning of the part | ||
| 2911 | 2024.12.16 20:51:55.328699 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 2912 | 2024.12.16 20:51:55.329059 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1246 rows starting from the beginning of the part | ||
| 2913 | 2024.12.16 20:51:55.329399 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 2914 | 2024.12.16 20:51:55.329736 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 241 rows starting from the beginning of the part | ||
| 2915 | 2024.12.16 20:51:55.330126 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 102 rows starting from the beginning of the part | ||
| 2916 | 2024.12.16 20:51:55.331744 [ 260 ] {8a51db4b-5397-4bfc-b539-56cb56ee9c67} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2917 | 2024.12.16 20:51:55.331819 [ 260 ] {8a51db4b-5397-4bfc-b539-56cb56ee9c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2918 | 2024.12.16 20:51:55.332916 [ 260 ] {8a51db4b-5397-4bfc-b539-56cb56ee9c67} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2919 | 2024.12.16 20:51:55.333266 [ 260 ] {8a51db4b-5397-4bfc-b539-56cb56ee9c67} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2920 | 2024.12.16 20:51:55.333793 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2152 rows, containing 5 columns (5 merged, 0 gathered) in 0.00633046 sec., 339943.7007737194 rows/sec., 29.89 MiB/sec. | ||
| 2921 | 2024.12.16 20:51:55.333938 [ 260 ] {8a51db4b-5397-4bfc-b539-56cb56ee9c67} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.005853 sec., 3929.608747650778 rows/sec., 295.49 KiB/sec. | ||
| 2922 | 2024.12.16 20:51:55.334216 [ 260 ] {8a51db4b-5397-4bfc-b539-56cb56ee9c67} <Debug> TCPHandler: Processed in 0.006619537 sec. | ||
| 2923 | 2024.12.16 20:51:55.334326 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2924 | 2024.12.16 20:51:55.334495 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2925 | 2024.12.16 20:51:55.334723 [ 261 ] {10cc3ce5-48de-4213-a76d-0cea7a63fb81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2926 | 2024.12.16 20:51:55.334812 [ 261 ] {10cc3ce5-48de-4213-a76d-0cea7a63fb81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2927 | 2024.12.16 20:51:55.334912 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_16_3} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2928 | 2024.12.16 20:51:55.335111 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_16_3} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2929 | 2024.12.16 20:51:55.335290 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 2930 | 2024.12.16 20:51:55.335788 [ 261 ] {10cc3ce5-48de-4213-a76d-0cea7a63fb81} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2931 | 2024.12.16 20:51:55.335832 [ 261 ] {10cc3ce5-48de-4213-a76d-0cea7a63fb81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2932 | 2024.12.16 20:51:55.336219 [ 261 ] {10cc3ce5-48de-4213-a76d-0cea7a63fb81} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2933 | 2024.12.16 20:51:55.336483 [ 261 ] {10cc3ce5-48de-4213-a76d-0cea7a63fb81} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2934 | 2024.12.16 20:51:55.336611 [ 143 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2935 | 2024.12.16 20:51:55.336651 [ 143 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2936 | 2024.12.16 20:51:55.336678 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2937 | 2024.12.16 20:51:55.336683 [ 261 ] {10cc3ce5-48de-4213-a76d-0cea7a63fb81} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.002039 sec., 42667.974497302595 rows/sec., 3.33 MiB/sec. | ||
| 2938 | 2024.12.16 20:51:55.336929 [ 261 ] {10cc3ce5-48de-4213-a76d-0cea7a63fb81} <Debug> TCPHandler: Processed in 0.00257727 sec. | ||
| 2939 | 2024.12.16 20:51:55.337174 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2940 | 2024.12.16 20:51:55.337192 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 2941 | 2024.12.16 20:51:55.337415 [ 260 ] {31901727-438c-4cb1-98ce-605a585565f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2942 | 2024.12.16 20:51:55.337530 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2943 | 2024.12.16 20:51:55.337546 [ 260 ] {31901727-438c-4cb1-98ce-605a585565f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2944 | 2024.12.16 20:51:55.337617 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 423 rows starting from the beginning of the part | ||
| 2945 | 2024.12.16 20:51:55.338063 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 411 rows starting from the beginning of the part | ||
| 2946 | 2024.12.16 20:51:55.338408 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 551 rows starting from the beginning of the part | ||
| 2947 | 2024.12.16 20:51:55.338764 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part | ||
| 2948 | 2024.12.16 20:51:55.339096 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 401 rows starting from the beginning of the part | ||
| 2949 | 2024.12.16 20:51:55.339161 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 87 rows starting from the beginning of the part | ||
| 2950 | 2024.12.16 20:51:55.340286 [ 260 ] {31901727-438c-4cb1-98ce-605a585565f5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2951 | 2024.12.16 20:51:55.340353 [ 260 ] {31901727-438c-4cb1-98ce-605a585565f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2952 | 2024.12.16 20:51:55.341424 [ 260 ] {31901727-438c-4cb1-98ce-605a585565f5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2953 | 2024.12.16 20:51:55.341871 [ 260 ] {31901727-438c-4cb1-98ce-605a585565f5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2954 | 2024.12.16 20:51:55.342180 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2955 | 2024.12.16 20:51:55.342356 [ 260 ] {31901727-438c-4cb1-98ce-605a585565f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004958 sec., 32271.077047196453 rows/sec., 2.25 MiB/sec. | ||
| 2956 | 2024.12.16 20:51:55.342331 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2957 | 2024.12.16 20:51:55.342799 [ 260 ] {31901727-438c-4cb1-98ce-605a585565f5} <Debug> TCPHandler: Processed in 0.005739569 sec. | ||
| 2958 | 2024.12.16 20:51:55.342877 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2959 | 2024.12.16 20:51:55.342916 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1937 rows, containing 5 columns (5 merged, 0 gathered) in 0.006131757 sec., 315896.4062013547 rows/sec., 24.17 MiB/sec. | ||
| 2960 | 2024.12.16 20:51:55.343149 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2961 | 2024.12.16 20:51:55.343511 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 2962 | 2024.12.16 20:51:55.343503 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2963 | 2024.12.16 20:51:55.343703 [ 261 ] {87dbcec1-de1a-418e-9ac1-51e76c842c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2964 | 2024.12.16 20:51:55.344079 [ 261 ] {87dbcec1-de1a-418e-9ac1-51e76c842c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2965 | 2024.12.16 20:51:55.344094 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2966 | 2024.12.16 20:51:55.344260 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1927 rows starting from the beginning of the part | ||
| 2967 | 2024.12.16 20:51:55.344733 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 2968 | 2024.12.16 20:51:55.345253 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3782 rows starting from the beginning of the part | ||
| 2969 | 2024.12.16 20:51:55.345604 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_16_3} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2024.12.16 20:51:55.345930 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 96 rows starting from the beginning of the part | ||
| 2971 | 2024.12.16 20:51:55.345956 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_16_3} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2972 | 2024.12.16 20:51:55.346308 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part | ||
| 2973 | 2024.12.16 20:51:55.346593 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2974 | 2024.12.16 20:51:55.346724 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2975 | 2024.12.16 20:51:55.350322 [ 261 ] {87dbcec1-de1a-418e-9ac1-51e76c842c14} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2976 | 2024.12.16 20:51:55.350376 [ 261 ] {87dbcec1-de1a-418e-9ac1-51e76c842c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2977 | 2024.12.16 20:51:55.351355 [ 261 ] {87dbcec1-de1a-418e-9ac1-51e76c842c14} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2978 | 2024.12.16 20:51:55.351542 [ 189 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6439 rows, containing 5 columns (5 merged, 0 gathered) in 0.008504923 sec., 757090.9225162886 rows/sec., 51.10 MiB/sec. | ||
| 2979 | 2024.12.16 20:51:55.351772 [ 261 ] {87dbcec1-de1a-418e-9ac1-51e76c842c14} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2980 | 2024.12.16 20:51:55.352195 [ 261 ] {87dbcec1-de1a-418e-9ac1-51e76c842c14} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.008672 sec., 2652.2140221402215 rows/sec., 4.75 MiB/sec. | ||
| 2981 | 2024.12.16 20:51:55.352216 [ 189 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2982 | 2024.12.16 20:51:55.352614 [ 261 ] {87dbcec1-de1a-418e-9ac1-51e76c842c14} <Debug> TCPHandler: Processed in 0.009664995 sec. | ||
| 2983 | 2024.12.16 20:51:55.352800 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2984 | 2024.12.16 20:51:55.352946 [ 189 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2985 | 2024.12.16 20:51:55.353001 [ 260 ] {d8415e66-2fb4-4727-af42-7b238c2a978d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2986 | 2024.12.16 20:51:55.353089 [ 260 ] {d8415e66-2fb4-4727-af42-7b238c2a978d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2987 | 2024.12.16 20:51:55.353105 [ 189 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2988 | 2024.12.16 20:51:55.353314 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 2989 | 2024.12.16 20:51:55.353783 [ 260 ] {d8415e66-2fb4-4727-af42-7b238c2a978d} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2990 | 2024.12.16 20:51:55.353826 [ 260 ] {d8415e66-2fb4-4727-af42-7b238c2a978d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2991 | 2024.12.16 20:51:55.354190 [ 260 ] {d8415e66-2fb4-4727-af42-7b238c2a978d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2992 | 2024.12.16 20:51:55.354420 [ 260 ] {d8415e66-2fb4-4727-af42-7b238c2a978d} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2993 | 2024.12.16 20:51:55.354585 [ 143 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2994 | 2024.12.16 20:51:55.354652 [ 143 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2995 | 2024.12.16 20:51:55.354679 [ 260 ] {d8415e66-2fb4-4727-af42-7b238c2a978d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001728 sec., 34722.222222222226 rows/sec., 2.34 MiB/sec. | ||
| 2996 | 2024.12.16 20:51:55.354693 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 2997 | 2024.12.16 20:51:55.354821 [ 260 ] {d8415e66-2fb4-4727-af42-7b238c2a978d} <Debug> TCPHandler: Processed in 0.00209114 sec. | ||
| 2998 | 2024.12.16 20:51:55.354888 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 2999 | 2024.12.16 20:51:55.354990 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3000 | 2024.12.16 20:51:55.355018 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 702 rows starting from the beginning of the part | ||
| 3001 | 2024.12.16 20:51:55.355119 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 3002 | 2024.12.16 20:51:55.355378 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
| 3003 | 2024.12.16 20:51:55.355639 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 3004 | 2024.12.16 20:51:55.355945 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
| 3005 | 2024.12.16 20:51:55.356173 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 3006 | 2024.12.16 20:51:55.357389 [ 194 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 986 rows, containing 4 columns (4 merged, 0 gathered) in 0.00256362 sec., 384612.38405067835 rows/sec., 25.30 MiB/sec. | ||
| 3007 | 2024.12.16 20:51:55.357572 [ 194 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3008 | 2024.12.16 20:51:55.357894 [ 194 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_16_3} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3009 | 2024.12.16 20:51:55.357978 [ 194 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_16_3} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3010 | 2024.12.16 20:51:55.358059 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3011 | 2024.12.16 20:51:56.398825 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 418 | ||
| 3012 | 2024.12.16 20:51:56.401864 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3013 | 2024.12.16 20:51:56.401923 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3014 | 2024.12.16 20:51:56.403841 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3015 | 2024.12.16 20:51:56.404155 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3016 | 2024.12.16 20:51:56.404727 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 418 | ||
| 3017 | 2024.12.16 20:51:58.879792 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3018 | 2024.12.16 20:51:58.880622 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3019 | 2024.12.16 20:51:58.880664 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3020 | 2024.12.16 20:51:58.881212 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3021 | 2024.12.16 20:51:58.881483 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3022 | 2024.12.16 20:51:58.881751 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3023 | 2024.12.16 20:51:59.319045 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3024 | 2024.12.16 20:51:59.340939 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3025 | 2024.12.16 20:51:59.341008 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3026 | 2024.12.16 20:51:59.349094 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3027 | 2024.12.16 20:51:59.349900 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3028 | 2024.12.16 20:51:59.352684 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3029 | 2024.12.16 20:52:00.328937 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3030 | 2024.12.16 20:52:00.329124 [ 261 ] {15485bba-3951-4505-94ec-1cfeeb7b7bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3031 | 2024.12.16 20:52:00.329193 [ 261 ] {15485bba-3951-4505-94ec-1cfeeb7b7bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3032 | 2024.12.16 20:52:00.329943 [ 261 ] {15485bba-3951-4505-94ec-1cfeeb7b7bcd} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3033 | 2024.12.16 20:52:00.329993 [ 261 ] {15485bba-3951-4505-94ec-1cfeeb7b7bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3034 | 2024.12.16 20:52:00.330428 [ 261 ] {15485bba-3951-4505-94ec-1cfeeb7b7bcd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3035 | 2024.12.16 20:52:00.330681 [ 261 ] {15485bba-3951-4505-94ec-1cfeeb7b7bcd} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3036 | 2024.12.16 20:52:00.330928 [ 261 ] {15485bba-3951-4505-94ec-1cfeeb7b7bcd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001856 sec., 7543.103448275862 rows/sec., 543.00 KiB/sec. | ||
| 3037 | 2024.12.16 20:52:00.330995 [ 261 ] {15485bba-3951-4505-94ec-1cfeeb7b7bcd} <Debug> TCPHandler: Processed in 0.002183072 sec. | ||
| 3038 | 2024.12.16 20:52:00.331251 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3039 | 2024.12.16 20:52:00.331441 [ 260 ] {b27a6d24-f8fd-4f63-8efa-4d6c4bf4f99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3040 | 2024.12.16 20:52:00.331526 [ 260 ] {b27a6d24-f8fd-4f63-8efa-4d6c4bf4f99a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3041 | 2024.12.16 20:52:00.332261 [ 260 ] {b27a6d24-f8fd-4f63-8efa-4d6c4bf4f99a} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3042 | 2024.12.16 20:52:00.332315 [ 260 ] {b27a6d24-f8fd-4f63-8efa-4d6c4bf4f99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3043 | 2024.12.16 20:52:00.332746 [ 260 ] {b27a6d24-f8fd-4f63-8efa-4d6c4bf4f99a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3044 | 2024.12.16 20:52:00.332992 [ 260 ] {b27a6d24-f8fd-4f63-8efa-4d6c4bf4f99a} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3045 | 2024.12.16 20:52:00.333295 [ 260 ] {b27a6d24-f8fd-4f63-8efa-4d6c4bf4f99a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001888 sec., 2118.64406779661 rows/sec., 172.76 KiB/sec. | ||
| 3046 | 2024.12.16 20:52:00.333399 [ 260 ] {b27a6d24-f8fd-4f63-8efa-4d6c4bf4f99a} <Debug> TCPHandler: Processed in 0.002275903 sec. | ||
| 3047 | 2024.12.16 20:52:00.333562 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3048 | 2024.12.16 20:52:00.333684 [ 261 ] {a6dd063a-c5b7-46b1-8639-99490c122fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3049 | 2024.12.16 20:52:00.333734 [ 261 ] {a6dd063a-c5b7-46b1-8639-99490c122fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3050 | 2024.12.16 20:52:00.334448 [ 261 ] {a6dd063a-c5b7-46b1-8639-99490c122fe2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3051 | 2024.12.16 20:52:00.334490 [ 261 ] {a6dd063a-c5b7-46b1-8639-99490c122fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3052 | 2024.12.16 20:52:00.334886 [ 261 ] {a6dd063a-c5b7-46b1-8639-99490c122fe2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3053 | 2024.12.16 20:52:00.335141 [ 261 ] {a6dd063a-c5b7-46b1-8639-99490c122fe2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3054 | 2024.12.16 20:52:00.335356 [ 261 ] {a6dd063a-c5b7-46b1-8639-99490c122fe2} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001703 sec., 142689.3716970053 rows/sec., 12.49 MiB/sec. | ||
| 3055 | 2024.12.16 20:52:00.335415 [ 261 ] {a6dd063a-c5b7-46b1-8639-99490c122fe2} <Debug> TCPHandler: Processed in 0.001912267 sec. | ||
| 3056 | 2024.12.16 20:52:00.335575 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3057 | 2024.12.16 20:52:00.335699 [ 260 ] {34feea2d-e9bd-4659-b951-94f25bf7e7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3058 | 2024.12.16 20:52:00.335750 [ 260 ] {34feea2d-e9bd-4659-b951-94f25bf7e7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3059 | 2024.12.16 20:52:00.336352 [ 260 ] {34feea2d-e9bd-4659-b951-94f25bf7e7cb} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3060 | 2024.12.16 20:52:00.336393 [ 260 ] {34feea2d-e9bd-4659-b951-94f25bf7e7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3061 | 2024.12.16 20:52:00.336770 [ 260 ] {34feea2d-e9bd-4659-b951-94f25bf7e7cb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3062 | 2024.12.16 20:52:00.337012 [ 260 ] {34feea2d-e9bd-4659-b951-94f25bf7e7cb} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3063 | 2024.12.16 20:52:00.337219 [ 260 ] {34feea2d-e9bd-4659-b951-94f25bf7e7cb} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001549 sec., 19367.33376371853 rows/sec., 1.36 MiB/sec. | ||
| 3064 | 2024.12.16 20:52:00.337275 [ 260 ] {34feea2d-e9bd-4659-b951-94f25bf7e7cb} <Debug> TCPHandler: Processed in 0.001757753 sec. | ||
| 3065 | 2024.12.16 20:52:00.337429 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3066 | 2024.12.16 20:52:00.337569 [ 261 ] {6a536c1e-b452-4d56-a983-e2061e6f3a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3067 | 2024.12.16 20:52:00.337625 [ 261 ] {6a536c1e-b452-4d56-a983-e2061e6f3a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3068 | 2024.12.16 20:52:00.338283 [ 261 ] {6a536c1e-b452-4d56-a983-e2061e6f3a7c} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3069 | 2024.12.16 20:52:00.338322 [ 261 ] {6a536c1e-b452-4d56-a983-e2061e6f3a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3070 | 2024.12.16 20:52:00.338675 [ 261 ] {6a536c1e-b452-4d56-a983-e2061e6f3a7c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3071 | 2024.12.16 20:52:00.338909 [ 261 ] {6a536c1e-b452-4d56-a983-e2061e6f3a7c} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2024.12.16 20:52:00.339115 [ 261 ] {6a536c1e-b452-4d56-a983-e2061e6f3a7c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001579 sec., 8866.371120962634 rows/sec., 620.94 KiB/sec. | ||
| 3073 | 2024.12.16 20:52:00.339170 [ 261 ] {6a536c1e-b452-4d56-a983-e2061e6f3a7c} <Debug> TCPHandler: Processed in 0.001806864 sec. | ||
| 3074 | 2024.12.16 20:52:00.339311 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3075 | 2024.12.16 20:52:00.339426 [ 260 ] {282de8e3-c0b5-4041-8a4f-be74b8d5ad00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3076 | 2024.12.16 20:52:00.339484 [ 260 ] {282de8e3-c0b5-4041-8a4f-be74b8d5ad00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3077 | 2024.12.16 20:52:00.340061 [ 260 ] {282de8e3-c0b5-4041-8a4f-be74b8d5ad00} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3078 | 2024.12.16 20:52:00.340101 [ 260 ] {282de8e3-c0b5-4041-8a4f-be74b8d5ad00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3079 | 2024.12.16 20:52:00.340487 [ 260 ] {282de8e3-c0b5-4041-8a4f-be74b8d5ad00} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3080 | 2024.12.16 20:52:00.340725 [ 260 ] {282de8e3-c0b5-4041-8a4f-be74b8d5ad00} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3081 | 2024.12.16 20:52:00.341021 [ 260 ] {282de8e3-c0b5-4041-8a4f-be74b8d5ad00} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001592 sec., 8165.829145728642 rows/sec., 509.14 KiB/sec. | ||
| 3082 | 2024.12.16 20:52:00.341155 [ 260 ] {282de8e3-c0b5-4041-8a4f-be74b8d5ad00} <Debug> TCPHandler: Processed in 0.001900796 sec. | ||
| 3083 | 2024.12.16 20:52:00.341306 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3084 | 2024.12.16 20:52:00.341441 [ 261 ] {9c647cae-59fd-4ef4-94a8-cc3a5d38b640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3085 | 2024.12.16 20:52:00.341499 [ 261 ] {9c647cae-59fd-4ef4-94a8-cc3a5d38b640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3086 | 2024.12.16 20:52:00.342322 [ 261 ] {9c647cae-59fd-4ef4-94a8-cc3a5d38b640} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3087 | 2024.12.16 20:52:00.342362 [ 261 ] {9c647cae-59fd-4ef4-94a8-cc3a5d38b640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3088 | 2024.12.16 20:52:00.342749 [ 261 ] {9c647cae-59fd-4ef4-94a8-cc3a5d38b640} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3089 | 2024.12.16 20:52:00.342987 [ 261 ] {9c647cae-59fd-4ef4-94a8-cc3a5d38b640} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3090 | 2024.12.16 20:52:00.343205 [ 261 ] {9c647cae-59fd-4ef4-94a8-cc3a5d38b640} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.001795 sec., 225626.74094707522 rows/sec., 16.07 MiB/sec. | ||
| 3091 | 2024.12.16 20:52:00.343259 [ 261 ] {9c647cae-59fd-4ef4-94a8-cc3a5d38b640} <Debug> TCPHandler: Processed in 0.002020018 sec. | ||
| 3092 | 2024.12.16 20:52:00.343407 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3093 | 2024.12.16 20:52:00.343532 [ 260 ] {dea7dfbc-dd67-4c62-bdc2-bd4da028b6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3094 | 2024.12.16 20:52:00.343583 [ 260 ] {dea7dfbc-dd67-4c62-bdc2-bd4da028b6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3095 | 2024.12.16 20:52:00.344075 [ 260 ] {dea7dfbc-dd67-4c62-bdc2-bd4da028b6c7} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3096 | 2024.12.16 20:52:00.344114 [ 260 ] {dea7dfbc-dd67-4c62-bdc2-bd4da028b6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3097 | 2024.12.16 20:52:00.344485 [ 260 ] {dea7dfbc-dd67-4c62-bdc2-bd4da028b6c7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3098 | 2024.12.16 20:52:00.344721 [ 260 ] {dea7dfbc-dd67-4c62-bdc2-bd4da028b6c7} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3099 | 2024.12.16 20:52:00.344877 [ 133 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3100 | 2024.12.16 20:52:00.344959 [ 133 ] {} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3101 | 2024.12.16 20:52:00.344961 [ 260 ] {dea7dfbc-dd67-4c62-bdc2-bd4da028b6c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 3102 | 2024.12.16 20:52:00.344988 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3103 | 2024.12.16 20:52:00.345115 [ 260 ] {dea7dfbc-dd67-4c62-bdc2-bd4da028b6c7} <Debug> TCPHandler: Processed in 0.001764364 sec. | ||
| 3104 | 2024.12.16 20:52:00.345232 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 3105 | 2024.12.16 20:52:00.345309 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3106 | 2024.12.16 20:52:00.345439 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3107 | 2024.12.16 20:52:00.345527 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 3108 | 2024.12.16 20:52:00.345538 [ 261 ] {15438d61-7784-4363-87ac-91ee244602a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3109 | 2024.12.16 20:52:00.345713 [ 261 ] {15438d61-7784-4363-87ac-91ee244602a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3110 | 2024.12.16 20:52:00.345735 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 3111 | 2024.12.16 20:52:00.346113 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 3112 | 2024.12.16 20:52:00.346429 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 3113 | 2024.12.16 20:52:00.346715 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 3114 | 2024.12.16 20:52:00.347008 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 3115 | 2024.12.16 20:52:00.348695 [ 261 ] {15438d61-7784-4363-87ac-91ee244602a0} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3116 | 2024.12.16 20:52:00.348765 [ 261 ] {15438d61-7784-4363-87ac-91ee244602a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3117 | 2024.12.16 20:52:00.349958 [ 261 ] {15438d61-7784-4363-87ac-91ee244602a0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3118 | 2024.12.16 20:52:00.349986 [ 190 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004869763 sec., 7392.556886238612 rows/sec., 386.23 KiB/sec. | ||
| 3119 | 2024.12.16 20:52:00.350212 [ 190 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3120 | 2024.12.16 20:52:00.350389 [ 261 ] {15438d61-7784-4363-87ac-91ee244602a0} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3121 | 2024.12.16 20:52:00.350833 [ 261 ] {15438d61-7784-4363-87ac-91ee244602a0} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005354 sec., 44639.52185282032 rows/sec., 2.99 MiB/sec. | ||
| 3122 | 2024.12.16 20:52:00.350860 [ 190 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_6_1} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3123 | 2024.12.16 20:52:00.350996 [ 261 ] {15438d61-7784-4363-87ac-91ee244602a0} <Debug> TCPHandler: Processed in 0.00577398 sec. | ||
| 3124 | 2024.12.16 20:52:00.351070 [ 190 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_6_1} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3125 | 2024.12.16 20:52:00.351184 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3126 | 2024.12.16 20:52:00.351210 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3127 | 2024.12.16 20:52:00.351302 [ 260 ] {87fd43ea-dd3f-43d7-ac68-db08444734aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3128 | 2024.12.16 20:52:00.351352 [ 260 ] {87fd43ea-dd3f-43d7-ac68-db08444734aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3129 | 2024.12.16 20:52:00.351796 [ 260 ] {87fd43ea-dd3f-43d7-ac68-db08444734aa} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3130 | 2024.12.16 20:52:00.351832 [ 260 ] {87fd43ea-dd3f-43d7-ac68-db08444734aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3131 | 2024.12.16 20:52:00.352171 [ 260 ] {87fd43ea-dd3f-43d7-ac68-db08444734aa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3132 | 2024.12.16 20:52:00.352401 [ 260 ] {87fd43ea-dd3f-43d7-ac68-db08444734aa} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2024.12.16 20:52:00.352555 [ 133 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3134 | 2024.12.16 20:52:00.352621 [ 133 ] {} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3135 | 2024.12.16 20:52:00.352657 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3136 | 2024.12.16 20:52:00.352673 [ 260 ] {87fd43ea-dd3f-43d7-ac68-db08444734aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001382 sec., 723.589001447178 rows/sec., 48.76 KiB/sec. | ||
| 3137 | 2024.12.16 20:52:00.352796 [ 260 ] {87fd43ea-dd3f-43d7-ac68-db08444734aa} <Debug> TCPHandler: Processed in 0.001694363 sec. | ||
| 3138 | 2024.12.16 20:52:00.352821 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 3139 | 2024.12.16 20:52:00.352972 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3140 | 2024.12.16 20:52:00.352986 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3141 | 2024.12.16 20:52:00.353037 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 3142 | 2024.12.16 20:52:00.353211 [ 261 ] {49d12cb5-858c-4e72-8a85-82e92184dc4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3143 | 2024.12.16 20:52:00.353267 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 3144 | 2024.12.16 20:52:00.353548 [ 261 ] {49d12cb5-858c-4e72-8a85-82e92184dc4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3145 | 2024.12.16 20:52:00.353573 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 3146 | 2024.12.16 20:52:00.353888 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 3147 | 2024.12.16 20:52:00.354247 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 3148 | 2024.12.16 20:52:00.354650 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 3149 | 2024.12.16 20:52:00.358273 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.005539566 sec., 1263.636898630687 rows/sec., 84.44 KiB/sec. | ||
| 3150 | 2024.12.16 20:52:00.358479 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3151 | 2024.12.16 20:52:00.359059 [ 261 ] {49d12cb5-858c-4e72-8a85-82e92184dc4b} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3152 | 2024.12.16 20:52:00.359086 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_6_1} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3153 | 2024.12.16 20:52:00.359136 [ 261 ] {49d12cb5-858c-4e72-8a85-82e92184dc4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3154 | 2024.12.16 20:52:00.359253 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_6_1} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3155 | 2024.12.16 20:52:00.359403 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3156 | 2024.12.16 20:52:00.360032 [ 261 ] {49d12cb5-858c-4e72-8a85-82e92184dc4b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3157 | 2024.12.16 20:52:00.360297 [ 261 ] {49d12cb5-858c-4e72-8a85-82e92184dc4b} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3158 | 2024.12.16 20:52:00.360542 [ 261 ] {49d12cb5-858c-4e72-8a85-82e92184dc4b} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.00744 sec., 2553.763440860215 rows/sec., 4.58 MiB/sec. | ||
| 3159 | 2024.12.16 20:52:00.360668 [ 261 ] {49d12cb5-858c-4e72-8a85-82e92184dc4b} <Debug> TCPHandler: Processed in 0.007791429 sec. | ||
| 3160 | 2024.12.16 20:52:00.360849 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3161 | 2024.12.16 20:52:00.360983 [ 260 ] {07804cd4-56ff-47e4-985e-39889cbcc6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3162 | 2024.12.16 20:52:00.361035 [ 260 ] {07804cd4-56ff-47e4-985e-39889cbcc6c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3163 | 2024.12.16 20:52:00.361523 [ 260 ] {07804cd4-56ff-47e4-985e-39889cbcc6c4} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3164 | 2024.12.16 20:52:00.361562 [ 260 ] {07804cd4-56ff-47e4-985e-39889cbcc6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 3165 | 2024.12.16 20:52:00.361970 [ 260 ] {07804cd4-56ff-47e4-985e-39889cbcc6c4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3166 | 2024.12.16 20:52:00.362207 [ 260 ] {07804cd4-56ff-47e4-985e-39889cbcc6c4} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3167 | 2024.12.16 20:52:00.362416 [ 260 ] {07804cd4-56ff-47e4-985e-39889cbcc6c4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001457 sec., 56280.02745367193 rows/sec., 3.57 MiB/sec. | ||
| 3168 | 2024.12.16 20:52:00.362481 [ 260 ] {07804cd4-56ff-47e4-985e-39889cbcc6c4} <Debug> TCPHandler: Processed in 0.001705503 sec. | ||
| 3169 | 2024.12.16 20:52:05.324391 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3170 | 2024.12.16 20:52:05.324713 [ 261 ] {e9336d52-f01c-4a0d-92ed-e5530c530178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3171 | 2024.12.16 20:52:05.324826 [ 261 ] {e9336d52-f01c-4a0d-92ed-e5530c530178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3172 | 2024.12.16 20:52:05.325837 [ 261 ] {e9336d52-f01c-4a0d-92ed-e5530c530178} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3173 | 2024.12.16 20:52:05.325882 [ 261 ] {e9336d52-f01c-4a0d-92ed-e5530c530178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3174 | 2024.12.16 20:52:05.326326 [ 261 ] {e9336d52-f01c-4a0d-92ed-e5530c530178} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3175 | 2024.12.16 20:52:05.326584 [ 261 ] {e9336d52-f01c-4a0d-92ed-e5530c530178} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3176 | 2024.12.16 20:52:05.326877 [ 261 ] {e9336d52-f01c-4a0d-92ed-e5530c530178} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.002245 sec., 45434.298440979954 rows/sec., 3.78 MiB/sec. | ||
| 3177 | 2024.12.16 20:52:05.327116 [ 261 ] {e9336d52-f01c-4a0d-92ed-e5530c530178} <Debug> TCPHandler: Processed in 0.002896355 sec. | ||
| 3178 | 2024.12.16 20:52:05.327371 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3179 | 2024.12.16 20:52:05.327566 [ 260 ] {7f26f0dd-29fe-48ef-925b-da1d27f43214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3180 | 2024.12.16 20:52:05.327635 [ 260 ] {7f26f0dd-29fe-48ef-925b-da1d27f43214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3181 | 2024.12.16 20:52:05.328357 [ 260 ] {7f26f0dd-29fe-48ef-925b-da1d27f43214} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3182 | 2024.12.16 20:52:05.328397 [ 260 ] {7f26f0dd-29fe-48ef-925b-da1d27f43214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3183 | 2024.12.16 20:52:05.328817 [ 260 ] {7f26f0dd-29fe-48ef-925b-da1d27f43214} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3184 | 2024.12.16 20:52:05.329061 [ 260 ] {7f26f0dd-29fe-48ef-925b-da1d27f43214} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3185 | 2024.12.16 20:52:05.329248 [ 260 ] {7f26f0dd-29fe-48ef-925b-da1d27f43214} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001735 sec., 13256.484149855907 rows/sec., 996.83 KiB/sec. | ||
| 3186 | 2024.12.16 20:52:05.329303 [ 260 ] {7f26f0dd-29fe-48ef-925b-da1d27f43214} <Debug> TCPHandler: Processed in 0.002057219 sec. | ||
| 3187 | 2024.12.16 20:52:05.329453 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3188 | 2024.12.16 20:52:05.329597 [ 261 ] {b48c3f18-787f-4fb9-9d9a-f4618b0839de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3189 | 2024.12.16 20:52:05.329656 [ 261 ] {b48c3f18-787f-4fb9-9d9a-f4618b0839de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3190 | 2024.12.16 20:52:05.330384 [ 261 ] {b48c3f18-787f-4fb9-9d9a-f4618b0839de} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3191 | 2024.12.16 20:52:05.330424 [ 261 ] {b48c3f18-787f-4fb9-9d9a-f4618b0839de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3192 | 2024.12.16 20:52:05.330798 [ 261 ] {b48c3f18-787f-4fb9-9d9a-f4618b0839de} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3193 | 2024.12.16 20:52:05.331053 [ 261 ] {b48c3f18-787f-4fb9-9d9a-f4618b0839de} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3194 | 2024.12.16 20:52:05.331280 [ 261 ] {b48c3f18-787f-4fb9-9d9a-f4618b0839de} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001717 sec., 50669.772859638906 rows/sec., 3.96 MiB/sec. | ||
| 3195 | 2024.12.16 20:52:05.331337 [ 261 ] {b48c3f18-787f-4fb9-9d9a-f4618b0839de} <Debug> TCPHandler: Processed in 0.001951487 sec. | ||
| 3196 | 2024.12.16 20:52:05.331504 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3197 | 2024.12.16 20:52:05.331620 [ 260 ] {7521f6d0-6a64-4cc3-9024-c6a7f1e3e9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3198 | 2024.12.16 20:52:05.331672 [ 260 ] {7521f6d0-6a64-4cc3-9024-c6a7f1e3e9f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3199 | 2024.12.16 20:52:05.332247 [ 260 ] {7521f6d0-6a64-4cc3-9024-c6a7f1e3e9f9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3200 | 2024.12.16 20:52:05.332282 [ 260 ] {7521f6d0-6a64-4cc3-9024-c6a7f1e3e9f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3201 | 2024.12.16 20:52:05.332674 [ 260 ] {7521f6d0-6a64-4cc3-9024-c6a7f1e3e9f9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3202 | 2024.12.16 20:52:05.332907 [ 260 ] {7521f6d0-6a64-4cc3-9024-c6a7f1e3e9f9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3203 | 2024.12.16 20:52:05.333124 [ 260 ] {7521f6d0-6a64-4cc3-9024-c6a7f1e3e9f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001527 sec., 104780.61558611658 rows/sec., 7.30 MiB/sec. | ||
| 3204 | 2024.12.16 20:52:05.333345 [ 260 ] {7521f6d0-6a64-4cc3-9024-c6a7f1e3e9f9} <Debug> TCPHandler: Processed in 0.001896846 sec. | ||
| 3205 | 2024.12.16 20:52:05.333517 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3206 | 2024.12.16 20:52:05.333657 [ 261 ] {43993e39-7d45-4bff-8f75-aea17d9d7e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3207 | 2024.12.16 20:52:05.333747 [ 261 ] {43993e39-7d45-4bff-8f75-aea17d9d7e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3208 | 2024.12.16 20:52:05.334962 [ 261 ] {43993e39-7d45-4bff-8f75-aea17d9d7e0f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3209 | 2024.12.16 20:52:05.335001 [ 261 ] {43993e39-7d45-4bff-8f75-aea17d9d7e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3210 | 2024.12.16 20:52:05.335641 [ 261 ] {43993e39-7d45-4bff-8f75-aea17d9d7e0f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3211 | 2024.12.16 20:52:05.335894 [ 261 ] {43993e39-7d45-4bff-8f75-aea17d9d7e0f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3212 | 2024.12.16 20:52:05.336138 [ 261 ] {43993e39-7d45-4bff-8f75-aea17d9d7e0f} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002512 sec., 9156.050955414014 rows/sec., 16.41 MiB/sec. | ||
| 3213 | 2024.12.16 20:52:05.336242 [ 261 ] {43993e39-7d45-4bff-8f75-aea17d9d7e0f} <Debug> TCPHandler: Processed in 0.002794724 sec. | ||
| 3214 | 2024.12.16 20:52:05.336394 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3215 | 2024.12.16 20:52:05.336517 [ 260 ] {f912dbda-85fc-4481-b397-50d1320c7b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3216 | 2024.12.16 20:52:05.336567 [ 260 ] {f912dbda-85fc-4481-b397-50d1320c7b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3217 | 2024.12.16 20:52:05.337054 [ 260 ] {f912dbda-85fc-4481-b397-50d1320c7b2c} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3218 | 2024.12.16 20:52:05.337091 [ 260 ] {f912dbda-85fc-4481-b397-50d1320c7b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3219 | 2024.12.16 20:52:05.337461 [ 260 ] {f912dbda-85fc-4481-b397-50d1320c7b2c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3220 | 2024.12.16 20:52:05.337701 [ 260 ] {f912dbda-85fc-4481-b397-50d1320c7b2c} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3221 | 2024.12.16 20:52:05.337875 [ 260 ] {f912dbda-85fc-4481-b397-50d1320c7b2c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
| 3222 | 2024.12.16 20:52:05.337923 [ 260 ] {f912dbda-85fc-4481-b397-50d1320c7b2c} <Debug> TCPHandler: Processed in 0.00158884 sec. | ||
| 3223 | 2024.12.16 20:52:06.284414 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3224 | 2024.12.16 20:52:06.284469 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3225 | 2024.12.16 20:52:06.381858 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3226 | 2024.12.16 20:52:06.382540 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3227 | 2024.12.16 20:52:06.382581 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3228 | 2024.12.16 20:52:06.383116 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3229 | 2024.12.16 20:52:06.383382 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3230 | 2024.12.16 20:52:06.383600 [ 123 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3231 | 2024.12.16 20:52:06.383641 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3232 | 2024.12.16 20:52:06.383686 [ 123 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3233 | 2024.12.16 20:52:06.383721 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3234 | 2024.12.16 20:52:06.383843 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 3235 | 2024.12.16 20:52:06.383951 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3236 | 2024.12.16 20:52:06.383985 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3237 | 2024.12.16 20:52:06.384052 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3238 | 2024.12.16 20:52:06.384132 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3239 | 2024.12.16 20:52:06.384357 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3240 | 2024.12.16 20:52:06.384556 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3241 | 2024.12.16 20:52:06.384637 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3242 | 2024.12.16 20:52:06.386333 [ 194 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002539258 sec., 2906754.650374243 rows/sec., 41.58 MiB/sec. | ||
| 3243 | 2024.12.16 20:52:06.386868 [ 194 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3244 | 2024.12.16 20:52:06.387211 [ 194 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_16_3} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3245 | 2024.12.16 20:52:06.387307 [ 194 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_16_3} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3246 | 2024.12.16 20:52:06.387431 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3247 | 2024.12.16 20:52:06.405893 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 454 | ||
| 3248 | 2024.12.16 20:52:06.409008 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3249 | 2024.12.16 20:52:06.409055 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3250 | 2024.12.16 20:52:06.410511 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3251 | 2024.12.16 20:52:06.410824 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3252 | 2024.12.16 20:52:06.411478 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 454 | ||
| 3253 | 2024.12.16 20:52:06.852745 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3254 | 2024.12.16 20:52:06.875081 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3255 | 2024.12.16 20:52:06.875152 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3256 | 2024.12.16 20:52:06.882724 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3257 | 2024.12.16 20:52:06.883555 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3258 | 2024.12.16 20:52:06.883932 [ 123 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3259 | 2024.12.16 20:52:06.884067 [ 123 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3260 | 2024.12.16 20:52:06.884138 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3261 | 2024.12.16 20:52:06.885165 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 3262 | 2024.12.16 20:52:06.900245 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3263 | 2024.12.16 20:52:06.901959 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3264 | 2024.12.16 20:52:06.903462 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 3265 | 2024.12.16 20:52:06.909094 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 3266 | 2024.12.16 20:52:06.914736 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 3267 | 2024.12.16 20:52:06.920239 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 3268 | 2024.12.16 20:52:06.925896 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 3269 | 2024.12.16 20:52:06.930588 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 3270 | 2024.12.16 20:52:06.988899 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.104508276 sec., 1157.8030432728601 rows/sec., 5.99 MiB/sec. | ||
| 3271 | 2024.12.16 20:52:06.990439 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3272 | 2024.12.16 20:52:06.992779 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_16_3} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3273 | 2024.12.16 20:52:06.992878 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_16_3} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3274 | 2024.12.16 20:52:06.994143 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3275 | 2024.12.16 20:52:07.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.68 MiB, peak 188.66 MiB, free memory in arenas 0.00 B, will set to 180.16 MiB (RSS), difference: 1.49 MiB | ||
| 3276 | 2024.12.16 20:52:07.001364 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000914497 sec. | ||
| 3277 | 2024.12.16 20:52:10.329382 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3278 | 2024.12.16 20:52:10.329583 [ 261 ] {a9e2754b-aca3-46e9-b6f7-ac342f391cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3279 | 2024.12.16 20:52:10.329653 [ 261 ] {a9e2754b-aca3-46e9-b6f7-ac342f391cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3280 | 2024.12.16 20:52:10.330380 [ 261 ] {a9e2754b-aca3-46e9-b6f7-ac342f391cbc} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3281 | 2024.12.16 20:52:10.330424 [ 261 ] {a9e2754b-aca3-46e9-b6f7-ac342f391cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3282 | 2024.12.16 20:52:10.330858 [ 261 ] {a9e2754b-aca3-46e9-b6f7-ac342f391cbc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3283 | 2024.12.16 20:52:10.331114 [ 261 ] {a9e2754b-aca3-46e9-b6f7-ac342f391cbc} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3284 | 2024.12.16 20:52:10.331368 [ 261 ] {a9e2754b-aca3-46e9-b6f7-ac342f391cbc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001828 sec., 7658.643326039388 rows/sec., 551.32 KiB/sec. | ||
| 3285 | 2024.12.16 20:52:10.331499 [ 261 ] {a9e2754b-aca3-46e9-b6f7-ac342f391cbc} <Debug> TCPHandler: Processed in 0.002237363 sec. | ||
| 3286 | 2024.12.16 20:52:10.331752 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3287 | 2024.12.16 20:52:10.331936 [ 260 ] {61f6cec5-bf98-4f88-9120-891edcc7c70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3288 | 2024.12.16 20:52:10.332005 [ 260 ] {61f6cec5-bf98-4f88-9120-891edcc7c70b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3289 | 2024.12.16 20:52:10.332848 [ 260 ] {61f6cec5-bf98-4f88-9120-891edcc7c70b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3290 | 2024.12.16 20:52:10.332896 [ 260 ] {61f6cec5-bf98-4f88-9120-891edcc7c70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3291 | 2024.12.16 20:52:10.333353 [ 260 ] {61f6cec5-bf98-4f88-9120-891edcc7c70b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3292 | 2024.12.16 20:52:10.333622 [ 260 ] {61f6cec5-bf98-4f88-9120-891edcc7c70b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3293 | 2024.12.16 20:52:10.333907 [ 260 ] {61f6cec5-bf98-4f88-9120-891edcc7c70b} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002014 sec., 119662.36345580932 rows/sec., 10.49 MiB/sec. | ||
| 3294 | 2024.12.16 20:52:10.334101 [ 260 ] {61f6cec5-bf98-4f88-9120-891edcc7c70b} <Debug> TCPHandler: Processed in 0.002473948 sec. | ||
| 3295 | 2024.12.16 20:52:10.334275 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3296 | 2024.12.16 20:52:10.334421 [ 261 ] {4b94f32c-8dea-4bb5-9635-c7bdeb352014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3297 | 2024.12.16 20:52:10.334481 [ 261 ] {4b94f32c-8dea-4bb5-9635-c7bdeb352014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3298 | 2024.12.16 20:52:10.335062 [ 261 ] {4b94f32c-8dea-4bb5-9635-c7bdeb352014} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3299 | 2024.12.16 20:52:10.335100 [ 261 ] {4b94f32c-8dea-4bb5-9635-c7bdeb352014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3300 | 2024.12.16 20:52:10.335474 [ 261 ] {4b94f32c-8dea-4bb5-9635-c7bdeb352014} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3301 | 2024.12.16 20:52:10.335713 [ 261 ] {4b94f32c-8dea-4bb5-9635-c7bdeb352014} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3302 | 2024.12.16 20:52:10.335928 [ 261 ] {4b94f32c-8dea-4bb5-9635-c7bdeb352014} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001535 sec., 16938.110749185667 rows/sec., 1.20 MiB/sec. | ||
| 3303 | 2024.12.16 20:52:10.336014 [ 261 ] {4b94f32c-8dea-4bb5-9635-c7bdeb352014} <Debug> TCPHandler: Processed in 0.001803494 sec. | ||
| 3304 | 2024.12.16 20:52:10.336165 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3305 | 2024.12.16 20:52:10.336289 [ 260 ] {6a0b0fd9-4cb2-445e-80ed-c39baf028e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3306 | 2024.12.16 20:52:10.336340 [ 260 ] {6a0b0fd9-4cb2-445e-80ed-c39baf028e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3307 | 2024.12.16 20:52:10.336968 [ 260 ] {6a0b0fd9-4cb2-445e-80ed-c39baf028e52} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3308 | 2024.12.16 20:52:10.337008 [ 260 ] {6a0b0fd9-4cb2-445e-80ed-c39baf028e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3309 | 2024.12.16 20:52:10.337366 [ 260 ] {6a0b0fd9-4cb2-445e-80ed-c39baf028e52} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3310 | 2024.12.16 20:52:10.337610 [ 260 ] {6a0b0fd9-4cb2-445e-80ed-c39baf028e52} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3311 | 2024.12.16 20:52:10.337818 [ 260 ] {6a0b0fd9-4cb2-445e-80ed-c39baf028e52} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 629.31 KiB/sec. | ||
| 3312 | 2024.12.16 20:52:10.337872 [ 260 ] {6a0b0fd9-4cb2-445e-80ed-c39baf028e52} <Debug> TCPHandler: Processed in 0.001765414 sec. | ||
| 3313 | 2024.12.16 20:52:10.338042 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3314 | 2024.12.16 20:52:10.338182 [ 261 ] {c4c7bc11-da71-4a31-ac12-6521dfc89257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3315 | 2024.12.16 20:52:10.338239 [ 261 ] {c4c7bc11-da71-4a31-ac12-6521dfc89257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3316 | 2024.12.16 20:52:10.338860 [ 261 ] {c4c7bc11-da71-4a31-ac12-6521dfc89257} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3317 | 2024.12.16 20:52:10.338898 [ 261 ] {c4c7bc11-da71-4a31-ac12-6521dfc89257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3318 | 2024.12.16 20:52:10.339248 [ 261 ] {c4c7bc11-da71-4a31-ac12-6521dfc89257} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3319 | 2024.12.16 20:52:10.339489 [ 261 ] {c4c7bc11-da71-4a31-ac12-6521dfc89257} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3320 | 2024.12.16 20:52:10.339664 [ 261 ] {c4c7bc11-da71-4a31-ac12-6521dfc89257} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001514 sec., 8586.525759577278 rows/sec., 535.37 KiB/sec. | ||
| 3321 | 2024.12.16 20:52:10.339717 [ 261 ] {c4c7bc11-da71-4a31-ac12-6521dfc89257} <Debug> TCPHandler: Processed in 0.001739773 sec. | ||
| 3322 | 2024.12.16 20:52:10.339912 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3323 | 2024.12.16 20:52:10.340071 [ 260 ] {cd052bc7-31da-4eb6-9ef0-59ec125f56e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3324 | 2024.12.16 20:52:10.340146 [ 260 ] {cd052bc7-31da-4eb6-9ef0-59ec125f56e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3325 | 2024.12.16 20:52:10.340938 [ 260 ] {cd052bc7-31da-4eb6-9ef0-59ec125f56e8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3326 | 2024.12.16 20:52:10.340979 [ 260 ] {cd052bc7-31da-4eb6-9ef0-59ec125f56e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3327 | 2024.12.16 20:52:10.341403 [ 260 ] {cd052bc7-31da-4eb6-9ef0-59ec125f56e8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3328 | 2024.12.16 20:52:10.341701 [ 260 ] {cd052bc7-31da-4eb6-9ef0-59ec125f56e8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3329 | 2024.12.16 20:52:10.341912 [ 260 ] {cd052bc7-31da-4eb6-9ef0-59ec125f56e8} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001872 sec., 214209.40170940172 rows/sec., 15.23 MiB/sec. | ||
| 3330 | 2024.12.16 20:52:10.342112 [ 260 ] {cd052bc7-31da-4eb6-9ef0-59ec125f56e8} <Debug> TCPHandler: Processed in 0.002286934 sec. | ||
| 3331 | 2024.12.16 20:52:10.342282 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3332 | 2024.12.16 20:52:10.342422 [ 261 ] {93f930f4-eb6e-4735-9807-85455328af60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3333 | 2024.12.16 20:52:10.342485 [ 261 ] {93f930f4-eb6e-4735-9807-85455328af60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3334 | 2024.12.16 20:52:10.342956 [ 261 ] {93f930f4-eb6e-4735-9807-85455328af60} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3335 | 2024.12.16 20:52:10.342995 [ 261 ] {93f930f4-eb6e-4735-9807-85455328af60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3336 | 2024.12.16 20:52:10.343360 [ 261 ] {93f930f4-eb6e-4735-9807-85455328af60} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3337 | 2024.12.16 20:52:10.343604 [ 261 ] {93f930f4-eb6e-4735-9807-85455328af60} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3338 | 2024.12.16 20:52:10.343899 [ 261 ] {93f930f4-eb6e-4735-9807-85455328af60} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 210.53 KiB/sec. | ||
| 3339 | 2024.12.16 20:52:10.344023 [ 261 ] {93f930f4-eb6e-4735-9807-85455328af60} <Debug> TCPHandler: Processed in 0.001807214 sec. | ||
| 3340 | 2024.12.16 20:52:10.344174 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3341 | 2024.12.16 20:52:10.344295 [ 260 ] {683f15e8-d0cc-4417-a3aa-00fb33d42701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3342 | 2024.12.16 20:52:10.344351 [ 260 ] {683f15e8-d0cc-4417-a3aa-00fb33d42701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3343 | 2024.12.16 20:52:10.344941 [ 260 ] {683f15e8-d0cc-4417-a3aa-00fb33d42701} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2024.12.16 20:52:10.344980 [ 260 ] {683f15e8-d0cc-4417-a3aa-00fb33d42701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3345 | 2024.12.16 20:52:10.345392 [ 260 ] {683f15e8-d0cc-4417-a3aa-00fb33d42701} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3346 | 2024.12.16 20:52:10.345642 [ 260 ] {683f15e8-d0cc-4417-a3aa-00fb33d42701} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3347 | 2024.12.16 20:52:10.345891 [ 260 ] {683f15e8-d0cc-4417-a3aa-00fb33d42701} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001604 sec., 147755.6109725686 rows/sec., 9.90 MiB/sec. | ||
| 3348 | 2024.12.16 20:52:10.346100 [ 260 ] {683f15e8-d0cc-4417-a3aa-00fb33d42701} <Debug> TCPHandler: Processed in 0.001982638 sec. | ||
| 3349 | 2024.12.16 20:52:10.346254 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3350 | 2024.12.16 20:52:10.346390 [ 261 ] {f0717f07-6a36-40d7-93c9-f6b6ae0240dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3351 | 2024.12.16 20:52:10.346451 [ 261 ] {f0717f07-6a36-40d7-93c9-f6b6ae0240dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3352 | 2024.12.16 20:52:10.346975 [ 261 ] {f0717f07-6a36-40d7-93c9-f6b6ae0240dc} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3353 | 2024.12.16 20:52:10.347020 [ 261 ] {f0717f07-6a36-40d7-93c9-f6b6ae0240dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3354 | 2024.12.16 20:52:10.347443 [ 261 ] {f0717f07-6a36-40d7-93c9-f6b6ae0240dc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3355 | 2024.12.16 20:52:10.347701 [ 261 ] {f0717f07-6a36-40d7-93c9-f6b6ae0240dc} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3356 | 2024.12.16 20:52:10.347948 [ 261 ] {f0717f07-6a36-40d7-93c9-f6b6ae0240dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001585 sec., 630.9148264984227 rows/sec., 42.51 KiB/sec. | ||
| 3357 | 2024.12.16 20:52:10.348124 [ 261 ] {f0717f07-6a36-40d7-93c9-f6b6ae0240dc} <Debug> TCPHandler: Processed in 0.001934147 sec. | ||
| 3358 | 2024.12.16 20:52:10.348266 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3359 | 2024.12.16 20:52:10.348384 [ 260 ] {5a1e113d-5137-422f-96c8-86e1c145ecc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3360 | 2024.12.16 20:52:10.348466 [ 260 ] {5a1e113d-5137-422f-96c8-86e1c145ecc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3361 | 2024.12.16 20:52:10.349738 [ 260 ] {5a1e113d-5137-422f-96c8-86e1c145ecc6} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3362 | 2024.12.16 20:52:10.349777 [ 260 ] {5a1e113d-5137-422f-96c8-86e1c145ecc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3363 | 2024.12.16 20:52:10.350418 [ 260 ] {5a1e113d-5137-422f-96c8-86e1c145ecc6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3364 | 2024.12.16 20:52:10.350678 [ 260 ] {5a1e113d-5137-422f-96c8-86e1c145ecc6} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3365 | 2024.12.16 20:52:10.350973 [ 260 ] {5a1e113d-5137-422f-96c8-86e1c145ecc6} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002593 sec., 7327.41997686078 rows/sec., 13.13 MiB/sec. | ||
| 3366 | 2024.12.16 20:52:10.351176 [ 260 ] {5a1e113d-5137-422f-96c8-86e1c145ecc6} <Debug> TCPHandler: Processed in 0.002963967 sec. | ||
| 3367 | 2024.12.16 20:52:10.351315 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3368 | 2024.12.16 20:52:10.351451 [ 261 ] {bf88c606-6d91-4870-845b-f7b1b9dbc63b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3369 | 2024.12.16 20:52:10.351511 [ 261 ] {bf88c606-6d91-4870-845b-f7b1b9dbc63b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3370 | 2024.12.16 20:52:10.352071 [ 261 ] {bf88c606-6d91-4870-845b-f7b1b9dbc63b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3371 | 2024.12.16 20:52:10.352117 [ 261 ] {bf88c606-6d91-4870-845b-f7b1b9dbc63b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3372 | 2024.12.16 20:52:10.352546 [ 261 ] {bf88c606-6d91-4870-845b-f7b1b9dbc63b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3373 | 2024.12.16 20:52:10.352791 [ 261 ] {bf88c606-6d91-4870-845b-f7b1b9dbc63b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3374 | 2024.12.16 20:52:10.352999 [ 261 ] {bf88c606-6d91-4870-845b-f7b1b9dbc63b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001579 sec., 51931.602279924 rows/sec., 3.30 MiB/sec. | ||
| 3375 | 2024.12.16 20:52:10.353049 [ 261 ] {bf88c606-6d91-4870-845b-f7b1b9dbc63b} <Debug> TCPHandler: Processed in 0.001797905 sec. | ||
| 3376 | 2024.12.16 20:52:13.230546 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3377 | 2024.12.16 20:52:13.230758 [ 261 ] {7c274325-52fc-4617-b606-0b394d054052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3378 | 2024.12.16 20:52:13.230836 [ 261 ] {7c274325-52fc-4617-b606-0b394d054052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3379 | 2024.12.16 20:52:13.231638 [ 261 ] {7c274325-52fc-4617-b606-0b394d054052} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3380 | 2024.12.16 20:52:13.231684 [ 261 ] {7c274325-52fc-4617-b606-0b394d054052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3381 | 2024.12.16 20:52:13.232096 [ 261 ] {7c274325-52fc-4617-b606-0b394d054052} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3382 | 2024.12.16 20:52:13.232344 [ 261 ] {7c274325-52fc-4617-b606-0b394d054052} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3383 | 2024.12.16 20:52:13.232597 [ 261 ] {7c274325-52fc-4617-b606-0b394d054052} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001877 sec., 1065.5301012253597 rows/sec., 86.89 KiB/sec. | ||
| 3384 | 2024.12.16 20:52:13.232729 [ 261 ] {7c274325-52fc-4617-b606-0b394d054052} <Debug> TCPHandler: Processed in 0.002310424 sec. | ||
| 3385 | 2024.12.16 20:52:13.232982 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3386 | 2024.12.16 20:52:13.233172 [ 260 ] {7d9d9d2c-e3c7-4999-be4a-2c692db7fd85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3387 | 2024.12.16 20:52:13.233254 [ 260 ] {7d9d9d2c-e3c7-4999-be4a-2c692db7fd85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3388 | 2024.12.16 20:52:13.234654 [ 260 ] {7d9d9d2c-e3c7-4999-be4a-2c692db7fd85} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3389 | 2024.12.16 20:52:13.234708 [ 260 ] {7d9d9d2c-e3c7-4999-be4a-2c692db7fd85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3390 | 2024.12.16 20:52:13.235243 [ 260 ] {7d9d9d2c-e3c7-4999-be4a-2c692db7fd85} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3391 | 2024.12.16 20:52:13.235532 [ 260 ] {7d9d9d2c-e3c7-4999-be4a-2c692db7fd85} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3392 | 2024.12.16 20:52:13.235768 [ 260 ] {7d9d9d2c-e3c7-4999-be4a-2c692db7fd85} <Debug> executeQuery: Read 1243 rows, 104.88 KiB in 0.002649 sec., 469233.6730841827 rows/sec., 38.67 MiB/sec. | ||
| 3393 | 2024.12.16 20:52:13.235840 [ 260 ] {7d9d9d2c-e3c7-4999-be4a-2c692db7fd85} <Debug> TCPHandler: Processed in 0.002985657 sec. | ||
| 3394 | 2024.12.16 20:52:13.236009 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3395 | 2024.12.16 20:52:13.236154 [ 261 ] {8163eff1-2df2-4bf5-abf0-a1e3b39e8729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3396 | 2024.12.16 20:52:13.236212 [ 261 ] {8163eff1-2df2-4bf5-abf0-a1e3b39e8729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3397 | 2024.12.16 20:52:13.236888 [ 261 ] {8163eff1-2df2-4bf5-abf0-a1e3b39e8729} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3398 | 2024.12.16 20:52:13.236966 [ 261 ] {8163eff1-2df2-4bf5-abf0-a1e3b39e8729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3399 | 2024.12.16 20:52:13.237398 [ 261 ] {8163eff1-2df2-4bf5-abf0-a1e3b39e8729} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3400 | 2024.12.16 20:52:13.237657 [ 261 ] {8163eff1-2df2-4bf5-abf0-a1e3b39e8729} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3401 | 2024.12.16 20:52:13.237783 [ 115 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3402 | 2024.12.16 20:52:13.237829 [ 115 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3403 | 2024.12.16 20:52:13.237850 [ 261 ] {8163eff1-2df2-4bf5-abf0-a1e3b39e8729} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.00173 sec., 14450.86705202312 rows/sec., 1.06 MiB/sec. | ||
| 3404 | 2024.12.16 20:52:13.237853 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3405 | 2024.12.16 20:52:13.237957 [ 261 ] {8163eff1-2df2-4bf5-abf0-a1e3b39e8729} <Debug> TCPHandler: Processed in 0.002012359 sec. | ||
| 3406 | 2024.12.16 20:52:13.238255 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3407 | 2024.12.16 20:52:13.238327 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 3408 | 2024.12.16 20:52:13.238545 [ 260 ] {1512a0a2-c167-4dd1-83a3-2403223ab09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3409 | 2024.12.16 20:52:13.238664 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3410 | 2024.12.16 20:52:13.238672 [ 260 ] {1512a0a2-c167-4dd1-83a3-2403223ab09d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3411 | 2024.12.16 20:52:13.238747 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 57 rows starting from the beginning of the part | ||
| 3412 | 2024.12.16 20:52:13.239066 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
| 3413 | 2024.12.16 20:52:13.239472 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 3414 | 2024.12.16 20:52:13.239851 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
| 3415 | 2024.12.16 20:52:13.240396 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
| 3416 | 2024.12.16 20:52:13.240691 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 25 rows starting from the beginning of the part | ||
| 3417 | 2024.12.16 20:52:13.241652 [ 260 ] {1512a0a2-c167-4dd1-83a3-2403223ab09d} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3418 | 2024.12.16 20:52:13.241732 [ 260 ] {1512a0a2-c167-4dd1-83a3-2403223ab09d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3419 | 2024.12.16 20:52:13.242915 [ 260 ] {1512a0a2-c167-4dd1-83a3-2403223ab09d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3420 | 2024.12.16 20:52:13.243540 [ 260 ] {1512a0a2-c167-4dd1-83a3-2403223ab09d} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3421 | 2024.12.16 20:52:13.243569 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.005574377 sec., 33008.172931253124 rows/sec., 2.50 MiB/sec. | ||
| 3422 | 2024.12.16 20:52:13.243916 [ 188 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3423 | 2024.12.16 20:52:13.243988 [ 260 ] {1512a0a2-c167-4dd1-83a3-2403223ab09d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005506 sec., 41409.37159462405 rows/sec., 2.80 MiB/sec. | ||
| 3424 | 2024.12.16 20:52:13.244175 [ 260 ] {1512a0a2-c167-4dd1-83a3-2403223ab09d} <Debug> TCPHandler: Processed in 0.006076937 sec. | ||
| 3425 | 2024.12.16 20:52:13.244361 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3426 | 2024.12.16 20:52:13.244536 [ 188 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_16_3} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3427 | 2024.12.16 20:52:13.244577 [ 261 ] {3b364656-3834-4ddb-8e89-bc75e09665be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3428 | 2024.12.16 20:52:13.244689 [ 261 ] {3b364656-3834-4ddb-8e89-bc75e09665be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3429 | 2024.12.16 20:52:13.244713 [ 188 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_16_3} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3430 | 2024.12.16 20:52:13.244928 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3431 | 2024.12.16 20:52:13.245758 [ 261 ] {3b364656-3834-4ddb-8e89-bc75e09665be} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3432 | 2024.12.16 20:52:13.245802 [ 261 ] {3b364656-3834-4ddb-8e89-bc75e09665be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3433 | 2024.12.16 20:52:13.246190 [ 261 ] {3b364656-3834-4ddb-8e89-bc75e09665be} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3434 | 2024.12.16 20:52:13.246426 [ 261 ] {3b364656-3834-4ddb-8e89-bc75e09665be} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3435 | 2024.12.16 20:52:13.246610 [ 261 ] {3b364656-3834-4ddb-8e89-bc75e09665be} <Debug> executeQuery: Read 545 rows, 41.41 KiB in 0.002092 sec., 260516.25239005734 rows/sec., 19.33 MiB/sec. | ||
| 3436 | 2024.12.16 20:52:13.246668 [ 261 ] {3b364656-3834-4ddb-8e89-bc75e09665be} <Debug> TCPHandler: Processed in 0.002389815 sec. | ||
| 3437 | 2024.12.16 20:52:13.246836 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3438 | 2024.12.16 20:52:13.246981 [ 260 ] {8eeef14f-5f14-4508-870e-7dcd20dc0ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3439 | 2024.12.16 20:52:13.247047 [ 260 ] {8eeef14f-5f14-4508-870e-7dcd20dc0ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3440 | 2024.12.16 20:52:13.247944 [ 260 ] {8eeef14f-5f14-4508-870e-7dcd20dc0ff1} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3441 | 2024.12.16 20:52:13.247985 [ 260 ] {8eeef14f-5f14-4508-870e-7dcd20dc0ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3442 | 2024.12.16 20:52:13.248436 [ 260 ] {8eeef14f-5f14-4508-870e-7dcd20dc0ff1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3443 | 2024.12.16 20:52:13.248697 [ 260 ] {8eeef14f-5f14-4508-870e-7dcd20dc0ff1} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3444 | 2024.12.16 20:52:13.248964 [ 260 ] {8eeef14f-5f14-4508-870e-7dcd20dc0ff1} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.002019 sec., 467062.90242694406 rows/sec., 31.32 MiB/sec. | ||
| 3445 | 2024.12.16 20:52:13.249190 [ 260 ] {8eeef14f-5f14-4508-870e-7dcd20dc0ff1} <Debug> TCPHandler: Processed in 0.002418396 sec. | ||
| 3446 | 2024.12.16 20:52:13.249368 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3447 | 2024.12.16 20:52:13.249512 [ 261 ] {d9ff1cf8-8edd-4b55-a42d-ab1a9020a3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3448 | 2024.12.16 20:52:13.249606 [ 261 ] {d9ff1cf8-8edd-4b55-a42d-ab1a9020a3d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3449 | 2024.12.16 20:52:13.250887 [ 261 ] {d9ff1cf8-8edd-4b55-a42d-ab1a9020a3d1} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3450 | 2024.12.16 20:52:13.250925 [ 261 ] {d9ff1cf8-8edd-4b55-a42d-ab1a9020a3d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3451 | 2024.12.16 20:52:13.251554 [ 261 ] {d9ff1cf8-8edd-4b55-a42d-ab1a9020a3d1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3452 | 2024.12.16 20:52:13.251807 [ 261 ] {d9ff1cf8-8edd-4b55-a42d-ab1a9020a3d1} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3453 | 2024.12.16 20:52:13.251936 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3454 | 2024.12.16 20:52:13.251978 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3455 | 2024.12.16 20:52:13.252000 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3456 | 2024.12.16 20:52:13.252022 [ 261 ] {d9ff1cf8-8edd-4b55-a42d-ab1a9020a3d1} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00254 sec., 9055.11811023622 rows/sec., 16.23 MiB/sec. | ||
| 3457 | 2024.12.16 20:52:13.252340 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 3458 | 2024.12.16 20:52:13.252881 [ 261 ] {d9ff1cf8-8edd-4b55-a42d-ab1a9020a3d1} <Debug> TCPHandler: Processed in 0.003577398 sec. | ||
| 3459 | 2024.12.16 20:52:13.253132 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3460 | 2024.12.16 20:52:13.253191 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3461 | 2024.12.16 20:52:13.253281 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 199 rows starting from the beginning of the part | ||
| 3462 | 2024.12.16 20:52:13.253315 [ 260 ] {5b585ff0-2745-4c8e-9480-a1a0675e3a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3463 | 2024.12.16 20:52:13.253404 [ 260 ] {5b585ff0-2745-4c8e-9480-a1a0675e3a27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3464 | 2024.12.16 20:52:13.253893 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
| 3465 | 2024.12.16 20:52:13.254543 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 19 rows starting from the beginning of the part | ||
| 3466 | 2024.12.16 20:52:13.255163 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
| 3467 | 2024.12.16 20:52:13.255252 [ 260 ] {5b585ff0-2745-4c8e-9480-a1a0675e3a27} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3468 | 2024.12.16 20:52:13.255341 [ 260 ] {5b585ff0-2745-4c8e-9480-a1a0675e3a27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3469 | 2024.12.16 20:52:13.255741 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 19 rows starting from the beginning of the part | ||
| 3470 | 2024.12.16 20:52:13.256237 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part | ||
| 3471 | 2024.12.16 20:52:13.256470 [ 260 ] {5b585ff0-2745-4c8e-9480-a1a0675e3a27} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3472 | 2024.12.16 20:52:13.256948 [ 260 ] {5b585ff0-2745-4c8e-9480-a1a0675e3a27} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3473 | 2024.12.16 20:52:13.257249 [ 260 ] {5b585ff0-2745-4c8e-9480-a1a0675e3a27} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.003976 sec., 9054.325955734406 rows/sec., 624.84 KiB/sec. | ||
| 3474 | 2024.12.16 20:52:13.257360 [ 260 ] {5b585ff0-2745-4c8e-9480-a1a0675e3a27} <Debug> TCPHandler: Processed in 0.004357723 sec. | ||
| 3475 | 2024.12.16 20:52:13.259937 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 19 columns (19 merged, 0 gathered) in 0.007857641 sec., 38942.98556017003 rows/sec., 69.78 MiB/sec. | ||
| 3476 | 2024.12.16 20:52:13.260775 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3477 | 2024.12.16 20:52:13.261187 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3478 | 2024.12.16 20:52:13.261263 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3479 | 2024.12.16 20:52:13.261404 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 3480 | 2024.12.16 20:52:13.883801 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3481 | 2024.12.16 20:52:13.884822 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3482 | 2024.12.16 20:52:13.884877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3483 | 2024.12.16 20:52:13.885438 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3484 | 2024.12.16 20:52:13.885717 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3485 | 2024.12.16 20:52:13.886039 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3486 | 2024.12.16 20:52:14.400310 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3487 | 2024.12.16 20:52:14.420067 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3488 | 2024.12.16 20:52:14.420132 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3489 | 2024.12.16 20:52:14.427721 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3490 | 2024.12.16 20:52:14.428461 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3491 | 2024.12.16 20:52:14.431978 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3492 | 2024.12.16 20:52:15.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.45 MiB, peak 188.66 MiB, free memory in arenas 0.00 B, will set to 182.48 MiB (RSS), difference: 1.03 MiB | ||
| 3493 | 2024.12.16 20:52:15.318689 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3494 | 2024.12.16 20:52:15.318887 [ 261 ] {5b493c86-26cc-4084-9965-f32448d110c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3495 | 2024.12.16 20:52:15.318964 [ 261 ] {5b493c86-26cc-4084-9965-f32448d110c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3496 | 2024.12.16 20:52:15.319821 [ 261 ] {5b493c86-26cc-4084-9965-f32448d110c3} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3497 | 2024.12.16 20:52:15.319865 [ 261 ] {5b493c86-26cc-4084-9965-f32448d110c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3498 | 2024.12.16 20:52:15.320289 [ 261 ] {5b493c86-26cc-4084-9965-f32448d110c3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3499 | 2024.12.16 20:52:15.320576 [ 261 ] {5b493c86-26cc-4084-9965-f32448d110c3} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3500 | 2024.12.16 20:52:15.320801 [ 112 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3501 | 2024.12.16 20:52:15.320875 [ 261 ] {5b493c86-26cc-4084-9965-f32448d110c3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002035 sec., 27518.42751842752 rows/sec., 2.10 MiB/sec. | ||
| 3502 | 2024.12.16 20:52:15.320928 [ 112 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3503 | 2024.12.16 20:52:15.321013 [ 261 ] {5b493c86-26cc-4084-9965-f32448d110c3} <Debug> TCPHandler: Processed in 0.002447227 sec. | ||
| 3504 | 2024.12.16 20:52:15.321020 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3505 | 2024.12.16 20:52:15.321367 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3506 | 2024.12.16 20:52:15.321424 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 3507 | 2024.12.16 20:52:15.321825 [ 260 ] {55819395-214a-4753-914d-da0bad0d8703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3508 | 2024.12.16 20:52:15.321951 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3509 | 2024.12.16 20:52:15.321994 [ 260 ] {55819395-214a-4753-914d-da0bad0d8703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3510 | 2024.12.16 20:52:15.322032 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1432 rows starting from the beginning of the part | ||
| 3511 | 2024.12.16 20:52:15.322373 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 243 rows starting from the beginning of the part | ||
| 3512 | 2024.12.16 20:52:15.322633 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 102 rows starting from the beginning of the part | ||
| 3513 | 2024.12.16 20:52:15.322907 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 241 rows starting from the beginning of the part | ||
| 3514 | 2024.12.16 20:52:15.323295 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1243 rows starting from the beginning of the part | ||
| 3515 | 2024.12.16 20:52:15.323748 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 3516 | 2024.12.16 20:52:15.325188 [ 260 ] {55819395-214a-4753-914d-da0bad0d8703} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3517 | 2024.12.16 20:52:15.325262 [ 260 ] {55819395-214a-4753-914d-da0bad0d8703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3518 | 2024.12.16 20:52:15.326511 [ 260 ] {55819395-214a-4753-914d-da0bad0d8703} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3519 | 2024.12.16 20:52:15.326822 [ 260 ] {55819395-214a-4753-914d-da0bad0d8703} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3520 | 2024.12.16 20:52:15.327460 [ 260 ] {55819395-214a-4753-914d-da0bad0d8703} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005783 sec., 11066.920283589832 rows/sec., 884.53 KiB/sec. | ||
| 3521 | 2024.12.16 20:52:15.327373 [ 112 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3522 | 2024.12.16 20:52:15.327667 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.006481903 sec., 511732.43413238367 rows/sec., 44.71 MiB/sec. | ||
| 3523 | 2024.12.16 20:52:15.327673 [ 112 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3524 | 2024.12.16 20:52:15.327707 [ 260 ] {55819395-214a-4753-914d-da0bad0d8703} <Debug> TCPHandler: Processed in 0.006551655 sec. | ||
| 3525 | 2024.12.16 20:52:15.327750 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3526 | 2024.12.16 20:52:15.327960 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3527 | 2024.12.16 20:52:15.328047 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 3528 | 2024.12.16 20:52:15.328063 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3529 | 2024.12.16 20:52:15.328195 [ 261 ] {f8b67bbe-3f2e-47e4-9649-0eb25f8722ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3530 | 2024.12.16 20:52:15.328371 [ 261 ] {f8b67bbe-3f2e-47e4-9649-0eb25f8722ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3531 | 2024.12.16 20:52:15.328524 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3532 | 2024.12.16 20:52:15.328646 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 906 rows starting from the beginning of the part | ||
| 3533 | 2024.12.16 20:52:15.329094 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 405 rows starting from the beginning of the part | ||
| 3534 | 2024.12.16 20:52:15.329213 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_21_4} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3535 | 2024.12.16 20:52:15.329555 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 87 rows starting from the beginning of the part | ||
| 3536 | 2024.12.16 20:52:15.329737 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_21_4} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3537 | 2024.12.16 20:52:15.330168 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 401 rows starting from the beginning of the part | ||
| 3538 | 2024.12.16 20:52:15.330339 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 3539 | 2024.12.16 20:52:15.330729 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 545 rows starting from the beginning of the part | ||
| 3540 | 2024.12.16 20:52:15.331179 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 3541 | 2024.12.16 20:52:15.331901 [ 261 ] {f8b67bbe-3f2e-47e4-9649-0eb25f8722ae} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3542 | 2024.12.16 20:52:15.331945 [ 261 ] {f8b67bbe-3f2e-47e4-9649-0eb25f8722ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3543 | 2024.12.16 20:52:15.332496 [ 261 ] {f8b67bbe-3f2e-47e4-9649-0eb25f8722ae} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3544 | 2024.12.16 20:52:15.332834 [ 261 ] {f8b67bbe-3f2e-47e4-9649-0eb25f8722ae} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3545 | 2024.12.16 20:52:15.333035 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3546 | 2024.12.16 20:52:15.333121 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3547 | 2024.12.16 20:52:15.333195 [ 261 ] {f8b67bbe-3f2e-47e4-9649-0eb25f8722ae} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.005071 sec., 12620.784855058175 rows/sec., 900.11 KiB/sec. | ||
| 3548 | 2024.12.16 20:52:15.333212 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3549 | 2024.12.16 20:52:15.333526 [ 261 ] {f8b67bbe-3f2e-47e4-9649-0eb25f8722ae} <Debug> TCPHandler: Processed in 0.005690308 sec. | ||
| 3550 | 2024.12.16 20:52:15.333799 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 3551 | 2024.12.16 20:52:15.333870 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3552 | 2024.12.16 20:52:15.334295 [ 260 ] {5e6a5d47-eeec-457b-8942-0b333dee165d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3553 | 2024.12.16 20:52:15.334301 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3554 | 2024.12.16 20:52:15.334332 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.006441203 sec., 373843.209102399 rows/sec., 28.66 MiB/sec. | ||
| 3555 | 2024.12.16 20:52:15.334379 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6439 rows starting from the beginning of the part | ||
| 3556 | 2024.12.16 20:52:15.334406 [ 260 ] {5e6a5d47-eeec-457b-8942-0b333dee165d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3557 | 2024.12.16 20:52:15.334812 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 239 rows starting from the beginning of the part | ||
| 3558 | 2024.12.16 20:52:15.334880 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3559 | 2024.12.16 20:52:15.335423 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3560 | 2024.12.16 20:52:15.336004 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3561 | 2024.12.16 20:52:15.336533 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_21_4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3562 | 2024.12.16 20:52:15.336644 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 943 rows starting from the beginning of the part | ||
| 3563 | 2024.12.16 20:52:15.336935 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_21_4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3564 | 2024.12.16 20:52:15.337085 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 3565 | 2024.12.16 20:52:15.337313 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3566 | 2024.12.16 20:52:15.337894 [ 260 ] {5e6a5d47-eeec-457b-8942-0b333dee165d} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3567 | 2024.12.16 20:52:15.337947 [ 260 ] {5e6a5d47-eeec-457b-8942-0b333dee165d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3568 | 2024.12.16 20:52:15.338468 [ 260 ] {5e6a5d47-eeec-457b-8942-0b333dee165d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3569 | 2024.12.16 20:52:15.338794 [ 260 ] {5e6a5d47-eeec-457b-8942-0b333dee165d} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3570 | 2024.12.16 20:52:15.339100 [ 112 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3571 | 2024.12.16 20:52:15.339249 [ 112 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3572 | 2024.12.16 20:52:15.339315 [ 260 ] {5e6a5d47-eeec-457b-8942-0b333dee165d} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005132 sec., 4676.539360872954 rows/sec., 322.73 KiB/sec. | ||
| 3573 | 2024.12.16 20:52:15.339359 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3574 | 2024.12.16 20:52:15.339619 [ 260 ] {5e6a5d47-eeec-457b-8942-0b333dee165d} <Debug> TCPHandler: Processed in 0.005925473 sec. | ||
| 3575 | 2024.12.16 20:52:15.339926 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 3576 | 2024.12.16 20:52:15.340467 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3577 | 2024.12.16 20:52:15.340578 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 986 rows starting from the beginning of the part | ||
| 3578 | 2024.12.16 20:52:15.340722 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3579 | 2024.12.16 20:52:15.341022 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3580 | 2024.12.16 20:52:15.341319 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3581 | 2024.12.16 20:52:15.341627 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 3582 | 2024.12.16 20:52:15.341690 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8082 rows, containing 5 columns (5 merged, 0 gathered) in 0.008274388 sec., 976748.9752716454 rows/sec., 65.91 MiB/sec. | ||
| 3583 | 2024.12.16 20:52:15.341872 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part | ||
| 3584 | 2024.12.16 20:52:15.342410 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3585 | 2024.12.16 20:52:15.343088 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3586 | 2024.12.16 20:52:15.343309 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3587 | 2024.12.16 20:52:15.343418 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
| 3588 | 2024.12.16 20:52:15.343664 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1270 rows, containing 4 columns (4 merged, 0 gathered) in 0.004066187 sec., 312331.9217733961 rows/sec., 20.50 MiB/sec. | ||
| 3589 | 2024.12.16 20:52:15.344103 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3590 | 2024.12.16 20:52:15.344661 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_21_4} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3591 | 2024.12.16 20:52:15.344751 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_21_4} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3592 | 2024.12.16 20:52:15.344852 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3593 | 2024.12.16 20:52:16.411662 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 500 | ||
| 3594 | 2024.12.16 20:52:16.415320 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3595 | 2024.12.16 20:52:16.415405 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3596 | 2024.12.16 20:52:16.417478 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3597 | 2024.12.16 20:52:16.417895 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3598 | 2024.12.16 20:52:16.418109 [ 110 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3599 | 2024.12.16 20:52:16.418178 [ 110 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2024.12.16 20:52:16.418221 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3601 | 2024.12.16 20:52:16.419456 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 3602 | 2024.12.16 20:52:16.420031 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 500 | ||
| 3603 | 2024.12.16 20:52:16.420836 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3604 | 2024.12.16 20:52:16.421097 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 282 rows starting from the beginning of the part | ||
| 3605 | 2024.12.16 20:52:16.421803 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part | ||
| 3606 | 2024.12.16 20:52:16.422446 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 68 rows starting from the beginning of the part | ||
| 3607 | 2024.12.16 20:52:16.423081 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 3608 | 2024.12.16 20:52:16.423709 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 36 rows starting from the beginning of the part | ||
| 3609 | 2024.12.16 20:52:16.424551 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part | ||
| 3610 | 2024.12.16 20:52:16.435890 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 72 columns (72 merged, 0 gathered) in 0.017513965 sec., 28548.64675132102 rows/sec., 26.17 MiB/sec. | ||
| 3611 | 2024.12.16 20:52:16.437022 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3612 | 2024.12.16 20:52:16.438035 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_11_2} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3613 | 2024.12.16 20:52:16.438165 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_11_2} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3614 | 2024.12.16 20:52:16.438499 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 3615 | 2024.12.16 20:52:20.330818 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3616 | 2024.12.16 20:52:20.331081 [ 261 ] {08b59ae4-08de-4773-ae2c-186c4bb26fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3617 | 2024.12.16 20:52:20.331186 [ 261 ] {08b59ae4-08de-4773-ae2c-186c4bb26fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3618 | 2024.12.16 20:52:20.332438 [ 261 ] {08b59ae4-08de-4773-ae2c-186c4bb26fb2} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3619 | 2024.12.16 20:52:20.332510 [ 261 ] {08b59ae4-08de-4773-ae2c-186c4bb26fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3620 | 2024.12.16 20:52:20.333156 [ 261 ] {08b59ae4-08de-4773-ae2c-186c4bb26fb2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3621 | 2024.12.16 20:52:20.333541 [ 261 ] {08b59ae4-08de-4773-ae2c-186c4bb26fb2} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3622 | 2024.12.16 20:52:20.333863 [ 261 ] {08b59ae4-08de-4773-ae2c-186c4bb26fb2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00285 sec., 4912.2807017543855 rows/sec., 353.62 KiB/sec. | ||
| 3623 | 2024.12.16 20:52:20.333951 [ 261 ] {08b59ae4-08de-4773-ae2c-186c4bb26fb2} <Debug> TCPHandler: Processed in 0.003326984 sec. | ||
| 3624 | 2024.12.16 20:52:20.334250 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3625 | 2024.12.16 20:52:20.334436 [ 260 ] {2ec15bd5-dfa8-40e5-8628-7c9539ee6463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3626 | 2024.12.16 20:52:20.334508 [ 260 ] {2ec15bd5-dfa8-40e5-8628-7c9539ee6463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3627 | 2024.12.16 20:52:20.335357 [ 260 ] {2ec15bd5-dfa8-40e5-8628-7c9539ee6463} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3628 | 2024.12.16 20:52:20.335403 [ 260 ] {2ec15bd5-dfa8-40e5-8628-7c9539ee6463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3629 | 2024.12.16 20:52:20.335864 [ 260 ] {2ec15bd5-dfa8-40e5-8628-7c9539ee6463} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3630 | 2024.12.16 20:52:20.336118 [ 260 ] {2ec15bd5-dfa8-40e5-8628-7c9539ee6463} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3631 | 2024.12.16 20:52:20.336315 [ 260 ] {2ec15bd5-dfa8-40e5-8628-7c9539ee6463} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.001933 sec., 124676.6683911019 rows/sec., 10.93 MiB/sec. | ||
| 3632 | 2024.12.16 20:52:20.336370 [ 260 ] {2ec15bd5-dfa8-40e5-8628-7c9539ee6463} <Debug> TCPHandler: Processed in 0.002251813 sec. | ||
| 3633 | 2024.12.16 20:52:20.336588 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3634 | 2024.12.16 20:52:20.336755 [ 261 ] {55b7ec99-06ca-4d8a-b50b-2fa156379c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3635 | 2024.12.16 20:52:20.336830 [ 261 ] {55b7ec99-06ca-4d8a-b50b-2fa156379c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3636 | 2024.12.16 20:52:20.337665 [ 261 ] {55b7ec99-06ca-4d8a-b50b-2fa156379c28} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3637 | 2024.12.16 20:52:20.337720 [ 261 ] {55b7ec99-06ca-4d8a-b50b-2fa156379c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3638 | 2024.12.16 20:52:20.338250 [ 261 ] {55b7ec99-06ca-4d8a-b50b-2fa156379c28} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3639 | 2024.12.16 20:52:20.338668 [ 261 ] {55b7ec99-06ca-4d8a-b50b-2fa156379c28} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3640 | 2024.12.16 20:52:20.338985 [ 261 ] {55b7ec99-06ca-4d8a-b50b-2fa156379c28} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.002269 sec., 11458.792419568092 rows/sec., 830.66 KiB/sec. | ||
| 3641 | 2024.12.16 20:52:20.339256 [ 261 ] {55b7ec99-06ca-4d8a-b50b-2fa156379c28} <Debug> TCPHandler: Processed in 0.002740912 sec. | ||
| 3642 | 2024.12.16 20:52:20.339439 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3643 | 2024.12.16 20:52:20.339563 [ 260 ] {43f532e6-85c8-4cb9-85ea-4bd4ac133784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3644 | 2024.12.16 20:52:20.339613 [ 260 ] {43f532e6-85c8-4cb9-85ea-4bd4ac133784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3645 | 2024.12.16 20:52:20.340217 [ 260 ] {43f532e6-85c8-4cb9-85ea-4bd4ac133784} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3646 | 2024.12.16 20:52:20.340256 [ 260 ] {43f532e6-85c8-4cb9-85ea-4bd4ac133784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3647 | 2024.12.16 20:52:20.340776 [ 260 ] {43f532e6-85c8-4cb9-85ea-4bd4ac133784} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3648 | 2024.12.16 20:52:20.341149 [ 260 ] {43f532e6-85c8-4cb9-85ea-4bd4ac133784} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3649 | 2024.12.16 20:52:20.341440 [ 260 ] {43f532e6-85c8-4cb9-85ea-4bd4ac133784} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001893 sec., 7395.668251452721 rows/sec., 517.94 KiB/sec. | ||
| 3650 | 2024.12.16 20:52:20.341662 [ 260 ] {43f532e6-85c8-4cb9-85ea-4bd4ac133784} <Debug> TCPHandler: Processed in 0.002271003 sec. | ||
| 3651 | 2024.12.16 20:52:20.341869 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3652 | 2024.12.16 20:52:20.342025 [ 261 ] {7eef78f9-206d-4b96-b093-8f78bac4809a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3653 | 2024.12.16 20:52:20.342094 [ 261 ] {7eef78f9-206d-4b96-b093-8f78bac4809a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3654 | 2024.12.16 20:52:20.342888 [ 261 ] {7eef78f9-206d-4b96-b093-8f78bac4809a} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3655 | 2024.12.16 20:52:20.342940 [ 261 ] {7eef78f9-206d-4b96-b093-8f78bac4809a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3656 | 2024.12.16 20:52:20.343442 [ 261 ] {7eef78f9-206d-4b96-b093-8f78bac4809a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3657 | 2024.12.16 20:52:20.343778 [ 261 ] {7eef78f9-206d-4b96-b093-8f78bac4809a} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3658 | 2024.12.16 20:52:20.344046 [ 261 ] {7eef78f9-206d-4b96-b093-8f78bac4809a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002055 sec., 6326.034063260341 rows/sec., 394.43 KiB/sec. | ||
| 3659 | 2024.12.16 20:52:20.344121 [ 261 ] {7eef78f9-206d-4b96-b093-8f78bac4809a} <Debug> TCPHandler: Processed in 0.002329074 sec. | ||
| 3660 | 2024.12.16 20:52:20.344329 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3661 | 2024.12.16 20:52:20.344479 [ 260 ] {502dc455-1e38-4557-8b53-07b49e572052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3662 | 2024.12.16 20:52:20.344553 [ 260 ] {502dc455-1e38-4557-8b53-07b49e572052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3663 | 2024.12.16 20:52:20.345511 [ 260 ] {502dc455-1e38-4557-8b53-07b49e572052} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3664 | 2024.12.16 20:52:20.345559 [ 260 ] {502dc455-1e38-4557-8b53-07b49e572052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3665 | 2024.12.16 20:52:20.346099 [ 260 ] {502dc455-1e38-4557-8b53-07b49e572052} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3666 | 2024.12.16 20:52:20.346449 [ 260 ] {502dc455-1e38-4557-8b53-07b49e572052} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3667 | 2024.12.16 20:52:20.346738 [ 260 ] {502dc455-1e38-4557-8b53-07b49e572052} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.00229 sec., 175109.17030567687 rows/sec., 12.45 MiB/sec. | ||
| 3668 | 2024.12.16 20:52:20.346989 [ 260 ] {502dc455-1e38-4557-8b53-07b49e572052} <Debug> TCPHandler: Processed in 0.002730642 sec. | ||
| 3669 | 2024.12.16 20:52:20.347196 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3670 | 2024.12.16 20:52:20.347347 [ 261 ] {e52ec5f6-aa5d-4cdb-9f54-7c3e87c5c8da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3671 | 2024.12.16 20:52:20.347416 [ 261 ] {e52ec5f6-aa5d-4cdb-9f54-7c3e87c5c8da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3672 | 2024.12.16 20:52:20.348073 [ 261 ] {e52ec5f6-aa5d-4cdb-9f54-7c3e87c5c8da} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3673 | 2024.12.16 20:52:20.348123 [ 261 ] {e52ec5f6-aa5d-4cdb-9f54-7c3e87c5c8da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3674 | 2024.12.16 20:52:20.348623 [ 261 ] {e52ec5f6-aa5d-4cdb-9f54-7c3e87c5c8da} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3675 | 2024.12.16 20:52:20.348958 [ 261 ] {e52ec5f6-aa5d-4cdb-9f54-7c3e87c5c8da} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3676 | 2024.12.16 20:52:20.349293 [ 261 ] {e52ec5f6-aa5d-4cdb-9f54-7c3e87c5c8da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001962 sec., 3058.103975535168 rows/sec., 159.77 KiB/sec. | ||
| 3677 | 2024.12.16 20:52:20.349378 [ 261 ] {e52ec5f6-aa5d-4cdb-9f54-7c3e87c5c8da} <Debug> TCPHandler: Processed in 0.002252823 sec. | ||
| 3678 | 2024.12.16 20:52:20.349548 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3679 | 2024.12.16 20:52:20.349695 [ 260 ] {3c417c6d-b471-45fe-ae79-d1082123d3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3680 | 2024.12.16 20:52:20.349766 [ 260 ] {3c417c6d-b471-45fe-ae79-d1082123d3a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3681 | 2024.12.16 20:52:20.350550 [ 260 ] {3c417c6d-b471-45fe-ae79-d1082123d3a5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3682 | 2024.12.16 20:52:20.350593 [ 260 ] {3c417c6d-b471-45fe-ae79-d1082123d3a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3683 | 2024.12.16 20:52:20.351065 [ 260 ] {3c417c6d-b471-45fe-ae79-d1082123d3a5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3684 | 2024.12.16 20:52:20.351356 [ 260 ] {3c417c6d-b471-45fe-ae79-d1082123d3a5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2024.12.16 20:52:20.351603 [ 260 ] {3c417c6d-b471-45fe-ae79-d1082123d3a5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00194 sec., 122164.94845360825 rows/sec., 8.19 MiB/sec. | ||
| 3686 | 2024.12.16 20:52:20.351665 [ 260 ] {3c417c6d-b471-45fe-ae79-d1082123d3a5} <Debug> TCPHandler: Processed in 0.002186231 sec. | ||
| 3687 | 2024.12.16 20:52:20.351844 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3688 | 2024.12.16 20:52:20.351978 [ 261 ] {5ff7084f-7a21-45b9-8020-e8338de088c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3689 | 2024.12.16 20:52:20.352037 [ 261 ] {5ff7084f-7a21-45b9-8020-e8338de088c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3690 | 2024.12.16 20:52:20.352610 [ 261 ] {5ff7084f-7a21-45b9-8020-e8338de088c3} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3691 | 2024.12.16 20:52:20.352652 [ 261 ] {5ff7084f-7a21-45b9-8020-e8338de088c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3692 | 2024.12.16 20:52:20.353031 [ 261 ] {5ff7084f-7a21-45b9-8020-e8338de088c3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3693 | 2024.12.16 20:52:20.353291 [ 261 ] {5ff7084f-7a21-45b9-8020-e8338de088c3} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3694 | 2024.12.16 20:52:20.353514 [ 261 ] {5ff7084f-7a21-45b9-8020-e8338de088c3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00156 sec., 641.025641025641 rows/sec., 43.19 KiB/sec. | ||
| 3695 | 2024.12.16 20:52:20.353573 [ 261 ] {5ff7084f-7a21-45b9-8020-e8338de088c3} <Debug> TCPHandler: Processed in 0.001787444 sec. | ||
| 3696 | 2024.12.16 20:52:20.353736 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3697 | 2024.12.16 20:52:20.353862 [ 260 ] {2f277ce4-48eb-4b43-b304-c91d118be21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3698 | 2024.12.16 20:52:20.353940 [ 260 ] {2f277ce4-48eb-4b43-b304-c91d118be21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3699 | 2024.12.16 20:52:20.355111 [ 260 ] {2f277ce4-48eb-4b43-b304-c91d118be21e} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3700 | 2024.12.16 20:52:20.355151 [ 260 ] {2f277ce4-48eb-4b43-b304-c91d118be21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3701 | 2024.12.16 20:52:20.355824 [ 260 ] {2f277ce4-48eb-4b43-b304-c91d118be21e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3702 | 2024.12.16 20:52:20.356111 [ 260 ] {2f277ce4-48eb-4b43-b304-c91d118be21e} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3703 | 2024.12.16 20:52:20.356361 [ 260 ] {2f277ce4-48eb-4b43-b304-c91d118be21e} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002524 sec., 7527.733755942947 rows/sec., 13.49 MiB/sec. | ||
| 3704 | 2024.12.16 20:52:20.356492 [ 260 ] {2f277ce4-48eb-4b43-b304-c91d118be21e} <Debug> TCPHandler: Processed in 0.002812034 sec. | ||
| 3705 | 2024.12.16 20:52:20.356650 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3706 | 2024.12.16 20:52:20.356789 [ 261 ] {d7f67678-85c4-47eb-9c03-824b35fcc9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3707 | 2024.12.16 20:52:20.356859 [ 261 ] {d7f67678-85c4-47eb-9c03-824b35fcc9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3708 | 2024.12.16 20:52:20.357478 [ 261 ] {d7f67678-85c4-47eb-9c03-824b35fcc9c9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3709 | 2024.12.16 20:52:20.357522 [ 261 ] {d7f67678-85c4-47eb-9c03-824b35fcc9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3710 | 2024.12.16 20:52:20.357918 [ 261 ] {d7f67678-85c4-47eb-9c03-824b35fcc9c9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3711 | 2024.12.16 20:52:20.358177 [ 261 ] {d7f67678-85c4-47eb-9c03-824b35fcc9c9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3712 | 2024.12.16 20:52:20.358400 [ 261 ] {d7f67678-85c4-47eb-9c03-824b35fcc9c9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001644 sec., 49878.345498783456 rows/sec., 3.17 MiB/sec. | ||
| 3713 | 2024.12.16 20:52:20.358458 [ 261 ] {d7f67678-85c4-47eb-9c03-824b35fcc9c9} <Debug> TCPHandler: Processed in 0.001868225 sec. | ||
| 3714 | 2024.12.16 20:52:21.284517 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3715 | 2024.12.16 20:52:21.284579 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3716 | 2024.12.16 20:52:21.386170 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3717 | 2024.12.16 20:52:21.387128 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3718 | 2024.12.16 20:52:21.387184 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3719 | 2024.12.16 20:52:21.387722 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3720 | 2024.12.16 20:52:21.387989 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3721 | 2024.12.16 20:52:21.388247 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3722 | 2024.12.16 20:52:21.932030 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3723 | 2024.12.16 20:52:21.953359 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3724 | 2024.12.16 20:52:21.953424 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3725 | 2024.12.16 20:52:21.961111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3726 | 2024.12.16 20:52:21.961864 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3727 | 2024.12.16 20:52:21.964540 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3728 | 2024.12.16 20:52:25.325028 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3729 | 2024.12.16 20:52:25.325228 [ 261 ] {ca7ea16f-afb9-49d6-86b1-3c82eae4ce80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3730 | 2024.12.16 20:52:25.325297 [ 261 ] {ca7ea16f-afb9-49d6-86b1-3c82eae4ce80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3731 | 2024.12.16 20:52:25.326054 [ 261 ] {ca7ea16f-afb9-49d6-86b1-3c82eae4ce80} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3732 | 2024.12.16 20:52:25.326098 [ 261 ] {ca7ea16f-afb9-49d6-86b1-3c82eae4ce80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3733 | 2024.12.16 20:52:25.326535 [ 261 ] {ca7ea16f-afb9-49d6-86b1-3c82eae4ce80} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3734 | 2024.12.16 20:52:25.326791 [ 261 ] {ca7ea16f-afb9-49d6-86b1-3c82eae4ce80} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3735 | 2024.12.16 20:52:25.327055 [ 261 ] {ca7ea16f-afb9-49d6-86b1-3c82eae4ce80} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001865 sec., 54691.6890080429 rows/sec., 4.55 MiB/sec. | ||
| 3736 | 2024.12.16 20:52:25.327197 [ 261 ] {ca7ea16f-afb9-49d6-86b1-3c82eae4ce80} <Debug> TCPHandler: Processed in 0.002312984 sec. | ||
| 3737 | 2024.12.16 20:52:25.327535 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3738 | 2024.12.16 20:52:25.327718 [ 260 ] {a4936501-e541-44e0-a586-ad1d0f427489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3739 | 2024.12.16 20:52:25.327785 [ 260 ] {a4936501-e541-44e0-a586-ad1d0f427489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3740 | 2024.12.16 20:52:25.328501 [ 260 ] {a4936501-e541-44e0-a586-ad1d0f427489} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3741 | 2024.12.16 20:52:25.328544 [ 260 ] {a4936501-e541-44e0-a586-ad1d0f427489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3742 | 2024.12.16 20:52:25.328954 [ 260 ] {a4936501-e541-44e0-a586-ad1d0f427489} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3743 | 2024.12.16 20:52:25.329201 [ 260 ] {a4936501-e541-44e0-a586-ad1d0f427489} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3744 | 2024.12.16 20:52:25.329445 [ 260 ] {a4936501-e541-44e0-a586-ad1d0f427489} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001762 sec., 13053.348467650398 rows/sec., 981.55 KiB/sec. | ||
| 3745 | 2024.12.16 20:52:25.329576 [ 260 ] {a4936501-e541-44e0-a586-ad1d0f427489} <Debug> TCPHandler: Processed in 0.002232253 sec. | ||
| 3746 | 2024.12.16 20:52:25.329791 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3747 | 2024.12.16 20:52:25.329936 [ 261 ] {01cb5cff-cad5-4546-a41d-fc5d8aac166d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3748 | 2024.12.16 20:52:25.329997 [ 261 ] {01cb5cff-cad5-4546-a41d-fc5d8aac166d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3749 | 2024.12.16 20:52:25.330741 [ 261 ] {01cb5cff-cad5-4546-a41d-fc5d8aac166d} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3750 | 2024.12.16 20:52:25.330788 [ 261 ] {01cb5cff-cad5-4546-a41d-fc5d8aac166d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3751 | 2024.12.16 20:52:25.331179 [ 261 ] {01cb5cff-cad5-4546-a41d-fc5d8aac166d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3752 | 2024.12.16 20:52:25.331421 [ 261 ] {01cb5cff-cad5-4546-a41d-fc5d8aac166d} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3753 | 2024.12.16 20:52:25.331622 [ 261 ] {01cb5cff-cad5-4546-a41d-fc5d8aac166d} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00172 sec., 50581.39534883721 rows/sec., 3.95 MiB/sec. | ||
| 3754 | 2024.12.16 20:52:25.331675 [ 261 ] {01cb5cff-cad5-4546-a41d-fc5d8aac166d} <Debug> TCPHandler: Processed in 0.001986798 sec. | ||
| 3755 | 2024.12.16 20:52:25.331832 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3756 | 2024.12.16 20:52:25.331948 [ 260 ] {36b16ec2-21d6-422a-ad7d-46b01125088c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3757 | 2024.12.16 20:52:25.332000 [ 260 ] {36b16ec2-21d6-422a-ad7d-46b01125088c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3758 | 2024.12.16 20:52:25.332580 [ 260 ] {36b16ec2-21d6-422a-ad7d-46b01125088c} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3759 | 2024.12.16 20:52:25.332616 [ 260 ] {36b16ec2-21d6-422a-ad7d-46b01125088c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3760 | 2024.12.16 20:52:25.332995 [ 260 ] {36b16ec2-21d6-422a-ad7d-46b01125088c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3761 | 2024.12.16 20:52:25.333223 [ 260 ] {36b16ec2-21d6-422a-ad7d-46b01125088c} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3762 | 2024.12.16 20:52:25.333393 [ 260 ] {36b16ec2-21d6-422a-ad7d-46b01125088c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. | ||
| 3763 | 2024.12.16 20:52:25.333449 [ 260 ] {36b16ec2-21d6-422a-ad7d-46b01125088c} <Debug> TCPHandler: Processed in 0.001671492 sec. | ||
| 3764 | 2024.12.16 20:52:25.333600 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3765 | 2024.12.16 20:52:25.333716 [ 261 ] {2e6477a7-0575-4bef-bcf0-b8aff82f9684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3766 | 2024.12.16 20:52:25.333795 [ 261 ] {2e6477a7-0575-4bef-bcf0-b8aff82f9684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3767 | 2024.12.16 20:52:25.334915 [ 261 ] {2e6477a7-0575-4bef-bcf0-b8aff82f9684} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3768 | 2024.12.16 20:52:25.334954 [ 261 ] {2e6477a7-0575-4bef-bcf0-b8aff82f9684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3769 | 2024.12.16 20:52:25.335592 [ 261 ] {2e6477a7-0575-4bef-bcf0-b8aff82f9684} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3770 | 2024.12.16 20:52:25.335848 [ 261 ] {2e6477a7-0575-4bef-bcf0-b8aff82f9684} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3771 | 2024.12.16 20:52:25.336192 [ 261 ] {2e6477a7-0575-4bef-bcf0-b8aff82f9684} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002477 sec., 9285.425918449737 rows/sec., 16.64 MiB/sec. | ||
| 3772 | 2024.12.16 20:52:25.336399 [ 261 ] {2e6477a7-0575-4bef-bcf0-b8aff82f9684} <Debug> TCPHandler: Processed in 0.002856195 sec. | ||
| 3773 | 2024.12.16 20:52:25.336545 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3774 | 2024.12.16 20:52:25.336662 [ 260 ] {d25da349-c8ce-44de-b528-91e10b2a38f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3775 | 2024.12.16 20:52:25.336711 [ 260 ] {d25da349-c8ce-44de-b528-91e10b2a38f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3776 | 2024.12.16 20:52:25.337195 [ 260 ] {d25da349-c8ce-44de-b528-91e10b2a38f5} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3777 | 2024.12.16 20:52:25.337233 [ 260 ] {d25da349-c8ce-44de-b528-91e10b2a38f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3778 | 2024.12.16 20:52:25.337604 [ 260 ] {d25da349-c8ce-44de-b528-91e10b2a38f5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3779 | 2024.12.16 20:52:25.337859 [ 260 ] {d25da349-c8ce-44de-b528-91e10b2a38f5} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3780 | 2024.12.16 20:52:25.338036 [ 260 ] {d25da349-c8ce-44de-b528-91e10b2a38f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
| 3781 | 2024.12.16 20:52:25.338083 [ 260 ] {d25da349-c8ce-44de-b528-91e10b2a38f5} <Debug> TCPHandler: Processed in 0.00159379 sec. | ||
| 3782 | 2024.12.16 20:52:26.421250 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 534 | ||
| 3783 | 2024.12.16 20:52:26.424276 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3784 | 2024.12.16 20:52:26.424338 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3785 | 2024.12.16 20:52:26.425803 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3786 | 2024.12.16 20:52:26.426132 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3787 | 2024.12.16 20:52:26.426751 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 534 | ||
| 3788 | 2024.12.16 20:52:28.888391 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 3789 | 2024.12.16 20:52:28.889519 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3790 | 2024.12.16 20:52:28.889569 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3791 | 2024.12.16 20:52:28.890192 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3792 | 2024.12.16 20:52:28.890464 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3793 | 2024.12.16 20:52:28.890754 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 3794 | 2024.12.16 20:52:29.464602 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3795 | 2024.12.16 20:52:29.486457 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3796 | 2024.12.16 20:52:29.486524 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3797 | 2024.12.16 20:52:29.493850 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3798 | 2024.12.16 20:52:29.494644 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3799 | 2024.12.16 20:52:29.498026 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3800 | 2024.12.16 20:52:30.329526 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3801 | 2024.12.16 20:52:30.329839 [ 261 ] {2f95139e-64ef-42bb-a7ba-35d37ecf9e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3802 | 2024.12.16 20:52:30.329952 [ 261 ] {2f95139e-64ef-42bb-a7ba-35d37ecf9e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3803 | 2024.12.16 20:52:30.330764 [ 261 ] {2f95139e-64ef-42bb-a7ba-35d37ecf9e2d} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3804 | 2024.12.16 20:52:30.330816 [ 261 ] {2f95139e-64ef-42bb-a7ba-35d37ecf9e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3805 | 2024.12.16 20:52:30.331262 [ 261 ] {2f95139e-64ef-42bb-a7ba-35d37ecf9e2d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3806 | 2024.12.16 20:52:30.331514 [ 261 ] {2f95139e-64ef-42bb-a7ba-35d37ecf9e2d} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3807 | 2024.12.16 20:52:30.331724 [ 28 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3808 | 2024.12.16 20:52:30.331748 [ 261 ] {2f95139e-64ef-42bb-a7ba-35d37ecf9e2d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001993 sec., 7024.586051179127 rows/sec., 505.68 KiB/sec. | ||
| 3809 | 2024.12.16 20:52:30.331811 [ 28 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3810 | 2024.12.16 20:52:30.331880 [ 261 ] {2f95139e-64ef-42bb-a7ba-35d37ecf9e2d} <Debug> TCPHandler: Processed in 0.002531249 sec. | ||
| 3811 | 2024.12.16 20:52:30.331888 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3812 | 2024.12.16 20:52:30.332178 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 3813 | 2024.12.16 20:52:30.332179 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3814 | 2024.12.16 20:52:30.332419 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3815 | 2024.12.16 20:52:30.332430 [ 260 ] {9924d53d-aa73-4588-96fa-ca4dbc1ed5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3816 | 2024.12.16 20:52:30.332470 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 3817 | 2024.12.16 20:52:30.332513 [ 260 ] {9924d53d-aa73-4588-96fa-ca4dbc1ed5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3818 | 2024.12.16 20:52:30.332730 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 3819 | 2024.12.16 20:52:30.333137 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 3820 | 2024.12.16 20:52:30.333539 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 3821 | 2024.12.16 20:52:30.333923 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 3822 | 2024.12.16 20:52:30.334995 [ 260 ] {9924d53d-aa73-4588-96fa-ca4dbc1ed5cb} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3823 | 2024.12.16 20:52:30.335047 [ 260 ] {9924d53d-aa73-4588-96fa-ca4dbc1ed5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3824 | 2024.12.16 20:52:30.335663 [ 260 ] {9924d53d-aa73-4588-96fa-ca4dbc1ed5cb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3825 | 2024.12.16 20:52:30.335673 [ 199 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00365774 sec., 19137.500205044646 rows/sec., 1.42 MiB/sec. | ||
| 3826 | 2024.12.16 20:52:30.335983 [ 199 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3827 | 2024.12.16 20:52:30.336080 [ 260 ] {9924d53d-aa73-4588-96fa-ca4dbc1ed5cb} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3828 | 2024.12.16 20:52:30.336622 [ 260 ] {9924d53d-aa73-4588-96fa-ca4dbc1ed5cb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004225 sec., 946.7455621301776 rows/sec., 77.20 KiB/sec. | ||
| 3829 | 2024.12.16 20:52:30.336797 [ 199 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_9_2} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3830 | 2024.12.16 20:52:30.336818 [ 260 ] {9924d53d-aa73-4588-96fa-ca4dbc1ed5cb} <Debug> TCPHandler: Processed in 0.004803242 sec. | ||
| 3831 | 2024.12.16 20:52:30.336959 [ 199 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_9_2} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3832 | 2024.12.16 20:52:30.337013 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3833 | 2024.12.16 20:52:30.337061 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3834 | 2024.12.16 20:52:30.337163 [ 261 ] {c992ff35-d256-499a-8397-67d041eaf0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3835 | 2024.12.16 20:52:30.337218 [ 261 ] {c992ff35-d256-499a-8397-67d041eaf0c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3836 | 2024.12.16 20:52:30.338029 [ 261 ] {c992ff35-d256-499a-8397-67d041eaf0c4} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3837 | 2024.12.16 20:52:30.338072 [ 261 ] {c992ff35-d256-499a-8397-67d041eaf0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3838 | 2024.12.16 20:52:30.338448 [ 261 ] {c992ff35-d256-499a-8397-67d041eaf0c4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3839 | 2024.12.16 20:52:30.338684 [ 261 ] {c992ff35-d256-499a-8397-67d041eaf0c4} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3840 | 2024.12.16 20:52:30.338921 [ 261 ] {c992ff35-d256-499a-8397-67d041eaf0c4} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001784 sec., 136210.76233183857 rows/sec., 11.92 MiB/sec. | ||
| 3841 | 2024.12.16 20:52:30.339020 [ 261 ] {c992ff35-d256-499a-8397-67d041eaf0c4} <Debug> TCPHandler: Processed in 0.0020902 sec. | ||
| 3842 | 2024.12.16 20:52:30.339212 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3843 | 2024.12.16 20:52:30.339356 [ 260 ] {709828bd-4fbd-47f3-9115-dffbfd720b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3844 | 2024.12.16 20:52:30.339417 [ 260 ] {709828bd-4fbd-47f3-9115-dffbfd720b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3845 | 2024.12.16 20:52:30.340099 [ 260 ] {709828bd-4fbd-47f3-9115-dffbfd720b4f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3846 | 2024.12.16 20:52:30.340139 [ 260 ] {709828bd-4fbd-47f3-9115-dffbfd720b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3847 | 2024.12.16 20:52:30.340498 [ 260 ] {709828bd-4fbd-47f3-9115-dffbfd720b4f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3848 | 2024.12.16 20:52:30.340758 [ 260 ] {709828bd-4fbd-47f3-9115-dffbfd720b4f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3849 | 2024.12.16 20:52:30.341015 [ 260 ] {709828bd-4fbd-47f3-9115-dffbfd720b4f} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001692 sec., 17730.49645390071 rows/sec., 1.25 MiB/sec. | ||
| 3850 | 2024.12.16 20:52:30.341280 [ 260 ] {709828bd-4fbd-47f3-9115-dffbfd720b4f} <Debug> TCPHandler: Processed in 0.002133161 sec. | ||
| 3851 | 2024.12.16 20:52:30.341544 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3852 | 2024.12.16 20:52:30.341764 [ 261 ] {afe9447a-7a82-421e-9507-daedf73f49d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3853 | 2024.12.16 20:52:30.341853 [ 261 ] {afe9447a-7a82-421e-9507-daedf73f49d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3854 | 2024.12.16 20:52:30.342544 [ 261 ] {afe9447a-7a82-421e-9507-daedf73f49d1} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3855 | 2024.12.16 20:52:30.342584 [ 261 ] {afe9447a-7a82-421e-9507-daedf73f49d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3856 | 2024.12.16 20:52:30.342936 [ 261 ] {afe9447a-7a82-421e-9507-daedf73f49d1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3857 | 2024.12.16 20:52:30.343171 [ 261 ] {afe9447a-7a82-421e-9507-daedf73f49d1} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3858 | 2024.12.16 20:52:30.343346 [ 28 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3859 | 2024.12.16 20:52:30.343407 [ 28 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3860 | 2024.12.16 20:52:30.343443 [ 261 ] {afe9447a-7a82-421e-9507-daedf73f49d1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001716 sec., 8158.508158508158 rows/sec., 571.37 KiB/sec. | ||
| 3861 | 2024.12.16 20:52:30.343450 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3862 | 2024.12.16 20:52:30.343598 [ 261 ] {afe9447a-7a82-421e-9507-daedf73f49d1} <Debug> TCPHandler: Processed in 0.002207153 sec. | ||
| 3863 | 2024.12.16 20:52:30.343878 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3864 | 2024.12.16 20:52:30.343995 [ 190 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 3865 | 2024.12.16 20:52:30.344163 [ 260 ] {97359403-8939-4e2c-acb9-d72eef649dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3866 | 2024.12.16 20:52:30.344211 [ 190 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3867 | 2024.12.16 20:52:30.344229 [ 260 ] {97359403-8939-4e2c-acb9-d72eef649dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3868 | 2024.12.16 20:52:30.344249 [ 190 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 3869 | 2024.12.16 20:52:30.344522 [ 190 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 3870 | 2024.12.16 20:52:30.344914 [ 190 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 3871 | 2024.12.16 20:52:30.345316 [ 190 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 3872 | 2024.12.16 20:52:30.345677 [ 190 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 3873 | 2024.12.16 20:52:30.346046 [ 190 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 3874 | 2024.12.16 20:52:30.346765 [ 260 ] {97359403-8939-4e2c-acb9-d72eef649dfb} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3875 | 2024.12.16 20:52:30.346809 [ 260 ] {97359403-8939-4e2c-acb9-d72eef649dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3876 | 2024.12.16 20:52:30.347327 [ 260 ] {97359403-8939-4e2c-acb9-d72eef649dfb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3877 | 2024.12.16 20:52:30.347687 [ 260 ] {97359403-8939-4e2c-acb9-d72eef649dfb} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2024.12.16 20:52:30.347738 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.0041511 sec., 126954.30126954302 rows/sec., 9.09 MiB/sec. | ||
| 3879 | 2024.12.16 20:52:30.347961 [ 28 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3880 | 2024.12.16 20:52:30.348082 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3881 | 2024.12.16 20:52:30.348063 [ 28 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3882 | 2024.12.16 20:52:30.348177 [ 260 ] {97359403-8939-4e2c-acb9-d72eef649dfb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00405 sec., 3209.8765432098767 rows/sec., 200.14 KiB/sec. | ||
| 3883 | 2024.12.16 20:52:30.348239 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3884 | 2024.12.16 20:52:30.348444 [ 260 ] {97359403-8939-4e2c-acb9-d72eef649dfb} <Debug> TCPHandler: Processed in 0.00471542 sec. | ||
| 3885 | 2024.12.16 20:52:30.348840 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3886 | 2024.12.16 20:52:30.348967 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 3887 | 2024.12.16 20:52:30.349275 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_11_2} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3888 | 2024.12.16 20:52:30.349280 [ 261 ] {03dc7a21-3c25-49ef-bf06-1b1c05d54a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3889 | 2024.12.16 20:52:30.349489 [ 261 ] {03dc7a21-3c25-49ef-bf06-1b1c05d54a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3890 | 2024.12.16 20:52:30.349698 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_11_2} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3891 | 2024.12.16 20:52:30.349719 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3892 | 2024.12.16 20:52:30.349890 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 3893 | 2024.12.16 20:52:30.350000 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3894 | 2024.12.16 20:52:30.350346 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 3895 | 2024.12.16 20:52:30.350723 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 3896 | 2024.12.16 20:52:30.351066 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 3897 | 2024.12.16 20:52:30.351546 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 3898 | 2024.12.16 20:52:30.352809 [ 261 ] {03dc7a21-3c25-49ef-bf06-1b1c05d54a12} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3899 | 2024.12.16 20:52:30.352874 [ 261 ] {03dc7a21-3c25-49ef-bf06-1b1c05d54a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3900 | 2024.12.16 20:52:30.353832 [ 197 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005330262 sec., 12194.522520656585 rows/sec., 807.96 KiB/sec. | ||
| 3901 | 2024.12.16 20:52:30.353851 [ 261 ] {03dc7a21-3c25-49ef-bf06-1b1c05d54a12} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3902 | 2024.12.16 20:52:30.354020 [ 199 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3903 | 2024.12.16 20:52:30.354184 [ 261 ] {03dc7a21-3c25-49ef-bf06-1b1c05d54a12} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3904 | 2024.12.16 20:52:30.354559 [ 261 ] {03dc7a21-3c25-49ef-bf06-1b1c05d54a12} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.005402 sec., 74972.2325064791 rows/sec., 5.34 MiB/sec. | ||
| 3905 | 2024.12.16 20:52:30.354565 [ 199 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_9_2} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3906 | 2024.12.16 20:52:30.354824 [ 261 ] {03dc7a21-3c25-49ef-bf06-1b1c05d54a12} <Debug> TCPHandler: Processed in 0.006232139 sec. | ||
| 3907 | 2024.12.16 20:52:30.354860 [ 199 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_9_2} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3908 | 2024.12.16 20:52:30.355008 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3909 | 2024.12.16 20:52:30.355052 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3910 | 2024.12.16 20:52:30.355190 [ 260 ] {8e31a146-240b-43b8-903b-e9cc0ac8fc54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3911 | 2024.12.16 20:52:30.355249 [ 260 ] {8e31a146-240b-43b8-903b-e9cc0ac8fc54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3912 | 2024.12.16 20:52:30.355810 [ 260 ] {8e31a146-240b-43b8-903b-e9cc0ac8fc54} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3913 | 2024.12.16 20:52:30.355857 [ 260 ] {8e31a146-240b-43b8-903b-e9cc0ac8fc54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3914 | 2024.12.16 20:52:30.356245 [ 260 ] {8e31a146-240b-43b8-903b-e9cc0ac8fc54} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3915 | 2024.12.16 20:52:30.356480 [ 260 ] {8e31a146-240b-43b8-903b-e9cc0ac8fc54} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3916 | 2024.12.16 20:52:30.356691 [ 260 ] {8e31a146-240b-43b8-903b-e9cc0ac8fc54} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001531 sec., 3919.0071848465054 rows/sec., 204.75 KiB/sec. | ||
| 3917 | 2024.12.16 20:52:30.356742 [ 260 ] {8e31a146-240b-43b8-903b-e9cc0ac8fc54} <Debug> TCPHandler: Processed in 0.001802805 sec. | ||
| 3918 | 2024.12.16 20:52:30.356884 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3919 | 2024.12.16 20:52:30.357001 [ 261 ] {756a40f0-24a3-461f-bced-fd957f1fd587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3920 | 2024.12.16 20:52:30.357066 [ 261 ] {756a40f0-24a3-461f-bced-fd957f1fd587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3921 | 2024.12.16 20:52:30.358111 [ 261 ] {756a40f0-24a3-461f-bced-fd957f1fd587} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3922 | 2024.12.16 20:52:30.358150 [ 261 ] {756a40f0-24a3-461f-bced-fd957f1fd587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3923 | 2024.12.16 20:52:30.358545 [ 261 ] {756a40f0-24a3-461f-bced-fd957f1fd587} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3924 | 2024.12.16 20:52:30.358785 [ 261 ] {756a40f0-24a3-461f-bced-fd957f1fd587} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3925 | 2024.12.16 20:52:30.359048 [ 261 ] {756a40f0-24a3-461f-bced-fd957f1fd587} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.002062 sec., 115906.88651794374 rows/sec., 7.77 MiB/sec. | ||
| 3926 | 2024.12.16 20:52:30.359200 [ 261 ] {756a40f0-24a3-461f-bced-fd957f1fd587} <Debug> TCPHandler: Processed in 0.002364025 sec. | ||
| 3927 | 2024.12.16 20:52:30.359460 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3928 | 2024.12.16 20:52:30.359614 [ 260 ] {685e3af4-f20c-491c-b785-7049848dd958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3929 | 2024.12.16 20:52:30.359673 [ 260 ] {685e3af4-f20c-491c-b785-7049848dd958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3930 | 2024.12.16 20:52:30.360193 [ 260 ] {685e3af4-f20c-491c-b785-7049848dd958} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3931 | 2024.12.16 20:52:30.360231 [ 260 ] {685e3af4-f20c-491c-b785-7049848dd958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3932 | 2024.12.16 20:52:30.360579 [ 260 ] {685e3af4-f20c-491c-b785-7049848dd958} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3933 | 2024.12.16 20:52:30.360810 [ 260 ] {685e3af4-f20c-491c-b785-7049848dd958} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3934 | 2024.12.16 20:52:30.361016 [ 260 ] {685e3af4-f20c-491c-b785-7049848dd958} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec. | ||
| 3935 | 2024.12.16 20:52:30.361067 [ 260 ] {685e3af4-f20c-491c-b785-7049848dd958} <Debug> TCPHandler: Processed in 0.001761943 sec. | ||
| 3936 | 2024.12.16 20:52:30.361262 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3937 | 2024.12.16 20:52:30.361483 [ 261 ] {45bd8c40-cb21-4f6d-bb7c-fdd34513d0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3938 | 2024.12.16 20:52:30.361622 [ 261 ] {45bd8c40-cb21-4f6d-bb7c-fdd34513d0c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3939 | 2024.12.16 20:52:30.362910 [ 261 ] {45bd8c40-cb21-4f6d-bb7c-fdd34513d0c0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3940 | 2024.12.16 20:52:30.362950 [ 261 ] {45bd8c40-cb21-4f6d-bb7c-fdd34513d0c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3941 | 2024.12.16 20:52:30.363557 [ 261 ] {45bd8c40-cb21-4f6d-bb7c-fdd34513d0c0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3942 | 2024.12.16 20:52:30.363814 [ 261 ] {45bd8c40-cb21-4f6d-bb7c-fdd34513d0c0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3943 | 2024.12.16 20:52:30.364072 [ 261 ] {45bd8c40-cb21-4f6d-bb7c-fdd34513d0c0} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002644 sec., 7186.08169440242 rows/sec., 12.88 MiB/sec. | ||
| 3944 | 2024.12.16 20:52:30.364167 [ 261 ] {45bd8c40-cb21-4f6d-bb7c-fdd34513d0c0} <Debug> TCPHandler: Processed in 0.003014128 sec. | ||
| 3945 | 2024.12.16 20:52:30.364316 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3946 | 2024.12.16 20:52:30.364430 [ 260 ] {5ebc4371-cacc-4134-a04d-6f1f16281b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3947 | 2024.12.16 20:52:30.364477 [ 260 ] {5ebc4371-cacc-4134-a04d-6f1f16281b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3948 | 2024.12.16 20:52:30.364957 [ 260 ] {5ebc4371-cacc-4134-a04d-6f1f16281b23} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3949 | 2024.12.16 20:52:30.364996 [ 260 ] {5ebc4371-cacc-4134-a04d-6f1f16281b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3950 | 2024.12.16 20:52:30.365388 [ 260 ] {5ebc4371-cacc-4134-a04d-6f1f16281b23} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3951 | 2024.12.16 20:52:30.365622 [ 260 ] {5ebc4371-cacc-4134-a04d-6f1f16281b23} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3952 | 2024.12.16 20:52:30.365863 [ 260 ] {5ebc4371-cacc-4134-a04d-6f1f16281b23} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec. | ||
| 3953 | 2024.12.16 20:52:30.366023 [ 260 ] {5ebc4371-cacc-4134-a04d-6f1f16281b23} <Debug> TCPHandler: Processed in 0.001758823 sec. | ||
| 3954 | 2024.12.16 20:52:35.325148 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3955 | 2024.12.16 20:52:35.325477 [ 261 ] {ee11deaf-f882-41ba-8b2c-c2262fe9a6e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3956 | 2024.12.16 20:52:35.325592 [ 261 ] {ee11deaf-f882-41ba-8b2c-c2262fe9a6e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3957 | 2024.12.16 20:52:35.326593 [ 261 ] {ee11deaf-f882-41ba-8b2c-c2262fe9a6e2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3958 | 2024.12.16 20:52:35.326643 [ 261 ] {ee11deaf-f882-41ba-8b2c-c2262fe9a6e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3959 | 2024.12.16 20:52:35.327060 [ 261 ] {ee11deaf-f882-41ba-8b2c-c2262fe9a6e2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3960 | 2024.12.16 20:52:35.327311 [ 261 ] {ee11deaf-f882-41ba-8b2c-c2262fe9a6e2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2024.12.16 20:52:35.327580 [ 261 ] {ee11deaf-f882-41ba-8b2c-c2262fe9a6e2} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.002186 sec., 46660.56724611162 rows/sec., 3.88 MiB/sec. | ||
| 3962 | 2024.12.16 20:52:35.327637 [ 261 ] {ee11deaf-f882-41ba-8b2c-c2262fe9a6e2} <Debug> TCPHandler: Processed in 0.002677251 sec. | ||
| 3963 | 2024.12.16 20:52:35.327905 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3964 | 2024.12.16 20:52:35.328108 [ 260 ] {a0ae130e-3ba7-4b73-8840-93c98c4d7507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3965 | 2024.12.16 20:52:35.328177 [ 260 ] {a0ae130e-3ba7-4b73-8840-93c98c4d7507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3966 | 2024.12.16 20:52:35.328902 [ 260 ] {a0ae130e-3ba7-4b73-8840-93c98c4d7507} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3967 | 2024.12.16 20:52:35.328952 [ 260 ] {a0ae130e-3ba7-4b73-8840-93c98c4d7507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3968 | 2024.12.16 20:52:35.329372 [ 260 ] {a0ae130e-3ba7-4b73-8840-93c98c4d7507} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3969 | 2024.12.16 20:52:35.329614 [ 260 ] {a0ae130e-3ba7-4b73-8840-93c98c4d7507} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3970 | 2024.12.16 20:52:35.329925 [ 260 ] {a0ae130e-3ba7-4b73-8840-93c98c4d7507} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001866 sec., 12325.830653804931 rows/sec., 926.84 KiB/sec. | ||
| 3971 | 2024.12.16 20:52:35.330017 [ 260 ] {a0ae130e-3ba7-4b73-8840-93c98c4d7507} <Debug> TCPHandler: Processed in 0.002239133 sec. | ||
| 3972 | 2024.12.16 20:52:35.330254 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3973 | 2024.12.16 20:52:35.330418 [ 261 ] {46da2fe3-837f-42a6-a0a9-3a230054b108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3974 | 2024.12.16 20:52:35.330478 [ 261 ] {46da2fe3-837f-42a6-a0a9-3a230054b108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3975 | 2024.12.16 20:52:35.331186 [ 261 ] {46da2fe3-837f-42a6-a0a9-3a230054b108} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3976 | 2024.12.16 20:52:35.331225 [ 261 ] {46da2fe3-837f-42a6-a0a9-3a230054b108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3977 | 2024.12.16 20:52:35.331587 [ 261 ] {46da2fe3-837f-42a6-a0a9-3a230054b108} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3978 | 2024.12.16 20:52:35.331817 [ 261 ] {46da2fe3-837f-42a6-a0a9-3a230054b108} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3979 | 2024.12.16 20:52:35.332041 [ 261 ] {46da2fe3-837f-42a6-a0a9-3a230054b108} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001649 sec., 52759.248029108545 rows/sec., 4.12 MiB/sec. | ||
| 3980 | 2024.12.16 20:52:35.332293 [ 261 ] {46da2fe3-837f-42a6-a0a9-3a230054b108} <Debug> TCPHandler: Processed in 0.002142441 sec. | ||
| 3981 | 2024.12.16 20:52:35.332509 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3982 | 2024.12.16 20:52:35.332635 [ 260 ] {4aa1b955-9feb-4c5d-8c39-a00c02a18a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3983 | 2024.12.16 20:52:35.332688 [ 260 ] {4aa1b955-9feb-4c5d-8c39-a00c02a18a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3984 | 2024.12.16 20:52:35.333271 [ 260 ] {4aa1b955-9feb-4c5d-8c39-a00c02a18a87} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3985 | 2024.12.16 20:52:35.333309 [ 260 ] {4aa1b955-9feb-4c5d-8c39-a00c02a18a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3986 | 2024.12.16 20:52:35.333698 [ 260 ] {4aa1b955-9feb-4c5d-8c39-a00c02a18a87} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3987 | 2024.12.16 20:52:35.333932 [ 260 ] {4aa1b955-9feb-4c5d-8c39-a00c02a18a87} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3988 | 2024.12.16 20:52:35.334187 [ 260 ] {4aa1b955-9feb-4c5d-8c39-a00c02a18a87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
| 3989 | 2024.12.16 20:52:35.334416 [ 260 ] {4aa1b955-9feb-4c5d-8c39-a00c02a18a87} <Debug> TCPHandler: Processed in 0.002009609 sec. | ||
| 3990 | 2024.12.16 20:52:35.334660 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3991 | 2024.12.16 20:52:35.334881 [ 261 ] {30567a46-0e86-4f30-b7f3-3f31803fe966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3992 | 2024.12.16 20:52:35.335023 [ 261 ] {30567a46-0e86-4f30-b7f3-3f31803fe966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3993 | 2024.12.16 20:52:35.336199 [ 261 ] {30567a46-0e86-4f30-b7f3-3f31803fe966} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3994 | 2024.12.16 20:52:35.336238 [ 261 ] {30567a46-0e86-4f30-b7f3-3f31803fe966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 3995 | 2024.12.16 20:52:35.336858 [ 261 ] {30567a46-0e86-4f30-b7f3-3f31803fe966} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3996 | 2024.12.16 20:52:35.337111 [ 261 ] {30567a46-0e86-4f30-b7f3-3f31803fe966} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3997 | 2024.12.16 20:52:35.337307 [ 261 ] {30567a46-0e86-4f30-b7f3-3f31803fe966} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002482 sec., 9266.720386784851 rows/sec., 16.61 MiB/sec. | ||
| 3998 | 2024.12.16 20:52:35.337397 [ 261 ] {30567a46-0e86-4f30-b7f3-3f31803fe966} <Debug> TCPHandler: Processed in 0.002854265 sec. | ||
| 3999 | 2024.12.16 20:52:35.337558 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4000 | 2024.12.16 20:52:35.337696 [ 260 ] {ac1c92d0-4324-4040-a34b-1ea46fb5eacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4001 | 2024.12.16 20:52:35.337755 [ 260 ] {ac1c92d0-4324-4040-a34b-1ea46fb5eacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4002 | 2024.12.16 20:52:35.338290 [ 260 ] {ac1c92d0-4324-4040-a34b-1ea46fb5eacd} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4003 | 2024.12.16 20:52:35.338328 [ 260 ] {ac1c92d0-4324-4040-a34b-1ea46fb5eacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 4004 | 2024.12.16 20:52:35.338715 [ 260 ] {ac1c92d0-4324-4040-a34b-1ea46fb5eacd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4005 | 2024.12.16 20:52:35.338945 [ 260 ] {ac1c92d0-4324-4040-a34b-1ea46fb5eacd} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4006 | 2024.12.16 20:52:35.339170 [ 260 ] {ac1c92d0-4324-4040-a34b-1ea46fb5eacd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. | ||
| 4007 | 2024.12.16 20:52:35.339220 [ 260 ] {ac1c92d0-4324-4040-a34b-1ea46fb5eacd} <Debug> TCPHandler: Processed in 0.001733393 sec. | ||
| 4008 | 2024.12.16 20:52:36.284624 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4009 | 2024.12.16 20:52:36.284682 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4010 | 2024.12.16 20:52:36.391760 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4011 | 2024.12.16 20:52:36.392434 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4012 | 2024.12.16 20:52:36.392478 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 4013 | 2024.12.16 20:52:36.393001 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4014 | 2024.12.16 20:52:36.393261 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4015 | 2024.12.16 20:52:36.393515 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4016 | 2024.12.16 20:52:36.427810 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 570 | ||
| 4017 | 2024.12.16 20:52:36.430878 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4018 | 2024.12.16 20:52:36.430923 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 4019 | 2024.12.16 20:52:36.432387 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4020 | 2024.12.16 20:52:36.432696 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4021 | 2024.12.16 20:52:36.433165 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 570 | ||
| 4022 | 2024.12.16 20:52:36.998952 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4023 | 2024.12.16 20:52:37.021722 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4024 | 2024.12.16 20:52:37.021792 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 4025 | 2024.12.16 20:52:37.029655 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4026 | 2024.12.16 20:52:37.030427 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4027 | 2024.12.16 20:52:37.033937 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4028 | 2024.12.16 20:52:40.328232 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4029 | 2024.12.16 20:52:40.328564 [ 261 ] {84bcfe06-58c6-4cf8-97cb-b3f3cdef092a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4030 | 2024.12.16 20:52:40.328678 [ 261 ] {84bcfe06-58c6-4cf8-97cb-b3f3cdef092a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4031 | 2024.12.16 20:52:40.329652 [ 261 ] {84bcfe06-58c6-4cf8-97cb-b3f3cdef092a} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4032 | 2024.12.16 20:52:40.329702 [ 261 ] {84bcfe06-58c6-4cf8-97cb-b3f3cdef092a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4033 | 2024.12.16 20:52:40.330154 [ 261 ] {84bcfe06-58c6-4cf8-97cb-b3f3cdef092a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4034 | 2024.12.16 20:52:40.330443 [ 261 ] {84bcfe06-58c6-4cf8-97cb-b3f3cdef092a} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4035 | 2024.12.16 20:52:40.330690 [ 261 ] {84bcfe06-58c6-4cf8-97cb-b3f3cdef092a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00221 sec., 6334.841628959275 rows/sec., 456.02 KiB/sec. | ||
| 4036 | 2024.12.16 20:52:40.330756 [ 261 ] {84bcfe06-58c6-4cf8-97cb-b3f3cdef092a} <Debug> TCPHandler: Processed in 0.002704962 sec. | ||
| 4037 | 2024.12.16 20:52:40.331016 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4038 | 2024.12.16 20:52:40.331227 [ 260 ] {5dc57911-93e8-49cc-99df-dd13deffc509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4039 | 2024.12.16 20:52:40.331304 [ 260 ] {5dc57911-93e8-49cc-99df-dd13deffc509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4040 | 2024.12.16 20:52:40.332149 [ 260 ] {5dc57911-93e8-49cc-99df-dd13deffc509} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4041 | 2024.12.16 20:52:40.332198 [ 260 ] {5dc57911-93e8-49cc-99df-dd13deffc509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4042 | 2024.12.16 20:52:40.332674 [ 260 ] {5dc57911-93e8-49cc-99df-dd13deffc509} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4043 | 2024.12.16 20:52:40.332936 [ 260 ] {5dc57911-93e8-49cc-99df-dd13deffc509} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4044 | 2024.12.16 20:52:40.333108 [ 93 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4045 | 2024.12.16 20:52:40.333185 [ 260 ] {5dc57911-93e8-49cc-99df-dd13deffc509} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002005 sec., 120199.5012468828 rows/sec., 10.53 MiB/sec. | ||
| 4046 | 2024.12.16 20:52:40.333201 [ 93 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4047 | 2024.12.16 20:52:40.333299 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4048 | 2024.12.16 20:52:40.333332 [ 260 ] {5dc57911-93e8-49cc-99df-dd13deffc509} <Debug> TCPHandler: Processed in 0.002454427 sec. | ||
| 4049 | 2024.12.16 20:52:40.333722 [ 197 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 4050 | 2024.12.16 20:52:40.333753 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4051 | 2024.12.16 20:52:40.334307 [ 197 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4052 | 2024.12.16 20:52:40.334321 [ 261 ] {a72fefc0-b92b-4ae6-9ad7-bc5f093a7b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4053 | 2024.12.16 20:52:40.334369 [ 197 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1435 rows starting from the beginning of the part | ||
| 4054 | 2024.12.16 20:52:40.334422 [ 261 ] {a72fefc0-b92b-4ae6-9ad7-bc5f093a7b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4055 | 2024.12.16 20:52:40.334652 [ 197 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 241 rows starting from the beginning of the part | ||
| 4056 | 2024.12.16 20:52:40.335005 [ 197 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 102 rows starting from the beginning of the part | ||
| 4057 | 2024.12.16 20:52:40.335415 [ 197 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 243 rows starting from the beginning of the part | ||
| 4058 | 2024.12.16 20:52:40.335948 [ 197 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 102 rows starting from the beginning of the part | ||
| 4059 | 2024.12.16 20:52:40.336277 [ 197 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 241 rows starting from the beginning of the part | ||
| 4060 | 2024.12.16 20:52:40.337692 [ 261 ] {a72fefc0-b92b-4ae6-9ad7-bc5f093a7b51} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4061 | 2024.12.16 20:52:40.337761 [ 261 ] {a72fefc0-b92b-4ae6-9ad7-bc5f093a7b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4062 | 2024.12.16 20:52:40.338902 [ 261 ] {a72fefc0-b92b-4ae6-9ad7-bc5f093a7b51} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4063 | 2024.12.16 20:52:40.339245 [ 261 ] {a72fefc0-b92b-4ae6-9ad7-bc5f093a7b51} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4064 | 2024.12.16 20:52:40.339454 [ 93 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4065 | 2024.12.16 20:52:40.339565 [ 93 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4066 | 2024.12.16 20:52:40.339636 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4067 | 2024.12.16 20:52:40.339948 [ 261 ] {a72fefc0-b92b-4ae6-9ad7-bc5f093a7b51} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.005688 sec., 4571.026722925457 rows/sec., 331.36 KiB/sec. | ||
| 4068 | 2024.12.16 20:52:40.340462 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 4069 | 2024.12.16 20:52:40.340658 [ 261 ] {a72fefc0-b92b-4ae6-9ad7-bc5f093a7b51} <Debug> TCPHandler: Processed in 0.007184307 sec. | ||
| 4070 | 2024.12.16 20:52:40.340756 [ 197 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2364 rows, containing 5 columns (5 merged, 0 gathered) in 0.007285359 sec., 324486.4117197245 rows/sec., 28.73 MiB/sec. | ||
| 4071 | 2024.12.16 20:52:40.341065 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4072 | 2024.12.16 20:52:40.341214 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4073 | 2024.12.16 20:52:40.341314 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 63 rows starting from the beginning of the part | ||
| 4074 | 2024.12.16 20:52:40.341385 [ 260 ] {3793da7a-3ec0-4a98-83af-ee73388aa303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4075 | 2024.12.16 20:52:40.341534 [ 197 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4076 | 2024.12.16 20:52:40.341550 [ 260 ] {3793da7a-3ec0-4a98-83af-ee73388aa303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4077 | 2024.12.16 20:52:40.341626 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part | ||
| 4078 | 2024.12.16 20:52:40.342075 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
| 4079 | 2024.12.16 20:52:40.342442 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 4080 | 2024.12.16 20:52:40.342858 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
| 4081 | 2024.12.16 20:52:40.343313 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part | ||
| 4082 | 2024.12.16 20:52:40.344133 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_26_5} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4083 | 2024.12.16 20:52:40.344823 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_26_5} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4084 | 2024.12.16 20:52:40.345235 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 4085 | 2024.12.16 20:52:40.345571 [ 260 ] {3793da7a-3ec0-4a98-83af-ee73388aa303} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2024.12.16 20:52:40.345647 [ 260 ] {3793da7a-3ec0-4a98-83af-ee73388aa303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4087 | 2024.12.16 20:52:40.346629 [ 260 ] {3793da7a-3ec0-4a98-83af-ee73388aa303} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4088 | 2024.12.16 20:52:40.346831 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.007008714 sec., 27251.78970064979 rows/sec., 2.05 MiB/sec. | ||
| 4089 | 2024.12.16 20:52:40.347052 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4090 | 2024.12.16 20:52:40.347075 [ 260 ] {3793da7a-3ec0-4a98-83af-ee73388aa303} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4091 | 2024.12.16 20:52:40.347480 [ 260 ] {3793da7a-3ec0-4a98-83af-ee73388aa303} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006148 sec., 2277.163305139883 rows/sec., 159.48 KiB/sec. | ||
| 4092 | 2024.12.16 20:52:40.347643 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_21_4} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2024.12.16 20:52:40.347660 [ 260 ] {3793da7a-3ec0-4a98-83af-ee73388aa303} <Debug> TCPHandler: Processed in 0.006877701 sec. | ||
| 4094 | 2024.12.16 20:52:40.347817 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_21_4} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4095 | 2024.12.16 20:52:40.347878 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4096 | 2024.12.16 20:52:40.347958 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4097 | 2024.12.16 20:52:40.348072 [ 261 ] {c6d77a0f-5034-4072-8822-6a8cea6ce21d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4098 | 2024.12.16 20:52:40.348134 [ 261 ] {c6d77a0f-5034-4072-8822-6a8cea6ce21d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4099 | 2024.12.16 20:52:40.348740 [ 261 ] {c6d77a0f-5034-4072-8822-6a8cea6ce21d} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4100 | 2024.12.16 20:52:40.348780 [ 261 ] {c6d77a0f-5034-4072-8822-6a8cea6ce21d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4101 | 2024.12.16 20:52:40.349139 [ 261 ] {c6d77a0f-5034-4072-8822-6a8cea6ce21d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4102 | 2024.12.16 20:52:40.349376 [ 261 ] {c6d77a0f-5034-4072-8822-6a8cea6ce21d} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4103 | 2024.12.16 20:52:40.349584 [ 261 ] {c6d77a0f-5034-4072-8822-6a8cea6ce21d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001543 sec., 8425.145819831496 rows/sec., 525.31 KiB/sec. | ||
| 4104 | 2024.12.16 20:52:40.349644 [ 261 ] {c6d77a0f-5034-4072-8822-6a8cea6ce21d} <Debug> TCPHandler: Processed in 0.001869336 sec. | ||
| 4105 | 2024.12.16 20:52:40.349816 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4106 | 2024.12.16 20:52:40.349956 [ 260 ] {ef24ae75-967a-4d40-aa78-c741fda39394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4107 | 2024.12.16 20:52:40.350014 [ 260 ] {ef24ae75-967a-4d40-aa78-c741fda39394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4108 | 2024.12.16 20:52:40.350786 [ 260 ] {ef24ae75-967a-4d40-aa78-c741fda39394} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4109 | 2024.12.16 20:52:40.350826 [ 260 ] {ef24ae75-967a-4d40-aa78-c741fda39394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4110 | 2024.12.16 20:52:40.351215 [ 260 ] {ef24ae75-967a-4d40-aa78-c741fda39394} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4111 | 2024.12.16 20:52:40.351476 [ 260 ] {ef24ae75-967a-4d40-aa78-c741fda39394} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4112 | 2024.12.16 20:52:40.351634 [ 93 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4113 | 2024.12.16 20:52:40.351691 [ 93 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4114 | 2024.12.16 20:52:40.351733 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4115 | 2024.12.16 20:52:40.351730 [ 260 ] {ef24ae75-967a-4d40-aa78-c741fda39394} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001794 sec., 223522.85395763657 rows/sec., 15.90 MiB/sec. | ||
| 4116 | 2024.12.16 20:52:40.351959 [ 260 ] {ef24ae75-967a-4d40-aa78-c741fda39394} <Debug> TCPHandler: Processed in 0.002207672 sec. | ||
| 4117 | 2024.12.16 20:52:40.352016 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 4118 | 2024.12.16 20:52:40.352134 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4119 | 2024.12.16 20:52:40.352178 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4120 | 2024.12.16 20:52:40.352209 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 912 rows starting from the beginning of the part | ||
| 4121 | 2024.12.16 20:52:40.352330 [ 261 ] {fe5c3bae-548b-43e5-9d72-1124dc0264b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4122 | 2024.12.16 20:52:40.352340 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 401 rows starting from the beginning of the part | ||
| 4123 | 2024.12.16 20:52:40.352573 [ 261 ] {fe5c3bae-548b-43e5-9d72-1124dc0264b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4124 | 2024.12.16 20:52:40.352857 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 87 rows starting from the beginning of the part | ||
| 4125 | 2024.12.16 20:52:40.353360 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 405 rows starting from the beginning of the part | ||
| 4126 | 2024.12.16 20:52:40.353701 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 87 rows starting from the beginning of the part | ||
| 4127 | 2024.12.16 20:52:40.353995 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 401 rows starting from the beginning of the part | ||
| 4128 | 2024.12.16 20:52:40.354807 [ 261 ] {fe5c3bae-548b-43e5-9d72-1124dc0264b9} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2024.12.16 20:52:40.354855 [ 261 ] {fe5c3bae-548b-43e5-9d72-1124dc0264b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4130 | 2024.12.16 20:52:40.355367 [ 261 ] {fe5c3bae-548b-43e5-9d72-1124dc0264b9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4131 | 2024.12.16 20:52:40.355670 [ 261 ] {fe5c3bae-548b-43e5-9d72-1124dc0264b9} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2024.12.16 20:52:40.356136 [ 261 ] {fe5c3bae-548b-43e5-9d72-1124dc0264b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003828 sec., 1567.3981191222572 rows/sec., 81.89 KiB/sec. | ||
| 4133 | 2024.12.16 20:52:40.356539 [ 261 ] {fe5c3bae-548b-43e5-9d72-1124dc0264b9} <Debug> TCPHandler: Processed in 0.004467615 sec. | ||
| 4134 | 2024.12.16 20:52:40.356816 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4135 | 2024.12.16 20:52:40.356845 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2293 rows, containing 5 columns (5 merged, 0 gathered) in 0.005023396 sec., 456464.11312188004 rows/sec., 34.75 MiB/sec. | ||
| 4136 | 2024.12.16 20:52:40.357077 [ 260 ] {c158fa4e-85c8-47ad-a493-80fb001aebc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4137 | 2024.12.16 20:52:40.357172 [ 260 ] {c158fa4e-85c8-47ad-a493-80fb001aebc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4138 | 2024.12.16 20:52:40.357171 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4139 | 2024.12.16 20:52:40.357783 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_26_5} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4140 | 2024.12.16 20:52:40.357938 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_26_5} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4141 | 2024.12.16 20:52:40.358099 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4142 | 2024.12.16 20:52:40.358292 [ 260 ] {c158fa4e-85c8-47ad-a493-80fb001aebc3} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4143 | 2024.12.16 20:52:40.358336 [ 260 ] {c158fa4e-85c8-47ad-a493-80fb001aebc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4144 | 2024.12.16 20:52:40.358739 [ 260 ] {c158fa4e-85c8-47ad-a493-80fb001aebc3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4145 | 2024.12.16 20:52:40.358976 [ 260 ] {c158fa4e-85c8-47ad-a493-80fb001aebc3} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4146 | 2024.12.16 20:52:40.359137 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4147 | 2024.12.16 20:52:40.359209 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4148 | 2024.12.16 20:52:40.359240 [ 260 ] {c158fa4e-85c8-47ad-a493-80fb001aebc3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002256 sec., 105053.19148936169 rows/sec., 7.04 MiB/sec. | ||
| 4149 | 2024.12.16 20:52:40.359256 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4150 | 2024.12.16 20:52:40.359429 [ 260 ] {c158fa4e-85c8-47ad-a493-80fb001aebc3} <Debug> TCPHandler: Processed in 0.002768783 sec. | ||
| 4151 | 2024.12.16 20:52:40.359699 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 4152 | 2024.12.16 20:52:40.359714 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4153 | 2024.12.16 20:52:40.360193 [ 261 ] {04bec176-e395-418a-b67e-6be77a471879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4154 | 2024.12.16 20:52:40.360296 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4155 | 2024.12.16 20:52:40.360337 [ 261 ] {04bec176-e395-418a-b67e-6be77a471879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4156 | 2024.12.16 20:52:40.360367 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 8082 rows starting from the beginning of the part | ||
| 4157 | 2024.12.16 20:52:40.360634 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 4158 | 2024.12.16 20:52:40.361057 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4159 | 2024.12.16 20:52:40.361358 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 239 rows starting from the beginning of the part | ||
| 4160 | 2024.12.16 20:52:40.361680 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 4161 | 2024.12.16 20:52:40.361975 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 4162 | 2024.12.16 20:52:40.362531 [ 261 ] {04bec176-e395-418a-b67e-6be77a471879} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4163 | 2024.12.16 20:52:40.362574 [ 261 ] {04bec176-e395-418a-b67e-6be77a471879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4164 | 2024.12.16 20:52:40.363004 [ 261 ] {04bec176-e395-418a-b67e-6be77a471879} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4165 | 2024.12.16 20:52:40.363259 [ 261 ] {04bec176-e395-418a-b67e-6be77a471879} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2024.12.16 20:52:40.363561 [ 261 ] {04bec176-e395-418a-b67e-6be77a471879} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003539 sec., 282.56569652444193 rows/sec., 19.04 KiB/sec. | ||
| 4167 | 2024.12.16 20:52:40.363650 [ 261 ] {04bec176-e395-418a-b67e-6be77a471879} <Debug> TCPHandler: Processed in 0.004096109 sec. | ||
| 4168 | 2024.12.16 20:52:40.363851 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4169 | 2024.12.16 20:52:40.364115 [ 260 ] {4efa3114-442b-4ee3-b064-25c6bff3ecee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4170 | 2024.12.16 20:52:40.364239 [ 260 ] {4efa3114-442b-4ee3-b064-25c6bff3ecee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4171 | 2024.12.16 20:52:40.365767 [ 260 ] {4efa3114-442b-4ee3-b064-25c6bff3ecee} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4172 | 2024.12.16 20:52:40.365813 [ 260 ] {4efa3114-442b-4ee3-b064-25c6bff3ecee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4173 | 2024.12.16 20:52:40.366340 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9115 rows, containing 5 columns (5 merged, 0 gathered) in 0.006958413 sec., 1309925.1222944083 rows/sec., 88.45 MiB/sec. | ||
| 4174 | 2024.12.16 20:52:40.366607 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4175 | 2024.12.16 20:52:40.367187 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4176 | 2024.12.16 20:52:40.367360 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4177 | 2024.12.16 20:52:40.367405 [ 260 ] {4efa3114-442b-4ee3-b064-25c6bff3ecee} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4178 | 2024.12.16 20:52:40.367487 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
| 4179 | 2024.12.16 20:52:40.367742 [ 260 ] {4efa3114-442b-4ee3-b064-25c6bff3ecee} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4180 | 2024.12.16 20:52:40.367944 [ 91 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4181 | 2024.12.16 20:52:40.368025 [ 91 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4182 | 2024.12.16 20:52:40.368027 [ 260 ] {4efa3114-442b-4ee3-b064-25c6bff3ecee} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.003994 sec., 4757.135703555333 rows/sec., 8.52 MiB/sec. | ||
| 4183 | 2024.12.16 20:52:40.368067 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4184 | 2024.12.16 20:52:40.368354 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 4185 | 2024.12.16 20:52:40.368364 [ 260 ] {4efa3114-442b-4ee3-b064-25c6bff3ecee} <Debug> TCPHandler: Processed in 0.004633699 sec. | ||
| 4186 | 2024.12.16 20:52:40.368614 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4187 | 2024.12.16 20:52:40.368791 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4188 | 2024.12.16 20:52:40.368869 [ 261 ] {3c8bbcac-a4d7-4343-840b-a6ce169e82f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4189 | 2024.12.16 20:52:40.368901 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 306 rows starting from the beginning of the part | ||
| 4190 | 2024.12.16 20:52:40.368977 [ 261 ] {3c8bbcac-a4d7-4343-840b-a6ce169e82f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4191 | 2024.12.16 20:52:40.369839 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 19 rows starting from the beginning of the part | ||
| 4192 | 2024.12.16 20:52:40.370643 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
| 4193 | 2024.12.16 20:52:40.371459 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 19 rows starting from the beginning of the part | ||
| 4194 | 2024.12.16 20:52:40.371565 [ 261 ] {3c8bbcac-a4d7-4343-840b-a6ce169e82f1} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4195 | 2024.12.16 20:52:40.371663 [ 261 ] {3c8bbcac-a4d7-4343-840b-a6ce169e82f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4196 | 2024.12.16 20:52:40.372222 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
| 4197 | 2024.12.16 20:52:40.372919 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 19 rows starting from the beginning of the part | ||
| 4198 | 2024.12.16 20:52:40.373276 [ 261 ] {3c8bbcac-a4d7-4343-840b-a6ce169e82f1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4199 | 2024.12.16 20:52:40.374068 [ 261 ] {3c8bbcac-a4d7-4343-840b-a6ce169e82f1} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2024.12.16 20:52:40.374263 [ 91 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4201 | 2024.12.16 20:52:40.374378 [ 91 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4202 | 2024.12.16 20:52:40.374461 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4203 | 2024.12.16 20:52:40.374554 [ 261 ] {3c8bbcac-a4d7-4343-840b-a6ce169e82f1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005706 sec., 14370.837714686295 rows/sec., 934.63 KiB/sec. | ||
| 4204 | 2024.12.16 20:52:40.374932 [ 261 ] {3c8bbcac-a4d7-4343-840b-a6ce169e82f1} <Debug> TCPHandler: Processed in 0.006452663 sec. | ||
| 4205 | 2024.12.16 20:52:40.374942 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 4206 | 2024.12.16 20:52:40.375374 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4207 | 2024.12.16 20:52:40.375440 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1270 rows starting from the beginning of the part | ||
| 4208 | 2024.12.16 20:52:40.375634 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 4209 | 2024.12.16 20:52:40.375915 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 4210 | 2024.12.16 20:52:40.376249 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 4211 | 2024.12.16 20:52:40.376497 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 4212 | 2024.12.16 20:52:40.376755 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 4213 | 2024.12.16 20:52:40.380391 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1636 rows, containing 4 columns (4 merged, 0 gathered) in 0.00579353 sec., 282383.9697041355 rows/sec., 18.48 MiB/sec. | ||
| 4214 | 2024.12.16 20:52:40.380781 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4215 | 2024.12.16 20:52:40.381552 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_26_5} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4216 | 2024.12.16 20:52:40.381630 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_26_5} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4217 | 2024.12.16 20:52:40.381841 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4218 | 2024.12.16 20:52:40.382698 [ 195 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 409 rows, containing 19 columns (19 merged, 0 gathered) in 0.014487407 sec., 28231.41504894561 rows/sec., 50.59 MiB/sec. | ||
| 4219 | 2024.12.16 20:52:40.383368 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4220 | 2024.12.16 20:52:40.383774 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4221 | 2024.12.16 20:52:40.383852 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4222 | 2024.12.16 20:52:40.383986 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. | ||
| 4223 | 2024.12.16 20:52:43.232620 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4224 | 2024.12.16 20:52:43.232797 [ 261 ] {e5d5144f-b02a-4ea7-aa2c-6eb48c340570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4225 | 2024.12.16 20:52:43.232865 [ 261 ] {e5d5144f-b02a-4ea7-aa2c-6eb48c340570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4226 | 2024.12.16 20:52:43.233573 [ 261 ] {e5d5144f-b02a-4ea7-aa2c-6eb48c340570} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4227 | 2024.12.16 20:52:43.233613 [ 261 ] {e5d5144f-b02a-4ea7-aa2c-6eb48c340570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4228 | 2024.12.16 20:52:43.234020 [ 261 ] {e5d5144f-b02a-4ea7-aa2c-6eb48c340570} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4229 | 2024.12.16 20:52:43.234262 [ 261 ] {e5d5144f-b02a-4ea7-aa2c-6eb48c340570} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4230 | 2024.12.16 20:52:43.234507 [ 261 ] {e5d5144f-b02a-4ea7-aa2c-6eb48c340570} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001753 sec., 4563.605248146036 rows/sec., 372.13 KiB/sec. | ||
| 4231 | 2024.12.16 20:52:43.234692 [ 261 ] {e5d5144f-b02a-4ea7-aa2c-6eb48c340570} <Debug> TCPHandler: Processed in 0.002193442 sec. | ||
| 4232 | 2024.12.16 20:52:43.234950 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4233 | 2024.12.16 20:52:43.235151 [ 260 ] {2f1a5a42-1ccf-4c05-bc66-cd45cc768219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4234 | 2024.12.16 20:52:43.235226 [ 260 ] {2f1a5a42-1ccf-4c05-bc66-cd45cc768219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4235 | 2024.12.16 20:52:43.236490 [ 260 ] {2f1a5a42-1ccf-4c05-bc66-cd45cc768219} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4236 | 2024.12.16 20:52:43.236529 [ 260 ] {2f1a5a42-1ccf-4c05-bc66-cd45cc768219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4237 | 2024.12.16 20:52:43.237021 [ 260 ] {2f1a5a42-1ccf-4c05-bc66-cd45cc768219} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4238 | 2024.12.16 20:52:43.237292 [ 260 ] {2f1a5a42-1ccf-4c05-bc66-cd45cc768219} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4239 | 2024.12.16 20:52:43.237482 [ 260 ] {2f1a5a42-1ccf-4c05-bc66-cd45cc768219} <Debug> executeQuery: Read 1246 rows, 105.10 KiB in 0.002387 sec., 521994.13489736075 rows/sec., 43.00 MiB/sec. | ||
| 4240 | 2024.12.16 20:52:43.237536 [ 260 ] {2f1a5a42-1ccf-4c05-bc66-cd45cc768219} <Debug> TCPHandler: Processed in 0.002717812 sec. | ||
| 4241 | 2024.12.16 20:52:43.237675 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4242 | 2024.12.16 20:52:43.237791 [ 261 ] {3607fad5-68c5-4140-a6ef-a9ff5106062e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4243 | 2024.12.16 20:52:43.237839 [ 261 ] {3607fad5-68c5-4140-a6ef-a9ff5106062e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4244 | 2024.12.16 20:52:43.238416 [ 261 ] {3607fad5-68c5-4140-a6ef-a9ff5106062e} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4245 | 2024.12.16 20:52:43.238455 [ 261 ] {3607fad5-68c5-4140-a6ef-a9ff5106062e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4246 | 2024.12.16 20:52:43.238827 [ 261 ] {3607fad5-68c5-4140-a6ef-a9ff5106062e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4247 | 2024.12.16 20:52:43.239146 [ 261 ] {3607fad5-68c5-4140-a6ef-a9ff5106062e} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4248 | 2024.12.16 20:52:43.239348 [ 261 ] {3607fad5-68c5-4140-a6ef-a9ff5106062e} <Debug> executeQuery: Read 31 rows, 2.29 KiB in 0.00158 sec., 19620.25316455696 rows/sec., 1.41 MiB/sec. | ||
| 4249 | 2024.12.16 20:52:43.239400 [ 261 ] {3607fad5-68c5-4140-a6ef-a9ff5106062e} <Debug> TCPHandler: Processed in 0.001781084 sec. | ||
| 4250 | 2024.12.16 20:52:43.239556 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4251 | 2024.12.16 20:52:43.239692 [ 260 ] {0afc3312-dfee-402a-9c4d-3cc37fde88cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4252 | 2024.12.16 20:52:43.239748 [ 260 ] {0afc3312-dfee-402a-9c4d-3cc37fde88cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4253 | 2024.12.16 20:52:43.240478 [ 260 ] {0afc3312-dfee-402a-9c4d-3cc37fde88cf} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4254 | 2024.12.16 20:52:43.240515 [ 260 ] {0afc3312-dfee-402a-9c4d-3cc37fde88cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4255 | 2024.12.16 20:52:43.240953 [ 260 ] {0afc3312-dfee-402a-9c4d-3cc37fde88cf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4256 | 2024.12.16 20:52:43.241188 [ 260 ] {0afc3312-dfee-402a-9c4d-3cc37fde88cf} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4257 | 2024.12.16 20:52:43.241361 [ 260 ] {0afc3312-dfee-402a-9c4d-3cc37fde88cf} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001697 sec., 134354.7436652917 rows/sec., 9.10 MiB/sec. | ||
| 4258 | 2024.12.16 20:52:43.241411 [ 260 ] {0afc3312-dfee-402a-9c4d-3cc37fde88cf} <Debug> TCPHandler: Processed in 0.001924427 sec. | ||
| 4259 | 2024.12.16 20:52:43.241549 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4260 | 2024.12.16 20:52:43.241685 [ 261 ] {64d61893-8177-4246-8d56-73af1d5fdffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4261 | 2024.12.16 20:52:43.241741 [ 261 ] {64d61893-8177-4246-8d56-73af1d5fdffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4262 | 2024.12.16 20:52:43.242566 [ 261 ] {64d61893-8177-4246-8d56-73af1d5fdffd} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4263 | 2024.12.16 20:52:43.242603 [ 261 ] {64d61893-8177-4246-8d56-73af1d5fdffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4264 | 2024.12.16 20:52:43.242981 [ 261 ] {64d61893-8177-4246-8d56-73af1d5fdffd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4265 | 2024.12.16 20:52:43.243215 [ 261 ] {64d61893-8177-4246-8d56-73af1d5fdffd} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4266 | 2024.12.16 20:52:43.243415 [ 261 ] {64d61893-8177-4246-8d56-73af1d5fdffd} <Debug> executeQuery: Read 551 rows, 41.90 KiB in 0.00176 sec., 313068.1818181818 rows/sec., 23.25 MiB/sec. | ||
| 4267 | 2024.12.16 20:52:43.243467 [ 261 ] {64d61893-8177-4246-8d56-73af1d5fdffd} <Debug> TCPHandler: Processed in 0.001983878 sec. | ||
| 4268 | 2024.12.16 20:52:43.243617 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4269 | 2024.12.16 20:52:43.243754 [ 260 ] {8d5dc06f-cad3-4568-8292-df76d5e76d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4270 | 2024.12.16 20:52:43.243814 [ 260 ] {8d5dc06f-cad3-4568-8292-df76d5e76d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4271 | 2024.12.16 20:52:43.244619 [ 260 ] {8d5dc06f-cad3-4568-8292-df76d5e76d5c} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4272 | 2024.12.16 20:52:43.244655 [ 260 ] {8d5dc06f-cad3-4568-8292-df76d5e76d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4273 | 2024.12.16 20:52:43.245098 [ 260 ] {8d5dc06f-cad3-4568-8292-df76d5e76d5c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4274 | 2024.12.16 20:52:43.245334 [ 260 ] {8d5dc06f-cad3-4568-8292-df76d5e76d5c} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4275 | 2024.12.16 20:52:43.245513 [ 260 ] {8d5dc06f-cad3-4568-8292-df76d5e76d5c} <Debug> executeQuery: Read 946 rows, 64.96 KiB in 0.00179 sec., 528491.6201117318 rows/sec., 35.44 MiB/sec. | ||
| 4276 | 2024.12.16 20:52:43.245563 [ 260 ] {8d5dc06f-cad3-4568-8292-df76d5e76d5c} <Debug> TCPHandler: Processed in 0.002012819 sec. | ||
| 4277 | 2024.12.16 20:52:43.245701 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4278 | 2024.12.16 20:52:43.245836 [ 261 ] {249504cc-ba6e-42d6-8ebf-657864c643d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4279 | 2024.12.16 20:52:43.245927 [ 261 ] {249504cc-ba6e-42d6-8ebf-657864c643d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4280 | 2024.12.16 20:52:43.247098 [ 261 ] {249504cc-ba6e-42d6-8ebf-657864c643d5} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4281 | 2024.12.16 20:52:43.247137 [ 261 ] {249504cc-ba6e-42d6-8ebf-657864c643d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4282 | 2024.12.16 20:52:43.247772 [ 261 ] {249504cc-ba6e-42d6-8ebf-657864c643d5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4283 | 2024.12.16 20:52:43.248027 [ 261 ] {249504cc-ba6e-42d6-8ebf-657864c643d5} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4284 | 2024.12.16 20:52:43.248259 [ 261 ] {249504cc-ba6e-42d6-8ebf-657864c643d5} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002451 sec., 9383.92492860057 rows/sec., 16.82 MiB/sec. | ||
| 4285 | 2024.12.16 20:52:43.248351 [ 261 ] {249504cc-ba6e-42d6-8ebf-657864c643d5} <Debug> TCPHandler: Processed in 0.002716432 sec. | ||
| 4286 | 2024.12.16 20:52:43.248513 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4287 | 2024.12.16 20:52:43.248650 [ 260 ] {1498024f-a978-4d37-8973-bbdfe6f19c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4288 | 2024.12.16 20:52:43.248709 [ 260 ] {1498024f-a978-4d37-8973-bbdfe6f19c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4289 | 2024.12.16 20:52:43.249256 [ 260 ] {1498024f-a978-4d37-8973-bbdfe6f19c91} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4290 | 2024.12.16 20:52:43.249292 [ 260 ] {1498024f-a978-4d37-8973-bbdfe6f19c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4291 | 2024.12.16 20:52:43.249645 [ 260 ] {1498024f-a978-4d37-8973-bbdfe6f19c91} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4292 | 2024.12.16 20:52:43.249898 [ 260 ] {1498024f-a978-4d37-8973-bbdfe6f19c91} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4293 | 2024.12.16 20:52:43.250067 [ 260 ] {1498024f-a978-4d37-8973-bbdfe6f19c91} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001448 sec., 24861.878453038673 rows/sec., 1.68 MiB/sec. | ||
| 4294 | 2024.12.16 20:52:43.250114 [ 260 ] {1498024f-a978-4d37-8973-bbdfe6f19c91} <Debug> TCPHandler: Processed in 0.001668062 sec. | ||
| 4295 | 2024.12.16 20:52:43.894584 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4296 | 2024.12.16 20:52:43.895243 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4297 | 2024.12.16 20:52:43.895293 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4298 | 2024.12.16 20:52:43.895806 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4299 | 2024.12.16 20:52:43.896089 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4300 | 2024.12.16 20:52:43.896329 [ 86 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4301 | 2024.12.16 20:52:43.896345 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4302 | 2024.12.16 20:52:43.896424 [ 86 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4303 | 2024.12.16 20:52:43.896453 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4304 | 2024.12.16 20:52:43.896661 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 4305 | 2024.12.16 20:52:43.896928 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4306 | 2024.12.16 20:52:43.897003 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 4307 | 2024.12.16 20:52:43.897185 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 4308 | 2024.12.16 20:52:43.897322 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 4309 | 2024.12.16 20:52:43.897549 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 4310 | 2024.12.16 20:52:43.897752 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 4311 | 2024.12.16 20:52:43.897946 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4312 | 2024.12.16 20:52:43.900165 [ 195 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003621329 sec., 2661453.8474687054 rows/sec., 38.07 MiB/sec. | ||
| 4313 | 2024.12.16 20:52:43.900568 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4314 | 2024.12.16 20:52:43.901098 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_21_4} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4315 | 2024.12.16 20:52:43.901243 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_21_4} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4316 | 2024.12.16 20:52:43.901383 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4317 | 2024.12.16 20:52:44.534946 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4318 | 2024.12.16 20:52:44.556650 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2024.12.16 20:52:44.556702 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4320 | 2024.12.16 20:52:44.564062 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4321 | 2024.12.16 20:52:44.564838 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4322 | 2024.12.16 20:52:44.565276 [ 84 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4323 | 2024.12.16 20:52:44.565462 [ 84 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4324 | 2024.12.16 20:52:44.565577 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4325 | 2024.12.16 20:52:44.565958 [ 193 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 4326 | 2024.12.16 20:52:44.573488 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4327 | 2024.12.16 20:52:44.574929 [ 193 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4328 | 2024.12.16 20:52:44.575815 [ 193 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 4329 | 2024.12.16 20:52:44.580522 [ 193 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 4330 | 2024.12.16 20:52:44.585301 [ 193 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 4331 | 2024.12.16 20:52:44.590396 [ 193 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 4332 | 2024.12.16 20:52:44.595513 [ 193 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 4333 | 2024.12.16 20:52:44.599819 [ 193 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 4334 | 2024.12.16 20:52:44.662524 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.0967692 sec., 1643.0847831748117 rows/sec., 8.50 MiB/sec. | ||
| 4335 | 2024.12.16 20:52:44.664635 [ 201 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4336 | 2024.12.16 20:52:44.667372 [ 201 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_21_4} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4337 | 2024.12.16 20:52:44.667505 [ 201 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_21_4} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4338 | 2024.12.16 20:52:44.669215 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4339 | 2024.12.16 20:52:45.000205 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.08 MiB, peak 197.64 MiB, free memory in arenas 0.00 B, will set to 188.70 MiB (RSS), difference: 1.62 MiB | ||
| 4340 | 2024.12.16 20:52:45.318706 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4341 | 2024.12.16 20:52:45.318909 [ 261 ] {371d9af4-bad5-4a0e-be77-6ebb0bceedfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4342 | 2024.12.16 20:52:45.318986 [ 261 ] {371d9af4-bad5-4a0e-be77-6ebb0bceedfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4343 | 2024.12.16 20:52:45.319797 [ 261 ] {371d9af4-bad5-4a0e-be77-6ebb0bceedfa} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4344 | 2024.12.16 20:52:45.319839 [ 261 ] {371d9af4-bad5-4a0e-be77-6ebb0bceedfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4345 | 2024.12.16 20:52:45.320292 [ 261 ] {371d9af4-bad5-4a0e-be77-6ebb0bceedfa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4346 | 2024.12.16 20:52:45.320550 [ 261 ] {371d9af4-bad5-4a0e-be77-6ebb0bceedfa} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4347 | 2024.12.16 20:52:45.320745 [ 261 ] {371d9af4-bad5-4a0e-be77-6ebb0bceedfa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.26 MiB/sec. | ||
| 4348 | 2024.12.16 20:52:45.320801 [ 261 ] {371d9af4-bad5-4a0e-be77-6ebb0bceedfa} <Debug> TCPHandler: Processed in 0.002227322 sec. | ||
| 4349 | 2024.12.16 20:52:45.321058 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4350 | 2024.12.16 20:52:45.321271 [ 260 ] {0984a2ab-cf20-40e3-99a1-f847be1b3833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4351 | 2024.12.16 20:52:45.321352 [ 260 ] {0984a2ab-cf20-40e3-99a1-f847be1b3833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4352 | 2024.12.16 20:52:45.322108 [ 260 ] {0984a2ab-cf20-40e3-99a1-f847be1b3833} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4353 | 2024.12.16 20:52:45.322162 [ 260 ] {0984a2ab-cf20-40e3-99a1-f847be1b3833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4354 | 2024.12.16 20:52:45.322613 [ 260 ] {0984a2ab-cf20-40e3-99a1-f847be1b3833} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4355 | 2024.12.16 20:52:45.322864 [ 260 ] {0984a2ab-cf20-40e3-99a1-f847be1b3833} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4356 | 2024.12.16 20:52:45.323098 [ 260 ] {0984a2ab-cf20-40e3-99a1-f847be1b3833} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001886 sec., 33934.25238600212 rows/sec., 2.65 MiB/sec. | ||
| 4357 | 2024.12.16 20:52:45.323169 [ 260 ] {0984a2ab-cf20-40e3-99a1-f847be1b3833} <Debug> TCPHandler: Processed in 0.002248133 sec. | ||
| 4358 | 2024.12.16 20:52:45.323317 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4359 | 2024.12.16 20:52:45.323433 [ 261 ] {ceb8d0df-1f46-416e-a720-df66c94134eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4360 | 2024.12.16 20:52:45.323486 [ 261 ] {ceb8d0df-1f46-416e-a720-df66c94134eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4361 | 2024.12.16 20:52:45.324026 [ 261 ] {ceb8d0df-1f46-416e-a720-df66c94134eb} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4362 | 2024.12.16 20:52:45.324063 [ 261 ] {ceb8d0df-1f46-416e-a720-df66c94134eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4363 | 2024.12.16 20:52:45.324449 [ 261 ] {ceb8d0df-1f46-416e-a720-df66c94134eb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4364 | 2024.12.16 20:52:45.324680 [ 261 ] {ceb8d0df-1f46-416e-a720-df66c94134eb} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4365 | 2024.12.16 20:52:45.324893 [ 261 ] {ceb8d0df-1f46-416e-a720-df66c94134eb} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001477 sec., 43331.07650643196 rows/sec., 3.02 MiB/sec. | ||
| 4366 | 2024.12.16 20:52:45.325053 [ 261 ] {ceb8d0df-1f46-416e-a720-df66c94134eb} <Debug> TCPHandler: Processed in 0.001786065 sec. | ||
| 4367 | 2024.12.16 20:52:45.325251 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4368 | 2024.12.16 20:52:45.325388 [ 260 ] {890e8844-5d45-46d6-ba7a-256688efce20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4369 | 2024.12.16 20:52:45.325451 [ 260 ] {890e8844-5d45-46d6-ba7a-256688efce20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4370 | 2024.12.16 20:52:45.326009 [ 260 ] {890e8844-5d45-46d6-ba7a-256688efce20} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4371 | 2024.12.16 20:52:45.326055 [ 260 ] {890e8844-5d45-46d6-ba7a-256688efce20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4372 | 2024.12.16 20:52:45.326479 [ 260 ] {890e8844-5d45-46d6-ba7a-256688efce20} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4373 | 2024.12.16 20:52:45.326720 [ 260 ] {890e8844-5d45-46d6-ba7a-256688efce20} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4374 | 2024.12.16 20:52:45.326967 [ 260 ] {890e8844-5d45-46d6-ba7a-256688efce20} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001609 sec., 14916.096954630206 rows/sec., 1.01 MiB/sec. | ||
| 4375 | 2024.12.16 20:52:45.327175 [ 260 ] {890e8844-5d45-46d6-ba7a-256688efce20} <Debug> TCPHandler: Processed in 0.002014908 sec. | ||
| 4376 | 2024.12.16 20:52:46.434306 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 616 | ||
| 4377 | 2024.12.16 20:52:46.437786 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4378 | 2024.12.16 20:52:46.437851 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4379 | 2024.12.16 20:52:46.439459 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4380 | 2024.12.16 20:52:46.439818 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4381 | 2024.12.16 20:52:46.440538 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 616 | ||
| 4382 | 2024.12.16 20:52:50.328288 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4383 | 2024.12.16 20:52:50.328502 [ 261 ] {78fab9e0-5819-4b76-87f9-6feeee85fa9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4384 | 2024.12.16 20:52:50.328577 [ 261 ] {78fab9e0-5819-4b76-87f9-6feeee85fa9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4385 | 2024.12.16 20:52:50.329351 [ 261 ] {78fab9e0-5819-4b76-87f9-6feeee85fa9a} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2024.12.16 20:52:50.329408 [ 261 ] {78fab9e0-5819-4b76-87f9-6feeee85fa9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4387 | 2024.12.16 20:52:50.329864 [ 261 ] {78fab9e0-5819-4b76-87f9-6feeee85fa9a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4388 | 2024.12.16 20:52:50.330142 [ 261 ] {78fab9e0-5819-4b76-87f9-6feeee85fa9a} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2024.12.16 20:52:50.330398 [ 261 ] {78fab9e0-5819-4b76-87f9-6feeee85fa9a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001949 sec., 7183.170856849667 rows/sec., 517.09 KiB/sec. | ||
| 4390 | 2024.12.16 20:52:50.330461 [ 261 ] {78fab9e0-5819-4b76-87f9-6feeee85fa9a} <Debug> TCPHandler: Processed in 0.002309004 sec. | ||
| 4391 | 2024.12.16 20:52:50.330739 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4392 | 2024.12.16 20:52:50.330954 [ 260 ] {edf0d2fd-c3d0-4387-beb2-e612f859b089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4393 | 2024.12.16 20:52:50.331033 [ 260 ] {edf0d2fd-c3d0-4387-beb2-e612f859b089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4394 | 2024.12.16 20:52:50.331917 [ 260 ] {edf0d2fd-c3d0-4387-beb2-e612f859b089} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4395 | 2024.12.16 20:52:50.331970 [ 260 ] {edf0d2fd-c3d0-4387-beb2-e612f859b089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4396 | 2024.12.16 20:52:50.332441 [ 260 ] {edf0d2fd-c3d0-4387-beb2-e612f859b089} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4397 | 2024.12.16 20:52:50.332695 [ 260 ] {edf0d2fd-c3d0-4387-beb2-e612f859b089} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4398 | 2024.12.16 20:52:50.332980 [ 260 ] {edf0d2fd-c3d0-4387-beb2-e612f859b089} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002076 sec., 116088.63198458574 rows/sec., 10.17 MiB/sec. | ||
| 4399 | 2024.12.16 20:52:50.333179 [ 260 ] {edf0d2fd-c3d0-4387-beb2-e612f859b089} <Debug> TCPHandler: Processed in 0.002574789 sec. | ||
| 4400 | 2024.12.16 20:52:50.333412 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4401 | 2024.12.16 20:52:50.333563 [ 261 ] {27c8b791-984c-41dc-8853-a0d9c4e45d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4402 | 2024.12.16 20:52:50.333623 [ 261 ] {27c8b791-984c-41dc-8853-a0d9c4e45d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4403 | 2024.12.16 20:52:50.334352 [ 261 ] {27c8b791-984c-41dc-8853-a0d9c4e45d8d} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4404 | 2024.12.16 20:52:50.334404 [ 261 ] {27c8b791-984c-41dc-8853-a0d9c4e45d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4405 | 2024.12.16 20:52:50.334788 [ 261 ] {27c8b791-984c-41dc-8853-a0d9c4e45d8d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4406 | 2024.12.16 20:52:50.335066 [ 261 ] {27c8b791-984c-41dc-8853-a0d9c4e45d8d} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4407 | 2024.12.16 20:52:50.335322 [ 261 ] {27c8b791-984c-41dc-8853-a0d9c4e45d8d} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001794 sec., 14492.753623188406 rows/sec., 1.03 MiB/sec. | ||
| 4408 | 2024.12.16 20:52:50.335491 [ 261 ] {27c8b791-984c-41dc-8853-a0d9c4e45d8d} <Debug> TCPHandler: Processed in 0.002177401 sec. | ||
| 4409 | 2024.12.16 20:52:50.335706 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4410 | 2024.12.16 20:52:50.335846 [ 260 ] {a34949c4-e780-4d8d-a554-fce5372a5688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4411 | 2024.12.16 20:52:50.335902 [ 260 ] {a34949c4-e780-4d8d-a554-fce5372a5688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4412 | 2024.12.16 20:52:50.336556 [ 260 ] {a34949c4-e780-4d8d-a554-fce5372a5688} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4413 | 2024.12.16 20:52:50.336598 [ 260 ] {a34949c4-e780-4d8d-a554-fce5372a5688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4414 | 2024.12.16 20:52:50.336984 [ 260 ] {a34949c4-e780-4d8d-a554-fce5372a5688} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4415 | 2024.12.16 20:52:50.337216 [ 260 ] {a34949c4-e780-4d8d-a554-fce5372a5688} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4416 | 2024.12.16 20:52:50.337510 [ 260 ] {a34949c4-e780-4d8d-a554-fce5372a5688} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001668 sec., 8393.285371702637 rows/sec., 587.81 KiB/sec. | ||
| 4417 | 2024.12.16 20:52:50.337679 [ 260 ] {a34949c4-e780-4d8d-a554-fce5372a5688} <Debug> TCPHandler: Processed in 0.002055029 sec. | ||
| 4418 | 2024.12.16 20:52:50.337850 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4419 | 2024.12.16 20:52:50.337996 [ 261 ] {b01c1583-fe3e-46e1-be0a-4587304ffb59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4420 | 2024.12.16 20:52:50.338054 [ 261 ] {b01c1583-fe3e-46e1-be0a-4587304ffb59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4421 | 2024.12.16 20:52:50.338686 [ 261 ] {b01c1583-fe3e-46e1-be0a-4587304ffb59} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4422 | 2024.12.16 20:52:50.338727 [ 261 ] {b01c1583-fe3e-46e1-be0a-4587304ffb59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4423 | 2024.12.16 20:52:50.339086 [ 261 ] {b01c1583-fe3e-46e1-be0a-4587304ffb59} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4424 | 2024.12.16 20:52:50.339336 [ 261 ] {b01c1583-fe3e-46e1-be0a-4587304ffb59} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4425 | 2024.12.16 20:52:50.339559 [ 261 ] {b01c1583-fe3e-46e1-be0a-4587304ffb59} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec. | ||
| 4426 | 2024.12.16 20:52:50.339612 [ 261 ] {b01c1583-fe3e-46e1-be0a-4587304ffb59} <Debug> TCPHandler: Processed in 0.001829625 sec. | ||
| 4427 | 2024.12.16 20:52:50.339774 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4428 | 2024.12.16 20:52:50.339911 [ 260 ] {fa00867b-8da4-49ae-b92d-ae3910d323c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4429 | 2024.12.16 20:52:50.339968 [ 260 ] {fa00867b-8da4-49ae-b92d-ae3910d323c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4430 | 2024.12.16 20:52:50.340775 [ 260 ] {fa00867b-8da4-49ae-b92d-ae3910d323c0} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4431 | 2024.12.16 20:52:50.340814 [ 260 ] {fa00867b-8da4-49ae-b92d-ae3910d323c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4432 | 2024.12.16 20:52:50.341195 [ 260 ] {fa00867b-8da4-49ae-b92d-ae3910d323c0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4433 | 2024.12.16 20:52:50.341432 [ 260 ] {fa00867b-8da4-49ae-b92d-ae3910d323c0} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4434 | 2024.12.16 20:52:50.341646 [ 260 ] {fa00867b-8da4-49ae-b92d-ae3910d323c0} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001765 sec., 227195.46742209632 rows/sec., 16.16 MiB/sec. | ||
| 4435 | 2024.12.16 20:52:50.341698 [ 260 ] {fa00867b-8da4-49ae-b92d-ae3910d323c0} <Debug> TCPHandler: Processed in 0.001991528 sec. | ||
| 4436 | 2024.12.16 20:52:50.341870 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4437 | 2024.12.16 20:52:50.342009 [ 261 ] {71e0ce8e-e077-4f83-b3fb-b77dbbd48229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4438 | 2024.12.16 20:52:50.342068 [ 261 ] {71e0ce8e-e077-4f83-b3fb-b77dbbd48229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4439 | 2024.12.16 20:52:50.342610 [ 261 ] {71e0ce8e-e077-4f83-b3fb-b77dbbd48229} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4440 | 2024.12.16 20:52:50.342650 [ 261 ] {71e0ce8e-e077-4f83-b3fb-b77dbbd48229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4441 | 2024.12.16 20:52:50.343017 [ 261 ] {71e0ce8e-e077-4f83-b3fb-b77dbbd48229} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4442 | 2024.12.16 20:52:50.343260 [ 261 ] {71e0ce8e-e077-4f83-b3fb-b77dbbd48229} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4443 | 2024.12.16 20:52:50.343419 [ 77 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4444 | 2024.12.16 20:52:50.343504 [ 77 ] {} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4445 | 2024.12.16 20:52:50.343510 [ 261 ] {71e0ce8e-e077-4f83-b3fb-b77dbbd48229} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 4446 | 2024.12.16 20:52:50.343542 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4447 | 2024.12.16 20:52:50.343645 [ 261 ] {71e0ce8e-e077-4f83-b3fb-b77dbbd48229} <Debug> TCPHandler: Processed in 0.001835855 sec. | ||
| 4448 | 2024.12.16 20:52:50.343791 [ 198 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 4449 | 2024.12.16 20:52:50.343830 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4450 | 2024.12.16 20:52:50.343943 [ 198 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4451 | 2024.12.16 20:52:50.343963 [ 260 ] {6a3d909b-1d83-45ef-8700-7f1fd2bd93bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4452 | 2024.12.16 20:52:50.343981 [ 198 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 4453 | 2024.12.16 20:52:50.344026 [ 260 ] {6a3d909b-1d83-45ef-8700-7f1fd2bd93bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4454 | 2024.12.16 20:52:50.344141 [ 198 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 4455 | 2024.12.16 20:52:50.344573 [ 198 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 4456 | 2024.12.16 20:52:50.344959 [ 198 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 4457 | 2024.12.16 20:52:50.345343 [ 198 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 4458 | 2024.12.16 20:52:50.345807 [ 198 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 4459 | 2024.12.16 20:52:50.346613 [ 260 ] {6a3d909b-1d83-45ef-8700-7f1fd2bd93bf} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4460 | 2024.12.16 20:52:50.346656 [ 260 ] {6a3d909b-1d83-45ef-8700-7f1fd2bd93bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4461 | 2024.12.16 20:52:50.347363 [ 260 ] {6a3d909b-1d83-45ef-8700-7f1fd2bd93bf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4462 | 2024.12.16 20:52:50.347506 [ 195 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003837744 sec., 17197.603592110365 rows/sec., 898.51 KiB/sec. | ||
| 4463 | 2024.12.16 20:52:50.347702 [ 195 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4464 | 2024.12.16 20:52:50.347791 [ 260 ] {6a3d909b-1d83-45ef-8700-7f1fd2bd93bf} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4465 | 2024.12.16 20:52:50.348168 [ 260 ] {6a3d909b-1d83-45ef-8700-7f1fd2bd93bf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004236 sec., 55949.008498583564 rows/sec., 3.75 MiB/sec. | ||
| 4466 | 2024.12.16 20:52:50.348336 [ 260 ] {6a3d909b-1d83-45ef-8700-7f1fd2bd93bf} <Debug> TCPHandler: Processed in 0.004583688 sec. | ||
| 4467 | 2024.12.16 20:52:50.348342 [ 195 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_11_2} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4468 | 2024.12.16 20:52:50.348528 [ 195 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_11_2} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4469 | 2024.12.16 20:52:50.348531 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4470 | 2024.12.16 20:52:50.348646 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4471 | 2024.12.16 20:52:50.348688 [ 261 ] {3790d988-d6ff-419e-96a9-1401d90946da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4472 | 2024.12.16 20:52:50.348740 [ 261 ] {3790d988-d6ff-419e-96a9-1401d90946da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4473 | 2024.12.16 20:52:50.349198 [ 261 ] {3790d988-d6ff-419e-96a9-1401d90946da} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4474 | 2024.12.16 20:52:50.349237 [ 261 ] {3790d988-d6ff-419e-96a9-1401d90946da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4475 | 2024.12.16 20:52:50.349598 [ 261 ] {3790d988-d6ff-419e-96a9-1401d90946da} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4476 | 2024.12.16 20:52:50.349858 [ 261 ] {3790d988-d6ff-419e-96a9-1401d90946da} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4477 | 2024.12.16 20:52:50.350047 [ 76 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4478 | 2024.12.16 20:52:50.350084 [ 261 ] {3790d988-d6ff-419e-96a9-1401d90946da} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001433 sec., 697.8367062107467 rows/sec., 47.02 KiB/sec. | ||
| 4479 | 2024.12.16 20:52:50.350133 [ 76 ] {} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4480 | 2024.12.16 20:52:50.350184 [ 261 ] {3790d988-d6ff-419e-96a9-1401d90946da} <Debug> TCPHandler: Processed in 0.001729173 sec. | ||
| 4481 | 2024.12.16 20:52:50.350200 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4482 | 2024.12.16 20:52:50.350406 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4483 | 2024.12.16 20:52:50.350430 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 4484 | 2024.12.16 20:52:50.350659 [ 260 ] {3961e066-eafa-439e-a638-8a3415317bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4485 | 2024.12.16 20:52:50.350697 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4486 | 2024.12.16 20:52:50.350779 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 4487 | 2024.12.16 20:52:50.350865 [ 260 ] {3961e066-eafa-439e-a638-8a3415317bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4488 | 2024.12.16 20:52:50.351067 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 4489 | 2024.12.16 20:52:50.351507 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 4490 | 2024.12.16 20:52:50.351847 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 4491 | 2024.12.16 20:52:50.352222 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 4492 | 2024.12.16 20:52:50.352539 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 4493 | 2024.12.16 20:52:50.356171 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.005819212 sec., 2062.1348732440065 rows/sec., 138.28 KiB/sec. | ||
| 4494 | 2024.12.16 20:52:50.356423 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4495 | 2024.12.16 20:52:50.356601 [ 260 ] {3961e066-eafa-439e-a638-8a3415317bb8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4496 | 2024.12.16 20:52:50.356665 [ 260 ] {3961e066-eafa-439e-a638-8a3415317bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4497 | 2024.12.16 20:52:50.357069 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_11_2} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4498 | 2024.12.16 20:52:50.357240 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_11_2} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4499 | 2024.12.16 20:52:50.357420 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4500 | 2024.12.16 20:52:50.357787 [ 260 ] {3961e066-eafa-439e-a638-8a3415317bb8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4501 | 2024.12.16 20:52:50.358059 [ 260 ] {3961e066-eafa-439e-a638-8a3415317bb8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4502 | 2024.12.16 20:52:50.358310 [ 260 ] {3961e066-eafa-439e-a638-8a3415317bb8} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.007741 sec., 2454.4632476424235 rows/sec., 4.40 MiB/sec. | ||
| 4503 | 2024.12.16 20:52:50.358431 [ 260 ] {3961e066-eafa-439e-a638-8a3415317bb8} <Debug> TCPHandler: Processed in 0.008128416 sec. | ||
| 4504 | 2024.12.16 20:52:50.358615 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4505 | 2024.12.16 20:52:50.358768 [ 261 ] {e484404b-f34f-4197-9359-5d00743d01ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4506 | 2024.12.16 20:52:50.358829 [ 261 ] {e484404b-f34f-4197-9359-5d00743d01ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4507 | 2024.12.16 20:52:50.359435 [ 261 ] {e484404b-f34f-4197-9359-5d00743d01ed} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4508 | 2024.12.16 20:52:50.359475 [ 261 ] {e484404b-f34f-4197-9359-5d00743d01ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4509 | 2024.12.16 20:52:50.359880 [ 261 ] {e484404b-f34f-4197-9359-5d00743d01ed} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4510 | 2024.12.16 20:52:50.360121 [ 261 ] {e484404b-f34f-4197-9359-5d00743d01ed} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4511 | 2024.12.16 20:52:50.360404 [ 261 ] {e484404b-f34f-4197-9359-5d00743d01ed} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001669 sec., 49131.21629718394 rows/sec., 3.12 MiB/sec. | ||
| 4512 | 2024.12.16 20:52:50.360636 [ 261 ] {e484404b-f34f-4197-9359-5d00743d01ed} <Debug> TCPHandler: Processed in 0.00208685 sec. | ||
| 4513 | 2024.12.16 20:52:51.284929 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4514 | 2024.12.16 20:52:51.284982 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4515 | 2024.12.16 20:52:51.397480 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4516 | 2024.12.16 20:52:51.398149 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2024.12.16 20:52:51.398191 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4518 | 2024.12.16 20:52:51.398757 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4519 | 2024.12.16 20:52:51.399023 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4520 | 2024.12.16 20:52:51.399335 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4521 | 2024.12.16 20:52:52.074527 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4522 | 2024.12.16 20:52:52.094433 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4523 | 2024.12.16 20:52:52.094503 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4524 | 2024.12.16 20:52:52.102509 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4525 | 2024.12.16 20:52:52.103352 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4526 | 2024.12.16 20:52:52.106262 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4527 | 2024.12.16 20:52:55.324304 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4528 | 2024.12.16 20:52:55.324506 [ 261 ] {5f2a8034-3f53-4cf4-8c57-34961155fcce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4529 | 2024.12.16 20:52:55.324579 [ 261 ] {5f2a8034-3f53-4cf4-8c57-34961155fcce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4530 | 2024.12.16 20:52:55.325357 [ 261 ] {5f2a8034-3f53-4cf4-8c57-34961155fcce} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4531 | 2024.12.16 20:52:55.325409 [ 261 ] {5f2a8034-3f53-4cf4-8c57-34961155fcce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4532 | 2024.12.16 20:52:55.325871 [ 261 ] {5f2a8034-3f53-4cf4-8c57-34961155fcce} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4533 | 2024.12.16 20:52:55.326131 [ 261 ] {5f2a8034-3f53-4cf4-8c57-34961155fcce} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4534 | 2024.12.16 20:52:55.326379 [ 261 ] {5f2a8034-3f53-4cf4-8c57-34961155fcce} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001923 sec., 53042.121684867394 rows/sec., 4.41 MiB/sec. | ||
| 4535 | 2024.12.16 20:52:55.326445 [ 261 ] {5f2a8034-3f53-4cf4-8c57-34961155fcce} <Debug> TCPHandler: Processed in 0.002268733 sec. | ||
| 4536 | 2024.12.16 20:52:55.326698 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4537 | 2024.12.16 20:52:55.326905 [ 260 ] {2229bf65-d471-4d17-a33a-0d2627eae376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4538 | 2024.12.16 20:52:55.326985 [ 260 ] {2229bf65-d471-4d17-a33a-0d2627eae376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4539 | 2024.12.16 20:52:55.327791 [ 260 ] {2229bf65-d471-4d17-a33a-0d2627eae376} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4540 | 2024.12.16 20:52:55.327835 [ 260 ] {2229bf65-d471-4d17-a33a-0d2627eae376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4541 | 2024.12.16 20:52:55.328263 [ 260 ] {2229bf65-d471-4d17-a33a-0d2627eae376} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4542 | 2024.12.16 20:52:55.328512 [ 260 ] {2229bf65-d471-4d17-a33a-0d2627eae376} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4543 | 2024.12.16 20:52:55.328749 [ 260 ] {2229bf65-d471-4d17-a33a-0d2627eae376} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001894 sec., 12143.611404435058 rows/sec., 913.14 KiB/sec. | ||
| 4544 | 2024.12.16 20:52:55.328944 [ 260 ] {2229bf65-d471-4d17-a33a-0d2627eae376} <Debug> TCPHandler: Processed in 0.002376966 sec. | ||
| 4545 | 2024.12.16 20:52:55.329142 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4546 | 2024.12.16 20:52:55.329280 [ 261 ] {52f06731-8ac5-4584-a376-b186ca3ebbb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4547 | 2024.12.16 20:52:55.329334 [ 261 ] {52f06731-8ac5-4584-a376-b186ca3ebbb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4548 | 2024.12.16 20:52:55.329971 [ 261 ] {52f06731-8ac5-4584-a376-b186ca3ebbb5} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4549 | 2024.12.16 20:52:55.330013 [ 261 ] {52f06731-8ac5-4584-a376-b186ca3ebbb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4550 | 2024.12.16 20:52:55.330391 [ 261 ] {52f06731-8ac5-4584-a376-b186ca3ebbb5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4551 | 2024.12.16 20:52:55.330626 [ 261 ] {52f06731-8ac5-4584-a376-b186ca3ebbb5} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4552 | 2024.12.16 20:52:55.330854 [ 261 ] {52f06731-8ac5-4584-a376-b186ca3ebbb5} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001604 sec., 54239.40149625935 rows/sec., 4.24 MiB/sec. | ||
| 4553 | 2024.12.16 20:52:55.330915 [ 261 ] {52f06731-8ac5-4584-a376-b186ca3ebbb5} <Debug> TCPHandler: Processed in 0.001837375 sec. | ||
| 4554 | 2024.12.16 20:52:55.331083 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4555 | 2024.12.16 20:52:55.331229 [ 260 ] {4a8d8104-d3cb-41e6-8c89-0237b29bebab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4556 | 2024.12.16 20:52:55.331294 [ 260 ] {4a8d8104-d3cb-41e6-8c89-0237b29bebab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4557 | 2024.12.16 20:52:55.331909 [ 260 ] {4a8d8104-d3cb-41e6-8c89-0237b29bebab} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4558 | 2024.12.16 20:52:55.331946 [ 260 ] {4a8d8104-d3cb-41e6-8c89-0237b29bebab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4559 | 2024.12.16 20:52:55.332348 [ 260 ] {4a8d8104-d3cb-41e6-8c89-0237b29bebab} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4560 | 2024.12.16 20:52:55.332592 [ 260 ] {4a8d8104-d3cb-41e6-8c89-0237b29bebab} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4561 | 2024.12.16 20:52:55.332777 [ 260 ] {4a8d8104-d3cb-41e6-8c89-0237b29bebab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. | ||
| 4562 | 2024.12.16 20:52:55.332834 [ 260 ] {4a8d8104-d3cb-41e6-8c89-0237b29bebab} <Debug> TCPHandler: Processed in 0.001819095 sec. | ||
| 4563 | 2024.12.16 20:52:55.332991 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4564 | 2024.12.16 20:52:55.333134 [ 261 ] {92128272-2a2f-4388-8cc6-4d9641a755f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4565 | 2024.12.16 20:52:55.333229 [ 261 ] {92128272-2a2f-4388-8cc6-4d9641a755f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4566 | 2024.12.16 20:52:55.334449 [ 261 ] {92128272-2a2f-4388-8cc6-4d9641a755f8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4567 | 2024.12.16 20:52:55.334491 [ 261 ] {92128272-2a2f-4388-8cc6-4d9641a755f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4568 | 2024.12.16 20:52:55.335127 [ 261 ] {92128272-2a2f-4388-8cc6-4d9641a755f8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4569 | 2024.12.16 20:52:55.335397 [ 261 ] {92128272-2a2f-4388-8cc6-4d9641a755f8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4570 | 2024.12.16 20:52:55.335654 [ 261 ] {92128272-2a2f-4388-8cc6-4d9641a755f8} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002552 sec., 9012.539184952979 rows/sec., 16.15 MiB/sec. | ||
| 4571 | 2024.12.16 20:52:55.335775 [ 261 ] {92128272-2a2f-4388-8cc6-4d9641a755f8} <Debug> TCPHandler: Processed in 0.002854074 sec. | ||
| 4572 | 2024.12.16 20:52:55.335931 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4573 | 2024.12.16 20:52:55.336072 [ 260 ] {42c3d874-057a-4972-bad9-56e55b0a2084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4574 | 2024.12.16 20:52:55.336133 [ 260 ] {42c3d874-057a-4972-bad9-56e55b0a2084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4575 | 2024.12.16 20:52:55.336690 [ 260 ] {42c3d874-057a-4972-bad9-56e55b0a2084} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2024.12.16 20:52:55.336727 [ 260 ] {42c3d874-057a-4972-bad9-56e55b0a2084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4577 | 2024.12.16 20:52:55.337105 [ 260 ] {42c3d874-057a-4972-bad9-56e55b0a2084} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4578 | 2024.12.16 20:52:55.337342 [ 260 ] {42c3d874-057a-4972-bad9-56e55b0a2084} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2024.12.16 20:52:55.337520 [ 260 ] {42c3d874-057a-4972-bad9-56e55b0a2084} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec. | ||
| 4580 | 2024.12.16 20:52:55.337575 [ 260 ] {42c3d874-057a-4972-bad9-56e55b0a2084} <Debug> TCPHandler: Processed in 0.001710493 sec. | ||
| 4581 | 2024.12.16 20:52:55.617231 [ 69 ] {} <Debug> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4582 | 2024.12.16 20:52:55.617300 [ 69 ] {} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4583 | 2024.12.16 20:52:55.617321 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4584 | 2024.12.16 20:52:55.617467 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 4585 | 2024.12.16 20:52:55.617612 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4586 | 2024.12.16 20:52:55.617649 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 4587 | 2024.12.16 20:52:55.617734 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 4588 | 2024.12.16 20:52:55.617821 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 4589 | 2024.12.16 20:52:55.618077 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 4590 | 2024.12.16 20:52:55.618177 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 4591 | 2024.12.16 20:52:55.619060 [ 190 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.001667972 sec., 15587.79164158631 rows/sec., 1.30 MiB/sec. | ||
| 4592 | 2024.12.16 20:52:55.619177 [ 190 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4593 | 2024.12.16 20:52:55.619456 [ 190 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_5_1} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4594 | 2024.12.16 20:52:55.619531 [ 190 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_5_1} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4595 | 2024.12.16 20:52:55.619603 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4596 | 2024.12.16 20:52:56.441734 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 650 | ||
| 4597 | 2024.12.16 20:52:56.444760 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4598 | 2024.12.16 20:52:56.444818 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4599 | 2024.12.16 20:52:56.446302 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4600 | 2024.12.16 20:52:56.446618 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4601 | 2024.12.16 20:52:56.447299 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 650 | ||
| 4602 | 2024.12.16 20:52:58.900452 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4603 | 2024.12.16 20:52:58.901493 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4604 | 2024.12.16 20:52:58.901548 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4605 | 2024.12.16 20:52:58.902160 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4606 | 2024.12.16 20:52:58.902432 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4607 | 2024.12.16 20:52:58.902682 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4608 | 2024.12.16 20:52:59.607305 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4609 | 2024.12.16 20:52:59.628074 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2024.12.16 20:52:59.628141 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4611 | 2024.12.16 20:52:59.635554 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4612 | 2024.12.16 20:52:59.636328 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2024.12.16 20:52:59.639297 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4614 | 2024.12.16 20:53:00.328679 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4615 | 2024.12.16 20:53:00.328898 [ 261 ] {47af0eef-2be6-4af8-a94d-dab2a52c2c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4616 | 2024.12.16 20:53:00.328983 [ 261 ] {47af0eef-2be6-4af8-a94d-dab2a52c2c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4617 | 2024.12.16 20:53:00.329836 [ 261 ] {47af0eef-2be6-4af8-a94d-dab2a52c2c9a} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4618 | 2024.12.16 20:53:00.329892 [ 261 ] {47af0eef-2be6-4af8-a94d-dab2a52c2c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4619 | 2024.12.16 20:53:00.330364 [ 261 ] {47af0eef-2be6-4af8-a94d-dab2a52c2c9a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4620 | 2024.12.16 20:53:00.330625 [ 261 ] {47af0eef-2be6-4af8-a94d-dab2a52c2c9a} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4621 | 2024.12.16 20:53:00.330904 [ 261 ] {47af0eef-2be6-4af8-a94d-dab2a52c2c9a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002058 sec., 6802.721088435374 rows/sec., 489.70 KiB/sec. | ||
| 4622 | 2024.12.16 20:53:00.331135 [ 261 ] {47af0eef-2be6-4af8-a94d-dab2a52c2c9a} <Debug> TCPHandler: Processed in 0.00258671 sec. | ||
| 4623 | 2024.12.16 20:53:00.331398 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4624 | 2024.12.16 20:53:00.331591 [ 260 ] {257c7cf1-bf6e-4fb7-a1cc-f89dd31bd289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4625 | 2024.12.16 20:53:00.331664 [ 260 ] {257c7cf1-bf6e-4fb7-a1cc-f89dd31bd289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4626 | 2024.12.16 20:53:00.332397 [ 260 ] {257c7cf1-bf6e-4fb7-a1cc-f89dd31bd289} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4627 | 2024.12.16 20:53:00.332450 [ 260 ] {257c7cf1-bf6e-4fb7-a1cc-f89dd31bd289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4628 | 2024.12.16 20:53:00.332876 [ 260 ] {257c7cf1-bf6e-4fb7-a1cc-f89dd31bd289} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4629 | 2024.12.16 20:53:00.333129 [ 260 ] {257c7cf1-bf6e-4fb7-a1cc-f89dd31bd289} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4630 | 2024.12.16 20:53:00.333367 [ 260 ] {257c7cf1-bf6e-4fb7-a1cc-f89dd31bd289} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001828 sec., 2188.183807439825 rows/sec., 178.43 KiB/sec. | ||
| 4631 | 2024.12.16 20:53:00.333436 [ 260 ] {257c7cf1-bf6e-4fb7-a1cc-f89dd31bd289} <Debug> TCPHandler: Processed in 0.002169532 sec. | ||
| 4632 | 2024.12.16 20:53:00.333596 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4633 | 2024.12.16 20:53:00.333743 [ 261 ] {dcc16a04-f3cd-44df-83ff-caa2a61fdf96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4634 | 2024.12.16 20:53:00.333805 [ 261 ] {dcc16a04-f3cd-44df-83ff-caa2a61fdf96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4635 | 2024.12.16 20:53:00.334627 [ 261 ] {dcc16a04-f3cd-44df-83ff-caa2a61fdf96} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4636 | 2024.12.16 20:53:00.334677 [ 261 ] {dcc16a04-f3cd-44df-83ff-caa2a61fdf96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4637 | 2024.12.16 20:53:00.335092 [ 261 ] {dcc16a04-f3cd-44df-83ff-caa2a61fdf96} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4638 | 2024.12.16 20:53:00.335338 [ 261 ] {dcc16a04-f3cd-44df-83ff-caa2a61fdf96} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4639 | 2024.12.16 20:53:00.335502 [ 65 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4640 | 2024.12.16 20:53:00.335575 [ 261 ] {dcc16a04-f3cd-44df-83ff-caa2a61fdf96} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001859 sec., 130715.4384077461 rows/sec., 11.44 MiB/sec. | ||
| 4641 | 2024.12.16 20:53:00.335584 [ 65 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4642 | 2024.12.16 20:53:00.335652 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4643 | 2024.12.16 20:53:00.335702 [ 261 ] {dcc16a04-f3cd-44df-83ff-caa2a61fdf96} <Debug> TCPHandler: Processed in 0.002177871 sec. | ||
| 4644 | 2024.12.16 20:53:00.335969 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4645 | 2024.12.16 20:53:00.336033 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 4646 | 2024.12.16 20:53:00.336385 [ 260 ] {80a0bb67-e2fd-46c8-bb59-d193c7596883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4647 | 2024.12.16 20:53:00.336605 [ 260 ] {80a0bb67-e2fd-46c8-bb59-d193c7596883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4648 | 2024.12.16 20:53:00.336617 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4649 | 2024.12.16 20:53:00.336754 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1437 rows starting from the beginning of the part | ||
| 4650 | 2024.12.16 20:53:00.337119 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1246 rows starting from the beginning of the part | ||
| 4651 | 2024.12.16 20:53:00.337469 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 4652 | 2024.12.16 20:53:00.337887 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 241 rows starting from the beginning of the part | ||
| 4653 | 2024.12.16 20:53:00.338241 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 102 rows starting from the beginning of the part | ||
| 4654 | 2024.12.16 20:53:00.338727 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 243 rows starting from the beginning of the part | ||
| 4655 | 2024.12.16 20:53:00.339504 [ 260 ] {80a0bb67-e2fd-46c8-bb59-d193c7596883} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4656 | 2024.12.16 20:53:00.339551 [ 260 ] {80a0bb67-e2fd-46c8-bb59-d193c7596883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4657 | 2024.12.16 20:53:00.340165 [ 260 ] {80a0bb67-e2fd-46c8-bb59-d193c7596883} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4658 | 2024.12.16 20:53:00.340514 [ 260 ] {80a0bb67-e2fd-46c8-bb59-d193c7596883} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2024.12.16 20:53:00.340762 [ 260 ] {80a0bb67-e2fd-46c8-bb59-d193c7596883} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.004548 sec., 6596.306068601583 rows/sec., 475.83 KiB/sec. | ||
| 4660 | 2024.12.16 20:53:00.340825 [ 260 ] {80a0bb67-e2fd-46c8-bb59-d193c7596883} <Debug> TCPHandler: Processed in 0.005004136 sec. | ||
| 4661 | 2024.12.16 20:53:00.340990 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4662 | 2024.12.16 20:53:00.341283 [ 261 ] {ca15baff-ffed-463e-b74a-13c5a8584089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4663 | 2024.12.16 20:53:00.341426 [ 261 ] {ca15baff-ffed-463e-b74a-13c5a8584089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4664 | 2024.12.16 20:53:00.341427 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3325 rows, containing 5 columns (5 merged, 0 gathered) in 0.005664828 sec., 586955.1555669474 rows/sec., 51.26 MiB/sec. | ||
| 4665 | 2024.12.16 20:53:00.341764 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4666 | 2024.12.16 20:53:00.342345 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_31_6} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4667 | 2024.12.16 20:53:00.342529 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_31_6} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4668 | 2024.12.16 20:53:00.342714 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 4669 | 2024.12.16 20:53:00.342774 [ 261 ] {ca15baff-ffed-463e-b74a-13c5a8584089} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4670 | 2024.12.16 20:53:00.342820 [ 261 ] {ca15baff-ffed-463e-b74a-13c5a8584089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4671 | 2024.12.16 20:53:00.343183 [ 261 ] {ca15baff-ffed-463e-b74a-13c5a8584089} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4672 | 2024.12.16 20:53:00.343439 [ 261 ] {ca15baff-ffed-463e-b74a-13c5a8584089} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4673 | 2024.12.16 20:53:00.343630 [ 261 ] {ca15baff-ffed-463e-b74a-13c5a8584089} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002488 sec., 5627.00964630225 rows/sec., 394.08 KiB/sec. | ||
| 4674 | 2024.12.16 20:53:00.343691 [ 261 ] {ca15baff-ffed-463e-b74a-13c5a8584089} <Debug> TCPHandler: Processed in 0.002773143 sec. | ||
| 4675 | 2024.12.16 20:53:00.343855 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4676 | 2024.12.16 20:53:00.343994 [ 260 ] {8701328d-ba00-4e6f-bb8c-5795dec10b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4677 | 2024.12.16 20:53:00.344053 [ 260 ] {8701328d-ba00-4e6f-bb8c-5795dec10b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4678 | 2024.12.16 20:53:00.344722 [ 260 ] {8701328d-ba00-4e6f-bb8c-5795dec10b08} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4679 | 2024.12.16 20:53:00.344760 [ 260 ] {8701328d-ba00-4e6f-bb8c-5795dec10b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4680 | 2024.12.16 20:53:00.345118 [ 260 ] {8701328d-ba00-4e6f-bb8c-5795dec10b08} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4681 | 2024.12.16 20:53:00.345362 [ 260 ] {8701328d-ba00-4e6f-bb8c-5795dec10b08} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4682 | 2024.12.16 20:53:00.345565 [ 260 ] {8701328d-ba00-4e6f-bb8c-5795dec10b08} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec. | ||
| 4683 | 2024.12.16 20:53:00.345618 [ 260 ] {8701328d-ba00-4e6f-bb8c-5795dec10b08} <Debug> TCPHandler: Processed in 0.001830735 sec. | ||
| 4684 | 2024.12.16 20:53:00.345830 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4685 | 2024.12.16 20:53:00.346055 [ 261 ] {1c6de6f2-ff6d-4dab-9f7c-ceb388b0df74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4686 | 2024.12.16 20:53:00.346147 [ 261 ] {1c6de6f2-ff6d-4dab-9f7c-ceb388b0df74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4687 | 2024.12.16 20:53:00.347177 [ 261 ] {1c6de6f2-ff6d-4dab-9f7c-ceb388b0df74} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4688 | 2024.12.16 20:53:00.347216 [ 261 ] {1c6de6f2-ff6d-4dab-9f7c-ceb388b0df74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4689 | 2024.12.16 20:53:00.347590 [ 261 ] {1c6de6f2-ff6d-4dab-9f7c-ceb388b0df74} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4690 | 2024.12.16 20:53:00.347823 [ 261 ] {1c6de6f2-ff6d-4dab-9f7c-ceb388b0df74} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4691 | 2024.12.16 20:53:00.347954 [ 63 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4692 | 2024.12.16 20:53:00.348004 [ 63 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4693 | 2024.12.16 20:53:00.348011 [ 261 ] {1c6de6f2-ff6d-4dab-9f7c-ceb388b0df74} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.00201 sec., 201492.53731343284 rows/sec., 14.35 MiB/sec. | ||
| 4694 | 2024.12.16 20:53:00.348032 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4695 | 2024.12.16 20:53:00.348078 [ 261 ] {1c6de6f2-ff6d-4dab-9f7c-ceb388b0df74} <Debug> TCPHandler: Processed in 0.002363555 sec. | ||
| 4696 | 2024.12.16 20:53:00.348312 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 4697 | 2024.12.16 20:53:00.348317 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4698 | 2024.12.16 20:53:00.348616 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4699 | 2024.12.16 20:53:00.348627 [ 260 ] {eebb5619-6fc9-4bea-937d-dae3a69cf3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4700 | 2024.12.16 20:53:00.348683 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 916 rows starting from the beginning of the part | ||
| 4701 | 2024.12.16 20:53:00.348742 [ 260 ] {eebb5619-6fc9-4bea-937d-dae3a69cf3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4702 | 2024.12.16 20:53:00.349038 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 551 rows starting from the beginning of the part | ||
| 4703 | 2024.12.16 20:53:00.349369 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part | ||
| 4704 | 2024.12.16 20:53:00.349724 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 401 rows starting from the beginning of the part | ||
| 4705 | 2024.12.16 20:53:00.350074 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 87 rows starting from the beginning of the part | ||
| 4706 | 2024.12.16 20:53:00.350307 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 405 rows starting from the beginning of the part | ||
| 4707 | 2024.12.16 20:53:00.351084 [ 260 ] {eebb5619-6fc9-4bea-937d-dae3a69cf3bf} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4708 | 2024.12.16 20:53:00.351142 [ 260 ] {eebb5619-6fc9-4bea-937d-dae3a69cf3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4709 | 2024.12.16 20:53:00.352048 [ 260 ] {eebb5619-6fc9-4bea-937d-dae3a69cf3bf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4710 | 2024.12.16 20:53:00.352598 [ 260 ] {eebb5619-6fc9-4bea-937d-dae3a69cf3bf} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4711 | 2024.12.16 20:53:00.352869 [ 260 ] {eebb5619-6fc9-4bea-937d-dae3a69cf3bf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004332 sec., 1385.0415512465374 rows/sec., 72.36 KiB/sec. | ||
| 4712 | 2024.12.16 20:53:00.352934 [ 260 ] {eebb5619-6fc9-4bea-937d-dae3a69cf3bf} <Debug> TCPHandler: Processed in 0.00475462 sec. | ||
| 4713 | 2024.12.16 20:53:00.353157 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4714 | 2024.12.16 20:53:00.353401 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.005274961 sec., 459529.46381973254 rows/sec., 35.25 MiB/sec. | ||
| 4715 | 2024.12.16 20:53:00.353439 [ 261 ] {4c9f3e1f-e982-4cf1-9268-21a15ca7b782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4716 | 2024.12.16 20:53:00.353543 [ 261 ] {4c9f3e1f-e982-4cf1-9268-21a15ca7b782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4717 | 2024.12.16 20:53:00.353647 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4718 | 2024.12.16 20:53:00.354261 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_31_6} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4719 | 2024.12.16 20:53:00.354424 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_31_6} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4720 | 2024.12.16 20:53:00.354587 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4721 | 2024.12.16 20:53:00.354777 [ 261 ] {4c9f3e1f-e982-4cf1-9268-21a15ca7b782} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4722 | 2024.12.16 20:53:00.354821 [ 261 ] {4c9f3e1f-e982-4cf1-9268-21a15ca7b782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4723 | 2024.12.16 20:53:00.355220 [ 261 ] {4c9f3e1f-e982-4cf1-9268-21a15ca7b782} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4724 | 2024.12.16 20:53:00.355455 [ 261 ] {4c9f3e1f-e982-4cf1-9268-21a15ca7b782} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4725 | 2024.12.16 20:53:00.355587 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4726 | 2024.12.16 20:53:00.355626 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4727 | 2024.12.16 20:53:00.355650 [ 261 ] {4c9f3e1f-e982-4cf1-9268-21a15ca7b782} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.002267 sec., 105425.67269519188 rows/sec., 7.07 MiB/sec. | ||
| 4728 | 2024.12.16 20:53:00.355655 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4729 | 2024.12.16 20:53:00.355839 [ 261 ] {4c9f3e1f-e982-4cf1-9268-21a15ca7b782} <Debug> TCPHandler: Processed in 0.002808324 sec. | ||
| 4730 | 2024.12.16 20:53:00.356119 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4731 | 2024.12.16 20:53:00.356192 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 4732 | 2024.12.16 20:53:00.356540 [ 260 ] {a08c84ab-7e5f-423f-a305-60b98987900f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4733 | 2024.12.16 20:53:00.356730 [ 260 ] {a08c84ab-7e5f-423f-a305-60b98987900f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4734 | 2024.12.16 20:53:00.356758 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4735 | 2024.12.16 20:53:00.356853 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9115 rows starting from the beginning of the part | ||
| 4736 | 2024.12.16 20:53:00.357200 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 946 rows starting from the beginning of the part | ||
| 4737 | 2024.12.16 20:53:00.357565 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part | ||
| 4738 | 2024.12.16 20:53:00.357895 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part | ||
| 4739 | 2024.12.16 20:53:00.358140 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4740 | 2024.12.16 20:53:00.358317 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 239 rows starting from the beginning of the part | ||
| 4741 | 2024.12.16 20:53:00.359239 [ 260 ] {a08c84ab-7e5f-423f-a305-60b98987900f} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4742 | 2024.12.16 20:53:00.359309 [ 260 ] {a08c84ab-7e5f-423f-a305-60b98987900f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4743 | 2024.12.16 20:53:00.360101 [ 260 ] {a08c84ab-7e5f-423f-a305-60b98987900f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4744 | 2024.12.16 20:53:00.360567 [ 260 ] {a08c84ab-7e5f-423f-a305-60b98987900f} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4745 | 2024.12.16 20:53:00.361128 [ 260 ] {a08c84ab-7e5f-423f-a305-60b98987900f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004746 sec., 210.70375052675936 rows/sec., 14.20 KiB/sec. | ||
| 4746 | 2024.12.16 20:53:00.361335 [ 260 ] {a08c84ab-7e5f-423f-a305-60b98987900f} <Debug> TCPHandler: Processed in 0.005379453 sec. | ||
| 4747 | 2024.12.16 20:53:00.361552 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4748 | 2024.12.16 20:53:00.361718 [ 261 ] {b8d4c09e-cdb9-4871-9af8-7c7c177cd940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4749 | 2024.12.16 20:53:00.361801 [ 261 ] {b8d4c09e-cdb9-4871-9af8-7c7c177cd940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4750 | 2024.12.16 20:53:00.363516 [ 261 ] {b8d4c09e-cdb9-4871-9af8-7c7c177cd940} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4751 | 2024.12.16 20:53:00.363555 [ 261 ] {b8d4c09e-cdb9-4871-9af8-7c7c177cd940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4752 | 2024.12.16 20:53:00.364199 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10761 rows, containing 5 columns (5 merged, 0 gathered) in 0.008427281 sec., 1276924.3128358957 rows/sec., 86.19 MiB/sec. | ||
| 4753 | 2024.12.16 20:53:00.364663 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4754 | 2024.12.16 20:53:00.365161 [ 261 ] {b8d4c09e-cdb9-4871-9af8-7c7c177cd940} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4755 | 2024.12.16 20:53:00.365311 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4756 | 2024.12.16 20:53:00.365474 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4757 | 2024.12.16 20:53:00.365626 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. | ||
| 4758 | 2024.12.16 20:53:00.365727 [ 261 ] {b8d4c09e-cdb9-4871-9af8-7c7c177cd940} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4759 | 2024.12.16 20:53:00.365999 [ 261 ] {b8d4c09e-cdb9-4871-9af8-7c7c177cd940} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.004331 sec., 4386.977603324867 rows/sec., 7.86 MiB/sec. | ||
| 4760 | 2024.12.16 20:53:00.366506 [ 261 ] {b8d4c09e-cdb9-4871-9af8-7c7c177cd940} <Debug> TCPHandler: Processed in 0.005059647 sec. | ||
| 4761 | 2024.12.16 20:53:00.366663 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4762 | 2024.12.16 20:53:00.366801 [ 260 ] {beb50163-b006-414d-a600-e6bd59735803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4763 | 2024.12.16 20:53:00.366861 [ 260 ] {beb50163-b006-414d-a600-e6bd59735803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4764 | 2024.12.16 20:53:00.367452 [ 260 ] {beb50163-b006-414d-a600-e6bd59735803} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4765 | 2024.12.16 20:53:00.367499 [ 260 ] {beb50163-b006-414d-a600-e6bd59735803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4766 | 2024.12.16 20:53:00.367910 [ 260 ] {beb50163-b006-414d-a600-e6bd59735803} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4767 | 2024.12.16 20:53:00.368160 [ 260 ] {beb50163-b006-414d-a600-e6bd59735803} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4768 | 2024.12.16 20:53:00.368322 [ 63 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4769 | 2024.12.16 20:53:00.368378 [ 63 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4770 | 2024.12.16 20:53:00.368400 [ 260 ] {beb50163-b006-414d-a600-e6bd59735803} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001625 sec., 50461.53846153846 rows/sec., 3.20 MiB/sec. | ||
| 4771 | 2024.12.16 20:53:00.368417 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4772 | 2024.12.16 20:53:00.368537 [ 260 ] {beb50163-b006-414d-a600-e6bd59735803} <Debug> TCPHandler: Processed in 0.001936867 sec. | ||
| 4773 | 2024.12.16 20:53:00.368875 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 4774 | 2024.12.16 20:53:00.369069 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4775 | 2024.12.16 20:53:00.369105 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1636 rows starting from the beginning of the part | ||
| 4776 | 2024.12.16 20:53:00.369212 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 4777 | 2024.12.16 20:53:00.369431 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part | ||
| 4778 | 2024.12.16 20:53:00.369545 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
| 4779 | 2024.12.16 20:53:00.369728 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4780 | 2024.12.16 20:53:00.369815 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4781 | 2024.12.16 20:53:00.371056 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1920 rows, containing 4 columns (4 merged, 0 gathered) in 0.002503448 sec., 766942.2332718713 rows/sec., 50.16 MiB/sec. | ||
| 4782 | 2024.12.16 20:53:00.371352 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4783 | 2024.12.16 20:53:00.371740 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_31_6} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4784 | 2024.12.16 20:53:00.371835 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_31_6} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4785 | 2024.12.16 20:53:00.371941 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4786 | 2024.12.16 20:53:05.323655 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4787 | 2024.12.16 20:53:05.323877 [ 261 ] {cb7d234a-df2a-4d6a-aeb8-7cb6d5450415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4788 | 2024.12.16 20:53:05.323960 [ 261 ] {cb7d234a-df2a-4d6a-aeb8-7cb6d5450415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4789 | 2024.12.16 20:53:05.324839 [ 261 ] {cb7d234a-df2a-4d6a-aeb8-7cb6d5450415} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4790 | 2024.12.16 20:53:05.324889 [ 261 ] {cb7d234a-df2a-4d6a-aeb8-7cb6d5450415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4791 | 2024.12.16 20:53:05.325340 [ 261 ] {cb7d234a-df2a-4d6a-aeb8-7cb6d5450415} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4792 | 2024.12.16 20:53:05.325604 [ 261 ] {cb7d234a-df2a-4d6a-aeb8-7cb6d5450415} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4793 | 2024.12.16 20:53:05.325848 [ 261 ] {cb7d234a-df2a-4d6a-aeb8-7cb6d5450415} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.002027 sec., 50320.67094227923 rows/sec., 4.19 MiB/sec. | ||
| 4794 | 2024.12.16 20:53:05.325916 [ 261 ] {cb7d234a-df2a-4d6a-aeb8-7cb6d5450415} <Debug> TCPHandler: Processed in 0.002396186 sec. | ||
| 4795 | 2024.12.16 20:53:05.326162 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4796 | 2024.12.16 20:53:05.326374 [ 260 ] {69e6ba15-03ac-4696-a076-b8fb883a4622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4797 | 2024.12.16 20:53:05.326455 [ 260 ] {69e6ba15-03ac-4696-a076-b8fb883a4622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4798 | 2024.12.16 20:53:05.327246 [ 260 ] {69e6ba15-03ac-4696-a076-b8fb883a4622} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4799 | 2024.12.16 20:53:05.327301 [ 260 ] {69e6ba15-03ac-4696-a076-b8fb883a4622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4800 | 2024.12.16 20:53:05.327732 [ 260 ] {69e6ba15-03ac-4696-a076-b8fb883a4622} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4801 | 2024.12.16 20:53:05.327986 [ 260 ] {69e6ba15-03ac-4696-a076-b8fb883a4622} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4802 | 2024.12.16 20:53:05.328170 [ 56 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4803 | 2024.12.16 20:53:05.328242 [ 260 ] {69e6ba15-03ac-4696-a076-b8fb883a4622} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001918 sec., 11991.657977059436 rows/sec., 901.72 KiB/sec. | ||
| 4804 | 2024.12.16 20:53:05.328252 [ 56 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4805 | 2024.12.16 20:53:05.328325 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4806 | 2024.12.16 20:53:05.328384 [ 260 ] {69e6ba15-03ac-4696-a076-b8fb883a4622} <Debug> TCPHandler: Processed in 0.002361085 sec. | ||
| 4807 | 2024.12.16 20:53:05.328654 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4808 | 2024.12.16 20:53:05.328739 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 4809 | 2024.12.16 20:53:05.329080 [ 261 ] {3e59dba2-d4c4-46ca-ad3b-8372a24761d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4810 | 2024.12.16 20:53:05.329278 [ 261 ] {3e59dba2-d4c4-46ca-ad3b-8372a24761d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4811 | 2024.12.16 20:53:05.329320 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4812 | 2024.12.16 20:53:05.329448 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 67 rows starting from the beginning of the part | ||
| 4813 | 2024.12.16 20:53:05.329607 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
| 4814 | 2024.12.16 20:53:05.330008 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part | ||
| 4815 | 2024.12.16 20:53:05.330463 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
| 4816 | 2024.12.16 20:53:05.330964 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 4817 | 2024.12.16 20:53:05.331257 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
| 4818 | 2024.12.16 20:53:05.332039 [ 261 ] {3e59dba2-d4c4-46ca-ad3b-8372a24761d1} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4819 | 2024.12.16 20:53:05.332087 [ 261 ] {3e59dba2-d4c4-46ca-ad3b-8372a24761d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4820 | 2024.12.16 20:53:05.332638 [ 261 ] {3e59dba2-d4c4-46ca-ad3b-8372a24761d1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4821 | 2024.12.16 20:53:05.333007 [ 261 ] {3e59dba2-d4c4-46ca-ad3b-8372a24761d1} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4822 | 2024.12.16 20:53:05.333005 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.004562857 sec., 43832.18671985556 rows/sec., 3.31 MiB/sec. | ||
| 4823 | 2024.12.16 20:53:05.333393 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4824 | 2024.12.16 20:53:05.333473 [ 261 ] {3e59dba2-d4c4-46ca-ad3b-8372a24761d1} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00453 sec., 19205.298013245032 rows/sec., 1.50 MiB/sec. | ||
| 4825 | 2024.12.16 20:53:05.333806 [ 261 ] {3e59dba2-d4c4-46ca-ad3b-8372a24761d1} <Debug> TCPHandler: Processed in 0.005311142 sec. | ||
| 4826 | 2024.12.16 20:53:05.334089 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4827 | 2024.12.16 20:53:05.334371 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_26_5} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2024.12.16 20:53:05.334383 [ 260 ] {3c63a6d9-2727-4ad3-9a09-ad35c2eff85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4829 | 2024.12.16 20:53:05.334519 [ 260 ] {3c63a6d9-2727-4ad3-9a09-ad35c2eff85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4830 | 2024.12.16 20:53:05.334547 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_26_5} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4831 | 2024.12.16 20:53:05.334755 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4832 | 2024.12.16 20:53:05.335325 [ 260 ] {3c63a6d9-2727-4ad3-9a09-ad35c2eff85f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4833 | 2024.12.16 20:53:05.335372 [ 260 ] {3c63a6d9-2727-4ad3-9a09-ad35c2eff85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4834 | 2024.12.16 20:53:05.335779 [ 260 ] {3c63a6d9-2727-4ad3-9a09-ad35c2eff85f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4835 | 2024.12.16 20:53:05.336032 [ 260 ] {3c63a6d9-2727-4ad3-9a09-ad35c2eff85f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4836 | 2024.12.16 20:53:05.336255 [ 260 ] {3c63a6d9-2727-4ad3-9a09-ad35c2eff85f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00195 sec., 82051.28205128206 rows/sec., 5.71 MiB/sec. | ||
| 4837 | 2024.12.16 20:53:05.336316 [ 260 ] {3c63a6d9-2727-4ad3-9a09-ad35c2eff85f} <Debug> TCPHandler: Processed in 0.002392776 sec. | ||
| 4838 | 2024.12.16 20:53:05.336460 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4839 | 2024.12.16 20:53:05.336603 [ 261 ] {d4a0156c-2a18-48b5-bce2-1c57b2c7fe5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4840 | 2024.12.16 20:53:05.336697 [ 261 ] {d4a0156c-2a18-48b5-bce2-1c57b2c7fe5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4841 | 2024.12.16 20:53:05.337825 [ 261 ] {d4a0156c-2a18-48b5-bce2-1c57b2c7fe5e} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4842 | 2024.12.16 20:53:05.337865 [ 261 ] {d4a0156c-2a18-48b5-bce2-1c57b2c7fe5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4843 | 2024.12.16 20:53:05.338500 [ 261 ] {d4a0156c-2a18-48b5-bce2-1c57b2c7fe5e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4844 | 2024.12.16 20:53:05.338762 [ 261 ] {d4a0156c-2a18-48b5-bce2-1c57b2c7fe5e} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4845 | 2024.12.16 20:53:05.338941 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4846 | 2024.12.16 20:53:05.339012 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4847 | 2024.12.16 20:53:05.339051 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4848 | 2024.12.16 20:53:05.339057 [ 261 ] {d4a0156c-2a18-48b5-bce2-1c57b2c7fe5e} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002479 sec., 9277.93465106898 rows/sec., 16.63 MiB/sec. | ||
| 4849 | 2024.12.16 20:53:05.339401 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 4850 | 2024.12.16 20:53:05.339437 [ 261 ] {d4a0156c-2a18-48b5-bce2-1c57b2c7fe5e} <Debug> TCPHandler: Processed in 0.003042839 sec. | ||
| 4851 | 2024.12.16 20:53:05.339658 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4852 | 2024.12.16 20:53:05.339849 [ 260 ] {65b4a025-65e9-4ee4-818f-e16a5b827071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4853 | 2024.12.16 20:53:05.339917 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4854 | 2024.12.16 20:53:05.339929 [ 260 ] {65b4a025-65e9-4ee4-818f-e16a5b827071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4855 | 2024.12.16 20:53:05.340039 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 409 rows starting from the beginning of the part | ||
| 4856 | 2024.12.16 20:53:05.340762 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part | ||
| 4857 | 2024.12.16 20:53:05.341329 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 19 rows starting from the beginning of the part | ||
| 4858 | 2024.12.16 20:53:05.341955 [ 260 ] {65b4a025-65e9-4ee4-818f-e16a5b827071} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4859 | 2024.12.16 20:53:05.341973 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
| 4860 | 2024.12.16 20:53:05.342005 [ 260 ] {65b4a025-65e9-4ee4-818f-e16a5b827071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4861 | 2024.12.16 20:53:05.342533 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 19 rows starting from the beginning of the part | ||
| 4862 | 2024.12.16 20:53:05.343118 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
| 4863 | 2024.12.16 20:53:05.343171 [ 260 ] {65b4a025-65e9-4ee4-818f-e16a5b827071} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4864 | 2024.12.16 20:53:05.343756 [ 260 ] {65b4a025-65e9-4ee4-818f-e16a5b827071} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4865 | 2024.12.16 20:53:05.344088 [ 260 ] {65b4a025-65e9-4ee4-818f-e16a5b827071} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004288 sec., 13992.537313432835 rows/sec., 965.63 KiB/sec. | ||
| 4866 | 2024.12.16 20:53:05.344166 [ 260 ] {65b4a025-65e9-4ee4-818f-e16a5b827071} <Debug> TCPHandler: Processed in 0.004620099 sec. | ||
| 4867 | 2024.12.16 20:53:05.351420 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.012261714 sec., 42082.208082817786 rows/sec., 75.41 MiB/sec. | ||
| 4868 | 2024.12.16 20:53:05.352171 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4869 | 2024.12.16 20:53:05.352638 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4870 | 2024.12.16 20:53:05.352729 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4871 | 2024.12.16 20:53:05.352894 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 4872 | 2024.12.16 20:53:06.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.69 MiB, peak 199.06 MiB, free memory in arenas 0.00 B, will set to 193.09 MiB (RSS), difference: 1.40 MiB | ||
| 4873 | 2024.12.16 20:53:06.285020 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4874 | 2024.12.16 20:53:06.285090 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4875 | 2024.12.16 20:53:06.403812 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4876 | 2024.12.16 20:53:06.404709 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4877 | 2024.12.16 20:53:06.404763 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4878 | 2024.12.16 20:53:06.405330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4879 | 2024.12.16 20:53:06.405613 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4880 | 2024.12.16 20:53:06.405898 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4881 | 2024.12.16 20:53:06.447669 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 686 | ||
| 4882 | 2024.12.16 20:53:06.450883 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4883 | 2024.12.16 20:53:06.450948 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4884 | 2024.12.16 20:53:06.452440 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4885 | 2024.12.16 20:53:06.452757 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2024.12.16 20:53:06.452958 [ 55 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4887 | 2024.12.16 20:53:06.453079 [ 55 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4888 | 2024.12.16 20:53:06.453142 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4889 | 2024.12.16 20:53:06.453764 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 4890 | 2024.12.16 20:53:06.454451 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 686 | ||
| 4891 | 2024.12.16 20:53:06.454929 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4892 | 2024.12.16 20:53:06.455122 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 500 rows starting from the beginning of the part | ||
| 4893 | 2024.12.16 20:53:06.455659 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part | ||
| 4894 | 2024.12.16 20:53:06.456158 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
| 4895 | 2024.12.16 20:53:06.456632 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part | ||
| 4896 | 2024.12.16 20:53:06.457092 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 4897 | 2024.12.16 20:53:06.457519 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part | ||
| 4898 | 2024.12.16 20:53:06.465284 [ 187 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 72 columns (72 merged, 0 gathered) in 0.011990679 sec., 57211.105392780504 rows/sec., 49.19 MiB/sec. | ||
| 4899 | 2024.12.16 20:53:06.466332 [ 193 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4900 | 2024.12.16 20:53:06.467048 [ 193 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_16_3} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4901 | 2024.12.16 20:53:06.467134 [ 193 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_16_3} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4902 | 2024.12.16 20:53:06.467522 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. | ||
| 4903 | 2024.12.16 20:53:07.140328 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4904 | 2024.12.16 20:53:07.161723 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4905 | 2024.12.16 20:53:07.161784 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4906 | 2024.12.16 20:53:07.169431 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4907 | 2024.12.16 20:53:07.170213 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4908 | 2024.12.16 20:53:07.173856 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4909 | 2024.12.16 20:53:10.328295 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4910 | 2024.12.16 20:53:10.328619 [ 261 ] {2049ec60-54e4-4079-9afc-3c37b55ac117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4911 | 2024.12.16 20:53:10.328732 [ 261 ] {2049ec60-54e4-4079-9afc-3c37b55ac117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4912 | 2024.12.16 20:53:10.329560 [ 261 ] {2049ec60-54e4-4079-9afc-3c37b55ac117} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4913 | 2024.12.16 20:53:10.329610 [ 261 ] {2049ec60-54e4-4079-9afc-3c37b55ac117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4914 | 2024.12.16 20:53:10.330048 [ 261 ] {2049ec60-54e4-4079-9afc-3c37b55ac117} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4915 | 2024.12.16 20:53:10.330310 [ 261 ] {2049ec60-54e4-4079-9afc-3c37b55ac117} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4916 | 2024.12.16 20:53:10.330464 [ 51 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4917 | 2024.12.16 20:53:10.330508 [ 51 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4918 | 2024.12.16 20:53:10.330523 [ 261 ] {2049ec60-54e4-4079-9afc-3c37b55ac117} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001983 sec., 7060.010085728694 rows/sec., 508.23 KiB/sec. | ||
| 4919 | 2024.12.16 20:53:10.330533 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4920 | 2024.12.16 20:53:10.330641 [ 261 ] {2049ec60-54e4-4079-9afc-3c37b55ac117} <Debug> TCPHandler: Processed in 0.002529639 sec. | ||
| 4921 | 2024.12.16 20:53:10.330765 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 4922 | 2024.12.16 20:53:10.330927 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4923 | 2024.12.16 20:53:10.330957 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4924 | 2024.12.16 20:53:10.331018 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 4925 | 2024.12.16 20:53:10.331257 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 4926 | 2024.12.16 20:53:10.331337 [ 260 ] {f38b0271-3888-4b43-b045-36dfd5a11a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4927 | 2024.12.16 20:53:10.331527 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 4928 | 2024.12.16 20:53:10.331592 [ 260 ] {f38b0271-3888-4b43-b045-36dfd5a11a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4929 | 2024.12.16 20:53:10.331711 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 4930 | 2024.12.16 20:53:10.332115 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 4931 | 2024.12.16 20:53:10.334534 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003881064 sec., 18036.291078941238 rows/sec., 1.34 MiB/sec. | ||
| 4932 | 2024.12.16 20:53:10.334536 [ 260 ] {f38b0271-3888-4b43-b045-36dfd5a11a44} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4933 | 2024.12.16 20:53:10.334633 [ 260 ] {f38b0271-3888-4b43-b045-36dfd5a11a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4934 | 2024.12.16 20:53:10.334713 [ 187 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4935 | 2024.12.16 20:53:10.335366 [ 187 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_13_3} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4936 | 2024.12.16 20:53:10.335532 [ 187 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_13_3} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4937 | 2024.12.16 20:53:10.335553 [ 260 ] {f38b0271-3888-4b43-b045-36dfd5a11a44} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4938 | 2024.12.16 20:53:10.335673 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4939 | 2024.12.16 20:53:10.335916 [ 260 ] {f38b0271-3888-4b43-b045-36dfd5a11a44} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4940 | 2024.12.16 20:53:10.336219 [ 260 ] {f38b0271-3888-4b43-b045-36dfd5a11a44} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.005084 sec., 47403.619197482294 rows/sec., 4.15 MiB/sec. | ||
| 4941 | 2024.12.16 20:53:10.336370 [ 260 ] {f38b0271-3888-4b43-b045-36dfd5a11a44} <Debug> TCPHandler: Processed in 0.005577546 sec. | ||
| 4942 | 2024.12.16 20:53:10.336664 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4943 | 2024.12.16 20:53:10.336866 [ 261 ] {80d5d517-3d02-4f1f-a27a-165ca0ab4165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4944 | 2024.12.16 20:53:10.336928 [ 261 ] {80d5d517-3d02-4f1f-a27a-165ca0ab4165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4945 | 2024.12.16 20:53:10.337526 [ 261 ] {80d5d517-3d02-4f1f-a27a-165ca0ab4165} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4946 | 2024.12.16 20:53:10.337565 [ 261 ] {80d5d517-3d02-4f1f-a27a-165ca0ab4165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4947 | 2024.12.16 20:53:10.337930 [ 261 ] {80d5d517-3d02-4f1f-a27a-165ca0ab4165} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4948 | 2024.12.16 20:53:10.338172 [ 261 ] {80d5d517-3d02-4f1f-a27a-165ca0ab4165} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4949 | 2024.12.16 20:53:10.338398 [ 261 ] {80d5d517-3d02-4f1f-a27a-165ca0ab4165} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001569 sec., 16571.0643722116 rows/sec., 1.17 MiB/sec. | ||
| 4950 | 2024.12.16 20:53:10.338628 [ 261 ] {80d5d517-3d02-4f1f-a27a-165ca0ab4165} <Debug> TCPHandler: Processed in 0.00212359 sec. | ||
| 4951 | 2024.12.16 20:53:10.338821 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4952 | 2024.12.16 20:53:10.338953 [ 260 ] {1c98292f-d7d5-4057-be2d-c18f434b9655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4953 | 2024.12.16 20:53:10.339008 [ 260 ] {1c98292f-d7d5-4057-be2d-c18f434b9655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4954 | 2024.12.16 20:53:10.339630 [ 260 ] {1c98292f-d7d5-4057-be2d-c18f434b9655} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4955 | 2024.12.16 20:53:10.339675 [ 260 ] {1c98292f-d7d5-4057-be2d-c18f434b9655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4956 | 2024.12.16 20:53:10.340051 [ 260 ] {1c98292f-d7d5-4057-be2d-c18f434b9655} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4957 | 2024.12.16 20:53:10.340289 [ 260 ] {1c98292f-d7d5-4057-be2d-c18f434b9655} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4958 | 2024.12.16 20:53:10.340439 [ 51 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4959 | 2024.12.16 20:53:10.340495 [ 51 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4960 | 2024.12.16 20:53:10.340529 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4961 | 2024.12.16 20:53:10.340542 [ 260 ] {1c98292f-d7d5-4057-be2d-c18f434b9655} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001614 sec., 8674.101610904585 rows/sec., 607.48 KiB/sec. | ||
| 4962 | 2024.12.16 20:53:10.340747 [ 260 ] {1c98292f-d7d5-4057-be2d-c18f434b9655} <Debug> TCPHandler: Processed in 0.001987828 sec. | ||
| 4963 | 2024.12.16 20:53:10.340783 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 4964 | 2024.12.16 20:53:10.340913 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4965 | 2024.12.16 20:53:10.340925 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4966 | 2024.12.16 20:53:10.340965 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 4967 | 2024.12.16 20:53:10.341159 [ 261 ] {71926840-a2f1-4d17-9cdd-b4388f3ccede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4968 | 2024.12.16 20:53:10.341172 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 4969 | 2024.12.16 20:53:10.341328 [ 261 ] {71926840-a2f1-4d17-9cdd-b4388f3ccede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4970 | 2024.12.16 20:53:10.341507 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 4971 | 2024.12.16 20:53:10.341880 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 4972 | 2024.12.16 20:53:10.342283 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 4973 | 2024.12.16 20:53:10.342685 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 4974 | 2024.12.16 20:53:10.343954 [ 261 ] {71926840-a2f1-4d17-9cdd-b4388f3ccede} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4975 | 2024.12.16 20:53:10.343997 [ 261 ] {71926840-a2f1-4d17-9cdd-b4388f3ccede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4976 | 2024.12.16 20:53:10.344534 [ 261 ] {71926840-a2f1-4d17-9cdd-b4388f3ccede} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4977 | 2024.12.16 20:53:10.344784 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00417902 sec., 126106.12057372302 rows/sec., 9.03 MiB/sec. | ||
| 4978 | 2024.12.16 20:53:10.344954 [ 261 ] {71926840-a2f1-4d17-9cdd-b4388f3ccede} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2024.12.16 20:53:10.345063 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4980 | 2024.12.16 20:53:10.345205 [ 51 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4981 | 2024.12.16 20:53:10.345331 [ 51 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4982 | 2024.12.16 20:53:10.345393 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 4983 | 2024.12.16 20:53:10.345584 [ 261 ] {71926840-a2f1-4d17-9cdd-b4388f3ccede} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004518 sec., 2877.3793714032754 rows/sec., 179.40 KiB/sec. | ||
| 4984 | 2024.12.16 20:53:10.345987 [ 189 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 4985 | 2024.12.16 20:53:10.346112 [ 261 ] {71926840-a2f1-4d17-9cdd-b4388f3ccede} <Debug> TCPHandler: Processed in 0.00525516 sec. | ||
| 4986 | 2024.12.16 20:53:10.346403 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_16_3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4987 | 2024.12.16 20:53:10.346491 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4988 | 2024.12.16 20:53:10.346676 [ 189 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4989 | 2024.12.16 20:53:10.346849 [ 189 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 4990 | 2024.12.16 20:53:10.346884 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_16_3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4991 | 2024.12.16 20:53:10.347100 [ 260 ] {3f1fa02e-2e0e-4de0-9895-3a40406316c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4992 | 2024.12.16 20:53:10.347282 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4993 | 2024.12.16 20:53:10.347357 [ 189 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 4994 | 2024.12.16 20:53:10.347377 [ 260 ] {3f1fa02e-2e0e-4de0-9895-3a40406316c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4995 | 2024.12.16 20:53:10.347820 [ 189 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 4996 | 2024.12.16 20:53:10.348238 [ 189 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 4997 | 2024.12.16 20:53:10.348615 [ 189 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 4998 | 2024.12.16 20:53:10.350545 [ 260 ] {3f1fa02e-2e0e-4de0-9895-3a40406316c0} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4999 | 2024.12.16 20:53:10.350629 [ 260 ] {3f1fa02e-2e0e-4de0-9895-3a40406316c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5000 | 2024.12.16 20:53:10.351017 [ 186 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005490335 sec., 11838.986145654137 rows/sec., 784.40 KiB/sec. | ||
| 5001 | 2024.12.16 20:53:10.351241 [ 193 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5002 | 2024.12.16 20:53:10.351496 [ 260 ] {3f1fa02e-2e0e-4de0-9895-3a40406316c0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5003 | 2024.12.16 20:53:10.351783 [ 193 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_13_3} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5004 | 2024.12.16 20:53:10.351957 [ 260 ] {3f1fa02e-2e0e-4de0-9895-3a40406316c0} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5005 | 2024.12.16 20:53:10.351977 [ 193 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_13_3} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5006 | 2024.12.16 20:53:10.352137 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5007 | 2024.12.16 20:53:10.352404 [ 260 ] {3f1fa02e-2e0e-4de0-9895-3a40406316c0} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.00554 sec., 72382.6714801444 rows/sec., 5.15 MiB/sec. | ||
| 5008 | 2024.12.16 20:53:10.352653 [ 260 ] {3f1fa02e-2e0e-4de0-9895-3a40406316c0} <Debug> TCPHandler: Processed in 0.006390582 sec. | ||
| 5009 | 2024.12.16 20:53:10.352848 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5010 | 2024.12.16 20:53:10.352994 [ 261 ] {12853773-63d1-4db5-9553-aac8624b985c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5011 | 2024.12.16 20:53:10.353057 [ 261 ] {12853773-63d1-4db5-9553-aac8624b985c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5012 | 2024.12.16 20:53:10.353636 [ 261 ] {12853773-63d1-4db5-9553-aac8624b985c} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5013 | 2024.12.16 20:53:10.353683 [ 261 ] {12853773-63d1-4db5-9553-aac8624b985c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5014 | 2024.12.16 20:53:10.354111 [ 261 ] {12853773-63d1-4db5-9553-aac8624b985c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5015 | 2024.12.16 20:53:10.354356 [ 261 ] {12853773-63d1-4db5-9553-aac8624b985c} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5016 | 2024.12.16 20:53:10.354626 [ 261 ] {12853773-63d1-4db5-9553-aac8624b985c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001632 sec., 3676.470588235294 rows/sec., 192.08 KiB/sec. | ||
| 5017 | 2024.12.16 20:53:10.354742 [ 261 ] {12853773-63d1-4db5-9553-aac8624b985c} <Debug> TCPHandler: Processed in 0.001970047 sec. | ||
| 5018 | 2024.12.16 20:53:10.354884 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5019 | 2024.12.16 20:53:10.355010 [ 260 ] {a5bb7596-5223-4ca0-a5f2-be2729f65c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5020 | 2024.12.16 20:53:10.355071 [ 260 ] {a5bb7596-5223-4ca0-a5f2-be2729f65c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5021 | 2024.12.16 20:53:10.355760 [ 260 ] {a5bb7596-5223-4ca0-a5f2-be2729f65c26} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5022 | 2024.12.16 20:53:10.355809 [ 260 ] {a5bb7596-5223-4ca0-a5f2-be2729f65c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5023 | 2024.12.16 20:53:10.356227 [ 260 ] {a5bb7596-5223-4ca0-a5f2-be2729f65c26} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5024 | 2024.12.16 20:53:10.356470 [ 260 ] {a5bb7596-5223-4ca0-a5f2-be2729f65c26} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5025 | 2024.12.16 20:53:10.356711 [ 260 ] {a5bb7596-5223-4ca0-a5f2-be2729f65c26} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001716 sec., 138111.8881118881 rows/sec., 9.26 MiB/sec. | ||
| 5026 | 2024.12.16 20:53:10.356851 [ 260 ] {a5bb7596-5223-4ca0-a5f2-be2729f65c26} <Debug> TCPHandler: Processed in 0.002022129 sec. | ||
| 5027 | 2024.12.16 20:53:10.357146 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5028 | 2024.12.16 20:53:10.357373 [ 261 ] {c8d442da-7b03-462d-afe4-50b89fc4361f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5029 | 2024.12.16 20:53:10.357470 [ 261 ] {c8d442da-7b03-462d-afe4-50b89fc4361f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5030 | 2024.12.16 20:53:10.358185 [ 261 ] {c8d442da-7b03-462d-afe4-50b89fc4361f} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5031 | 2024.12.16 20:53:10.358224 [ 261 ] {c8d442da-7b03-462d-afe4-50b89fc4361f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5032 | 2024.12.16 20:53:10.358583 [ 261 ] {c8d442da-7b03-462d-afe4-50b89fc4361f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5033 | 2024.12.16 20:53:10.358819 [ 261 ] {c8d442da-7b03-462d-afe4-50b89fc4361f} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5034 | 2024.12.16 20:53:10.359035 [ 261 ] {c8d442da-7b03-462d-afe4-50b89fc4361f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001719 sec., 581.7335660267597 rows/sec., 39.20 KiB/sec. | ||
| 5035 | 2024.12.16 20:53:10.359087 [ 261 ] {c8d442da-7b03-462d-afe4-50b89fc4361f} <Debug> TCPHandler: Processed in 0.00212448 sec. | ||
| 5036 | 2024.12.16 20:53:10.359237 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5037 | 2024.12.16 20:53:10.359374 [ 260 ] {29c999cd-61a6-49ac-8023-e89722b3ec7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5038 | 2024.12.16 20:53:10.359466 [ 260 ] {29c999cd-61a6-49ac-8023-e89722b3ec7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5039 | 2024.12.16 20:53:10.360648 [ 260 ] {29c999cd-61a6-49ac-8023-e89722b3ec7e} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5040 | 2024.12.16 20:53:10.360689 [ 260 ] {29c999cd-61a6-49ac-8023-e89722b3ec7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5041 | 2024.12.16 20:53:10.361313 [ 260 ] {29c999cd-61a6-49ac-8023-e89722b3ec7e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5042 | 2024.12.16 20:53:10.361567 [ 260 ] {29c999cd-61a6-49ac-8023-e89722b3ec7e} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5043 | 2024.12.16 20:53:10.361912 [ 260 ] {29c999cd-61a6-49ac-8023-e89722b3ec7e} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002546 sec., 7462.686567164179 rows/sec., 13.37 MiB/sec. | ||
| 5044 | 2024.12.16 20:53:10.362444 [ 260 ] {29c999cd-61a6-49ac-8023-e89722b3ec7e} <Debug> TCPHandler: Processed in 0.003271582 sec. | ||
| 5045 | 2024.12.16 20:53:10.362691 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5046 | 2024.12.16 20:53:10.362918 [ 261 ] {839972c4-324c-48f9-9639-102810ef76e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5047 | 2024.12.16 20:53:10.363012 [ 261 ] {839972c4-324c-48f9-9639-102810ef76e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5048 | 2024.12.16 20:53:10.363505 [ 261 ] {839972c4-324c-48f9-9639-102810ef76e9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5049 | 2024.12.16 20:53:10.363544 [ 261 ] {839972c4-324c-48f9-9639-102810ef76e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5050 | 2024.12.16 20:53:10.363915 [ 261 ] {839972c4-324c-48f9-9639-102810ef76e9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5051 | 2024.12.16 20:53:10.364157 [ 261 ] {839972c4-324c-48f9-9639-102810ef76e9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5052 | 2024.12.16 20:53:10.364367 [ 261 ] {839972c4-324c-48f9-9639-102810ef76e9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001504 sec., 54521.27659574468 rows/sec., 3.46 MiB/sec. | ||
| 5053 | 2024.12.16 20:53:10.364417 [ 261 ] {839972c4-324c-48f9-9639-102810ef76e9} <Debug> TCPHandler: Processed in 0.001836185 sec. | ||
| 5054 | 2024.12.16 20:53:13.231257 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5055 | 2024.12.16 20:53:13.231463 [ 261 ] {92ed53e9-7fb8-4ff1-9b34-93f363fe068d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5056 | 2024.12.16 20:53:13.231541 [ 261 ] {92ed53e9-7fb8-4ff1-9b34-93f363fe068d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5057 | 2024.12.16 20:53:13.232308 [ 261 ] {92ed53e9-7fb8-4ff1-9b34-93f363fe068d} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5058 | 2024.12.16 20:53:13.232351 [ 261 ] {92ed53e9-7fb8-4ff1-9b34-93f363fe068d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5059 | 2024.12.16 20:53:13.232769 [ 261 ] {92ed53e9-7fb8-4ff1-9b34-93f363fe068d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5060 | 2024.12.16 20:53:13.233032 [ 261 ] {92ed53e9-7fb8-4ff1-9b34-93f363fe068d} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5061 | 2024.12.16 20:53:13.233244 [ 261 ] {92ed53e9-7fb8-4ff1-9b34-93f363fe068d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001837 sec., 1088.7316276537833 rows/sec., 88.78 KiB/sec. | ||
| 5062 | 2024.12.16 20:53:13.233308 [ 261 ] {92ed53e9-7fb8-4ff1-9b34-93f363fe068d} <Debug> TCPHandler: Processed in 0.002185471 sec. | ||
| 5063 | 2024.12.16 20:53:13.233565 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5064 | 2024.12.16 20:53:13.233772 [ 260 ] {03dcc35e-6f2b-4413-be17-9a51d0ebd5fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5065 | 2024.12.16 20:53:13.233852 [ 260 ] {03dcc35e-6f2b-4413-be17-9a51d0ebd5fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5066 | 2024.12.16 20:53:13.235191 [ 260 ] {03dcc35e-6f2b-4413-be17-9a51d0ebd5fe} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5067 | 2024.12.16 20:53:13.235240 [ 260 ] {03dcc35e-6f2b-4413-be17-9a51d0ebd5fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5068 | 2024.12.16 20:53:13.235751 [ 260 ] {03dcc35e-6f2b-4413-be17-9a51d0ebd5fe} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5069 | 2024.12.16 20:53:13.236014 [ 260 ] {03dcc35e-6f2b-4413-be17-9a51d0ebd5fe} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5070 | 2024.12.16 20:53:13.236290 [ 260 ] {03dcc35e-6f2b-4413-be17-9a51d0ebd5fe} <Debug> executeQuery: Read 1243 rows, 104.88 KiB in 0.002567 sec., 484222.82820412936 rows/sec., 39.90 MiB/sec. | ||
| 5071 | 2024.12.16 20:53:13.236408 [ 260 ] {03dcc35e-6f2b-4413-be17-9a51d0ebd5fe} <Debug> TCPHandler: Processed in 0.002978907 sec. | ||
| 5072 | 2024.12.16 20:53:13.236645 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5073 | 2024.12.16 20:53:13.236861 [ 261 ] {ea92efb6-4cfd-47b6-95f4-506b829425fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5074 | 2024.12.16 20:53:13.236926 [ 261 ] {ea92efb6-4cfd-47b6-95f4-506b829425fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5075 | 2024.12.16 20:53:13.237576 [ 261 ] {ea92efb6-4cfd-47b6-95f4-506b829425fd} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5076 | 2024.12.16 20:53:13.237618 [ 261 ] {ea92efb6-4cfd-47b6-95f4-506b829425fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5077 | 2024.12.16 20:53:13.237989 [ 261 ] {ea92efb6-4cfd-47b6-95f4-506b829425fd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5078 | 2024.12.16 20:53:13.238236 [ 261 ] {ea92efb6-4cfd-47b6-95f4-506b829425fd} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5079 | 2024.12.16 20:53:13.238474 [ 261 ] {ea92efb6-4cfd-47b6-95f4-506b829425fd} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001643 sec., 15216.068167985393 rows/sec., 1.11 MiB/sec. | ||
| 5080 | 2024.12.16 20:53:13.238686 [ 261 ] {ea92efb6-4cfd-47b6-95f4-506b829425fd} <Debug> TCPHandler: Processed in 0.002178071 sec. | ||
| 5081 | 2024.12.16 20:53:13.238859 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5082 | 2024.12.16 20:53:13.238981 [ 260 ] {a7b94729-6409-40b6-bafc-431b80332de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5083 | 2024.12.16 20:53:13.239035 [ 260 ] {a7b94729-6409-40b6-bafc-431b80332de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5084 | 2024.12.16 20:53:13.239782 [ 260 ] {a7b94729-6409-40b6-bafc-431b80332de2} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5085 | 2024.12.16 20:53:13.239831 [ 260 ] {a7b94729-6409-40b6-bafc-431b80332de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5086 | 2024.12.16 20:53:13.240229 [ 260 ] {a7b94729-6409-40b6-bafc-431b80332de2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5087 | 2024.12.16 20:53:13.240466 [ 260 ] {a7b94729-6409-40b6-bafc-431b80332de2} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5088 | 2024.12.16 20:53:13.240646 [ 260 ] {a7b94729-6409-40b6-bafc-431b80332de2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001695 sec., 134513.27433628318 rows/sec., 9.11 MiB/sec. | ||
| 5089 | 2024.12.16 20:53:13.240698 [ 260 ] {a7b94729-6409-40b6-bafc-431b80332de2} <Debug> TCPHandler: Processed in 0.001913737 sec. | ||
| 5090 | 2024.12.16 20:53:13.240831 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5091 | 2024.12.16 20:53:13.240952 [ 261 ] {fc3bfec1-7240-4ba1-b4bd-f6eccb6fe924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5092 | 2024.12.16 20:53:13.241002 [ 261 ] {fc3bfec1-7240-4ba1-b4bd-f6eccb6fe924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5093 | 2024.12.16 20:53:13.241941 [ 261 ] {fc3bfec1-7240-4ba1-b4bd-f6eccb6fe924} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5094 | 2024.12.16 20:53:13.241990 [ 261 ] {fc3bfec1-7240-4ba1-b4bd-f6eccb6fe924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5095 | 2024.12.16 20:53:13.242387 [ 261 ] {fc3bfec1-7240-4ba1-b4bd-f6eccb6fe924} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5096 | 2024.12.16 20:53:13.242633 [ 261 ] {fc3bfec1-7240-4ba1-b4bd-f6eccb6fe924} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5097 | 2024.12.16 20:53:13.242848 [ 261 ] {fc3bfec1-7240-4ba1-b4bd-f6eccb6fe924} <Debug> executeQuery: Read 545 rows, 41.41 KiB in 0.001922 sec., 283558.79292403744 rows/sec., 21.04 MiB/sec. | ||
| 5098 | 2024.12.16 20:53:13.242906 [ 261 ] {fc3bfec1-7240-4ba1-b4bd-f6eccb6fe924} <Debug> TCPHandler: Processed in 0.002131301 sec. | ||
| 5099 | 2024.12.16 20:53:13.243059 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5100 | 2024.12.16 20:53:13.243202 [ 260 ] {5227848d-c8f2-4043-aa80-d49f9f713699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5101 | 2024.12.16 20:53:13.243266 [ 260 ] {5227848d-c8f2-4043-aa80-d49f9f713699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5102 | 2024.12.16 20:53:13.244157 [ 260 ] {5227848d-c8f2-4043-aa80-d49f9f713699} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5103 | 2024.12.16 20:53:13.244195 [ 260 ] {5227848d-c8f2-4043-aa80-d49f9f713699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5104 | 2024.12.16 20:53:13.244645 [ 260 ] {5227848d-c8f2-4043-aa80-d49f9f713699} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5105 | 2024.12.16 20:53:13.244883 [ 260 ] {5227848d-c8f2-4043-aa80-d49f9f713699} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5106 | 2024.12.16 20:53:13.245099 [ 260 ] {5227848d-c8f2-4043-aa80-d49f9f713699} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.001926 sec., 489615.7840083074 rows/sec., 32.83 MiB/sec. | ||
| 5107 | 2024.12.16 20:53:13.245313 [ 260 ] {5227848d-c8f2-4043-aa80-d49f9f713699} <Debug> TCPHandler: Processed in 0.002310344 sec. | ||
| 5108 | 2024.12.16 20:53:13.245524 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5109 | 2024.12.16 20:53:13.245649 [ 261 ] {186c5678-7d34-4d5c-b26d-c9ff40eab3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5110 | 2024.12.16 20:53:13.245732 [ 261 ] {186c5678-7d34-4d5c-b26d-c9ff40eab3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5111 | 2024.12.16 20:53:13.246917 [ 261 ] {186c5678-7d34-4d5c-b26d-c9ff40eab3db} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5112 | 2024.12.16 20:53:13.246957 [ 261 ] {186c5678-7d34-4d5c-b26d-c9ff40eab3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5113 | 2024.12.16 20:53:13.247611 [ 261 ] {186c5678-7d34-4d5c-b26d-c9ff40eab3db} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5114 | 2024.12.16 20:53:13.247885 [ 261 ] {186c5678-7d34-4d5c-b26d-c9ff40eab3db} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5115 | 2024.12.16 20:53:13.248134 [ 261 ] {186c5678-7d34-4d5c-b26d-c9ff40eab3db} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002511 sec., 9159.69733174034 rows/sec., 16.41 MiB/sec. | ||
| 5116 | 2024.12.16 20:53:13.248246 [ 261 ] {186c5678-7d34-4d5c-b26d-c9ff40eab3db} <Debug> TCPHandler: Processed in 0.002831874 sec. | ||
| 5117 | 2024.12.16 20:53:13.248418 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5118 | 2024.12.16 20:53:13.248537 [ 260 ] {23748b2d-18b3-452b-a5f8-f6dddb05c144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5119 | 2024.12.16 20:53:13.248587 [ 260 ] {23748b2d-18b3-452b-a5f8-f6dddb05c144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5120 | 2024.12.16 20:53:13.249071 [ 260 ] {23748b2d-18b3-452b-a5f8-f6dddb05c144} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5121 | 2024.12.16 20:53:13.249108 [ 260 ] {23748b2d-18b3-452b-a5f8-f6dddb05c144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 5122 | 2024.12.16 20:53:13.249471 [ 260 ] {23748b2d-18b3-452b-a5f8-f6dddb05c144} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5123 | 2024.12.16 20:53:13.249711 [ 260 ] {23748b2d-18b3-452b-a5f8-f6dddb05c144} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5124 | 2024.12.16 20:53:13.249901 [ 260 ] {23748b2d-18b3-452b-a5f8-f6dddb05c144} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001389 sec., 25917.926565874728 rows/sec., 1.75 MiB/sec. | ||
| 5125 | 2024.12.16 20:53:13.250019 [ 260 ] {23748b2d-18b3-452b-a5f8-f6dddb05c144} <Debug> TCPHandler: Processed in 0.001656572 sec. | ||
| 5126 | 2024.12.16 20:53:13.906996 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5127 | 2024.12.16 20:53:13.907663 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5128 | 2024.12.16 20:53:13.907717 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5129 | 2024.12.16 20:53:13.908245 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5130 | 2024.12.16 20:53:13.908500 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5131 | 2024.12.16 20:53:13.908786 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5132 | 2024.12.16 20:53:14.674882 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5133 | 2024.12.16 20:53:14.696852 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5134 | 2024.12.16 20:53:14.696906 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5135 | 2024.12.16 20:53:14.705050 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5136 | 2024.12.16 20:53:14.705853 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5137 | 2024.12.16 20:53:14.708823 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5138 | 2024.12.16 20:53:15.318063 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5139 | 2024.12.16 20:53:15.318372 [ 261 ] {a3d395bf-880f-4aff-9e30-502472fac292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5140 | 2024.12.16 20:53:15.318484 [ 261 ] {a3d395bf-880f-4aff-9e30-502472fac292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5141 | 2024.12.16 20:53:15.319502 [ 261 ] {a3d395bf-880f-4aff-9e30-502472fac292} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2024.12.16 20:53:15.319547 [ 261 ] {a3d395bf-880f-4aff-9e30-502472fac292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5143 | 2024.12.16 20:53:15.319973 [ 261 ] {a3d395bf-880f-4aff-9e30-502472fac292} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5144 | 2024.12.16 20:53:15.320223 [ 261 ] {a3d395bf-880f-4aff-9e30-502472fac292} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5145 | 2024.12.16 20:53:15.320427 [ 261 ] {a3d395bf-880f-4aff-9e30-502472fac292} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002138 sec., 26192.70346117867 rows/sec., 2.00 MiB/sec. | ||
| 5146 | 2024.12.16 20:53:15.320486 [ 261 ] {a3d395bf-880f-4aff-9e30-502472fac292} <Debug> TCPHandler: Processed in 0.00260666 sec. | ||
| 5147 | 2024.12.16 20:53:15.320738 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5148 | 2024.12.16 20:53:15.320951 [ 260 ] {6f115e7f-9fff-441d-8af8-6654b17e42fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5149 | 2024.12.16 20:53:15.321033 [ 260 ] {6f115e7f-9fff-441d-8af8-6654b17e42fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5150 | 2024.12.16 20:53:15.321806 [ 260 ] {6f115e7f-9fff-441d-8af8-6654b17e42fb} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5151 | 2024.12.16 20:53:15.321859 [ 260 ] {6f115e7f-9fff-441d-8af8-6654b17e42fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5152 | 2024.12.16 20:53:15.322298 [ 260 ] {6f115e7f-9fff-441d-8af8-6654b17e42fb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5153 | 2024.12.16 20:53:15.322550 [ 260 ] {6f115e7f-9fff-441d-8af8-6654b17e42fb} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5154 | 2024.12.16 20:53:15.322786 [ 260 ] {6f115e7f-9fff-441d-8af8-6654b17e42fb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001895 sec., 33773.08707124011 rows/sec., 2.64 MiB/sec. | ||
| 5155 | 2024.12.16 20:53:15.322852 [ 260 ] {6f115e7f-9fff-441d-8af8-6654b17e42fb} <Debug> TCPHandler: Processed in 0.002255834 sec. | ||
| 5156 | 2024.12.16 20:53:15.323009 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5157 | 2024.12.16 20:53:15.323157 [ 261 ] {43bdb67a-436c-49cc-86d8-16a2dc50dadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5158 | 2024.12.16 20:53:15.323221 [ 261 ] {43bdb67a-436c-49cc-86d8-16a2dc50dadc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5159 | 2024.12.16 20:53:15.323873 [ 261 ] {43bdb67a-436c-49cc-86d8-16a2dc50dadc} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2024.12.16 20:53:15.323919 [ 261 ] {43bdb67a-436c-49cc-86d8-16a2dc50dadc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5161 | 2024.12.16 20:53:15.324342 [ 261 ] {43bdb67a-436c-49cc-86d8-16a2dc50dadc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5162 | 2024.12.16 20:53:15.324576 [ 261 ] {43bdb67a-436c-49cc-86d8-16a2dc50dadc} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5163 | 2024.12.16 20:53:15.324764 [ 261 ] {43bdb67a-436c-49cc-86d8-16a2dc50dadc} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001644 sec., 38929.4403892944 rows/sec., 2.71 MiB/sec. | ||
| 5164 | 2024.12.16 20:53:15.324818 [ 261 ] {43bdb67a-436c-49cc-86d8-16a2dc50dadc} <Debug> TCPHandler: Processed in 0.001875816 sec. | ||
| 5165 | 2024.12.16 20:53:15.324952 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5166 | 2024.12.16 20:53:15.325073 [ 260 ] {b8ba741d-8891-414d-bf65-08250e3d9e71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5167 | 2024.12.16 20:53:15.325136 [ 260 ] {b8ba741d-8891-414d-bf65-08250e3d9e71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5168 | 2024.12.16 20:53:15.325708 [ 260 ] {b8ba741d-8891-414d-bf65-08250e3d9e71} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5169 | 2024.12.16 20:53:15.325756 [ 260 ] {b8ba741d-8891-414d-bf65-08250e3d9e71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5170 | 2024.12.16 20:53:15.326183 [ 260 ] {b8ba741d-8891-414d-bf65-08250e3d9e71} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5171 | 2024.12.16 20:53:15.326432 [ 260 ] {b8ba741d-8891-414d-bf65-08250e3d9e71} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5172 | 2024.12.16 20:53:15.326647 [ 260 ] {b8ba741d-8891-414d-bf65-08250e3d9e71} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001602 sec., 14981.273408239702 rows/sec., 1.01 MiB/sec. | ||
| 5173 | 2024.12.16 20:53:15.326700 [ 260 ] {b8ba741d-8891-414d-bf65-08250e3d9e71} <Debug> TCPHandler: Processed in 0.001805124 sec. | ||
| 5174 | 2024.12.16 20:53:16.455633 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 732 | ||
| 5175 | 2024.12.16 20:53:16.458830 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5176 | 2024.12.16 20:53:16.458885 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5177 | 2024.12.16 20:53:16.460384 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5178 | 2024.12.16 20:53:16.460689 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5179 | 2024.12.16 20:53:16.461340 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 732 | ||
| 5180 | 2024.12.16 20:53:20.330023 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5181 | 2024.12.16 20:53:20.330270 [ 261 ] {09dd85e8-6a97-431e-af57-9cadf295bdbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5182 | 2024.12.16 20:53:20.330349 [ 261 ] {09dd85e8-6a97-431e-af57-9cadf295bdbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5183 | 2024.12.16 20:53:20.331152 [ 261 ] {09dd85e8-6a97-431e-af57-9cadf295bdbd} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5184 | 2024.12.16 20:53:20.331213 [ 261 ] {09dd85e8-6a97-431e-af57-9cadf295bdbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5185 | 2024.12.16 20:53:20.331666 [ 261 ] {09dd85e8-6a97-431e-af57-9cadf295bdbd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5186 | 2024.12.16 20:53:20.331932 [ 261 ] {09dd85e8-6a97-431e-af57-9cadf295bdbd} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5187 | 2024.12.16 20:53:20.332200 [ 261 ] {09dd85e8-6a97-431e-af57-9cadf295bdbd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001975 sec., 7088.607594936708 rows/sec., 510.28 KiB/sec. | ||
| 5188 | 2024.12.16 20:53:20.332358 [ 261 ] {09dd85e8-6a97-431e-af57-9cadf295bdbd} <Debug> TCPHandler: Processed in 0.002476757 sec. | ||
| 5189 | 2024.12.16 20:53:20.332675 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5190 | 2024.12.16 20:53:20.332867 [ 260 ] {f3f2779a-3a4c-47c7-a0a6-a9c09f2d1ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5191 | 2024.12.16 20:53:20.332942 [ 260 ] {f3f2779a-3a4c-47c7-a0a6-a9c09f2d1ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5192 | 2024.12.16 20:53:20.333855 [ 260 ] {f3f2779a-3a4c-47c7-a0a6-a9c09f2d1ed8} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5193 | 2024.12.16 20:53:20.333908 [ 260 ] {f3f2779a-3a4c-47c7-a0a6-a9c09f2d1ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5194 | 2024.12.16 20:53:20.334377 [ 260 ] {f3f2779a-3a4c-47c7-a0a6-a9c09f2d1ed8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5195 | 2024.12.16 20:53:20.334647 [ 260 ] {f3f2779a-3a4c-47c7-a0a6-a9c09f2d1ed8} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5196 | 2024.12.16 20:53:20.334793 [ 38 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5197 | 2024.12.16 20:53:20.334839 [ 38 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5198 | 2024.12.16 20:53:20.334870 [ 260 ] {f3f2779a-3a4c-47c7-a0a6-a9c09f2d1ed8} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002055 sec., 117274.9391727494 rows/sec., 10.28 MiB/sec. | ||
| 5199 | 2024.12.16 20:53:20.334872 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5200 | 2024.12.16 20:53:20.334975 [ 260 ] {f3f2779a-3a4c-47c7-a0a6-a9c09f2d1ed8} <Debug> TCPHandler: Processed in 0.002434626 sec. | ||
| 5201 | 2024.12.16 20:53:20.335021 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 5202 | 2024.12.16 20:53:20.335159 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5203 | 2024.12.16 20:53:20.335182 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5204 | 2024.12.16 20:53:20.335211 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1437 rows starting from the beginning of the part | ||
| 5205 | 2024.12.16 20:53:20.335433 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 102 rows starting from the beginning of the part | ||
| 5206 | 2024.12.16 20:53:20.335627 [ 261 ] {605b461e-5500-484a-ae28-963f5962d66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5207 | 2024.12.16 20:53:20.335738 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 241 rows starting from the beginning of the part | ||
| 5208 | 2024.12.16 20:53:20.335825 [ 261 ] {605b461e-5500-484a-ae28-963f5962d66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5209 | 2024.12.16 20:53:20.336254 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1243 rows starting from the beginning of the part | ||
| 5210 | 2024.12.16 20:53:20.336568 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 5211 | 2024.12.16 20:53:20.336886 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 241 rows starting from the beginning of the part | ||
| 5212 | 2024.12.16 20:53:20.339271 [ 261 ] {605b461e-5500-484a-ae28-963f5962d66a} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5213 | 2024.12.16 20:53:20.339333 [ 261 ] {605b461e-5500-484a-ae28-963f5962d66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5214 | 2024.12.16 20:53:20.340206 [ 261 ] {605b461e-5500-484a-ae28-963f5962d66a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5215 | 2024.12.16 20:53:20.340313 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.005362262 sec., 619141.6980371344 rows/sec., 54.09 MiB/sec. | ||
| 5216 | 2024.12.16 20:53:20.340690 [ 261 ] {605b461e-5500-484a-ae28-963f5962d66a} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5217 | 2024.12.16 20:53:20.340789 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5218 | 2024.12.16 20:53:20.341217 [ 261 ] {605b461e-5500-484a-ae28-963f5962d66a} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.005759 sec., 4514.6726862302485 rows/sec., 327.27 KiB/sec. | ||
| 5219 | 2024.12.16 20:53:20.341444 [ 261 ] {605b461e-5500-484a-ae28-963f5962d66a} <Debug> TCPHandler: Processed in 0.006346951 sec. | ||
| 5220 | 2024.12.16 20:53:20.341741 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_36_7} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5221 | 2024.12.16 20:53:20.341762 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5222 | 2024.12.16 20:53:20.341933 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_36_7} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5223 | 2024.12.16 20:53:20.342000 [ 260 ] {8032abd6-ee08-4526-982c-ae9645341148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5224 | 2024.12.16 20:53:20.342143 [ 260 ] {8032abd6-ee08-4526-982c-ae9645341148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5225 | 2024.12.16 20:53:20.342143 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 5226 | 2024.12.16 20:53:20.343748 [ 260 ] {8032abd6-ee08-4526-982c-ae9645341148} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5227 | 2024.12.16 20:53:20.343807 [ 260 ] {8032abd6-ee08-4526-982c-ae9645341148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5228 | 2024.12.16 20:53:20.344301 [ 260 ] {8032abd6-ee08-4526-982c-ae9645341148} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5229 | 2024.12.16 20:53:20.344555 [ 260 ] {8032abd6-ee08-4526-982c-ae9645341148} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5230 | 2024.12.16 20:53:20.344754 [ 260 ] {8032abd6-ee08-4526-982c-ae9645341148} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002838 sec., 4933.051444679352 rows/sec., 345.48 KiB/sec. | ||
| 5231 | 2024.12.16 20:53:20.344834 [ 260 ] {8032abd6-ee08-4526-982c-ae9645341148} <Debug> TCPHandler: Processed in 0.003199291 sec. | ||
| 5232 | 2024.12.16 20:53:20.345016 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5233 | 2024.12.16 20:53:20.345156 [ 261 ] {285b6992-02f2-4977-a7af-a372fb0267dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5234 | 2024.12.16 20:53:20.345212 [ 261 ] {285b6992-02f2-4977-a7af-a372fb0267dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5235 | 2024.12.16 20:53:20.345853 [ 261 ] {285b6992-02f2-4977-a7af-a372fb0267dd} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5236 | 2024.12.16 20:53:20.345899 [ 261 ] {285b6992-02f2-4977-a7af-a372fb0267dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5237 | 2024.12.16 20:53:20.346290 [ 261 ] {285b6992-02f2-4977-a7af-a372fb0267dd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5238 | 2024.12.16 20:53:20.346539 [ 261 ] {285b6992-02f2-4977-a7af-a372fb0267dd} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5239 | 2024.12.16 20:53:20.346790 [ 261 ] {285b6992-02f2-4977-a7af-a372fb0267dd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001662 sec., 7821.901323706377 rows/sec., 487.69 KiB/sec. | ||
| 5240 | 2024.12.16 20:53:20.346885 [ 261 ] {285b6992-02f2-4977-a7af-a372fb0267dd} <Debug> TCPHandler: Processed in 0.001932307 sec. | ||
| 5241 | 2024.12.16 20:53:20.347096 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5242 | 2024.12.16 20:53:20.347225 [ 260 ] {339fc751-0b44-4a73-a72b-7b4318862623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5243 | 2024.12.16 20:53:20.347280 [ 260 ] {339fc751-0b44-4a73-a72b-7b4318862623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5244 | 2024.12.16 20:53:20.348056 [ 260 ] {339fc751-0b44-4a73-a72b-7b4318862623} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5245 | 2024.12.16 20:53:20.348097 [ 260 ] {339fc751-0b44-4a73-a72b-7b4318862623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5246 | 2024.12.16 20:53:20.348511 [ 260 ] {339fc751-0b44-4a73-a72b-7b4318862623} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5247 | 2024.12.16 20:53:20.348924 [ 260 ] {339fc751-0b44-4a73-a72b-7b4318862623} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5248 | 2024.12.16 20:53:20.349136 [ 37 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5249 | 2024.12.16 20:53:20.349160 [ 260 ] {339fc751-0b44-4a73-a72b-7b4318862623} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001963 sec., 204279.16454406522 rows/sec., 14.53 MiB/sec. | ||
| 5250 | 2024.12.16 20:53:20.349227 [ 37 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2024.12.16 20:53:20.349281 [ 260 ] {339fc751-0b44-4a73-a72b-7b4318862623} <Debug> TCPHandler: Processed in 0.002245513 sec. | ||
| 5252 | 2024.12.16 20:53:20.349304 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5253 | 2024.12.16 20:53:20.349597 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5254 | 2024.12.16 20:53:20.349595 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 5255 | 2024.12.16 20:53:20.350010 [ 261 ] {8240022c-f54a-49bf-9394-b6552462befb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5256 | 2024.12.16 20:53:20.350142 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5257 | 2024.12.16 20:53:20.350189 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 916 rows starting from the beginning of the part | ||
| 5258 | 2024.12.16 20:53:20.350323 [ 261 ] {8240022c-f54a-49bf-9394-b6552462befb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5259 | 2024.12.16 20:53:20.350447 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 87 rows starting from the beginning of the part | ||
| 5260 | 2024.12.16 20:53:20.350906 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 401 rows starting from the beginning of the part | ||
| 5261 | 2024.12.16 20:53:20.351387 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 545 rows starting from the beginning of the part | ||
| 5262 | 2024.12.16 20:53:20.351900 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 5263 | 2024.12.16 20:53:20.352262 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 401 rows starting from the beginning of the part | ||
| 5264 | 2024.12.16 20:53:20.353557 [ 261 ] {8240022c-f54a-49bf-9394-b6552462befb} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5265 | 2024.12.16 20:53:20.353637 [ 261 ] {8240022c-f54a-49bf-9394-b6552462befb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5266 | 2024.12.16 20:53:20.354493 [ 261 ] {8240022c-f54a-49bf-9394-b6552462befb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5267 | 2024.12.16 20:53:20.355073 [ 261 ] {8240022c-f54a-49bf-9394-b6552462befb} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5268 | 2024.12.16 20:53:20.355377 [ 261 ] {8240022c-f54a-49bf-9394-b6552462befb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005533 sec., 1084.4026748599313 rows/sec., 56.66 KiB/sec. | ||
| 5269 | 2024.12.16 20:53:20.355478 [ 261 ] {8240022c-f54a-49bf-9394-b6552462befb} <Debug> TCPHandler: Processed in 0.006043815 sec. | ||
| 5270 | 2024.12.16 20:53:20.355701 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5271 | 2024.12.16 20:53:20.355848 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.006421082 sec., 375949.1001672304 rows/sec., 28.83 MiB/sec. | ||
| 5272 | 2024.12.16 20:53:20.355907 [ 260 ] {c180f15c-2c1f-4c34-8e31-7f95c2fe9e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5273 | 2024.12.16 20:53:20.355987 [ 260 ] {c180f15c-2c1f-4c34-8e31-7f95c2fe9e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5274 | 2024.12.16 20:53:20.356243 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5275 | 2024.12.16 20:53:20.357118 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_36_7} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5276 | 2024.12.16 20:53:20.357236 [ 260 ] {c180f15c-2c1f-4c34-8e31-7f95c2fe9e96} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5277 | 2024.12.16 20:53:20.357300 [ 260 ] {c180f15c-2c1f-4c34-8e31-7f95c2fe9e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5278 | 2024.12.16 20:53:20.357315 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_36_7} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5279 | 2024.12.16 20:53:20.357547 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 5280 | 2024.12.16 20:53:20.357931 [ 260 ] {c180f15c-2c1f-4c34-8e31-7f95c2fe9e96} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5281 | 2024.12.16 20:53:20.358222 [ 260 ] {c180f15c-2c1f-4c34-8e31-7f95c2fe9e96} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5282 | 2024.12.16 20:53:20.358456 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5283 | 2024.12.16 20:53:20.358520 [ 260 ] {c180f15c-2c1f-4c34-8e31-7f95c2fe9e96} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002674 sec., 88631.26402393417 rows/sec., 5.94 MiB/sec. | ||
| 5284 | 2024.12.16 20:53:20.358549 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5285 | 2024.12.16 20:53:20.358652 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5286 | 2024.12.16 20:53:20.358677 [ 260 ] {c180f15c-2c1f-4c34-8e31-7f95c2fe9e96} <Debug> TCPHandler: Processed in 0.003067989 sec. | ||
| 5287 | 2024.12.16 20:53:20.358946 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 5288 | 2024.12.16 20:53:20.358980 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5289 | 2024.12.16 20:53:20.359122 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5290 | 2024.12.16 20:53:20.359171 [ 261 ] {8733350f-990b-4383-babe-4b1569733ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5291 | 2024.12.16 20:53:20.359179 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10761 rows starting from the beginning of the part | ||
| 5292 | 2024.12.16 20:53:20.359257 [ 261 ] {8733350f-990b-4383-babe-4b1569733ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5293 | 2024.12.16 20:53:20.359396 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 5294 | 2024.12.16 20:53:20.359904 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 5295 | 2024.12.16 20:53:20.360465 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 943 rows starting from the beginning of the part | ||
| 5296 | 2024.12.16 20:53:20.360790 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 5297 | 2024.12.16 20:53:20.361119 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 5298 | 2024.12.16 20:53:20.361899 [ 261 ] {8733350f-990b-4383-babe-4b1569733ebb} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5299 | 2024.12.16 20:53:20.361945 [ 261 ] {8733350f-990b-4383-babe-4b1569733ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5300 | 2024.12.16 20:53:20.362417 [ 261 ] {8733350f-990b-4383-babe-4b1569733ebb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5301 | 2024.12.16 20:53:20.362719 [ 261 ] {8733350f-990b-4383-babe-4b1569733ebb} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5302 | 2024.12.16 20:53:20.363173 [ 261 ] {8733350f-990b-4383-babe-4b1569733ebb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004059 sec., 246.3661000246366 rows/sec., 16.60 KiB/sec. | ||
| 5303 | 2024.12.16 20:53:20.363575 [ 261 ] {8733350f-990b-4383-babe-4b1569733ebb} <Debug> TCPHandler: Processed in 0.00473058 sec. | ||
| 5304 | 2024.12.16 20:53:20.363942 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5305 | 2024.12.16 20:53:20.364258 [ 260 ] {b3c69533-94a0-4f04-ace6-01c0c8da870c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5306 | 2024.12.16 20:53:20.364405 [ 260 ] {b3c69533-94a0-4f04-ace6-01c0c8da870c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5307 | 2024.12.16 20:53:20.367099 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12402 rows, containing 5 columns (5 merged, 0 gathered) in 0.008330569 sec., 1488733.8427903305 rows/sec., 100.47 MiB/sec. | ||
| 5308 | 2024.12.16 20:53:20.367360 [ 260 ] {b3c69533-94a0-4f04-ace6-01c0c8da870c} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5309 | 2024.12.16 20:53:20.367424 [ 260 ] {b3c69533-94a0-4f04-ace6-01c0c8da870c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5310 | 2024.12.16 20:53:20.367618 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5311 | 2024.12.16 20:53:20.368441 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5312 | 2024.12.16 20:53:20.368678 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5313 | 2024.12.16 20:53:20.368915 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. | ||
| 5314 | 2024.12.16 20:53:20.369372 [ 260 ] {b3c69533-94a0-4f04-ace6-01c0c8da870c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5315 | 2024.12.16 20:53:20.369801 [ 260 ] {b3c69533-94a0-4f04-ace6-01c0c8da870c} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5316 | 2024.12.16 20:53:20.370266 [ 260 ] {b3c69533-94a0-4f04-ace6-01c0c8da870c} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.006107 sec., 3111.183887342394 rows/sec., 5.58 MiB/sec. | ||
| 5317 | 2024.12.16 20:53:20.370447 [ 260 ] {b3c69533-94a0-4f04-ace6-01c0c8da870c} <Debug> TCPHandler: Processed in 0.006724158 sec. | ||
| 5318 | 2024.12.16 20:53:20.371682 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5319 | 2024.12.16 20:53:20.372038 [ 261 ] {bae6df02-fe9a-4e2c-b827-c449b0a797c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5320 | 2024.12.16 20:53:20.372106 [ 261 ] {bae6df02-fe9a-4e2c-b827-c449b0a797c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5321 | 2024.12.16 20:53:20.372631 [ 261 ] {bae6df02-fe9a-4e2c-b827-c449b0a797c9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5322 | 2024.12.16 20:53:20.372672 [ 261 ] {bae6df02-fe9a-4e2c-b827-c449b0a797c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5323 | 2024.12.16 20:53:20.373070 [ 261 ] {bae6df02-fe9a-4e2c-b827-c449b0a797c9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5324 | 2024.12.16 20:53:20.373319 [ 261 ] {bae6df02-fe9a-4e2c-b827-c449b0a797c9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5325 | 2024.12.16 20:53:20.373510 [ 37 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5326 | 2024.12.16 20:53:20.373577 [ 37 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5327 | 2024.12.16 20:53:20.373580 [ 261 ] {bae6df02-fe9a-4e2c-b827-c449b0a797c9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001579 sec., 51931.602279924 rows/sec., 3.30 MiB/sec. | ||
| 5328 | 2024.12.16 20:53:20.373623 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5329 | 2024.12.16 20:53:20.373745 [ 261 ] {bae6df02-fe9a-4e2c-b827-c449b0a797c9} <Debug> TCPHandler: Processed in 0.002140451 sec. | ||
| 5330 | 2024.12.16 20:53:20.373861 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 5331 | 2024.12.16 20:53:20.373983 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5332 | 2024.12.16 20:53:20.374017 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1920 rows starting from the beginning of the part | ||
| 5333 | 2024.12.16 20:53:20.374085 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 5334 | 2024.12.16 20:53:20.374272 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5335 | 2024.12.16 20:53:20.374495 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 36 rows starting from the beginning of the part | ||
| 5336 | 2024.12.16 20:53:20.374711 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part | ||
| 5337 | 2024.12.16 20:53:20.374899 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 5338 | 2024.12.16 20:53:20.376290 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2204 rows, containing 4 columns (4 merged, 0 gathered) in 0.002532449 sec., 870303.804736048 rows/sec., 56.89 MiB/sec. | ||
| 5339 | 2024.12.16 20:53:20.376529 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5340 | 2024.12.16 20:53:20.376805 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_36_7} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5341 | 2024.12.16 20:53:20.376884 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_36_7} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5342 | 2024.12.16 20:53:20.376963 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 5343 | 2024.12.16 20:53:21.285150 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5344 | 2024.12.16 20:53:21.285233 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5345 | 2024.12.16 20:53:21.409869 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5346 | 2024.12.16 20:53:21.410519 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5347 | 2024.12.16 20:53:21.410558 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5348 | 2024.12.16 20:53:21.411078 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5349 | 2024.12.16 20:53:21.411337 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5350 | 2024.12.16 20:53:21.411482 [ 36 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5351 | 2024.12.16 20:53:21.411545 [ 36 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5352 | 2024.12.16 20:53:21.411546 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5353 | 2024.12.16 20:53:21.411574 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5354 | 2024.12.16 20:53:21.411674 [ 188 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 5355 | 2024.12.16 20:53:21.411763 [ 188 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5356 | 2024.12.16 20:53:21.411795 [ 188 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 5357 | 2024.12.16 20:53:21.411880 [ 188 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 5358 | 2024.12.16 20:53:21.412058 [ 188 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 5359 | 2024.12.16 20:53:21.412316 [ 188 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 5360 | 2024.12.16 20:53:21.412526 [ 188 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 5361 | 2024.12.16 20:53:21.412687 [ 188 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 5362 | 2024.12.16 20:53:21.414784 [ 198 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.00315003 sec., 3795519.4077516724 rows/sec., 54.30 MiB/sec. | ||
| 5363 | 2024.12.16 20:53:21.415047 [ 188 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5364 | 2024.12.16 20:53:21.415331 [ 188 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_26_5} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5365 | 2024.12.16 20:53:21.415405 [ 188 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_26_5} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5366 | 2024.12.16 20:53:21.415486 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5367 | 2024.12.16 20:53:22.209856 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5368 | 2024.12.16 20:53:22.232139 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5369 | 2024.12.16 20:53:22.232205 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5370 | 2024.12.16 20:53:22.239995 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5371 | 2024.12.16 20:53:22.240758 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5372 | 2024.12.16 20:53:22.241143 [ 35 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5373 | 2024.12.16 20:53:22.241286 [ 35 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5374 | 2024.12.16 20:53:22.241366 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5375 | 2024.12.16 20:53:22.241847 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 5376 | 2024.12.16 20:53:22.256288 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5377 | 2024.12.16 20:53:22.258224 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5378 | 2024.12.16 20:53:22.259936 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 5379 | 2024.12.16 20:53:22.266226 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 5380 | 2024.12.16 20:53:22.272040 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 5381 | 2024.12.16 20:53:22.277823 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 5382 | 2024.12.16 20:53:22.283664 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 5383 | 2024.12.16 20:53:22.288225 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 5384 | 2024.12.16 20:53:22.347288 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.105762901 sec., 1853.201814121948 rows/sec., 9.58 MiB/sec. | ||
| 5385 | 2024.12.16 20:53:22.350372 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5386 | 2024.12.16 20:53:22.353416 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_26_5} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5387 | 2024.12.16 20:53:22.353547 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_26_5} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5388 | 2024.12.16 20:53:22.356094 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5389 | 2024.12.16 20:53:23.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.56 MiB, peak 206.11 MiB, free memory in arenas 0.00 B, will set to 197.43 MiB (RSS), difference: 1.87 MiB | ||
| 5390 | 2024.12.16 20:53:25.323769 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5391 | 2024.12.16 20:53:25.323998 [ 261 ] {e5dc2ee0-8993-4149-8993-30619c3830c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5392 | 2024.12.16 20:53:25.324079 [ 261 ] {e5dc2ee0-8993-4149-8993-30619c3830c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5393 | 2024.12.16 20:53:25.324865 [ 261 ] {e5dc2ee0-8993-4149-8993-30619c3830c7} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5394 | 2024.12.16 20:53:25.324917 [ 261 ] {e5dc2ee0-8993-4149-8993-30619c3830c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5395 | 2024.12.16 20:53:25.325359 [ 261 ] {e5dc2ee0-8993-4149-8993-30619c3830c7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5396 | 2024.12.16 20:53:25.325611 [ 261 ] {e5dc2ee0-8993-4149-8993-30619c3830c7} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5397 | 2024.12.16 20:53:25.325862 [ 261 ] {e5dc2ee0-8993-4149-8993-30619c3830c7} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001919 sec., 53152.683689421574 rows/sec., 4.42 MiB/sec. | ||
| 5398 | 2024.12.16 20:53:25.325965 [ 261 ] {e5dc2ee0-8993-4149-8993-30619c3830c7} <Debug> TCPHandler: Processed in 0.002331744 sec. | ||
| 5399 | 2024.12.16 20:53:25.326233 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5400 | 2024.12.16 20:53:25.326429 [ 260 ] {12c9320f-95bc-4383-84a9-acde40387309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5401 | 2024.12.16 20:53:25.326501 [ 260 ] {12c9320f-95bc-4383-84a9-acde40387309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5402 | 2024.12.16 20:53:25.327236 [ 260 ] {12c9320f-95bc-4383-84a9-acde40387309} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5403 | 2024.12.16 20:53:25.327282 [ 260 ] {12c9320f-95bc-4383-84a9-acde40387309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5404 | 2024.12.16 20:53:25.327714 [ 260 ] {12c9320f-95bc-4383-84a9-acde40387309} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5405 | 2024.12.16 20:53:25.327978 [ 260 ] {12c9320f-95bc-4383-84a9-acde40387309} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5406 | 2024.12.16 20:53:25.328185 [ 260 ] {12c9320f-95bc-4383-84a9-acde40387309} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001805 sec., 12742.382271468145 rows/sec., 958.17 KiB/sec. | ||
| 5407 | 2024.12.16 20:53:25.328251 [ 260 ] {12c9320f-95bc-4383-84a9-acde40387309} <Debug> TCPHandler: Processed in 0.002174771 sec. | ||
| 5408 | 2024.12.16 20:53:25.328401 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5409 | 2024.12.16 20:53:25.328546 [ 261 ] {3fb3bea7-9874-40bf-8e0f-189f2ae60b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5410 | 2024.12.16 20:53:25.328607 [ 261 ] {3fb3bea7-9874-40bf-8e0f-189f2ae60b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5411 | 2024.12.16 20:53:25.329330 [ 261 ] {3fb3bea7-9874-40bf-8e0f-189f2ae60b21} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5412 | 2024.12.16 20:53:25.329376 [ 261 ] {3fb3bea7-9874-40bf-8e0f-189f2ae60b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5413 | 2024.12.16 20:53:25.329741 [ 261 ] {3fb3bea7-9874-40bf-8e0f-189f2ae60b21} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5414 | 2024.12.16 20:53:25.329980 [ 261 ] {3fb3bea7-9874-40bf-8e0f-189f2ae60b21} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5415 | 2024.12.16 20:53:25.330238 [ 261 ] {3fb3bea7-9874-40bf-8e0f-189f2ae60b21} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001715 sec., 50728.86297376094 rows/sec., 3.96 MiB/sec. | ||
| 5416 | 2024.12.16 20:53:25.330339 [ 261 ] {3fb3bea7-9874-40bf-8e0f-189f2ae60b21} <Debug> TCPHandler: Processed in 0.002003478 sec. | ||
| 5417 | 2024.12.16 20:53:25.330591 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5418 | 2024.12.16 20:53:25.330746 [ 260 ] {f699a0a0-f38a-436a-b8cd-bd56c94c205b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5419 | 2024.12.16 20:53:25.330812 [ 260 ] {f699a0a0-f38a-436a-b8cd-bd56c94c205b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5420 | 2024.12.16 20:53:25.331468 [ 260 ] {f699a0a0-f38a-436a-b8cd-bd56c94c205b} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5421 | 2024.12.16 20:53:25.331506 [ 260 ] {f699a0a0-f38a-436a-b8cd-bd56c94c205b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5422 | 2024.12.16 20:53:25.331904 [ 260 ] {f699a0a0-f38a-436a-b8cd-bd56c94c205b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5423 | 2024.12.16 20:53:25.332142 [ 260 ] {f699a0a0-f38a-436a-b8cd-bd56c94c205b} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5424 | 2024.12.16 20:53:25.332357 [ 260 ] {f699a0a0-f38a-436a-b8cd-bd56c94c205b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001645 sec., 97264.4376899696 rows/sec., 6.77 MiB/sec. | ||
| 5425 | 2024.12.16 20:53:25.332593 [ 260 ] {f699a0a0-f38a-436a-b8cd-bd56c94c205b} <Debug> TCPHandler: Processed in 0.002147021 sec. | ||
| 5426 | 2024.12.16 20:53:25.332810 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5427 | 2024.12.16 20:53:25.332949 [ 261 ] {40afaf0b-4d42-473a-a2bf-b61a0f8fcd4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5428 | 2024.12.16 20:53:25.333044 [ 261 ] {40afaf0b-4d42-473a-a2bf-b61a0f8fcd4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5429 | 2024.12.16 20:53:25.334226 [ 261 ] {40afaf0b-4d42-473a-a2bf-b61a0f8fcd4f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5430 | 2024.12.16 20:53:25.334267 [ 261 ] {40afaf0b-4d42-473a-a2bf-b61a0f8fcd4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5431 | 2024.12.16 20:53:25.334907 [ 261 ] {40afaf0b-4d42-473a-a2bf-b61a0f8fcd4f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5432 | 2024.12.16 20:53:25.335166 [ 261 ] {40afaf0b-4d42-473a-a2bf-b61a0f8fcd4f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5433 | 2024.12.16 20:53:25.335371 [ 261 ] {40afaf0b-4d42-473a-a2bf-b61a0f8fcd4f} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002454 sec., 9372.453137734312 rows/sec., 16.80 MiB/sec. | ||
| 5434 | 2024.12.16 20:53:25.335489 [ 261 ] {40afaf0b-4d42-473a-a2bf-b61a0f8fcd4f} <Debug> TCPHandler: Processed in 0.002789744 sec. | ||
| 5435 | 2024.12.16 20:53:25.335643 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5436 | 2024.12.16 20:53:25.335783 [ 260 ] {67e8e2e9-c96b-4b9a-b58d-1aea77ee53ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5437 | 2024.12.16 20:53:25.335843 [ 260 ] {67e8e2e9-c96b-4b9a-b58d-1aea77ee53ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5438 | 2024.12.16 20:53:25.336419 [ 260 ] {67e8e2e9-c96b-4b9a-b58d-1aea77ee53ed} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5439 | 2024.12.16 20:53:25.336457 [ 260 ] {67e8e2e9-c96b-4b9a-b58d-1aea77ee53ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5440 | 2024.12.16 20:53:25.336831 [ 260 ] {67e8e2e9-c96b-4b9a-b58d-1aea77ee53ed} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5441 | 2024.12.16 20:53:25.337076 [ 260 ] {67e8e2e9-c96b-4b9a-b58d-1aea77ee53ed} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5442 | 2024.12.16 20:53:25.337288 [ 260 ] {67e8e2e9-c96b-4b9a-b58d-1aea77ee53ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001538 sec., 39011.70351105331 rows/sec., 2.63 MiB/sec. | ||
| 5443 | 2024.12.16 20:53:25.337341 [ 260 ] {67e8e2e9-c96b-4b9a-b58d-1aea77ee53ed} <Debug> TCPHandler: Processed in 0.001764164 sec. | ||
| 5444 | 2024.12.16 20:53:26.461783 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 766 | ||
| 5445 | 2024.12.16 20:53:26.464856 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5446 | 2024.12.16 20:53:26.464910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5447 | 2024.12.16 20:53:26.466381 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5448 | 2024.12.16 20:53:26.466692 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5449 | 2024.12.16 20:53:26.467323 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 766 | ||
| 5450 | 2024.12.16 20:53:28.912656 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5451 | 2024.12.16 20:53:28.913332 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5452 | 2024.12.16 20:53:28.913385 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5453 | 2024.12.16 20:53:28.914009 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5454 | 2024.12.16 20:53:28.914279 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5455 | 2024.12.16 20:53:28.914565 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5456 | 2024.12.16 20:53:29.757352 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5457 | 2024.12.16 20:53:29.777584 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5458 | 2024.12.16 20:53:29.777646 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5459 | 2024.12.16 20:53:29.784648 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5460 | 2024.12.16 20:53:29.785396 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2024.12.16 20:53:29.788128 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5462 | 2024.12.16 20:53:30.328575 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5463 | 2024.12.16 20:53:30.328789 [ 261 ] {fc3cb7ed-fb12-4213-b373-5889fedc7c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5464 | 2024.12.16 20:53:30.328868 [ 261 ] {fc3cb7ed-fb12-4213-b373-5889fedc7c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5465 | 2024.12.16 20:53:30.329726 [ 261 ] {fc3cb7ed-fb12-4213-b373-5889fedc7c01} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5466 | 2024.12.16 20:53:30.329776 [ 261 ] {fc3cb7ed-fb12-4213-b373-5889fedc7c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5467 | 2024.12.16 20:53:30.330223 [ 261 ] {fc3cb7ed-fb12-4213-b373-5889fedc7c01} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5468 | 2024.12.16 20:53:30.330482 [ 261 ] {fc3cb7ed-fb12-4213-b373-5889fedc7c01} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5469 | 2024.12.16 20:53:30.330776 [ 261 ] {fc3cb7ed-fb12-4213-b373-5889fedc7c01} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002034 sec., 6882.9891838741405 rows/sec., 495.48 KiB/sec. | ||
| 5470 | 2024.12.16 20:53:30.331000 [ 261 ] {fc3cb7ed-fb12-4213-b373-5889fedc7c01} <Debug> TCPHandler: Processed in 0.002559009 sec. | ||
| 5471 | 2024.12.16 20:53:30.331274 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5472 | 2024.12.16 20:53:30.331489 [ 260 ] {4fa64730-01c6-446b-9d1f-699f3f6302ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5473 | 2024.12.16 20:53:30.331561 [ 260 ] {4fa64730-01c6-446b-9d1f-699f3f6302ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5474 | 2024.12.16 20:53:30.332311 [ 260 ] {4fa64730-01c6-446b-9d1f-699f3f6302ca} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5475 | 2024.12.16 20:53:30.332366 [ 260 ] {4fa64730-01c6-446b-9d1f-699f3f6302ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5476 | 2024.12.16 20:53:30.332798 [ 260 ] {4fa64730-01c6-446b-9d1f-699f3f6302ca} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5477 | 2024.12.16 20:53:30.333050 [ 260 ] {4fa64730-01c6-446b-9d1f-699f3f6302ca} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5478 | 2024.12.16 20:53:30.333318 [ 260 ] {4fa64730-01c6-446b-9d1f-699f3f6302ca} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001884 sec., 2123.1422505307855 rows/sec., 173.13 KiB/sec. | ||
| 5479 | 2024.12.16 20:53:30.333411 [ 260 ] {4fa64730-01c6-446b-9d1f-699f3f6302ca} <Debug> TCPHandler: Processed in 0.002280474 sec. | ||
| 5480 | 2024.12.16 20:53:30.333579 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5481 | 2024.12.16 20:53:30.333726 [ 261 ] {7319a28f-8925-47a2-92e3-acb0aa455c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5482 | 2024.12.16 20:53:30.333786 [ 261 ] {7319a28f-8925-47a2-92e3-acb0aa455c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5483 | 2024.12.16 20:53:30.334600 [ 261 ] {7319a28f-8925-47a2-92e3-acb0aa455c63} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5484 | 2024.12.16 20:53:30.334642 [ 261 ] {7319a28f-8925-47a2-92e3-acb0aa455c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5485 | 2024.12.16 20:53:30.335035 [ 261 ] {7319a28f-8925-47a2-92e3-acb0aa455c63} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5486 | 2024.12.16 20:53:30.335285 [ 261 ] {7319a28f-8925-47a2-92e3-acb0aa455c63} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5487 | 2024.12.16 20:53:30.335516 [ 261 ] {7319a28f-8925-47a2-92e3-acb0aa455c63} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001826 sec., 133077.7656078861 rows/sec., 11.64 MiB/sec. | ||
| 5488 | 2024.12.16 20:53:30.335573 [ 261 ] {7319a28f-8925-47a2-92e3-acb0aa455c63} <Debug> TCPHandler: Processed in 0.00206451 sec. | ||
| 5489 | 2024.12.16 20:53:30.335733 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5490 | 2024.12.16 20:53:30.335878 [ 260 ] {f7623402-a199-4c29-baf9-2a1df2e18e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5491 | 2024.12.16 20:53:30.335938 [ 260 ] {f7623402-a199-4c29-baf9-2a1df2e18e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5492 | 2024.12.16 20:53:30.336623 [ 260 ] {f7623402-a199-4c29-baf9-2a1df2e18e7d} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5493 | 2024.12.16 20:53:30.336664 [ 260 ] {f7623402-a199-4c29-baf9-2a1df2e18e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5494 | 2024.12.16 20:53:30.337032 [ 260 ] {f7623402-a199-4c29-baf9-2a1df2e18e7d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5495 | 2024.12.16 20:53:30.337278 [ 260 ] {f7623402-a199-4c29-baf9-2a1df2e18e7d} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5496 | 2024.12.16 20:53:30.337438 [ 44 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5497 | 2024.12.16 20:53:30.337517 [ 260 ] {f7623402-a199-4c29-baf9-2a1df2e18e7d} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001664 sec., 18028.846153846156 rows/sec., 1.27 MiB/sec. | ||
| 5498 | 2024.12.16 20:53:30.337564 [ 44 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5499 | 2024.12.16 20:53:30.337622 [ 260 ] {f7623402-a199-4c29-baf9-2a1df2e18e7d} <Debug> TCPHandler: Processed in 0.001951658 sec. | ||
| 5500 | 2024.12.16 20:53:30.337648 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5501 | 2024.12.16 20:53:30.337878 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5502 | 2024.12.16 20:53:30.338016 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 5503 | 2024.12.16 20:53:30.338249 [ 261 ] {3a212112-cf72-427a-aa96-cb730063c06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5504 | 2024.12.16 20:53:30.338448 [ 261 ] {3a212112-cf72-427a-aa96-cb730063c06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5505 | 2024.12.16 20:53:30.338623 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5506 | 2024.12.16 20:53:30.338760 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 67 rows starting from the beginning of the part | ||
| 5507 | 2024.12.16 20:53:30.339178 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part | ||
| 5508 | 2024.12.16 20:53:30.339520 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 25 rows starting from the beginning of the part | ||
| 5509 | 2024.12.16 20:53:30.339904 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part | ||
| 5510 | 2024.12.16 20:53:30.340401 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
| 5511 | 2024.12.16 20:53:30.341028 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 5512 | 2024.12.16 20:53:30.341912 [ 261 ] {3a212112-cf72-427a-aa96-cb730063c06b} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5513 | 2024.12.16 20:53:30.341973 [ 261 ] {3a212112-cf72-427a-aa96-cb730063c06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5514 | 2024.12.16 20:53:30.343007 [ 261 ] {3a212112-cf72-427a-aa96-cb730063c06b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5515 | 2024.12.16 20:53:30.343638 [ 261 ] {3a212112-cf72-427a-aa96-cb730063c06b} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5516 | 2024.12.16 20:53:30.343648 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.005844202 sec., 33708.62266567788 rows/sec., 2.54 MiB/sec. | ||
| 5517 | 2024.12.16 20:53:30.343865 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5518 | 2024.12.16 20:53:30.344051 [ 261 ] {3a212112-cf72-427a-aa96-cb730063c06b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005954 sec., 2351.36042996305 rows/sec., 164.67 KiB/sec. | ||
| 5519 | 2024.12.16 20:53:30.344206 [ 261 ] {3a212112-cf72-427a-aa96-cb730063c06b} <Debug> TCPHandler: Processed in 0.006474343 sec. | ||
| 5520 | 2024.12.16 20:53:30.344384 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_31_6} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5521 | 2024.12.16 20:53:30.344418 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5522 | 2024.12.16 20:53:30.344483 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_31_6} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5523 | 2024.12.16 20:53:30.344574 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5524 | 2024.12.16 20:53:30.344594 [ 260 ] {b5968f85-ccf7-4ca5-82aa-1d6c029a445b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5525 | 2024.12.16 20:53:30.344656 [ 260 ] {b5968f85-ccf7-4ca5-82aa-1d6c029a445b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5526 | 2024.12.16 20:53:30.345323 [ 260 ] {b5968f85-ccf7-4ca5-82aa-1d6c029a445b} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5527 | 2024.12.16 20:53:30.345367 [ 260 ] {b5968f85-ccf7-4ca5-82aa-1d6c029a445b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5528 | 2024.12.16 20:53:30.345724 [ 260 ] {b5968f85-ccf7-4ca5-82aa-1d6c029a445b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5529 | 2024.12.16 20:53:30.345957 [ 260 ] {b5968f85-ccf7-4ca5-82aa-1d6c029a445b} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5530 | 2024.12.16 20:53:30.346138 [ 260 ] {b5968f85-ccf7-4ca5-82aa-1d6c029a445b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001596 sec., 8145.363408521303 rows/sec., 507.86 KiB/sec. | ||
| 5531 | 2024.12.16 20:53:30.346188 [ 260 ] {b5968f85-ccf7-4ca5-82aa-1d6c029a445b} <Debug> TCPHandler: Processed in 0.001841375 sec. | ||
| 5532 | 2024.12.16 20:53:30.346327 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5533 | 2024.12.16 20:53:30.346445 [ 261 ] {5013c9cd-1c40-481b-adba-1658c1f333ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5534 | 2024.12.16 20:53:30.346499 [ 261 ] {5013c9cd-1c40-481b-adba-1658c1f333ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5535 | 2024.12.16 20:53:30.347346 [ 261 ] {5013c9cd-1c40-481b-adba-1658c1f333ec} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5536 | 2024.12.16 20:53:30.347394 [ 261 ] {5013c9cd-1c40-481b-adba-1658c1f333ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5537 | 2024.12.16 20:53:30.347791 [ 261 ] {5013c9cd-1c40-481b-adba-1658c1f333ec} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5538 | 2024.12.16 20:53:30.348030 [ 261 ] {5013c9cd-1c40-481b-adba-1658c1f333ec} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5539 | 2024.12.16 20:53:30.348281 [ 261 ] {5013c9cd-1c40-481b-adba-1658c1f333ec} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.001855 sec., 218328.8409703504 rows/sec., 15.55 MiB/sec. | ||
| 5540 | 2024.12.16 20:53:30.348461 [ 261 ] {5013c9cd-1c40-481b-adba-1658c1f333ec} <Debug> TCPHandler: Processed in 0.002184721 sec. | ||
| 5541 | 2024.12.16 20:53:30.348694 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5542 | 2024.12.16 20:53:30.348835 [ 260 ] {c951ccdd-8c40-4933-9743-47c86834e578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5543 | 2024.12.16 20:53:30.348895 [ 260 ] {c951ccdd-8c40-4933-9743-47c86834e578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5544 | 2024.12.16 20:53:30.349462 [ 260 ] {c951ccdd-8c40-4933-9743-47c86834e578} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5545 | 2024.12.16 20:53:30.349501 [ 260 ] {c951ccdd-8c40-4933-9743-47c86834e578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5546 | 2024.12.16 20:53:30.349869 [ 260 ] {c951ccdd-8c40-4933-9743-47c86834e578} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5547 | 2024.12.16 20:53:30.350108 [ 260 ] {c951ccdd-8c40-4933-9743-47c86834e578} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5548 | 2024.12.16 20:53:30.350288 [ 260 ] {c951ccdd-8c40-4933-9743-47c86834e578} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec. | ||
| 5549 | 2024.12.16 20:53:30.350338 [ 260 ] {c951ccdd-8c40-4933-9743-47c86834e578} <Debug> TCPHandler: Processed in 0.001767223 sec. | ||
| 5550 | 2024.12.16 20:53:30.350480 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5551 | 2024.12.16 20:53:30.350618 [ 261 ] {e0ab073f-9e02-4d70-b152-ab23f27f3dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5552 | 2024.12.16 20:53:30.350680 [ 261 ] {e0ab073f-9e02-4d70-b152-ab23f27f3dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5553 | 2024.12.16 20:53:30.351350 [ 261 ] {e0ab073f-9e02-4d70-b152-ab23f27f3dac} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5554 | 2024.12.16 20:53:30.351397 [ 261 ] {e0ab073f-9e02-4d70-b152-ab23f27f3dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5555 | 2024.12.16 20:53:30.351805 [ 261 ] {e0ab073f-9e02-4d70-b152-ab23f27f3dac} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5556 | 2024.12.16 20:53:30.352045 [ 261 ] {e0ab073f-9e02-4d70-b152-ab23f27f3dac} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5557 | 2024.12.16 20:53:30.352265 [ 261 ] {e0ab073f-9e02-4d70-b152-ab23f27f3dac} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001679 sec., 142346.63490172723 rows/sec., 9.54 MiB/sec. | ||
| 5558 | 2024.12.16 20:53:30.352323 [ 261 ] {e0ab073f-9e02-4d70-b152-ab23f27f3dac} <Debug> TCPHandler: Processed in 0.001903556 sec. | ||
| 5559 | 2024.12.16 20:53:30.352459 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5560 | 2024.12.16 20:53:30.352661 [ 260 ] {24bbf189-a193-4c3f-b5cd-98fda8dd7601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5561 | 2024.12.16 20:53:30.352748 [ 260 ] {24bbf189-a193-4c3f-b5cd-98fda8dd7601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5562 | 2024.12.16 20:53:30.353538 [ 260 ] {24bbf189-a193-4c3f-b5cd-98fda8dd7601} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5563 | 2024.12.16 20:53:30.353574 [ 260 ] {24bbf189-a193-4c3f-b5cd-98fda8dd7601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5564 | 2024.12.16 20:53:30.353928 [ 260 ] {24bbf189-a193-4c3f-b5cd-98fda8dd7601} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5565 | 2024.12.16 20:53:30.354163 [ 260 ] {24bbf189-a193-4c3f-b5cd-98fda8dd7601} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5566 | 2024.12.16 20:53:30.354342 [ 260 ] {24bbf189-a193-4c3f-b5cd-98fda8dd7601} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00173 sec., 578.0346820809249 rows/sec., 38.95 KiB/sec. | ||
| 5567 | 2024.12.16 20:53:30.354392 [ 260 ] {24bbf189-a193-4c3f-b5cd-98fda8dd7601} <Debug> TCPHandler: Processed in 0.001990218 sec. | ||
| 5568 | 2024.12.16 20:53:30.354603 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5569 | 2024.12.16 20:53:30.354825 [ 261 ] {c98dcccb-f484-4bc8-87d0-b4b2a7b1b2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5570 | 2024.12.16 20:53:30.354961 [ 261 ] {c98dcccb-f484-4bc8-87d0-b4b2a7b1b2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5571 | 2024.12.16 20:53:30.356321 [ 261 ] {c98dcccb-f484-4bc8-87d0-b4b2a7b1b2bd} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5572 | 2024.12.16 20:53:30.356360 [ 261 ] {c98dcccb-f484-4bc8-87d0-b4b2a7b1b2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5573 | 2024.12.16 20:53:30.356994 [ 261 ] {c98dcccb-f484-4bc8-87d0-b4b2a7b1b2bd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5574 | 2024.12.16 20:53:30.357265 [ 261 ] {c98dcccb-f484-4bc8-87d0-b4b2a7b1b2bd} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5575 | 2024.12.16 20:53:30.357446 [ 62 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5576 | 2024.12.16 20:53:30.357516 [ 62 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5577 | 2024.12.16 20:53:30.357545 [ 261 ] {c98dcccb-f484-4bc8-87d0-b4b2a7b1b2bd} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002765 sec., 6871.609403254973 rows/sec., 12.31 MiB/sec. | ||
| 5578 | 2024.12.16 20:53:30.357556 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5579 | 2024.12.16 20:53:30.357834 [ 261 ] {c98dcccb-f484-4bc8-87d0-b4b2a7b1b2bd} <Debug> TCPHandler: Processed in 0.003344194 sec. | ||
| 5580 | 2024.12.16 20:53:30.357849 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 5581 | 2024.12.16 20:53:30.358029 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5582 | 2024.12.16 20:53:30.358304 [ 260 ] {995bffd8-4a1c-46b0-be80-eed26391a5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5583 | 2024.12.16 20:53:30.358380 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5584 | 2024.12.16 20:53:30.358410 [ 260 ] {995bffd8-4a1c-46b0-be80-eed26391a5f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5585 | 2024.12.16 20:53:30.358572 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 516 rows starting from the beginning of the part | ||
| 5586 | 2024.12.16 20:53:30.359407 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 19 rows starting from the beginning of the part | ||
| 5587 | 2024.12.16 20:53:30.359994 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part | ||
| 5588 | 2024.12.16 20:53:30.360590 [ 260 ] {995bffd8-4a1c-46b0-be80-eed26391a5f0} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5589 | 2024.12.16 20:53:30.360666 [ 260 ] {995bffd8-4a1c-46b0-be80-eed26391a5f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5590 | 2024.12.16 20:53:30.360678 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 19 rows starting from the beginning of the part | ||
| 5591 | 2024.12.16 20:53:30.361354 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
| 5592 | 2024.12.16 20:53:30.361970 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 19 rows starting from the beginning of the part | ||
| 5593 | 2024.12.16 20:53:30.362022 [ 260 ] {995bffd8-4a1c-46b0-be80-eed26391a5f0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5594 | 2024.12.16 20:53:30.362750 [ 260 ] {995bffd8-4a1c-46b0-be80-eed26391a5f0} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5595 | 2024.12.16 20:53:30.363278 [ 260 ] {995bffd8-4a1c-46b0-be80-eed26391a5f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005036 sec., 16282.764098490867 rows/sec., 1.03 MiB/sec. | ||
| 5596 | 2024.12.16 20:53:30.363529 [ 260 ] {995bffd8-4a1c-46b0-be80-eed26391a5f0} <Debug> TCPHandler: Processed in 0.005597806 sec. | ||
| 5597 | 2024.12.16 20:53:30.368194 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 619 rows, containing 19 columns (19 merged, 0 gathered) in 0.01050788 sec., 58908.17177204155 rows/sec., 105.56 MiB/sec. | ||
| 5598 | 2024.12.16 20:53:30.369053 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5599 | 2024.12.16 20:53:30.369521 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5600 | 2024.12.16 20:53:30.369623 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5601 | 2024.12.16 20:53:30.369790 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
| 5602 | 2024.12.16 20:53:35.324428 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5603 | 2024.12.16 20:53:35.324651 [ 261 ] {944db0a1-854a-4b4c-a03b-b4d7063d5b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5604 | 2024.12.16 20:53:35.324730 [ 261 ] {944db0a1-854a-4b4c-a03b-b4d7063d5b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5605 | 2024.12.16 20:53:35.325643 [ 261 ] {944db0a1-854a-4b4c-a03b-b4d7063d5b9e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5606 | 2024.12.16 20:53:35.325690 [ 261 ] {944db0a1-854a-4b4c-a03b-b4d7063d5b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5607 | 2024.12.16 20:53:35.326138 [ 261 ] {944db0a1-854a-4b4c-a03b-b4d7063d5b9e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5608 | 2024.12.16 20:53:35.326391 [ 261 ] {944db0a1-854a-4b4c-a03b-b4d7063d5b9e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5609 | 2024.12.16 20:53:35.326643 [ 261 ] {944db0a1-854a-4b4c-a03b-b4d7063d5b9e} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.002048 sec., 49804.6875 rows/sec., 4.14 MiB/sec. | ||
| 5610 | 2024.12.16 20:53:35.326707 [ 261 ] {944db0a1-854a-4b4c-a03b-b4d7063d5b9e} <Debug> TCPHandler: Processed in 0.002411336 sec. | ||
| 5611 | 2024.12.16 20:53:35.326975 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5612 | 2024.12.16 20:53:35.327186 [ 260 ] {02e50a38-045f-4e21-b776-c7c595f8cd0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5613 | 2024.12.16 20:53:35.327296 [ 260 ] {02e50a38-045f-4e21-b776-c7c595f8cd0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5614 | 2024.12.16 20:53:35.328069 [ 260 ] {02e50a38-045f-4e21-b776-c7c595f8cd0e} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5615 | 2024.12.16 20:53:35.328126 [ 260 ] {02e50a38-045f-4e21-b776-c7c595f8cd0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5616 | 2024.12.16 20:53:35.328560 [ 260 ] {02e50a38-045f-4e21-b776-c7c595f8cd0e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5617 | 2024.12.16 20:53:35.328812 [ 260 ] {02e50a38-045f-4e21-b776-c7c595f8cd0e} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5618 | 2024.12.16 20:53:35.329078 [ 260 ] {02e50a38-045f-4e21-b776-c7c595f8cd0e} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00195 sec., 11794.871794871795 rows/sec., 886.92 KiB/sec. | ||
| 5619 | 2024.12.16 20:53:35.329316 [ 260 ] {02e50a38-045f-4e21-b776-c7c595f8cd0e} <Debug> TCPHandler: Processed in 0.002472897 sec. | ||
| 5620 | 2024.12.16 20:53:35.329579 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5621 | 2024.12.16 20:53:35.329815 [ 261 ] {b20bd8f8-9e0f-41b0-acaf-10703065bc10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5622 | 2024.12.16 20:53:35.329909 [ 261 ] {b20bd8f8-9e0f-41b0-acaf-10703065bc10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5623 | 2024.12.16 20:53:35.330870 [ 261 ] {b20bd8f8-9e0f-41b0-acaf-10703065bc10} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5624 | 2024.12.16 20:53:35.330911 [ 261 ] {b20bd8f8-9e0f-41b0-acaf-10703065bc10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5625 | 2024.12.16 20:53:35.331284 [ 261 ] {b20bd8f8-9e0f-41b0-acaf-10703065bc10} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5626 | 2024.12.16 20:53:35.331525 [ 261 ] {b20bd8f8-9e0f-41b0-acaf-10703065bc10} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5627 | 2024.12.16 20:53:35.331747 [ 261 ] {b20bd8f8-9e0f-41b0-acaf-10703065bc10} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001991 sec., 43696.634856855846 rows/sec., 3.41 MiB/sec. | ||
| 5628 | 2024.12.16 20:53:35.331800 [ 261 ] {b20bd8f8-9e0f-41b0-acaf-10703065bc10} <Debug> TCPHandler: Processed in 0.002335555 sec. | ||
| 5629 | 2024.12.16 20:53:35.331946 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5630 | 2024.12.16 20:53:35.332085 [ 260 ] {9d8f3f0e-8b7a-470b-b1ed-34e08ae2df33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5631 | 2024.12.16 20:53:35.332147 [ 260 ] {9d8f3f0e-8b7a-470b-b1ed-34e08ae2df33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5632 | 2024.12.16 20:53:35.332786 [ 260 ] {9d8f3f0e-8b7a-470b-b1ed-34e08ae2df33} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5633 | 2024.12.16 20:53:35.332825 [ 260 ] {9d8f3f0e-8b7a-470b-b1ed-34e08ae2df33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5634 | 2024.12.16 20:53:35.333220 [ 260 ] {9d8f3f0e-8b7a-470b-b1ed-34e08ae2df33} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5635 | 2024.12.16 20:53:35.333457 [ 260 ] {9d8f3f0e-8b7a-470b-b1ed-34e08ae2df33} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5636 | 2024.12.16 20:53:35.333661 [ 260 ] {9d8f3f0e-8b7a-470b-b1ed-34e08ae2df33} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
| 5637 | 2024.12.16 20:53:35.333714 [ 260 ] {9d8f3f0e-8b7a-470b-b1ed-34e08ae2df33} <Debug> TCPHandler: Processed in 0.001833065 sec. | ||
| 5638 | 2024.12.16 20:53:35.333865 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5639 | 2024.12.16 20:53:35.334004 [ 261 ] {a093fc24-b649-47df-9a43-490baca5ff10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5640 | 2024.12.16 20:53:35.334096 [ 261 ] {a093fc24-b649-47df-9a43-490baca5ff10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5641 | 2024.12.16 20:53:35.335292 [ 261 ] {a093fc24-b649-47df-9a43-490baca5ff10} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5642 | 2024.12.16 20:53:35.335331 [ 261 ] {a093fc24-b649-47df-9a43-490baca5ff10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5643 | 2024.12.16 20:53:35.335953 [ 261 ] {a093fc24-b649-47df-9a43-490baca5ff10} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5644 | 2024.12.16 20:53:35.336215 [ 261 ] {a093fc24-b649-47df-9a43-490baca5ff10} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5645 | 2024.12.16 20:53:35.336449 [ 261 ] {a093fc24-b649-47df-9a43-490baca5ff10} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002476 sec., 9289.176090468498 rows/sec., 16.65 MiB/sec. | ||
| 5646 | 2024.12.16 20:53:35.336543 [ 261 ] {a093fc24-b649-47df-9a43-490baca5ff10} <Debug> TCPHandler: Processed in 0.002741542 sec. | ||
| 5647 | 2024.12.16 20:53:35.336735 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5648 | 2024.12.16 20:53:35.336937 [ 260 ] {9e4848b1-f3d4-4cf3-abed-957f589c7872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5649 | 2024.12.16 20:53:35.337024 [ 260 ] {9e4848b1-f3d4-4cf3-abed-957f589c7872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5650 | 2024.12.16 20:53:35.337761 [ 260 ] {9e4848b1-f3d4-4cf3-abed-957f589c7872} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5651 | 2024.12.16 20:53:35.337801 [ 260 ] {9e4848b1-f3d4-4cf3-abed-957f589c7872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5652 | 2024.12.16 20:53:35.338170 [ 260 ] {9e4848b1-f3d4-4cf3-abed-957f589c7872} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5653 | 2024.12.16 20:53:35.338404 [ 260 ] {9e4848b1-f3d4-4cf3-abed-957f589c7872} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5654 | 2024.12.16 20:53:35.338644 [ 260 ] {9e4848b1-f3d4-4cf3-abed-957f589c7872} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001749 sec., 34305.31732418525 rows/sec., 2.31 MiB/sec. | ||
| 5655 | 2024.12.16 20:53:35.338814 [ 260 ] {9e4848b1-f3d4-4cf3-abed-957f589c7872} <Debug> TCPHandler: Processed in 0.002170581 sec. | ||
| 5656 | 2024.12.16 20:53:36.285279 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5657 | 2024.12.16 20:53:36.285335 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5658 | 2024.12.16 20:53:36.415664 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5659 | 2024.12.16 20:53:36.416366 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5660 | 2024.12.16 20:53:36.416416 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5661 | 2024.12.16 20:53:36.416975 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5662 | 2024.12.16 20:53:36.417224 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5663 | 2024.12.16 20:53:36.417471 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5664 | 2024.12.16 20:53:36.468520 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 802 | ||
| 5665 | 2024.12.16 20:53:36.471646 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5666 | 2024.12.16 20:53:36.471691 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5667 | 2024.12.16 20:53:36.473157 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5668 | 2024.12.16 20:53:36.473465 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5669 | 2024.12.16 20:53:36.474638 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 802 | ||
| 5670 | 2024.12.16 20:53:37.289176 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5671 | 2024.12.16 20:53:37.309984 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5672 | 2024.12.16 20:53:37.310041 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5673 | 2024.12.16 20:53:37.317576 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5674 | 2024.12.16 20:53:37.318353 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5675 | 2024.12.16 20:53:37.321138 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5676 | 2024.12.16 20:53:40.328695 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5677 | 2024.12.16 20:53:40.328921 [ 261 ] {26d1fd99-00b8-4d61-b0b2-b299750df3a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5678 | 2024.12.16 20:53:40.329001 [ 261 ] {26d1fd99-00b8-4d61-b0b2-b299750df3a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5679 | 2024.12.16 20:53:40.329803 [ 261 ] {26d1fd99-00b8-4d61-b0b2-b299750df3a1} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5680 | 2024.12.16 20:53:40.329856 [ 261 ] {26d1fd99-00b8-4d61-b0b2-b299750df3a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5681 | 2024.12.16 20:53:40.330296 [ 261 ] {26d1fd99-00b8-4d61-b0b2-b299750df3a1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5682 | 2024.12.16 20:53:40.330565 [ 261 ] {26d1fd99-00b8-4d61-b0b2-b299750df3a1} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5683 | 2024.12.16 20:53:40.330808 [ 261 ] {26d1fd99-00b8-4d61-b0b2-b299750df3a1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec. | ||
| 5684 | 2024.12.16 20:53:40.330920 [ 261 ] {26d1fd99-00b8-4d61-b0b2-b299750df3a1} <Debug> TCPHandler: Processed in 0.002352695 sec. | ||
| 5685 | 2024.12.16 20:53:40.331182 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5686 | 2024.12.16 20:53:40.331386 [ 260 ] {fc03b116-4b90-4d9f-94ee-966290d4f34e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5687 | 2024.12.16 20:53:40.331463 [ 260 ] {fc03b116-4b90-4d9f-94ee-966290d4f34e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5688 | 2024.12.16 20:53:40.332299 [ 260 ] {fc03b116-4b90-4d9f-94ee-966290d4f34e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5689 | 2024.12.16 20:53:40.332347 [ 260 ] {fc03b116-4b90-4d9f-94ee-966290d4f34e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5690 | 2024.12.16 20:53:40.332796 [ 260 ] {fc03b116-4b90-4d9f-94ee-966290d4f34e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5691 | 2024.12.16 20:53:40.333061 [ 260 ] {fc03b116-4b90-4d9f-94ee-966290d4f34e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5692 | 2024.12.16 20:53:40.333305 [ 260 ] {fc03b116-4b90-4d9f-94ee-966290d4f34e} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.001974 sec., 122087.1327254306 rows/sec., 10.70 MiB/sec. | ||
| 5693 | 2024.12.16 20:53:40.333367 [ 260 ] {fc03b116-4b90-4d9f-94ee-966290d4f34e} <Debug> TCPHandler: Processed in 0.002328855 sec. | ||
| 5694 | 2024.12.16 20:53:40.333512 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5695 | 2024.12.16 20:53:40.333651 [ 261 ] {e39f6221-59ed-40ed-a5d9-32a7bb8b7bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5696 | 2024.12.16 20:53:40.333711 [ 261 ] {e39f6221-59ed-40ed-a5d9-32a7bb8b7bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5697 | 2024.12.16 20:53:40.334395 [ 261 ] {e39f6221-59ed-40ed-a5d9-32a7bb8b7bab} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5698 | 2024.12.16 20:53:40.334443 [ 261 ] {e39f6221-59ed-40ed-a5d9-32a7bb8b7bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5699 | 2024.12.16 20:53:40.334852 [ 261 ] {e39f6221-59ed-40ed-a5d9-32a7bb8b7bab} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5700 | 2024.12.16 20:53:40.335095 [ 261 ] {e39f6221-59ed-40ed-a5d9-32a7bb8b7bab} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5701 | 2024.12.16 20:53:40.335352 [ 261 ] {e39f6221-59ed-40ed-a5d9-32a7bb8b7bab} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001726 sec., 15063.731170336036 rows/sec., 1.07 MiB/sec. | ||
| 5702 | 2024.12.16 20:53:40.335562 [ 261 ] {e39f6221-59ed-40ed-a5d9-32a7bb8b7bab} <Debug> TCPHandler: Processed in 0.002112151 sec. | ||
| 5703 | 2024.12.16 20:53:40.335786 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5704 | 2024.12.16 20:53:40.335931 [ 260 ] {00b1c4c4-d706-4763-8609-73f9e96ad9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5705 | 2024.12.16 20:53:40.335992 [ 260 ] {00b1c4c4-d706-4763-8609-73f9e96ad9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5706 | 2024.12.16 20:53:40.336687 [ 260 ] {00b1c4c4-d706-4763-8609-73f9e96ad9a5} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5707 | 2024.12.16 20:53:40.336736 [ 260 ] {00b1c4c4-d706-4763-8609-73f9e96ad9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5708 | 2024.12.16 20:53:40.337099 [ 260 ] {00b1c4c4-d706-4763-8609-73f9e96ad9a5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5709 | 2024.12.16 20:53:40.337335 [ 260 ] {00b1c4c4-d706-4763-8609-73f9e96ad9a5} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5710 | 2024.12.16 20:53:40.337573 [ 260 ] {00b1c4c4-d706-4763-8609-73f9e96ad9a5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00167 sec., 8383.233532934131 rows/sec., 587.11 KiB/sec. | ||
| 5711 | 2024.12.16 20:53:40.337670 [ 260 ] {00b1c4c4-d706-4763-8609-73f9e96ad9a5} <Debug> TCPHandler: Processed in 0.002011768 sec. | ||
| 5712 | 2024.12.16 20:53:40.337816 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5713 | 2024.12.16 20:53:40.337954 [ 261 ] {7f666391-9790-42d8-9c4c-d09d39fce8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5714 | 2024.12.16 20:53:40.338011 [ 261 ] {7f666391-9790-42d8-9c4c-d09d39fce8b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5715 | 2024.12.16 20:53:40.338679 [ 261 ] {7f666391-9790-42d8-9c4c-d09d39fce8b0} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5716 | 2024.12.16 20:53:40.338729 [ 261 ] {7f666391-9790-42d8-9c4c-d09d39fce8b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5717 | 2024.12.16 20:53:40.339090 [ 261 ] {7f666391-9790-42d8-9c4c-d09d39fce8b0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5718 | 2024.12.16 20:53:40.339329 [ 261 ] {7f666391-9790-42d8-9c4c-d09d39fce8b0} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5719 | 2024.12.16 20:53:40.339624 [ 261 ] {7f666391-9790-42d8-9c4c-d09d39fce8b0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001677 sec., 7751.937984496123 rows/sec., 483.33 KiB/sec. | ||
| 5720 | 2024.12.16 20:53:40.339782 [ 261 ] {7f666391-9790-42d8-9c4c-d09d39fce8b0} <Debug> TCPHandler: Processed in 0.002036328 sec. | ||
| 5721 | 2024.12.16 20:53:40.339927 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5722 | 2024.12.16 20:53:40.340066 [ 260 ] {a10afded-0380-4360-a1c0-040a102ea0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5723 | 2024.12.16 20:53:40.340125 [ 260 ] {a10afded-0380-4360-a1c0-040a102ea0cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5724 | 2024.12.16 20:53:40.340921 [ 260 ] {a10afded-0380-4360-a1c0-040a102ea0cb} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5725 | 2024.12.16 20:53:40.340961 [ 260 ] {a10afded-0380-4360-a1c0-040a102ea0cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5726 | 2024.12.16 20:53:40.341336 [ 260 ] {a10afded-0380-4360-a1c0-040a102ea0cb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5727 | 2024.12.16 20:53:40.341575 [ 260 ] {a10afded-0380-4360-a1c0-040a102ea0cb} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5728 | 2024.12.16 20:53:40.341804 [ 260 ] {a10afded-0380-4360-a1c0-040a102ea0cb} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001767 sec., 226938.31352574987 rows/sec., 16.14 MiB/sec. | ||
| 5729 | 2024.12.16 20:53:40.341926 [ 260 ] {a10afded-0380-4360-a1c0-040a102ea0cb} <Debug> TCPHandler: Processed in 0.002066799 sec. | ||
| 5730 | 2024.12.16 20:53:40.342080 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5731 | 2024.12.16 20:53:40.342219 [ 261 ] {30d756f7-984e-4535-84ec-60c961c4f9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5732 | 2024.12.16 20:53:40.342279 [ 261 ] {30d756f7-984e-4535-84ec-60c961c4f9e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5733 | 2024.12.16 20:53:40.342822 [ 261 ] {30d756f7-984e-4535-84ec-60c961c4f9e2} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5734 | 2024.12.16 20:53:40.342862 [ 261 ] {30d756f7-984e-4535-84ec-60c961c4f9e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5735 | 2024.12.16 20:53:40.343230 [ 261 ] {30d756f7-984e-4535-84ec-60c961c4f9e2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5736 | 2024.12.16 20:53:40.343467 [ 261 ] {30d756f7-984e-4535-84ec-60c961c4f9e2} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5737 | 2024.12.16 20:53:40.343630 [ 125 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5738 | 2024.12.16 20:53:40.343697 [ 261 ] {30d756f7-984e-4535-84ec-60c961c4f9e2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 208.29 KiB/sec. | ||
| 5739 | 2024.12.16 20:53:40.343716 [ 125 ] {} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5740 | 2024.12.16 20:53:40.343777 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5741 | 2024.12.16 20:53:40.343824 [ 261 ] {30d756f7-984e-4535-84ec-60c961c4f9e2} <Debug> TCPHandler: Processed in 0.001810024 sec. | ||
| 5742 | 2024.12.16 20:53:40.344072 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5743 | 2024.12.16 20:53:40.344562 [ 260 ] {f23ebba4-93d3-4b0e-8455-94d580159ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5744 | 2024.12.16 20:53:40.344647 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 5745 | 2024.12.16 20:53:40.344682 [ 260 ] {f23ebba4-93d3-4b0e-8455-94d580159ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5746 | 2024.12.16 20:53:40.345253 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5747 | 2024.12.16 20:53:40.345551 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 5748 | 2024.12.16 20:53:40.346124 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 5749 | 2024.12.16 20:53:40.346628 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 5750 | 2024.12.16 20:53:40.347012 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 5751 | 2024.12.16 20:53:40.347328 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 5752 | 2024.12.16 20:53:40.347654 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 5753 | 2024.12.16 20:53:40.348295 [ 260 ] {f23ebba4-93d3-4b0e-8455-94d580159ca0} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5754 | 2024.12.16 20:53:40.348354 [ 260 ] {f23ebba4-93d3-4b0e-8455-94d580159ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5755 | 2024.12.16 20:53:40.349444 [ 260 ] {f23ebba4-93d3-4b0e-8455-94d580159ca0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5756 | 2024.12.16 20:53:40.350011 [ 260 ] {f23ebba4-93d3-4b0e-8455-94d580159ca0} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5757 | 2024.12.16 20:53:40.350316 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.00631433 sec., 15203.51327852678 rows/sec., 794.32 KiB/sec. | ||
| 5758 | 2024.12.16 20:53:40.350729 [ 260 ] {f23ebba4-93d3-4b0e-8455-94d580159ca0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006311 sec., 37553.478054191095 rows/sec., 2.52 MiB/sec. | ||
| 5759 | 2024.12.16 20:53:40.350754 [ 197 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5760 | 2024.12.16 20:53:40.351125 [ 260 ] {f23ebba4-93d3-4b0e-8455-94d580159ca0} <Debug> TCPHandler: Processed in 0.007201348 sec. | ||
| 5761 | 2024.12.16 20:53:40.351354 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5762 | 2024.12.16 20:53:40.351508 [ 197 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_16_3} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5763 | 2024.12.16 20:53:40.351608 [ 261 ] {3003e3b2-fe16-419e-ba76-edb683dbd205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5764 | 2024.12.16 20:53:40.351689 [ 197 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_16_3} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5765 | 2024.12.16 20:53:40.351720 [ 261 ] {3003e3b2-fe16-419e-ba76-edb683dbd205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5766 | 2024.12.16 20:53:40.351902 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5767 | 2024.12.16 20:53:40.352356 [ 261 ] {3003e3b2-fe16-419e-ba76-edb683dbd205} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5768 | 2024.12.16 20:53:40.352400 [ 261 ] {3003e3b2-fe16-419e-ba76-edb683dbd205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5769 | 2024.12.16 20:53:40.352769 [ 261 ] {3003e3b2-fe16-419e-ba76-edb683dbd205} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5770 | 2024.12.16 20:53:40.353014 [ 261 ] {3003e3b2-fe16-419e-ba76-edb683dbd205} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5771 | 2024.12.16 20:53:40.353162 [ 125 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5772 | 2024.12.16 20:53:40.353229 [ 125 ] {} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5773 | 2024.12.16 20:53:40.353265 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5774 | 2024.12.16 20:53:40.353282 [ 261 ] {3003e3b2-fe16-419e-ba76-edb683dbd205} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001741 sec., 574.3825387708214 rows/sec., 38.70 KiB/sec. | ||
| 5775 | 2024.12.16 20:53:40.353484 [ 261 ] {3003e3b2-fe16-419e-ba76-edb683dbd205} <Debug> TCPHandler: Processed in 0.002254233 sec. | ||
| 5776 | 2024.12.16 20:53:40.353554 [ 187 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 5777 | 2024.12.16 20:53:40.353761 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5778 | 2024.12.16 20:53:40.353826 [ 187 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5779 | 2024.12.16 20:53:40.353869 [ 187 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part | ||
| 5780 | 2024.12.16 20:53:40.354037 [ 260 ] {37217cb9-2723-4e9c-ac12-ab6554e9f4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5781 | 2024.12.16 20:53:40.354111 [ 187 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 5782 | 2024.12.16 20:53:40.354395 [ 187 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 5783 | 2024.12.16 20:53:40.354434 [ 260 ] {37217cb9-2723-4e9c-ac12-ab6554e9f4a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5784 | 2024.12.16 20:53:40.354751 [ 187 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 5785 | 2024.12.16 20:53:40.355136 [ 187 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 5786 | 2024.12.16 20:53:40.355504 [ 187 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 5787 | 2024.12.16 20:53:40.359334 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.005964883 sec., 2850.0139902157343 rows/sec., 191.39 KiB/sec. | ||
| 5788 | 2024.12.16 20:53:40.359599 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5789 | 2024.12.16 20:53:40.359874 [ 260 ] {37217cb9-2723-4e9c-ac12-ab6554e9f4a5} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5790 | 2024.12.16 20:53:40.359939 [ 260 ] {37217cb9-2723-4e9c-ac12-ab6554e9f4a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5791 | 2024.12.16 20:53:40.360294 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_16_3} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5792 | 2024.12.16 20:53:40.360476 [ 189 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_16_3} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5793 | 2024.12.16 20:53:40.360649 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5794 | 2024.12.16 20:53:40.361070 [ 260 ] {37217cb9-2723-4e9c-ac12-ab6554e9f4a5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5795 | 2024.12.16 20:53:40.361349 [ 260 ] {37217cb9-2723-4e9c-ac12-ab6554e9f4a5} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5796 | 2024.12.16 20:53:40.361595 [ 260 ] {37217cb9-2723-4e9c-ac12-ab6554e9f4a5} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.00767 sec., 2477.1838331160366 rows/sec., 4.44 MiB/sec. | ||
| 5797 | 2024.12.16 20:53:40.361720 [ 260 ] {37217cb9-2723-4e9c-ac12-ab6554e9f4a5} <Debug> TCPHandler: Processed in 0.008135706 sec. | ||
| 5798 | 2024.12.16 20:53:40.361872 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5799 | 2024.12.16 20:53:40.362009 [ 261 ] {d251c0c0-838b-4b5c-9d3b-288c278a5664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5800 | 2024.12.16 20:53:40.362068 [ 261 ] {d251c0c0-838b-4b5c-9d3b-288c278a5664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5801 | 2024.12.16 20:53:40.362632 [ 261 ] {d251c0c0-838b-4b5c-9d3b-288c278a5664} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5802 | 2024.12.16 20:53:40.362679 [ 261 ] {d251c0c0-838b-4b5c-9d3b-288c278a5664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 5803 | 2024.12.16 20:53:40.363058 [ 261 ] {d251c0c0-838b-4b5c-9d3b-288c278a5664} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5804 | 2024.12.16 20:53:40.363291 [ 261 ] {d251c0c0-838b-4b5c-9d3b-288c278a5664} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5805 | 2024.12.16 20:53:40.363508 [ 261 ] {d251c0c0-838b-4b5c-9d3b-288c278a5664} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec. | ||
| 5806 | 2024.12.16 20:53:40.363561 [ 261 ] {d251c0c0-838b-4b5c-9d3b-288c278a5664} <Debug> TCPHandler: Processed in 0.001755574 sec. | ||
| 5807 | 2024.12.16 20:53:43.918570 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5808 | 2024.12.16 20:53:43.919233 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5809 | 2024.12.16 20:53:43.919279 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5810 | 2024.12.16 20:53:43.919805 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5811 | 2024.12.16 20:53:43.920058 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5812 | 2024.12.16 20:53:43.920315 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5813 | 2024.12.16 20:53:44.223413 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5814 | 2024.12.16 20:53:44.223627 [ 261 ] {67cfb48c-7928-4aea-b138-a9bf411d0df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5815 | 2024.12.16 20:53:44.223708 [ 261 ] {67cfb48c-7928-4aea-b138-a9bf411d0df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5816 | 2024.12.16 20:53:44.224451 [ 261 ] {67cfb48c-7928-4aea-b138-a9bf411d0df7} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5817 | 2024.12.16 20:53:44.224497 [ 261 ] {67cfb48c-7928-4aea-b138-a9bf411d0df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5818 | 2024.12.16 20:53:44.224915 [ 261 ] {67cfb48c-7928-4aea-b138-a9bf411d0df7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5819 | 2024.12.16 20:53:44.225181 [ 261 ] {67cfb48c-7928-4aea-b138-a9bf411d0df7} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5820 | 2024.12.16 20:53:44.225433 [ 261 ] {67cfb48c-7928-4aea-b138-a9bf411d0df7} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001861 sec., 4298.76410531972 rows/sec., 350.53 KiB/sec. | ||
| 5821 | 2024.12.16 20:53:44.225610 [ 261 ] {67cfb48c-7928-4aea-b138-a9bf411d0df7} <Debug> TCPHandler: Processed in 0.002325744 sec. | ||
| 5822 | 2024.12.16 20:53:44.225862 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5823 | 2024.12.16 20:53:44.226069 [ 260 ] {35d93b48-ea49-4eb6-be69-d896803b1066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5824 | 2024.12.16 20:53:44.226147 [ 260 ] {35d93b48-ea49-4eb6-be69-d896803b1066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5825 | 2024.12.16 20:53:44.227458 [ 260 ] {35d93b48-ea49-4eb6-be69-d896803b1066} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5826 | 2024.12.16 20:53:44.227503 [ 260 ] {35d93b48-ea49-4eb6-be69-d896803b1066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5827 | 2024.12.16 20:53:44.227991 [ 260 ] {35d93b48-ea49-4eb6-be69-d896803b1066} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5828 | 2024.12.16 20:53:44.228241 [ 260 ] {35d93b48-ea49-4eb6-be69-d896803b1066} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5829 | 2024.12.16 20:53:44.228413 [ 151 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5830 | 2024.12.16 20:53:44.228481 [ 151 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5831 | 2024.12.16 20:53:44.228492 [ 260 ] {35d93b48-ea49-4eb6-be69-d896803b1066} <Debug> executeQuery: Read 1246 rows, 105.10 KiB in 0.00247 sec., 504453.44129554654 rows/sec., 41.55 MiB/sec. | ||
| 5832 | 2024.12.16 20:53:44.228521 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5833 | 2024.12.16 20:53:44.228636 [ 260 ] {35d93b48-ea49-4eb6-be69-d896803b1066} <Debug> TCPHandler: Processed in 0.002904856 sec. | ||
| 5834 | 2024.12.16 20:53:44.228772 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 5835 | 2024.12.16 20:53:44.228825 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5836 | 2024.12.16 20:53:44.228914 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5837 | 2024.12.16 20:53:44.228962 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1437 rows starting from the beginning of the part | ||
| 5838 | 2024.12.16 20:53:44.228984 [ 261 ] {105adcae-f126-4f1a-b828-96c6b446a746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5839 | 2024.12.16 20:53:44.229061 [ 261 ] {105adcae-f126-4f1a-b828-96c6b446a746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5840 | 2024.12.16 20:53:44.229074 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 102 rows starting from the beginning of the part | ||
| 5841 | 2024.12.16 20:53:44.229635 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 243 rows starting from the beginning of the part | ||
| 5842 | 2024.12.16 20:53:44.229888 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 102 rows starting from the beginning of the part | ||
| 5843 | 2024.12.16 20:53:44.230274 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 241 rows starting from the beginning of the part | ||
| 5844 | 2024.12.16 20:53:44.230632 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1246 rows starting from the beginning of the part | ||
| 5845 | 2024.12.16 20:53:44.231620 [ 261 ] {105adcae-f126-4f1a-b828-96c6b446a746} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5846 | 2024.12.16 20:53:44.231666 [ 261 ] {105adcae-f126-4f1a-b828-96c6b446a746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5847 | 2024.12.16 20:53:44.232189 [ 261 ] {105adcae-f126-4f1a-b828-96c6b446a746} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5848 | 2024.12.16 20:53:44.232471 [ 261 ] {105adcae-f126-4f1a-b828-96c6b446a746} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2024.12.16 20:53:44.232744 [ 261 ] {105adcae-f126-4f1a-b828-96c6b446a746} <Debug> executeQuery: Read 31 rows, 2.29 KiB in 0.003787 sec., 8185.8991285978345 rows/sec., 604.19 KiB/sec. | ||
| 5850 | 2024.12.16 20:53:44.233014 [ 261 ] {105adcae-f126-4f1a-b828-96c6b446a746} <Debug> TCPHandler: Processed in 0.004271411 sec. | ||
| 5851 | 2024.12.16 20:53:44.233374 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5852 | 2024.12.16 20:53:44.233923 [ 260 ] {68a6d982-a06c-499e-a1b4-edaef97ca2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5853 | 2024.12.16 20:53:44.233983 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3371 rows, containing 5 columns (5 merged, 0 gathered) in 0.005334642 sec., 631907.4457105089 rows/sec., 55.26 MiB/sec. | ||
| 5854 | 2024.12.16 20:53:44.234104 [ 260 ] {68a6d982-a06c-499e-a1b4-edaef97ca2b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5855 | 2024.12.16 20:53:44.234337 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5856 | 2024.12.16 20:53:44.234889 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_41_8} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5857 | 2024.12.16 20:53:44.235017 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_41_8} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5858 | 2024.12.16 20:53:44.235151 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 5859 | 2024.12.16 20:53:44.235374 [ 260 ] {68a6d982-a06c-499e-a1b4-edaef97ca2b0} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5860 | 2024.12.16 20:53:44.235418 [ 260 ] {68a6d982-a06c-499e-a1b4-edaef97ca2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5861 | 2024.12.16 20:53:44.235776 [ 260 ] {68a6d982-a06c-499e-a1b4-edaef97ca2b0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5862 | 2024.12.16 20:53:44.236015 [ 260 ] {68a6d982-a06c-499e-a1b4-edaef97ca2b0} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5863 | 2024.12.16 20:53:44.236176 [ 151 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5864 | 2024.12.16 20:53:44.236231 [ 151 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5865 | 2024.12.16 20:53:44.236264 [ 260 ] {68a6d982-a06c-499e-a1b4-edaef97ca2b0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002531 sec., 90082.97115764521 rows/sec., 6.10 MiB/sec. | ||
| 5866 | 2024.12.16 20:53:44.236271 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5867 | 2024.12.16 20:53:44.236416 [ 260 ] {68a6d982-a06c-499e-a1b4-edaef97ca2b0} <Debug> TCPHandler: Processed in 0.003269093 sec. | ||
| 5868 | 2024.12.16 20:53:44.236478 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 5869 | 2024.12.16 20:53:44.236610 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5870 | 2024.12.16 20:53:44.236629 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5871 | 2024.12.16 20:53:44.236685 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 5872 | 2024.12.16 20:53:44.236899 [ 261 ] {c219c5e3-e1a6-4cee-b0bd-e11173b74884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5873 | 2024.12.16 20:53:44.236915 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 5874 | 2024.12.16 20:53:44.237078 [ 261 ] {c219c5e3-e1a6-4cee-b0bd-e11173b74884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5875 | 2024.12.16 20:53:44.237207 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 5876 | 2024.12.16 20:53:44.237502 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 5877 | 2024.12.16 20:53:44.237803 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 5878 | 2024.12.16 20:53:44.238211 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 5879 | 2024.12.16 20:53:44.240281 [ 261 ] {c219c5e3-e1a6-4cee-b0bd-e11173b74884} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5880 | 2024.12.16 20:53:44.240354 [ 261 ] {c219c5e3-e1a6-4cee-b0bd-e11173b74884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5881 | 2024.12.16 20:53:44.240888 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.004487836 sec., 165112.9854121229 rows/sec., 11.82 MiB/sec. | ||
| 5882 | 2024.12.16 20:53:44.241074 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5883 | 2024.12.16 20:53:44.241170 [ 261 ] {c219c5e3-e1a6-4cee-b0bd-e11173b74884} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5884 | 2024.12.16 20:53:44.241539 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_21_4} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5885 | 2024.12.16 20:53:44.241681 [ 261 ] {c219c5e3-e1a6-4cee-b0bd-e11173b74884} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2024.12.16 20:53:44.241723 [ 186 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_21_4} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5887 | 2024.12.16 20:53:44.241872 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5888 | 2024.12.16 20:53:44.241929 [ 151 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5889 | 2024.12.16 20:53:44.242002 [ 151 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5890 | 2024.12.16 20:53:44.242031 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5891 | 2024.12.16 20:53:44.242099 [ 261 ] {c219c5e3-e1a6-4cee-b0bd-e11173b74884} <Debug> executeQuery: Read 551 rows, 41.90 KiB in 0.005317 sec., 103629.86646605229 rows/sec., 7.70 MiB/sec. | ||
| 5892 | 2024.12.16 20:53:44.242343 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 5893 | 2024.12.16 20:53:44.242535 [ 261 ] {c219c5e3-e1a6-4cee-b0bd-e11173b74884} <Debug> TCPHandler: Processed in 0.006016735 sec. | ||
| 5894 | 2024.12.16 20:53:44.242846 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5895 | 2024.12.16 20:53:44.242871 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5896 | 2024.12.16 20:53:44.242936 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 916 rows starting from the beginning of the part | ||
| 5897 | 2024.12.16 20:53:44.243120 [ 260 ] {aac726ac-26ae-4c38-989a-05df53eb77c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5898 | 2024.12.16 20:53:44.243172 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 87 rows starting from the beginning of the part | ||
| 5899 | 2024.12.16 20:53:44.243288 [ 260 ] {aac726ac-26ae-4c38-989a-05df53eb77c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5900 | 2024.12.16 20:53:44.243536 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 405 rows starting from the beginning of the part | ||
| 5901 | 2024.12.16 20:53:44.243915 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 87 rows starting from the beginning of the part | ||
| 5902 | 2024.12.16 20:53:44.244146 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 401 rows starting from the beginning of the part | ||
| 5903 | 2024.12.16 20:53:44.244358 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 551 rows starting from the beginning of the part | ||
| 5904 | 2024.12.16 20:53:44.245360 [ 260 ] {aac726ac-26ae-4c38-989a-05df53eb77c6} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5905 | 2024.12.16 20:53:44.245405 [ 260 ] {aac726ac-26ae-4c38-989a-05df53eb77c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5906 | 2024.12.16 20:53:44.246052 [ 260 ] {aac726ac-26ae-4c38-989a-05df53eb77c6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5907 | 2024.12.16 20:53:44.246405 [ 260 ] {aac726ac-26ae-4c38-989a-05df53eb77c6} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5908 | 2024.12.16 20:53:44.246409 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2447 rows, containing 5 columns (5 merged, 0 gathered) in 0.004309032 sec., 567876.9616934848 rows/sec., 43.59 MiB/sec. | ||
| 5909 | 2024.12.16 20:53:44.246601 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5910 | 2024.12.16 20:53:44.246677 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5911 | 2024.12.16 20:53:44.246690 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5912 | 2024.12.16 20:53:44.246732 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5913 | 2024.12.16 20:53:44.246816 [ 260 ] {aac726ac-26ae-4c38-989a-05df53eb77c6} <Debug> executeQuery: Read 942 rows, 64.70 KiB in 0.00378 sec., 249206.3492063492 rows/sec., 16.72 MiB/sec. | ||
| 5914 | 2024.12.16 20:53:44.247163 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 5915 | 2024.12.16 20:53:44.247203 [ 260 ] {aac726ac-26ae-4c38-989a-05df53eb77c6} <Debug> TCPHandler: Processed in 0.004482725 sec. | ||
| 5916 | 2024.12.16 20:53:44.247531 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5917 | 2024.12.16 20:53:44.247549 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_41_8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5918 | 2024.12.16 20:53:44.247585 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5919 | 2024.12.16 20:53:44.247679 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12402 rows starting from the beginning of the part | ||
| 5920 | 2024.12.16 20:53:44.247855 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_41_8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5921 | 2024.12.16 20:53:44.247907 [ 261 ] {b3ae65a2-7074-4ce6-8f23-7d0d8928adf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5922 | 2024.12.16 20:53:44.248210 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 5923 | 2024.12.16 20:53:44.248234 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 5924 | 2024.12.16 20:53:44.248370 [ 261 ] {b3ae65a2-7074-4ce6-8f23-7d0d8928adf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5925 | 2024.12.16 20:53:44.248578 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 239 rows starting from the beginning of the part | ||
| 5926 | 2024.12.16 20:53:44.248967 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 5927 | 2024.12.16 20:53:44.249293 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 5928 | 2024.12.16 20:53:44.249671 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 942 rows starting from the beginning of the part | ||
| 5929 | 2024.12.16 20:53:44.251714 [ 261 ] {b3ae65a2-7074-4ce6-8f23-7d0d8928adf0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2024.12.16 20:53:44.251760 [ 261 ] {b3ae65a2-7074-4ce6-8f23-7d0d8928adf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5931 | 2024.12.16 20:53:44.252562 [ 261 ] {b3ae65a2-7074-4ce6-8f23-7d0d8928adf0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5932 | 2024.12.16 20:53:44.253211 [ 261 ] {b3ae65a2-7074-4ce6-8f23-7d0d8928adf0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5933 | 2024.12.16 20:53:44.253507 [ 261 ] {b3ae65a2-7074-4ce6-8f23-7d0d8928adf0} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.005753 sec., 3997.914131757344 rows/sec., 7.16 MiB/sec. | ||
| 5934 | 2024.12.16 20:53:44.254152 [ 261 ] {b3ae65a2-7074-4ce6-8f23-7d0d8928adf0} <Debug> TCPHandler: Processed in 0.00681239 sec. | ||
| 5935 | 2024.12.16 20:53:44.254315 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5936 | 2024.12.16 20:53:44.254496 [ 260 ] {1dcea292-0f64-43c4-9178-30aa4091ebbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5937 | 2024.12.16 20:53:44.254630 [ 260 ] {1dcea292-0f64-43c4-9178-30aa4091ebbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5938 | 2024.12.16 20:53:44.254937 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14140 rows, containing 5 columns (5 merged, 0 gathered) in 0.008060664 sec., 1754197.9171939185 rows/sec., 118.40 MiB/sec. | ||
| 5939 | 2024.12.16 20:53:44.255338 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5940 | 2024.12.16 20:53:44.255659 [ 260 ] {1dcea292-0f64-43c4-9178-30aa4091ebbc} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5941 | 2024.12.16 20:53:44.255713 [ 260 ] {1dcea292-0f64-43c4-9178-30aa4091ebbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5942 | 2024.12.16 20:53:44.255915 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5943 | 2024.12.16 20:53:44.256109 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5944 | 2024.12.16 20:53:44.256247 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. | ||
| 5945 | 2024.12.16 20:53:44.256395 [ 260 ] {1dcea292-0f64-43c4-9178-30aa4091ebbc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5946 | 2024.12.16 20:53:44.256635 [ 260 ] {1dcea292-0f64-43c4-9178-30aa4091ebbc} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5947 | 2024.12.16 20:53:44.256780 [ 150 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5948 | 2024.12.16 20:53:44.256824 [ 260 ] {1dcea292-0f64-43c4-9178-30aa4091ebbc} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.00239 sec., 15899.581589958158 rows/sec., 1.07 MiB/sec. | ||
| 5949 | 2024.12.16 20:53:44.256829 [ 150 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5950 | 2024.12.16 20:53:44.256877 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5951 | 2024.12.16 20:53:44.256904 [ 260 ] {1dcea292-0f64-43c4-9178-30aa4091ebbc} <Debug> TCPHandler: Processed in 0.002657381 sec. | ||
| 5952 | 2024.12.16 20:53:44.257176 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 5953 | 2024.12.16 20:53:44.257460 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5954 | 2024.12.16 20:53:44.257498 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2204 rows starting from the beginning of the part | ||
| 5955 | 2024.12.16 20:53:44.257619 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 5956 | 2024.12.16 20:53:44.257852 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 5957 | 2024.12.16 20:53:44.258044 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 5958 | 2024.12.16 20:53:44.258176 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 5959 | 2024.12.16 20:53:44.258426 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 38 rows starting from the beginning of the part | ||
| 5960 | 2024.12.16 20:53:44.260044 [ 190 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2526 rows, containing 4 columns (4 merged, 0 gathered) in 0.003041368 sec., 830547.3063437243 rows/sec., 54.30 MiB/sec. | ||
| 5961 | 2024.12.16 20:53:44.260372 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5962 | 2024.12.16 20:53:44.260762 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_41_8} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5963 | 2024.12.16 20:53:44.260864 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_41_8} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5964 | 2024.12.16 20:53:44.260963 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5965 | 2024.12.16 20:53:44.822192 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5966 | 2024.12.16 20:53:44.843152 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2024.12.16 20:53:44.843201 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5968 | 2024.12.16 20:53:44.850768 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5969 | 2024.12.16 20:53:44.851538 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2024.12.16 20:53:44.854408 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5971 | 2024.12.16 20:53:45.318581 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5972 | 2024.12.16 20:53:45.318793 [ 261 ] {51be3cdb-574b-48bc-803a-63d9defcf53b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5973 | 2024.12.16 20:53:45.318872 [ 261 ] {51be3cdb-574b-48bc-803a-63d9defcf53b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5974 | 2024.12.16 20:53:45.319648 [ 261 ] {51be3cdb-574b-48bc-803a-63d9defcf53b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5975 | 2024.12.16 20:53:45.319697 [ 261 ] {51be3cdb-574b-48bc-803a-63d9defcf53b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5976 | 2024.12.16 20:53:45.320119 [ 261 ] {51be3cdb-574b-48bc-803a-63d9defcf53b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5977 | 2024.12.16 20:53:45.320369 [ 261 ] {51be3cdb-574b-48bc-803a-63d9defcf53b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5978 | 2024.12.16 20:53:45.320619 [ 261 ] {51be3cdb-574b-48bc-803a-63d9defcf53b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.27 MiB/sec. | ||
| 5979 | 2024.12.16 20:53:45.320683 [ 261 ] {51be3cdb-574b-48bc-803a-63d9defcf53b} <Debug> TCPHandler: Processed in 0.002237703 sec. | ||
| 5980 | 2024.12.16 20:53:45.320940 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5981 | 2024.12.16 20:53:45.321146 [ 260 ] {636070ef-bec6-48f4-9a1c-130a83bab616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5982 | 2024.12.16 20:53:45.321226 [ 260 ] {636070ef-bec6-48f4-9a1c-130a83bab616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5983 | 2024.12.16 20:53:45.322066 [ 260 ] {636070ef-bec6-48f4-9a1c-130a83bab616} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5984 | 2024.12.16 20:53:45.322111 [ 260 ] {636070ef-bec6-48f4-9a1c-130a83bab616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5985 | 2024.12.16 20:53:45.322536 [ 260 ] {636070ef-bec6-48f4-9a1c-130a83bab616} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5986 | 2024.12.16 20:53:45.322785 [ 260 ] {636070ef-bec6-48f4-9a1c-130a83bab616} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5987 | 2024.12.16 20:53:45.323057 [ 260 ] {636070ef-bec6-48f4-9a1c-130a83bab616} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001963 sec., 32603.158430973002 rows/sec., 2.54 MiB/sec. | ||
| 5988 | 2024.12.16 20:53:45.323261 [ 260 ] {636070ef-bec6-48f4-9a1c-130a83bab616} <Debug> TCPHandler: Processed in 0.002449277 sec. | ||
| 5989 | 2024.12.16 20:53:45.323573 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5990 | 2024.12.16 20:53:45.323803 [ 261 ] {1eefc841-3696-469b-992c-6cba0943fbc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5991 | 2024.12.16 20:53:45.323902 [ 261 ] {1eefc841-3696-469b-992c-6cba0943fbc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5992 | 2024.12.16 20:53:45.324476 [ 261 ] {1eefc841-3696-469b-992c-6cba0943fbc8} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5993 | 2024.12.16 20:53:45.324516 [ 261 ] {1eefc841-3696-469b-992c-6cba0943fbc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 5994 | 2024.12.16 20:53:45.324912 [ 261 ] {1eefc841-3696-469b-992c-6cba0943fbc8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5995 | 2024.12.16 20:53:45.325152 [ 261 ] {1eefc841-3696-469b-992c-6cba0943fbc8} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5996 | 2024.12.16 20:53:45.325379 [ 261 ] {1eefc841-3696-469b-992c-6cba0943fbc8} <Debug> executeQuery: Read 62 rows, 4.41 KiB in 0.001635 sec., 37920.489296636086 rows/sec., 2.64 MiB/sec. | ||
| 5997 | 2024.12.16 20:53:45.325479 [ 261 ] {1eefc841-3696-469b-992c-6cba0943fbc8} <Debug> TCPHandler: Processed in 0.00208702 sec. | ||
| 5998 | 2024.12.16 20:53:45.325690 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5999 | 2024.12.16 20:53:45.325836 [ 260 ] {42cdb8f8-edfb-4a75-a376-0144be7171da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6000 | 2024.12.16 20:53:45.325898 [ 260 ] {42cdb8f8-edfb-4a75-a376-0144be7171da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6001 | 2024.12.16 20:53:45.326480 [ 260 ] {42cdb8f8-edfb-4a75-a376-0144be7171da} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6002 | 2024.12.16 20:53:45.326527 [ 260 ] {42cdb8f8-edfb-4a75-a376-0144be7171da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6003 | 2024.12.16 20:53:45.326956 [ 260 ] {42cdb8f8-edfb-4a75-a376-0144be7171da} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6004 | 2024.12.16 20:53:45.327203 [ 260 ] {42cdb8f8-edfb-4a75-a376-0144be7171da} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6005 | 2024.12.16 20:53:45.327454 [ 260 ] {42cdb8f8-edfb-4a75-a376-0144be7171da} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001652 sec., 13317.191283292977 rows/sec., 926.32 KiB/sec. | ||
| 6006 | 2024.12.16 20:53:45.327661 [ 260 ] {42cdb8f8-edfb-4a75-a376-0144be7171da} <Debug> TCPHandler: Processed in 0.00209297 sec. | ||
| 6007 | 2024.12.16 20:53:46.477305 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 848 | ||
| 6008 | 2024.12.16 20:53:46.480835 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6009 | 2024.12.16 20:53:46.480902 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6010 | 2024.12.16 20:53:46.482393 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6011 | 2024.12.16 20:53:46.482697 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6012 | 2024.12.16 20:53:46.483278 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 848 | ||
| 6013 | 2024.12.16 20:53:50.328530 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6014 | 2024.12.16 20:53:50.328761 [ 261 ] {4ae2c038-eb3f-49f7-941c-569b9213374d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6015 | 2024.12.16 20:53:50.328841 [ 261 ] {4ae2c038-eb3f-49f7-941c-569b9213374d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6016 | 2024.12.16 20:53:50.329577 [ 261 ] {4ae2c038-eb3f-49f7-941c-569b9213374d} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6017 | 2024.12.16 20:53:50.329632 [ 261 ] {4ae2c038-eb3f-49f7-941c-569b9213374d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6018 | 2024.12.16 20:53:50.330087 [ 261 ] {4ae2c038-eb3f-49f7-941c-569b9213374d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6019 | 2024.12.16 20:53:50.330352 [ 261 ] {4ae2c038-eb3f-49f7-941c-569b9213374d} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6020 | 2024.12.16 20:53:50.330511 [ 143 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6021 | 2024.12.16 20:53:50.330557 [ 143 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6022 | 2024.12.16 20:53:50.330570 [ 261 ] {4ae2c038-eb3f-49f7-941c-569b9213374d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec. | ||
| 6023 | 2024.12.16 20:53:50.330584 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6024 | 2024.12.16 20:53:50.330686 [ 261 ] {4ae2c038-eb3f-49f7-941c-569b9213374d} <Debug> TCPHandler: Processed in 0.002290213 sec. | ||
| 6025 | 2024.12.16 20:53:50.330863 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 6026 | 2024.12.16 20:53:50.331009 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6027 | 2024.12.16 20:53:50.331084 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6028 | 2024.12.16 20:53:50.331146 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 6029 | 2024.12.16 20:53:50.331300 [ 260 ] {c27b0a33-1ca6-4165-b4bc-5fe9ad85da59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6030 | 2024.12.16 20:53:50.331387 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 6031 | 2024.12.16 20:53:50.331498 [ 260 ] {c27b0a33-1ca6-4165-b4bc-5fe9ad85da59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6032 | 2024.12.16 20:53:50.331750 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 6033 | 2024.12.16 20:53:50.332232 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 6034 | 2024.12.16 20:53:50.332527 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 6035 | 2024.12.16 20:53:50.334567 [ 260 ] {c27b0a33-1ca6-4165-b4bc-5fe9ad85da59} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6036 | 2024.12.16 20:53:50.334655 [ 260 ] {c27b0a33-1ca6-4165-b4bc-5fe9ad85da59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6037 | 2024.12.16 20:53:50.335267 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004566748 sec., 15328.194154790237 rows/sec., 1.14 MiB/sec. | ||
| 6038 | 2024.12.16 20:53:50.335547 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6039 | 2024.12.16 20:53:50.335742 [ 260 ] {c27b0a33-1ca6-4165-b4bc-5fe9ad85da59} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6040 | 2024.12.16 20:53:50.336024 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_17_4} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6041 | 2024.12.16 20:53:50.336198 [ 260 ] {c27b0a33-1ca6-4165-b4bc-5fe9ad85da59} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6042 | 2024.12.16 20:53:50.336216 [ 193 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_17_4} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6043 | 2024.12.16 20:53:50.336380 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6044 | 2024.12.16 20:53:50.336565 [ 260 ] {c27b0a33-1ca6-4165-b4bc-5fe9ad85da59} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.005377 sec., 44820.5318951088 rows/sec., 3.93 MiB/sec. | ||
| 6045 | 2024.12.16 20:53:50.336649 [ 260 ] {c27b0a33-1ca6-4165-b4bc-5fe9ad85da59} <Debug> TCPHandler: Processed in 0.005813351 sec. | ||
| 6046 | 2024.12.16 20:53:50.336804 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6047 | 2024.12.16 20:53:50.336951 [ 261 ] {62cf5471-13a5-4e98-ba5f-b2cbf1fb8d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6048 | 2024.12.16 20:53:50.337013 [ 261 ] {62cf5471-13a5-4e98-ba5f-b2cbf1fb8d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6049 | 2024.12.16 20:53:50.337719 [ 261 ] {62cf5471-13a5-4e98-ba5f-b2cbf1fb8d8b} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6050 | 2024.12.16 20:53:50.337766 [ 261 ] {62cf5471-13a5-4e98-ba5f-b2cbf1fb8d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6051 | 2024.12.16 20:53:50.338175 [ 261 ] {62cf5471-13a5-4e98-ba5f-b2cbf1fb8d8b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6052 | 2024.12.16 20:53:50.338417 [ 261 ] {62cf5471-13a5-4e98-ba5f-b2cbf1fb8d8b} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6053 | 2024.12.16 20:53:50.338605 [ 261 ] {62cf5471-13a5-4e98-ba5f-b2cbf1fb8d8b} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.00169 sec., 15384.615384615383 rows/sec., 1.09 MiB/sec. | ||
| 6054 | 2024.12.16 20:53:50.338665 [ 261 ] {62cf5471-13a5-4e98-ba5f-b2cbf1fb8d8b} <Debug> TCPHandler: Processed in 0.001928447 sec. | ||
| 6055 | 2024.12.16 20:53:50.338811 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6056 | 2024.12.16 20:53:50.338940 [ 260 ] {b5895c52-5843-40a0-8780-668236b826fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6057 | 2024.12.16 20:53:50.338994 [ 260 ] {b5895c52-5843-40a0-8780-668236b826fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6058 | 2024.12.16 20:53:50.339596 [ 260 ] {b5895c52-5843-40a0-8780-668236b826fb} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6059 | 2024.12.16 20:53:50.339639 [ 260 ] {b5895c52-5843-40a0-8780-668236b826fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6060 | 2024.12.16 20:53:50.340000 [ 260 ] {b5895c52-5843-40a0-8780-668236b826fb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6061 | 2024.12.16 20:53:50.340241 [ 260 ] {b5895c52-5843-40a0-8780-668236b826fb} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6062 | 2024.12.16 20:53:50.340447 [ 260 ] {b5895c52-5843-40a0-8780-668236b826fb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001537 sec., 9108.653220559532 rows/sec., 637.91 KiB/sec. | ||
| 6063 | 2024.12.16 20:53:50.340500 [ 260 ] {b5895c52-5843-40a0-8780-668236b826fb} <Debug> TCPHandler: Processed in 0.001749514 sec. | ||
| 6064 | 2024.12.16 20:53:50.340654 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6065 | 2024.12.16 20:53:50.340773 [ 261 ] {352ddfd9-1a03-4a84-82b3-0f17ade0c53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6066 | 2024.12.16 20:53:50.340822 [ 261 ] {352ddfd9-1a03-4a84-82b3-0f17ade0c53e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6067 | 2024.12.16 20:53:50.341383 [ 261 ] {352ddfd9-1a03-4a84-82b3-0f17ade0c53e} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6068 | 2024.12.16 20:53:50.341420 [ 261 ] {352ddfd9-1a03-4a84-82b3-0f17ade0c53e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6069 | 2024.12.16 20:53:50.341781 [ 261 ] {352ddfd9-1a03-4a84-82b3-0f17ade0c53e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6070 | 2024.12.16 20:53:50.342015 [ 261 ] {352ddfd9-1a03-4a84-82b3-0f17ade0c53e} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6071 | 2024.12.16 20:53:50.342144 [ 143 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6072 | 2024.12.16 20:53:50.342195 [ 143 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6073 | 2024.12.16 20:53:50.342210 [ 261 ] {352ddfd9-1a03-4a84-82b3-0f17ade0c53e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001462 sec., 8891.928864569083 rows/sec., 554.41 KiB/sec. | ||
| 6074 | 2024.12.16 20:53:50.342230 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6075 | 2024.12.16 20:53:50.342301 [ 261 ] {352ddfd9-1a03-4a84-82b3-0f17ade0c53e} <Debug> TCPHandler: Processed in 0.001699772 sec. | ||
| 6076 | 2024.12.16 20:53:50.342587 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6077 | 2024.12.16 20:53:50.342709 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 6078 | 2024.12.16 20:53:50.342933 [ 260 ] {c2bd656a-438a-4d5d-907a-f569c5a34294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6079 | 2024.12.16 20:53:50.342989 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6080 | 2024.12.16 20:53:50.343001 [ 260 ] {c2bd656a-438a-4d5d-907a-f569c5a34294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6081 | 2024.12.16 20:53:50.343034 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 6082 | 2024.12.16 20:53:50.343211 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 6083 | 2024.12.16 20:53:50.343423 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 6084 | 2024.12.16 20:53:50.343653 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 6085 | 2024.12.16 20:53:50.343868 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 6086 | 2024.12.16 20:53:50.344716 [ 260 ] {c2bd656a-438a-4d5d-907a-f569c5a34294} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6087 | 2024.12.16 20:53:50.344764 [ 260 ] {c2bd656a-438a-4d5d-907a-f569c5a34294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6088 | 2024.12.16 20:53:50.345203 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002886845 sec., 22515.930020489497 rows/sec., 1.46 MiB/sec. | ||
| 6089 | 2024.12.16 20:53:50.345339 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6090 | 2024.12.16 20:53:50.345345 [ 260 ] {c2bd656a-438a-4d5d-907a-f569c5a34294} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6091 | 2024.12.16 20:53:50.345681 [ 260 ] {c2bd656a-438a-4d5d-907a-f569c5a34294} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6092 | 2024.12.16 20:53:50.345707 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_17_4} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6093 | 2024.12.16 20:53:50.345847 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_17_4} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6094 | 2024.12.16 20:53:50.346059 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6095 | 2024.12.16 20:53:50.346094 [ 260 ] {c2bd656a-438a-4d5d-907a-f569c5a34294} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.003236 sec., 123918.41779975277 rows/sec., 8.81 MiB/sec. | ||
| 6096 | 2024.12.16 20:53:50.346287 [ 260 ] {c2bd656a-438a-4d5d-907a-f569c5a34294} <Debug> TCPHandler: Processed in 0.003875874 sec. | ||
| 6097 | 2024.12.16 20:53:50.346504 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6098 | 2024.12.16 20:53:50.346656 [ 261 ] {de04c6a2-a106-41eb-b72e-998e73a2eb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6099 | 2024.12.16 20:53:50.346705 [ 261 ] {de04c6a2-a106-41eb-b72e-998e73a2eb62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6100 | 2024.12.16 20:53:50.347190 [ 261 ] {de04c6a2-a106-41eb-b72e-998e73a2eb62} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6101 | 2024.12.16 20:53:50.347227 [ 261 ] {de04c6a2-a106-41eb-b72e-998e73a2eb62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6102 | 2024.12.16 20:53:50.347585 [ 261 ] {de04c6a2-a106-41eb-b72e-998e73a2eb62} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6103 | 2024.12.16 20:53:50.347817 [ 261 ] {de04c6a2-a106-41eb-b72e-998e73a2eb62} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6104 | 2024.12.16 20:53:50.348015 [ 261 ] {de04c6a2-a106-41eb-b72e-998e73a2eb62} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
| 6105 | 2024.12.16 20:53:50.348087 [ 261 ] {de04c6a2-a106-41eb-b72e-998e73a2eb62} <Debug> TCPHandler: Processed in 0.001690442 sec. | ||
| 6106 | 2024.12.16 20:53:50.348246 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6107 | 2024.12.16 20:53:50.348364 [ 260 ] {caebc1bd-f3f8-4702-a8d7-e0fb325f0ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6108 | 2024.12.16 20:53:50.348418 [ 260 ] {caebc1bd-f3f8-4702-a8d7-e0fb325f0ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6109 | 2024.12.16 20:53:50.349007 [ 260 ] {caebc1bd-f3f8-4702-a8d7-e0fb325f0ba4} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6110 | 2024.12.16 20:53:50.349046 [ 260 ] {caebc1bd-f3f8-4702-a8d7-e0fb325f0ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6111 | 2024.12.16 20:53:50.349441 [ 260 ] {caebc1bd-f3f8-4702-a8d7-e0fb325f0ba4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6112 | 2024.12.16 20:53:50.349681 [ 260 ] {caebc1bd-f3f8-4702-a8d7-e0fb325f0ba4} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6113 | 2024.12.16 20:53:50.349884 [ 260 ] {caebc1bd-f3f8-4702-a8d7-e0fb325f0ba4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001544 sec., 153497.40932642488 rows/sec., 10.29 MiB/sec. | ||
| 6114 | 2024.12.16 20:53:50.349936 [ 260 ] {caebc1bd-f3f8-4702-a8d7-e0fb325f0ba4} <Debug> TCPHandler: Processed in 0.001746073 sec. | ||
| 6115 | 2024.12.16 20:53:50.350085 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6116 | 2024.12.16 20:53:50.350220 [ 261 ] {13f484b4-7be5-4025-97c5-f7954aa49641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6117 | 2024.12.16 20:53:50.350279 [ 261 ] {13f484b4-7be5-4025-97c5-f7954aa49641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6118 | 2024.12.16 20:53:50.350827 [ 261 ] {13f484b4-7be5-4025-97c5-f7954aa49641} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6119 | 2024.12.16 20:53:50.350872 [ 261 ] {13f484b4-7be5-4025-97c5-f7954aa49641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6120 | 2024.12.16 20:53:50.351241 [ 261 ] {13f484b4-7be5-4025-97c5-f7954aa49641} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6121 | 2024.12.16 20:53:50.351472 [ 261 ] {13f484b4-7be5-4025-97c5-f7954aa49641} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6122 | 2024.12.16 20:53:50.351649 [ 261 ] {13f484b4-7be5-4025-97c5-f7954aa49641} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec. | ||
| 6123 | 2024.12.16 20:53:50.351698 [ 261 ] {13f484b4-7be5-4025-97c5-f7954aa49641} <Debug> TCPHandler: Processed in 0.001681842 sec. | ||
| 6124 | 2024.12.16 20:53:50.351856 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6125 | 2024.12.16 20:53:50.351973 [ 260 ] {ef890a44-ad35-4633-a7a8-80fe1f7d407a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6126 | 2024.12.16 20:53:50.352065 [ 260 ] {ef890a44-ad35-4633-a7a8-80fe1f7d407a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6127 | 2024.12.16 20:53:50.353297 [ 260 ] {ef890a44-ad35-4633-a7a8-80fe1f7d407a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6128 | 2024.12.16 20:53:50.353337 [ 260 ] {ef890a44-ad35-4633-a7a8-80fe1f7d407a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6129 | 2024.12.16 20:53:50.353969 [ 260 ] {ef890a44-ad35-4633-a7a8-80fe1f7d407a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6130 | 2024.12.16 20:53:50.354229 [ 260 ] {ef890a44-ad35-4633-a7a8-80fe1f7d407a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6131 | 2024.12.16 20:53:50.354476 [ 260 ] {ef890a44-ad35-4633-a7a8-80fe1f7d407a} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002528 sec., 7515.822784810127 rows/sec., 13.47 MiB/sec. | ||
| 6132 | 2024.12.16 20:53:50.354572 [ 260 ] {ef890a44-ad35-4633-a7a8-80fe1f7d407a} <Debug> TCPHandler: Processed in 0.002772543 sec. | ||
| 6133 | 2024.12.16 20:53:50.354720 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6134 | 2024.12.16 20:53:50.354857 [ 261 ] {dfd2903c-70bd-4d41-81ac-861a6b0b06ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6135 | 2024.12.16 20:53:50.354916 [ 261 ] {dfd2903c-70bd-4d41-81ac-861a6b0b06ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6136 | 2024.12.16 20:53:50.355405 [ 261 ] {dfd2903c-70bd-4d41-81ac-861a6b0b06ce} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6137 | 2024.12.16 20:53:50.355442 [ 261 ] {dfd2903c-70bd-4d41-81ac-861a6b0b06ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6138 | 2024.12.16 20:53:50.355812 [ 261 ] {dfd2903c-70bd-4d41-81ac-861a6b0b06ce} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6139 | 2024.12.16 20:53:50.356062 [ 261 ] {dfd2903c-70bd-4d41-81ac-861a6b0b06ce} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6140 | 2024.12.16 20:53:50.356280 [ 261 ] {dfd2903c-70bd-4d41-81ac-861a6b0b06ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec. | ||
| 6141 | 2024.12.16 20:53:50.356427 [ 261 ] {dfd2903c-70bd-4d41-81ac-861a6b0b06ce} <Debug> TCPHandler: Processed in 0.001768974 sec. | ||
| 6142 | 2024.12.16 20:53:51.285376 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6143 | 2024.12.16 20:53:51.285435 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6144 | 2024.12.16 20:53:51.421411 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6145 | 2024.12.16 20:53:51.422105 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6146 | 2024.12.16 20:53:51.422155 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6147 | 2024.12.16 20:53:51.422687 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6148 | 2024.12.16 20:53:51.422943 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6149 | 2024.12.16 20:53:51.423272 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6150 | 2024.12.16 20:53:52.355446 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6151 | 2024.12.16 20:53:52.377352 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6152 | 2024.12.16 20:53:52.377409 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6153 | 2024.12.16 20:53:52.385120 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6154 | 2024.12.16 20:53:52.385907 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6155 | 2024.12.16 20:53:52.388930 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6156 | 2024.12.16 20:53:55.324152 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6157 | 2024.12.16 20:53:55.324374 [ 261 ] {cfb0cb70-2e7b-4290-aa34-26f136325e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6158 | 2024.12.16 20:53:55.324450 [ 261 ] {cfb0cb70-2e7b-4290-aa34-26f136325e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6159 | 2024.12.16 20:53:55.325281 [ 261 ] {cfb0cb70-2e7b-4290-aa34-26f136325e95} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6160 | 2024.12.16 20:53:55.325325 [ 261 ] {cfb0cb70-2e7b-4290-aa34-26f136325e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6161 | 2024.12.16 20:53:55.325785 [ 261 ] {cfb0cb70-2e7b-4290-aa34-26f136325e95} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6162 | 2024.12.16 20:53:55.326048 [ 261 ] {cfb0cb70-2e7b-4290-aa34-26f136325e95} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6163 | 2024.12.16 20:53:55.326258 [ 261 ] {cfb0cb70-2e7b-4290-aa34-26f136325e95} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.00194 sec., 52577.31958762887 rows/sec., 4.38 MiB/sec. | ||
| 6164 | 2024.12.16 20:53:55.326320 [ 261 ] {cfb0cb70-2e7b-4290-aa34-26f136325e95} <Debug> TCPHandler: Processed in 0.002298384 sec. | ||
| 6165 | 2024.12.16 20:53:55.326563 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6166 | 2024.12.16 20:53:55.326773 [ 260 ] {6c57f1b0-7fe9-4a3c-99bf-935f87c72add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6167 | 2024.12.16 20:53:55.326854 [ 260 ] {6c57f1b0-7fe9-4a3c-99bf-935f87c72add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6168 | 2024.12.16 20:53:55.327624 [ 260 ] {6c57f1b0-7fe9-4a3c-99bf-935f87c72add} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6169 | 2024.12.16 20:53:55.327674 [ 260 ] {6c57f1b0-7fe9-4a3c-99bf-935f87c72add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6170 | 2024.12.16 20:53:55.328111 [ 260 ] {6c57f1b0-7fe9-4a3c-99bf-935f87c72add} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6171 | 2024.12.16 20:53:55.328354 [ 260 ] {6c57f1b0-7fe9-4a3c-99bf-935f87c72add} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6172 | 2024.12.16 20:53:55.328550 [ 131 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6173 | 2024.12.16 20:53:55.328618 [ 260 ] {6c57f1b0-7fe9-4a3c-99bf-935f87c72add} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001897 sec., 12124.406958355297 rows/sec., 911.70 KiB/sec. | ||
| 6174 | 2024.12.16 20:53:55.328648 [ 131 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6175 | 2024.12.16 20:53:55.328745 [ 260 ] {6c57f1b0-7fe9-4a3c-99bf-935f87c72add} <Debug> TCPHandler: Processed in 0.002314694 sec. | ||
| 6176 | 2024.12.16 20:53:55.328747 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6177 | 2024.12.16 20:53:55.329107 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6178 | 2024.12.16 20:53:55.329167 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 6179 | 2024.12.16 20:53:55.329523 [ 261 ] {46f32990-9091-4de8-892e-0c4b8618be26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6180 | 2024.12.16 20:53:55.329719 [ 261 ] {46f32990-9091-4de8-892e-0c4b8618be26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6181 | 2024.12.16 20:53:55.329735 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6182 | 2024.12.16 20:53:55.329847 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 67 rows starting from the beginning of the part | ||
| 6183 | 2024.12.16 20:53:55.330173 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
| 6184 | 2024.12.16 20:53:55.330651 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part | ||
| 6185 | 2024.12.16 20:53:55.330947 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part | ||
| 6186 | 2024.12.16 20:53:55.331330 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part | ||
| 6187 | 2024.12.16 20:53:55.331751 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part | ||
| 6188 | 2024.12.16 20:53:55.332715 [ 261 ] {46f32990-9091-4de8-892e-0c4b8618be26} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6189 | 2024.12.16 20:53:55.332777 [ 261 ] {46f32990-9091-4de8-892e-0c4b8618be26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6190 | 2024.12.16 20:53:55.333797 [ 261 ] {46f32990-9091-4de8-892e-0c4b8618be26} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6191 | 2024.12.16 20:53:55.334391 [ 261 ] {46f32990-9091-4de8-892e-0c4b8618be26} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6192 | 2024.12.16 20:53:55.334649 [ 194 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.00576643 sec., 33989.83426487445 rows/sec., 2.57 MiB/sec. | ||
| 6193 | 2024.12.16 20:53:55.334870 [ 261 ] {46f32990-9091-4de8-892e-0c4b8618be26} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00549 sec., 15846.994535519125 rows/sec., 1.24 MiB/sec. | ||
| 6194 | 2024.12.16 20:53:55.334947 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6195 | 2024.12.16 20:53:55.335002 [ 261 ] {46f32990-9091-4de8-892e-0c4b8618be26} <Debug> TCPHandler: Processed in 0.006108207 sec. | ||
| 6196 | 2024.12.16 20:53:55.335171 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6197 | 2024.12.16 20:53:55.335302 [ 260 ] {c15f9a54-b5c7-4549-9c72-821438f04fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6198 | 2024.12.16 20:53:55.335353 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_36_7} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2024.12.16 20:53:55.335371 [ 260 ] {c15f9a54-b5c7-4549-9c72-821438f04fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6200 | 2024.12.16 20:53:55.335471 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_36_7} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6201 | 2024.12.16 20:53:55.335595 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 6202 | 2024.12.16 20:53:55.336049 [ 260 ] {c15f9a54-b5c7-4549-9c72-821438f04fd1} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6203 | 2024.12.16 20:53:55.336088 [ 260 ] {c15f9a54-b5c7-4549-9c72-821438f04fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6204 | 2024.12.16 20:53:55.336492 [ 260 ] {c15f9a54-b5c7-4549-9c72-821438f04fd1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6205 | 2024.12.16 20:53:55.336732 [ 260 ] {c15f9a54-b5c7-4549-9c72-821438f04fd1} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6206 | 2024.12.16 20:53:55.336939 [ 260 ] {c15f9a54-b5c7-4549-9c72-821438f04fd1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec. | ||
| 6207 | 2024.12.16 20:53:55.336995 [ 260 ] {c15f9a54-b5c7-4549-9c72-821438f04fd1} <Debug> TCPHandler: Processed in 0.001881086 sec. | ||
| 6208 | 2024.12.16 20:53:55.337133 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6209 | 2024.12.16 20:53:55.337275 [ 261 ] {fc54b6a6-9731-499d-a11f-123fd0f71c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6210 | 2024.12.16 20:53:55.337369 [ 261 ] {fc54b6a6-9731-499d-a11f-123fd0f71c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6211 | 2024.12.16 20:53:55.338627 [ 261 ] {fc54b6a6-9731-499d-a11f-123fd0f71c59} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6212 | 2024.12.16 20:53:55.338665 [ 261 ] {fc54b6a6-9731-499d-a11f-123fd0f71c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6213 | 2024.12.16 20:53:55.339320 [ 261 ] {fc54b6a6-9731-499d-a11f-123fd0f71c59} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6214 | 2024.12.16 20:53:55.339592 [ 261 ] {fc54b6a6-9731-499d-a11f-123fd0f71c59} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6215 | 2024.12.16 20:53:55.339731 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6216 | 2024.12.16 20:53:55.339775 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6217 | 2024.12.16 20:53:55.339801 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6218 | 2024.12.16 20:53:55.339810 [ 261 ] {fc54b6a6-9731-499d-a11f-123fd0f71c59} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002566 sec., 8963.367108339828 rows/sec., 16.06 MiB/sec. | ||
| 6219 | 2024.12.16 20:53:55.340124 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 6220 | 2024.12.16 20:53:55.340169 [ 261 ] {fc54b6a6-9731-499d-a11f-123fd0f71c59} <Debug> TCPHandler: Processed in 0.00309357 sec. | ||
| 6221 | 2024.12.16 20:53:55.340401 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6222 | 2024.12.16 20:53:55.340571 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6223 | 2024.12.16 20:53:55.340585 [ 260 ] {95166cba-5be5-4399-bf76-7e7102578f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6224 | 2024.12.16 20:53:55.340653 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 619 rows starting from the beginning of the part | ||
| 6225 | 2024.12.16 20:53:55.340664 [ 260 ] {95166cba-5be5-4399-bf76-7e7102578f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6226 | 2024.12.16 20:53:55.341453 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
| 6227 | 2024.12.16 20:53:55.342072 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 19 rows starting from the beginning of the part | ||
| 6228 | 2024.12.16 20:53:55.342667 [ 260 ] {95166cba-5be5-4399-bf76-7e7102578f51} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6229 | 2024.12.16 20:53:55.342677 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part | ||
| 6230 | 2024.12.16 20:53:55.342713 [ 260 ] {95166cba-5be5-4399-bf76-7e7102578f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6231 | 2024.12.16 20:53:55.343174 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 19 rows starting from the beginning of the part | ||
| 6232 | 2024.12.16 20:53:55.343745 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part | ||
| 6233 | 2024.12.16 20:53:55.343864 [ 260 ] {95166cba-5be5-4399-bf76-7e7102578f51} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6234 | 2024.12.16 20:53:55.344397 [ 260 ] {95166cba-5be5-4399-bf76-7e7102578f51} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6235 | 2024.12.16 20:53:55.344825 [ 260 ] {95166cba-5be5-4399-bf76-7e7102578f51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004247 sec., 14127.619496114905 rows/sec., 974.95 KiB/sec. | ||
| 6236 | 2024.12.16 20:53:55.344991 [ 260 ] {95166cba-5be5-4399-bf76-7e7102578f51} <Debug> TCPHandler: Processed in 0.00468266 sec. | ||
| 6237 | 2024.12.16 20:53:55.350122 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 19 columns (19 merged, 0 gathered) in 0.010216035 sec., 71064.75261684206 rows/sec., 127.34 MiB/sec. | ||
| 6238 | 2024.12.16 20:53:55.351481 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6239 | 2024.12.16 20:53:55.351935 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2024.12.16 20:53:55.352029 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6241 | 2024.12.16 20:53:55.352198 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. | ||
| 6242 | 2024.12.16 20:53:56.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.88 MiB, peak 209.39 MiB, free memory in arenas 0.00 B, will set to 203.66 MiB (RSS), difference: 1.77 MiB | ||
| 6243 | 2024.12.16 20:53:56.484476 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 882 | ||
| 6244 | 2024.12.16 20:53:56.487524 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6245 | 2024.12.16 20:53:56.487584 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6246 | 2024.12.16 20:53:56.489098 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6247 | 2024.12.16 20:53:56.489418 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6248 | 2024.12.16 20:53:56.489694 [ 129 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6249 | 2024.12.16 20:53:56.489831 [ 129 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6250 | 2024.12.16 20:53:56.489913 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6251 | 2024.12.16 20:53:56.490409 [ 192 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 6252 | 2024.12.16 20:53:56.490905 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 882 | ||
| 6253 | 2024.12.16 20:53:56.491490 [ 192 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6254 | 2024.12.16 20:53:56.491694 [ 192 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 686 rows starting from the beginning of the part | ||
| 6255 | 2024.12.16 20:53:56.492242 [ 192 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 6256 | 2024.12.16 20:53:56.493007 [ 192 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
| 6257 | 2024.12.16 20:53:56.493709 [ 192 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
| 6258 | 2024.12.16 20:53:56.494380 [ 192 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 6259 | 2024.12.16 20:53:56.495004 [ 192 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 6260 | 2024.12.16 20:53:56.504319 [ 199 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 882 rows, containing 72 columns (72 merged, 0 gathered) in 0.014190281 sec., 62155.21736320796 rows/sec., 51.33 MiB/sec. | ||
| 6261 | 2024.12.16 20:53:56.505654 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6262 | 2024.12.16 20:53:56.506486 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_21_4} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6263 | 2024.12.16 20:53:56.506586 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_21_4} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6264 | 2024.12.16 20:53:56.506931 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 6265 | 2024.12.16 20:53:57.224923 [ 132 ] {} <Debug> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6266 | 2024.12.16 20:53:57.224987 [ 132 ] {} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6267 | 2024.12.16 20:53:57.225013 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6268 | 2024.12.16 20:53:57.225207 [ 195 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 6269 | 2024.12.16 20:53:57.225453 [ 195 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6270 | 2024.12.16 20:53:57.225516 [ 195 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 6271 | 2024.12.16 20:53:57.225667 [ 195 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 6272 | 2024.12.16 20:53:57.225961 [ 195 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 6273 | 2024.12.16 20:53:57.226237 [ 195 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 6274 | 2024.12.16 20:53:57.226376 [ 195 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 6275 | 2024.12.16 20:53:57.227513 [ 196 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002415966 sec., 14900.871949356904 rows/sec., 1.24 MiB/sec. | ||
| 6276 | 2024.12.16 20:53:57.227651 [ 195 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6277 | 2024.12.16 20:53:57.227934 [ 195 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_9_2} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6278 | 2024.12.16 20:53:57.228014 [ 195 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_9_2} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6279 | 2024.12.16 20:53:57.228095 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6280 | 2024.12.16 20:53:58.924396 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6281 | 2024.12.16 20:53:58.925063 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6282 | 2024.12.16 20:53:58.925106 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6283 | 2024.12.16 20:53:58.925640 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6284 | 2024.12.16 20:53:58.925914 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6285 | 2024.12.16 20:53:58.926157 [ 127 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6286 | 2024.12.16 20:53:58.926173 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6287 | 2024.12.16 20:53:58.926277 [ 127 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6288 | 2024.12.16 20:53:58.926325 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6289 | 2024.12.16 20:53:58.926510 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 6290 | 2024.12.16 20:53:58.926722 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6291 | 2024.12.16 20:53:58.926792 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 6292 | 2024.12.16 20:53:58.926940 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 6293 | 2024.12.16 20:53:58.927176 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 6294 | 2024.12.16 20:53:58.927332 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 6295 | 2024.12.16 20:53:58.927433 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 6296 | 2024.12.16 20:53:58.927596 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 6297 | 2024.12.16 20:53:58.930260 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003842674 sec., 3698726.459751725 rows/sec., 52.91 MiB/sec. | ||
| 6298 | 2024.12.16 20:53:58.930628 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6299 | 2024.12.16 20:53:58.930977 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_31_6} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6300 | 2024.12.16 20:53:58.931080 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_31_6} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6301 | 2024.12.16 20:53:58.931190 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6302 | 2024.12.16 20:53:59.889968 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6303 | 2024.12.16 20:53:59.912011 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6304 | 2024.12.16 20:53:59.912070 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6305 | 2024.12.16 20:53:59.919580 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6306 | 2024.12.16 20:53:59.920354 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6307 | 2024.12.16 20:53:59.920735 [ 126 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6308 | 2024.12.16 20:53:59.920875 [ 126 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6309 | 2024.12.16 20:53:59.920957 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6310 | 2024.12.16 20:53:59.921428 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 6311 | 2024.12.16 20:53:59.936015 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6312 | 2024.12.16 20:53:59.937899 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6313 | 2024.12.16 20:53:59.939654 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 6314 | 2024.12.16 20:53:59.946030 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 6315 | 2024.12.16 20:53:59.952047 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 6316 | 2024.12.16 20:53:59.957784 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 6317 | 2024.12.16 20:53:59.963726 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 6318 | 2024.12.16 20:53:59.968667 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 6319 | 2024.12.16 20:54:00.000347 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.43 MiB, peak 214.43 MiB, free memory in arenas 0.00 B, will set to 204.48 MiB (RSS), difference: -9.95 MiB | ||
| 6320 | 2024.12.16 20:54:00.028699 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.107585326 sec., 2175.0178086554297 rows/sec., 11.25 MiB/sec. | ||
| 6321 | 2024.12.16 20:54:00.031572 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6322 | 2024.12.16 20:54:00.034484 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_31_6} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6323 | 2024.12.16 20:54:00.034614 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_31_6} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6324 | 2024.12.16 20:54:00.037087 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 6325 | 2024.12.16 20:54:00.328936 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6326 | 2024.12.16 20:54:00.329147 [ 261 ] {7429beaa-2603-410d-ad0b-c6f1d5bae1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6327 | 2024.12.16 20:54:00.329230 [ 261 ] {7429beaa-2603-410d-ad0b-c6f1d5bae1a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6328 | 2024.12.16 20:54:00.329975 [ 261 ] {7429beaa-2603-410d-ad0b-c6f1d5bae1a4} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6329 | 2024.12.16 20:54:00.330029 [ 261 ] {7429beaa-2603-410d-ad0b-c6f1d5bae1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6330 | 2024.12.16 20:54:00.330472 [ 261 ] {7429beaa-2603-410d-ad0b-c6f1d5bae1a4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6331 | 2024.12.16 20:54:00.330728 [ 261 ] {7429beaa-2603-410d-ad0b-c6f1d5bae1a4} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6332 | 2024.12.16 20:54:00.330976 [ 261 ] {7429beaa-2603-410d-ad0b-c6f1d5bae1a4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 6333 | 2024.12.16 20:54:00.331047 [ 261 ] {7429beaa-2603-410d-ad0b-c6f1d5bae1a4} <Debug> TCPHandler: Processed in 0.002247173 sec. | ||
| 6334 | 2024.12.16 20:54:00.331290 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6335 | 2024.12.16 20:54:00.331491 [ 260 ] {8d720769-6344-46a7-b5cd-d0258c652417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6336 | 2024.12.16 20:54:00.331573 [ 260 ] {8d720769-6344-46a7-b5cd-d0258c652417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6337 | 2024.12.16 20:54:00.332379 [ 260 ] {8d720769-6344-46a7-b5cd-d0258c652417} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6338 | 2024.12.16 20:54:00.332420 [ 260 ] {8d720769-6344-46a7-b5cd-d0258c652417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6339 | 2024.12.16 20:54:00.332852 [ 260 ] {8d720769-6344-46a7-b5cd-d0258c652417} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6340 | 2024.12.16 20:54:00.333100 [ 260 ] {8d720769-6344-46a7-b5cd-d0258c652417} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6341 | 2024.12.16 20:54:00.333296 [ 260 ] {8d720769-6344-46a7-b5cd-d0258c652417} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00186 sec., 2150.537634408602 rows/sec., 175.36 KiB/sec. | ||
| 6342 | 2024.12.16 20:54:00.333353 [ 260 ] {8d720769-6344-46a7-b5cd-d0258c652417} <Debug> TCPHandler: Processed in 0.002200162 sec. | ||
| 6343 | 2024.12.16 20:54:00.333508 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6344 | 2024.12.16 20:54:00.333653 [ 261 ] {44aec7d5-1460-4aa4-b383-38f381868c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6345 | 2024.12.16 20:54:00.333713 [ 261 ] {44aec7d5-1460-4aa4-b383-38f381868c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6346 | 2024.12.16 20:54:00.334469 [ 261 ] {44aec7d5-1460-4aa4-b383-38f381868c37} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6347 | 2024.12.16 20:54:00.334510 [ 261 ] {44aec7d5-1460-4aa4-b383-38f381868c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6348 | 2024.12.16 20:54:00.334897 [ 261 ] {44aec7d5-1460-4aa4-b383-38f381868c37} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6349 | 2024.12.16 20:54:00.335140 [ 261 ] {44aec7d5-1460-4aa4-b383-38f381868c37} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6350 | 2024.12.16 20:54:00.335361 [ 261 ] {44aec7d5-1460-4aa4-b383-38f381868c37} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001744 sec., 139334.8623853211 rows/sec., 12.19 MiB/sec. | ||
| 6351 | 2024.12.16 20:54:00.335418 [ 261 ] {44aec7d5-1460-4aa4-b383-38f381868c37} <Debug> TCPHandler: Processed in 0.001978538 sec. | ||
| 6352 | 2024.12.16 20:54:00.335570 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6353 | 2024.12.16 20:54:00.335709 [ 260 ] {78c9b200-2187-421f-a4ba-b2c9888a713c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6354 | 2024.12.16 20:54:00.335768 [ 260 ] {78c9b200-2187-421f-a4ba-b2c9888a713c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6355 | 2024.12.16 20:54:00.336436 [ 260 ] {78c9b200-2187-421f-a4ba-b2c9888a713c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6356 | 2024.12.16 20:54:00.336474 [ 260 ] {78c9b200-2187-421f-a4ba-b2c9888a713c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6357 | 2024.12.16 20:54:00.336842 [ 260 ] {78c9b200-2187-421f-a4ba-b2c9888a713c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6358 | 2024.12.16 20:54:00.337083 [ 260 ] {78c9b200-2187-421f-a4ba-b2c9888a713c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6359 | 2024.12.16 20:54:00.337261 [ 260 ] {78c9b200-2187-421f-a4ba-b2c9888a713c} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001582 sec., 18963.337547408344 rows/sec., 1.34 MiB/sec. | ||
| 6360 | 2024.12.16 20:54:00.337314 [ 260 ] {78c9b200-2187-421f-a4ba-b2c9888a713c} <Debug> TCPHandler: Processed in 0.001813245 sec. | ||
| 6361 | 2024.12.16 20:54:00.337455 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6362 | 2024.12.16 20:54:00.337592 [ 261 ] {529f8ae8-ff63-49ef-8e31-5f8607f79f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6363 | 2024.12.16 20:54:00.337650 [ 261 ] {529f8ae8-ff63-49ef-8e31-5f8607f79f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6364 | 2024.12.16 20:54:00.338312 [ 261 ] {529f8ae8-ff63-49ef-8e31-5f8607f79f6b} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6365 | 2024.12.16 20:54:00.338352 [ 261 ] {529f8ae8-ff63-49ef-8e31-5f8607f79f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6366 | 2024.12.16 20:54:00.338704 [ 261 ] {529f8ae8-ff63-49ef-8e31-5f8607f79f6b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6367 | 2024.12.16 20:54:00.338953 [ 261 ] {529f8ae8-ff63-49ef-8e31-5f8607f79f6b} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6368 | 2024.12.16 20:54:00.339166 [ 261 ] {529f8ae8-ff63-49ef-8e31-5f8607f79f6b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001593 sec., 8788.449466415568 rows/sec., 615.49 KiB/sec. | ||
| 6369 | 2024.12.16 20:54:00.339223 [ 261 ] {529f8ae8-ff63-49ef-8e31-5f8607f79f6b} <Debug> TCPHandler: Processed in 0.001833395 sec. | ||
| 6370 | 2024.12.16 20:54:00.339366 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6371 | 2024.12.16 20:54:00.339502 [ 260 ] {90f28e1d-14f9-4368-88c1-5ee57700562b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6372 | 2024.12.16 20:54:00.339559 [ 260 ] {90f28e1d-14f9-4368-88c1-5ee57700562b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6373 | 2024.12.16 20:54:00.340240 [ 260 ] {90f28e1d-14f9-4368-88c1-5ee57700562b} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6374 | 2024.12.16 20:54:00.340286 [ 260 ] {90f28e1d-14f9-4368-88c1-5ee57700562b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6375 | 2024.12.16 20:54:00.340637 [ 260 ] {90f28e1d-14f9-4368-88c1-5ee57700562b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6376 | 2024.12.16 20:54:00.340870 [ 260 ] {90f28e1d-14f9-4368-88c1-5ee57700562b} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6377 | 2024.12.16 20:54:00.341102 [ 260 ] {90f28e1d-14f9-4368-88c1-5ee57700562b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001629 sec., 7980.3560466543895 rows/sec., 497.57 KiB/sec. | ||
| 6378 | 2024.12.16 20:54:00.341218 [ 260 ] {90f28e1d-14f9-4368-88c1-5ee57700562b} <Debug> TCPHandler: Processed in 0.001920447 sec. | ||
| 6379 | 2024.12.16 20:54:00.341356 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6380 | 2024.12.16 20:54:00.341492 [ 261 ] {6ce6e849-ed7e-4b40-92b6-d32453710369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6381 | 2024.12.16 20:54:00.341549 [ 261 ] {6ce6e849-ed7e-4b40-92b6-d32453710369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6382 | 2024.12.16 20:54:00.342361 [ 261 ] {6ce6e849-ed7e-4b40-92b6-d32453710369} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6383 | 2024.12.16 20:54:00.342401 [ 261 ] {6ce6e849-ed7e-4b40-92b6-d32453710369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6384 | 2024.12.16 20:54:00.342773 [ 261 ] {6ce6e849-ed7e-4b40-92b6-d32453710369} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6385 | 2024.12.16 20:54:00.343004 [ 261 ] {6ce6e849-ed7e-4b40-92b6-d32453710369} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6386 | 2024.12.16 20:54:00.343224 [ 261 ] {6ce6e849-ed7e-4b40-92b6-d32453710369} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.00176 sec., 230113.63636363635 rows/sec., 16.38 MiB/sec. | ||
| 6387 | 2024.12.16 20:54:00.343280 [ 261 ] {6ce6e849-ed7e-4b40-92b6-d32453710369} <Debug> TCPHandler: Processed in 0.001989658 sec. | ||
| 6388 | 2024.12.16 20:54:00.343424 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6389 | 2024.12.16 20:54:00.343562 [ 260 ] {2296ec5f-ec13-41db-9418-d8038c5cef16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6390 | 2024.12.16 20:54:00.343622 [ 260 ] {2296ec5f-ec13-41db-9418-d8038c5cef16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6391 | 2024.12.16 20:54:00.344183 [ 260 ] {2296ec5f-ec13-41db-9418-d8038c5cef16} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6392 | 2024.12.16 20:54:00.344230 [ 260 ] {2296ec5f-ec13-41db-9418-d8038c5cef16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6393 | 2024.12.16 20:54:00.344594 [ 260 ] {2296ec5f-ec13-41db-9418-d8038c5cef16} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6394 | 2024.12.16 20:54:00.344838 [ 260 ] {2296ec5f-ec13-41db-9418-d8038c5cef16} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6395 | 2024.12.16 20:54:00.345046 [ 260 ] {2296ec5f-ec13-41db-9418-d8038c5cef16} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001514 sec., 3963.011889035667 rows/sec., 207.05 KiB/sec. | ||
| 6396 | 2024.12.16 20:54:00.345098 [ 260 ] {2296ec5f-ec13-41db-9418-d8038c5cef16} <Debug> TCPHandler: Processed in 0.001742143 sec. | ||
| 6397 | 2024.12.16 20:54:00.345232 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6398 | 2024.12.16 20:54:00.345368 [ 261 ] {1623adcf-300f-4ff4-a577-255d6a45f7d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6399 | 2024.12.16 20:54:00.345431 [ 261 ] {1623adcf-300f-4ff4-a577-255d6a45f7d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6400 | 2024.12.16 20:54:00.346111 [ 261 ] {1623adcf-300f-4ff4-a577-255d6a45f7d9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6401 | 2024.12.16 20:54:00.346159 [ 261 ] {1623adcf-300f-4ff4-a577-255d6a45f7d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6402 | 2024.12.16 20:54:00.346571 [ 261 ] {1623adcf-300f-4ff4-a577-255d6a45f7d9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6403 | 2024.12.16 20:54:00.346806 [ 261 ] {1623adcf-300f-4ff4-a577-255d6a45f7d9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6404 | 2024.12.16 20:54:00.347021 [ 261 ] {1623adcf-300f-4ff4-a577-255d6a45f7d9} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001682 sec., 142092.74673008325 rows/sec., 9.53 MiB/sec. | ||
| 6405 | 2024.12.16 20:54:00.347076 [ 261 ] {1623adcf-300f-4ff4-a577-255d6a45f7d9} <Debug> TCPHandler: Processed in 0.001899786 sec. | ||
| 6406 | 2024.12.16 20:54:00.347211 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6407 | 2024.12.16 20:54:00.347343 [ 260 ] {3c4602a2-8858-4442-9c3d-d9002dcc5f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6408 | 2024.12.16 20:54:00.347404 [ 260 ] {3c4602a2-8858-4442-9c3d-d9002dcc5f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6409 | 2024.12.16 20:54:00.347950 [ 260 ] {3c4602a2-8858-4442-9c3d-d9002dcc5f19} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6410 | 2024.12.16 20:54:00.347997 [ 260 ] {3c4602a2-8858-4442-9c3d-d9002dcc5f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6411 | 2024.12.16 20:54:00.348390 [ 260 ] {3c4602a2-8858-4442-9c3d-d9002dcc5f19} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6412 | 2024.12.16 20:54:00.348621 [ 260 ] {3c4602a2-8858-4442-9c3d-d9002dcc5f19} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6413 | 2024.12.16 20:54:00.348832 [ 260 ] {3c4602a2-8858-4442-9c3d-d9002dcc5f19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec. | ||
| 6414 | 2024.12.16 20:54:00.348883 [ 260 ] {3c4602a2-8858-4442-9c3d-d9002dcc5f19} <Debug> TCPHandler: Processed in 0.001726693 sec. | ||
| 6415 | 2024.12.16 20:54:00.349012 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6416 | 2024.12.16 20:54:00.349128 [ 261 ] {4136721f-6d27-4aa4-92c4-ca00371dcddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6417 | 2024.12.16 20:54:00.349207 [ 261 ] {4136721f-6d27-4aa4-92c4-ca00371dcddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6418 | 2024.12.16 20:54:00.350470 [ 261 ] {4136721f-6d27-4aa4-92c4-ca00371dcddd} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6419 | 2024.12.16 20:54:00.350509 [ 261 ] {4136721f-6d27-4aa4-92c4-ca00371dcddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6420 | 2024.12.16 20:54:00.351140 [ 261 ] {4136721f-6d27-4aa4-92c4-ca00371dcddd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6421 | 2024.12.16 20:54:00.351392 [ 261 ] {4136721f-6d27-4aa4-92c4-ca00371dcddd} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6422 | 2024.12.16 20:54:00.351677 [ 261 ] {4136721f-6d27-4aa4-92c4-ca00371dcddd} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.00257 sec., 7392.996108949417 rows/sec., 13.25 MiB/sec. | ||
| 6423 | 2024.12.16 20:54:00.352279 [ 261 ] {4136721f-6d27-4aa4-92c4-ca00371dcddd} <Debug> TCPHandler: Processed in 0.003319753 sec. | ||
| 6424 | 2024.12.16 20:54:00.352443 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6425 | 2024.12.16 20:54:00.352579 [ 260 ] {01275304-c49e-41be-9f99-bec6233ca583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6426 | 2024.12.16 20:54:00.352639 [ 260 ] {01275304-c49e-41be-9f99-bec6233ca583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6427 | 2024.12.16 20:54:00.353213 [ 260 ] {01275304-c49e-41be-9f99-bec6233ca583} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6428 | 2024.12.16 20:54:00.353260 [ 260 ] {01275304-c49e-41be-9f99-bec6233ca583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 6429 | 2024.12.16 20:54:00.353628 [ 260 ] {01275304-c49e-41be-9f99-bec6233ca583} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6430 | 2024.12.16 20:54:00.353861 [ 260 ] {01275304-c49e-41be-9f99-bec6233ca583} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6431 | 2024.12.16 20:54:00.354114 [ 260 ] {01275304-c49e-41be-9f99-bec6233ca583} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001563 sec., 52463.21177223289 rows/sec., 3.33 MiB/sec. | ||
| 6432 | 2024.12.16 20:54:00.354188 [ 260 ] {01275304-c49e-41be-9f99-bec6233ca583} <Debug> TCPHandler: Processed in 0.001811235 sec. | ||
| 6433 | 2024.12.16 20:54:01.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.93 MiB, peak 214.43 MiB, free memory in arenas 0.00 B, will set to 205.49 MiB (RSS), difference: 9.55 MiB | ||
| 6434 | 2024.12.16 20:54:05.324613 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6435 | 2024.12.16 20:54:05.324930 [ 261 ] {e6bfd10f-7ccc-4fd1-bfc7-0cebf83529de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6436 | 2024.12.16 20:54:05.325044 [ 261 ] {e6bfd10f-7ccc-4fd1-bfc7-0cebf83529de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6437 | 2024.12.16 20:54:05.325970 [ 261 ] {e6bfd10f-7ccc-4fd1-bfc7-0cebf83529de} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6438 | 2024.12.16 20:54:05.326017 [ 261 ] {e6bfd10f-7ccc-4fd1-bfc7-0cebf83529de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6439 | 2024.12.16 20:54:05.326458 [ 261 ] {e6bfd10f-7ccc-4fd1-bfc7-0cebf83529de} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6440 | 2024.12.16 20:54:05.326711 [ 261 ] {e6bfd10f-7ccc-4fd1-bfc7-0cebf83529de} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6441 | 2024.12.16 20:54:05.326895 [ 118 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6442 | 2024.12.16 20:54:05.326971 [ 261 ] {e6bfd10f-7ccc-4fd1-bfc7-0cebf83529de} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.002119 sec., 48135.91316658802 rows/sec., 4.01 MiB/sec. | ||
| 6443 | 2024.12.16 20:54:05.326977 [ 118 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6444 | 2024.12.16 20:54:05.327054 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6445 | 2024.12.16 20:54:05.327109 [ 261 ] {e6bfd10f-7ccc-4fd1-bfc7-0cebf83529de} <Debug> TCPHandler: Processed in 0.002674251 sec. | ||
| 6446 | 2024.12.16 20:54:05.327371 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 6447 | 2024.12.16 20:54:05.327418 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6448 | 2024.12.16 20:54:05.327766 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6449 | 2024.12.16 20:54:05.327770 [ 260 ] {8d5fb852-c38f-4977-bfef-5a186e5ccfac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6450 | 2024.12.16 20:54:05.327863 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1437 rows starting from the beginning of the part | ||
| 6451 | 2024.12.16 20:54:05.327922 [ 260 ] {8d5fb852-c38f-4977-bfef-5a186e5ccfac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6452 | 2024.12.16 20:54:05.328411 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 6453 | 2024.12.16 20:54:05.328696 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 241 rows starting from the beginning of the part | ||
| 6454 | 2024.12.16 20:54:05.329038 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 102 rows starting from the beginning of the part | ||
| 6455 | 2024.12.16 20:54:05.329388 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 243 rows starting from the beginning of the part | ||
| 6456 | 2024.12.16 20:54:05.329743 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 102 rows starting from the beginning of the part | ||
| 6457 | 2024.12.16 20:54:05.331201 [ 260 ] {8d5fb852-c38f-4977-bfef-5a186e5ccfac} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6458 | 2024.12.16 20:54:05.331278 [ 260 ] {8d5fb852-c38f-4977-bfef-5a186e5ccfac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6459 | 2024.12.16 20:54:05.332348 [ 260 ] {8d5fb852-c38f-4977-bfef-5a186e5ccfac} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6460 | 2024.12.16 20:54:05.332921 [ 260 ] {8d5fb852-c38f-4977-bfef-5a186e5ccfac} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6461 | 2024.12.16 20:54:05.332959 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2181 rows, containing 5 columns (5 merged, 0 gathered) in 0.00576852 sec., 378086.58026668883 rows/sec., 33.26 MiB/sec. | ||
| 6462 | 2024.12.16 20:54:05.333259 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6463 | 2024.12.16 20:54:05.333279 [ 260 ] {8d5fb852-c38f-4977-bfef-5a186e5ccfac} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.005624 sec., 4089.615931721195 rows/sec., 307.52 KiB/sec. | ||
| 6464 | 2024.12.16 20:54:05.333445 [ 260 ] {8d5fb852-c38f-4977-bfef-5a186e5ccfac} <Debug> TCPHandler: Processed in 0.006194998 sec. | ||
| 6465 | 2024.12.16 20:54:05.333715 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_46_9} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6466 | 2024.12.16 20:54:05.333739 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6467 | 2024.12.16 20:54:05.333825 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_46_9} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6468 | 2024.12.16 20:54:05.333971 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 6469 | 2024.12.16 20:54:05.334074 [ 261 ] {f6834ee2-147d-41c7-804c-f416748d4c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6470 | 2024.12.16 20:54:05.334173 [ 261 ] {f6834ee2-147d-41c7-804c-f416748d4c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6471 | 2024.12.16 20:54:05.334928 [ 261 ] {f6834ee2-147d-41c7-804c-f416748d4c18} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6472 | 2024.12.16 20:54:05.334968 [ 261 ] {f6834ee2-147d-41c7-804c-f416748d4c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6473 | 2024.12.16 20:54:05.335344 [ 261 ] {f6834ee2-147d-41c7-804c-f416748d4c18} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6474 | 2024.12.16 20:54:05.335585 [ 261 ] {f6834ee2-147d-41c7-804c-f416748d4c18} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6475 | 2024.12.16 20:54:05.335750 [ 118 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6476 | 2024.12.16 20:54:05.335811 [ 118 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6477 | 2024.12.16 20:54:05.335834 [ 261 ] {f6834ee2-147d-41c7-804c-f416748d4c18} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001826 sec., 47645.12595837897 rows/sec., 3.72 MiB/sec. | ||
| 6478 | 2024.12.16 20:54:05.335847 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6479 | 2024.12.16 20:54:05.336008 [ 261 ] {f6834ee2-147d-41c7-804c-f416748d4c18} <Debug> TCPHandler: Processed in 0.002407496 sec. | ||
| 6480 | 2024.12.16 20:54:05.336080 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 6481 | 2024.12.16 20:54:05.336192 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6482 | 2024.12.16 20:54:05.336218 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6483 | 2024.12.16 20:54:05.336251 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 916 rows starting from the beginning of the part | ||
| 6484 | 2024.12.16 20:54:05.336461 [ 260 ] {2e6edfe6-6dab-4dfc-990d-6822e59a49b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6485 | 2024.12.16 20:54:05.336483 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
| 6486 | 2024.12.16 20:54:05.336728 [ 260 ] {2e6edfe6-6dab-4dfc-990d-6822e59a49b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6487 | 2024.12.16 20:54:05.336947 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 401 rows starting from the beginning of the part | ||
| 6488 | 2024.12.16 20:54:05.337465 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 87 rows starting from the beginning of the part | ||
| 6489 | 2024.12.16 20:54:05.337859 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 405 rows starting from the beginning of the part | ||
| 6490 | 2024.12.16 20:54:05.338215 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 87 rows starting from the beginning of the part | ||
| 6491 | 2024.12.16 20:54:05.339291 [ 260 ] {2e6edfe6-6dab-4dfc-990d-6822e59a49b3} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6492 | 2024.12.16 20:54:05.339337 [ 260 ] {2e6edfe6-6dab-4dfc-990d-6822e59a49b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6493 | 2024.12.16 20:54:05.339924 [ 260 ] {2e6edfe6-6dab-4dfc-990d-6822e59a49b3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6494 | 2024.12.16 20:54:05.340267 [ 260 ] {2e6edfe6-6dab-4dfc-990d-6822e59a49b3} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6495 | 2024.12.16 20:54:05.340356 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.004396844 sec., 445774.28719326865 rows/sec., 34.13 MiB/sec. | ||
| 6496 | 2024.12.16 20:54:05.340509 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6497 | 2024.12.16 20:54:05.340603 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6498 | 2024.12.16 20:54:05.340672 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6499 | 2024.12.16 20:54:05.340718 [ 260 ] {2e6edfe6-6dab-4dfc-990d-6822e59a49b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004398 sec., 36380.172805820825 rows/sec., 2.53 MiB/sec. | ||
| 6500 | 2024.12.16 20:54:05.340803 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6501 | 2024.12.16 20:54:05.341146 [ 260 ] {2e6edfe6-6dab-4dfc-990d-6822e59a49b3} <Debug> TCPHandler: Processed in 0.005021085 sec. | ||
| 6502 | 2024.12.16 20:54:05.341213 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 6503 | 2024.12.16 20:54:05.341427 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6504 | 2024.12.16 20:54:05.341649 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6505 | 2024.12.16 20:54:05.341761 [ 261 ] {f19068d4-5d8d-47f5-a8b6-4a7044d00e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6506 | 2024.12.16 20:54:05.341774 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14140 rows starting from the beginning of the part | ||
| 6507 | 2024.12.16 20:54:05.342116 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 62 rows starting from the beginning of the part | ||
| 6508 | 2024.12.16 20:54:05.342113 [ 261 ] {f19068d4-5d8d-47f5-a8b6-4a7044d00e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6509 | 2024.12.16 20:54:05.342223 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_46_9} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6510 | 2024.12.16 20:54:05.342491 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 6511 | 2024.12.16 20:54:05.343075 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 6512 | 2024.12.16 20:54:05.343536 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 239 rows starting from the beginning of the part | ||
| 6513 | 2024.12.16 20:54:05.344004 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 6514 | 2024.12.16 20:54:05.344810 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_46_9} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6515 | 2024.12.16 20:54:05.345396 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6516 | 2024.12.16 20:54:05.347602 [ 261 ] {f19068d4-5d8d-47f5-a8b6-4a7044d00e49} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6517 | 2024.12.16 20:54:05.347670 [ 261 ] {f19068d4-5d8d-47f5-a8b6-4a7044d00e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6518 | 2024.12.16 20:54:05.349108 [ 261 ] {f19068d4-5d8d-47f5-a8b6-4a7044d00e49} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6519 | 2024.12.16 20:54:05.349703 [ 261 ] {f19068d4-5d8d-47f5-a8b6-4a7044d00e49} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6520 | 2024.12.16 20:54:05.349993 [ 261 ] {f19068d4-5d8d-47f5-a8b6-4a7044d00e49} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.008344 sec., 2756.47171620326 rows/sec., 4.94 MiB/sec. | ||
| 6521 | 2024.12.16 20:54:05.350130 [ 261 ] {f19068d4-5d8d-47f5-a8b6-4a7044d00e49} <Debug> TCPHandler: Processed in 0.008861209 sec. | ||
| 6522 | 2024.12.16 20:54:05.350305 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6523 | 2024.12.16 20:54:05.350448 [ 260 ] {001f3ef3-aa64-480e-b718-96c2682d2024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6524 | 2024.12.16 20:54:05.350516 [ 260 ] {001f3ef3-aa64-480e-b718-96c2682d2024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6525 | 2024.12.16 20:54:05.351338 [ 260 ] {001f3ef3-aa64-480e-b718-96c2682d2024} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6526 | 2024.12.16 20:54:05.351379 [ 260 ] {001f3ef3-aa64-480e-b718-96c2682d2024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6527 | 2024.12.16 20:54:05.351659 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14998 rows, containing 5 columns (5 merged, 0 gathered) in 0.010873797 sec., 1379279.013577318 rows/sec., 93.15 MiB/sec. | ||
| 6528 | 2024.12.16 20:54:05.351881 [ 260 ] {001f3ef3-aa64-480e-b718-96c2682d2024} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6529 | 2024.12.16 20:54:05.352029 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6530 | 2024.12.16 20:54:05.352174 [ 260 ] {001f3ef3-aa64-480e-b718-96c2682d2024} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6531 | 2024.12.16 20:54:05.352402 [ 117 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6532 | 2024.12.16 20:54:05.352516 [ 117 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6533 | 2024.12.16 20:54:05.352528 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6534 | 2024.12.16 20:54:05.352560 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6535 | 2024.12.16 20:54:05.352587 [ 260 ] {001f3ef3-aa64-480e-b718-96c2682d2024} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002148 sec., 27932.960893854746 rows/sec., 1.88 MiB/sec. | ||
| 6536 | 2024.12.16 20:54:05.352861 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6537 | 2024.12.16 20:54:05.352976 [ 260 ] {001f3ef3-aa64-480e-b718-96c2682d2024} <Debug> TCPHandler: Processed in 0.002733022 sec. | ||
| 6538 | 2024.12.16 20:54:05.353017 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 6539 | 2024.12.16 20:54:05.353100 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.74 MiB. | ||
| 6540 | 2024.12.16 20:54:05.353288 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6541 | 2024.12.16 20:54:05.353329 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2526 rows starting from the beginning of the part | ||
| 6542 | 2024.12.16 20:54:05.353421 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 22 rows starting from the beginning of the part | ||
| 6543 | 2024.12.16 20:54:05.353498 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 6544 | 2024.12.16 20:54:05.353620 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 6545 | 2024.12.16 20:54:05.353713 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 6546 | 2024.12.16 20:54:05.353780 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 6547 | 2024.12.16 20:54:05.355249 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2832 rows, containing 4 columns (4 merged, 0 gathered) in 0.002570689 sec., 1101650.1801657064 rows/sec., 72.02 MiB/sec. | ||
| 6548 | 2024.12.16 20:54:05.355650 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6549 | 2024.12.16 20:54:05.356187 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_46_9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6550 | 2024.12.16 20:54:05.356340 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_46_9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6551 | 2024.12.16 20:54:05.356477 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6552 | 2024.12.16 20:54:06.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.03 MiB, peak 214.43 MiB, free memory in arenas 0.00 B, will set to 207.09 MiB (RSS), difference: 1.07 MiB | ||
| 6553 | 2024.12.16 20:54:06.285677 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6554 | 2024.12.16 20:54:06.285735 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6555 | 2024.12.16 20:54:06.426338 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6556 | 2024.12.16 20:54:06.427134 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2024.12.16 20:54:06.427184 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6558 | 2024.12.16 20:54:06.427767 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6559 | 2024.12.16 20:54:06.428032 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2024.12.16 20:54:06.428279 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6561 | 2024.12.16 20:54:06.492085 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 918 | ||
| 6562 | 2024.12.16 20:54:06.495275 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6563 | 2024.12.16 20:54:06.495338 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6564 | 2024.12.16 20:54:06.496840 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6565 | 2024.12.16 20:54:06.497154 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6566 | 2024.12.16 20:54:06.498292 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 918 | ||
| 6567 | 2024.12.16 20:54:07.001440 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000924118 sec. | ||
| 6568 | 2024.12.16 20:54:07.436084 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6569 | 2024.12.16 20:54:07.455740 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6570 | 2024.12.16 20:54:07.455804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6571 | 2024.12.16 20:54:07.463112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6572 | 2024.12.16 20:54:07.463859 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6573 | 2024.12.16 20:54:07.466622 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6574 | 2024.12.16 20:54:10.328572 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6575 | 2024.12.16 20:54:10.328775 [ 261 ] {fdd8f411-a9f2-4e7a-a41e-e8c0cf169b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6576 | 2024.12.16 20:54:10.328847 [ 261 ] {fdd8f411-a9f2-4e7a-a41e-e8c0cf169b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6577 | 2024.12.16 20:54:10.329557 [ 261 ] {fdd8f411-a9f2-4e7a-a41e-e8c0cf169b7d} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6578 | 2024.12.16 20:54:10.329610 [ 261 ] {fdd8f411-a9f2-4e7a-a41e-e8c0cf169b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6579 | 2024.12.16 20:54:10.330061 [ 261 ] {fdd8f411-a9f2-4e7a-a41e-e8c0cf169b7d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6580 | 2024.12.16 20:54:10.330320 [ 261 ] {fdd8f411-a9f2-4e7a-a41e-e8c0cf169b7d} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6581 | 2024.12.16 20:54:10.330558 [ 261 ] {fdd8f411-a9f2-4e7a-a41e-e8c0cf169b7d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001832 sec., 7641.921397379912 rows/sec., 550.12 KiB/sec. | ||
| 6582 | 2024.12.16 20:54:10.330655 [ 261 ] {fdd8f411-a9f2-4e7a-a41e-e8c0cf169b7d} <Debug> TCPHandler: Processed in 0.002209673 sec. | ||
| 6583 | 2024.12.16 20:54:10.330922 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6584 | 2024.12.16 20:54:10.331123 [ 260 ] {4217a30b-5be1-4ba7-833e-0cddc7957b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6585 | 2024.12.16 20:54:10.331195 [ 260 ] {4217a30b-5be1-4ba7-833e-0cddc7957b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6586 | 2024.12.16 20:54:10.332081 [ 260 ] {4217a30b-5be1-4ba7-833e-0cddc7957b53} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6587 | 2024.12.16 20:54:10.332131 [ 260 ] {4217a30b-5be1-4ba7-833e-0cddc7957b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6588 | 2024.12.16 20:54:10.332580 [ 260 ] {4217a30b-5be1-4ba7-833e-0cddc7957b53} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6589 | 2024.12.16 20:54:10.332824 [ 260 ] {4217a30b-5be1-4ba7-833e-0cddc7957b53} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6590 | 2024.12.16 20:54:10.333054 [ 260 ] {4217a30b-5be1-4ba7-833e-0cddc7957b53} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.001984 sec., 121471.77419354838 rows/sec., 10.64 MiB/sec. | ||
| 6591 | 2024.12.16 20:54:10.333112 [ 260 ] {4217a30b-5be1-4ba7-833e-0cddc7957b53} <Debug> TCPHandler: Processed in 0.002333314 sec. | ||
| 6592 | 2024.12.16 20:54:10.333291 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6593 | 2024.12.16 20:54:10.333442 [ 261 ] {69099a9c-23dd-4e9c-b7ae-0a3c17fe9543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6594 | 2024.12.16 20:54:10.333504 [ 261 ] {69099a9c-23dd-4e9c-b7ae-0a3c17fe9543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6595 | 2024.12.16 20:54:10.334198 [ 261 ] {69099a9c-23dd-4e9c-b7ae-0a3c17fe9543} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6596 | 2024.12.16 20:54:10.334247 [ 261 ] {69099a9c-23dd-4e9c-b7ae-0a3c17fe9543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6597 | 2024.12.16 20:54:10.334658 [ 261 ] {69099a9c-23dd-4e9c-b7ae-0a3c17fe9543} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6598 | 2024.12.16 20:54:10.334892 [ 261 ] {69099a9c-23dd-4e9c-b7ae-0a3c17fe9543} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6599 | 2024.12.16 20:54:10.335117 [ 261 ] {69099a9c-23dd-4e9c-b7ae-0a3c17fe9543} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001709 sec., 15213.57519016969 rows/sec., 1.08 MiB/sec. | ||
| 6600 | 2024.12.16 20:54:10.335174 [ 261 ] {69099a9c-23dd-4e9c-b7ae-0a3c17fe9543} <Debug> TCPHandler: Processed in 0.001953947 sec. | ||
| 6601 | 2024.12.16 20:54:10.335332 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6602 | 2024.12.16 20:54:10.335453 [ 260 ] {92e78386-44f3-4994-9988-a525f01312bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6603 | 2024.12.16 20:54:10.335504 [ 260 ] {92e78386-44f3-4994-9988-a525f01312bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6604 | 2024.12.16 20:54:10.336092 [ 260 ] {92e78386-44f3-4994-9988-a525f01312bc} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6605 | 2024.12.16 20:54:10.336134 [ 260 ] {92e78386-44f3-4994-9988-a525f01312bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6606 | 2024.12.16 20:54:10.336484 [ 260 ] {92e78386-44f3-4994-9988-a525f01312bc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6607 | 2024.12.16 20:54:10.336709 [ 260 ] {92e78386-44f3-4994-9988-a525f01312bc} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6608 | 2024.12.16 20:54:10.336955 [ 260 ] {92e78386-44f3-4994-9988-a525f01312bc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001524 sec., 9186.351706036745 rows/sec., 643.35 KiB/sec. | ||
| 6609 | 2024.12.16 20:54:10.337150 [ 260 ] {92e78386-44f3-4994-9988-a525f01312bc} <Debug> TCPHandler: Processed in 0.001874105 sec. | ||
| 6610 | 2024.12.16 20:54:10.337320 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6611 | 2024.12.16 20:54:10.337439 [ 261 ] {f05b6a36-e77b-4ae4-b05f-e15d08d5ea5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6612 | 2024.12.16 20:54:10.337489 [ 261 ] {f05b6a36-e77b-4ae4-b05f-e15d08d5ea5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6613 | 2024.12.16 20:54:10.338390 [ 261 ] {f05b6a36-e77b-4ae4-b05f-e15d08d5ea5c} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6614 | 2024.12.16 20:54:10.338437 [ 261 ] {f05b6a36-e77b-4ae4-b05f-e15d08d5ea5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6615 | 2024.12.16 20:54:10.338802 [ 261 ] {f05b6a36-e77b-4ae4-b05f-e15d08d5ea5c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6616 | 2024.12.16 20:54:10.339036 [ 261 ] {f05b6a36-e77b-4ae4-b05f-e15d08d5ea5c} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6617 | 2024.12.16 20:54:10.339251 [ 261 ] {f05b6a36-e77b-4ae4-b05f-e15d08d5ea5c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001838 sec., 7072.905331882481 rows/sec., 440.99 KiB/sec. | ||
| 6618 | 2024.12.16 20:54:10.339308 [ 261 ] {f05b6a36-e77b-4ae4-b05f-e15d08d5ea5c} <Debug> TCPHandler: Processed in 0.002045809 sec. | ||
| 6619 | 2024.12.16 20:54:10.339441 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6620 | 2024.12.16 20:54:10.339556 [ 260 ] {d28ce303-b350-4d73-8a41-bd055ae97187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6621 | 2024.12.16 20:54:10.339603 [ 260 ] {d28ce303-b350-4d73-8a41-bd055ae97187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6622 | 2024.12.16 20:54:10.340328 [ 260 ] {d28ce303-b350-4d73-8a41-bd055ae97187} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6623 | 2024.12.16 20:54:10.340368 [ 260 ] {d28ce303-b350-4d73-8a41-bd055ae97187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6624 | 2024.12.16 20:54:10.340742 [ 260 ] {d28ce303-b350-4d73-8a41-bd055ae97187} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6625 | 2024.12.16 20:54:10.340978 [ 260 ] {d28ce303-b350-4d73-8a41-bd055ae97187} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6626 | 2024.12.16 20:54:10.341198 [ 260 ] {d28ce303-b350-4d73-8a41-bd055ae97187} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001665 sec., 240840.84084084083 rows/sec., 17.13 MiB/sec. | ||
| 6627 | 2024.12.16 20:54:10.341249 [ 260 ] {d28ce303-b350-4d73-8a41-bd055ae97187} <Debug> TCPHandler: Processed in 0.001863206 sec. | ||
| 6628 | 2024.12.16 20:54:10.341385 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6629 | 2024.12.16 20:54:10.341503 [ 261 ] {0706d738-ad41-4c7f-98dd-2f59c892e02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6630 | 2024.12.16 20:54:10.341555 [ 261 ] {0706d738-ad41-4c7f-98dd-2f59c892e02c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6631 | 2024.12.16 20:54:10.342067 [ 261 ] {0706d738-ad41-4c7f-98dd-2f59c892e02c} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6632 | 2024.12.16 20:54:10.342108 [ 261 ] {0706d738-ad41-4c7f-98dd-2f59c892e02c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6633 | 2024.12.16 20:54:10.342475 [ 261 ] {0706d738-ad41-4c7f-98dd-2f59c892e02c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6634 | 2024.12.16 20:54:10.342722 [ 261 ] {0706d738-ad41-4c7f-98dd-2f59c892e02c} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6635 | 2024.12.16 20:54:10.342933 [ 261 ] {0706d738-ad41-4c7f-98dd-2f59c892e02c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec. | ||
| 6636 | 2024.12.16 20:54:10.342989 [ 261 ] {0706d738-ad41-4c7f-98dd-2f59c892e02c} <Debug> TCPHandler: Processed in 0.001658251 sec. | ||
| 6637 | 2024.12.16 20:54:10.343124 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6638 | 2024.12.16 20:54:10.343239 [ 260 ] {f52b8963-4f41-40e0-b85d-cdb4985490cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6639 | 2024.12.16 20:54:10.343291 [ 260 ] {f52b8963-4f41-40e0-b85d-cdb4985490cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6640 | 2024.12.16 20:54:10.343866 [ 260 ] {f52b8963-4f41-40e0-b85d-cdb4985490cd} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6641 | 2024.12.16 20:54:10.343904 [ 260 ] {f52b8963-4f41-40e0-b85d-cdb4985490cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6642 | 2024.12.16 20:54:10.344308 [ 260 ] {f52b8963-4f41-40e0-b85d-cdb4985490cd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6643 | 2024.12.16 20:54:10.344548 [ 260 ] {f52b8963-4f41-40e0-b85d-cdb4985490cd} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6644 | 2024.12.16 20:54:10.344758 [ 260 ] {f52b8963-4f41-40e0-b85d-cdb4985490cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001543 sec., 153596.88917692806 rows/sec., 10.30 MiB/sec. | ||
| 6645 | 2024.12.16 20:54:10.344809 [ 260 ] {f52b8963-4f41-40e0-b85d-cdb4985490cd} <Debug> TCPHandler: Processed in 0.001739893 sec. | ||
| 6646 | 2024.12.16 20:54:10.344952 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6647 | 2024.12.16 20:54:10.345095 [ 261 ] {59473199-bcde-4292-82a9-464559229f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6648 | 2024.12.16 20:54:10.345155 [ 261 ] {59473199-bcde-4292-82a9-464559229f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6649 | 2024.12.16 20:54:10.345658 [ 261 ] {59473199-bcde-4292-82a9-464559229f89} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6650 | 2024.12.16 20:54:10.345697 [ 261 ] {59473199-bcde-4292-82a9-464559229f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6651 | 2024.12.16 20:54:10.346044 [ 261 ] {59473199-bcde-4292-82a9-464559229f89} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6652 | 2024.12.16 20:54:10.346273 [ 261 ] {59473199-bcde-4292-82a9-464559229f89} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6653 | 2024.12.16 20:54:10.346479 [ 261 ] {59473199-bcde-4292-82a9-464559229f89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001414 sec., 707.2135785007073 rows/sec., 47.65 KiB/sec. | ||
| 6654 | 2024.12.16 20:54:10.346530 [ 261 ] {59473199-bcde-4292-82a9-464559229f89} <Debug> TCPHandler: Processed in 0.001642241 sec. | ||
| 6655 | 2024.12.16 20:54:10.346665 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6656 | 2024.12.16 20:54:10.346778 [ 260 ] {b3a3ce2f-2d23-4570-976a-e60d0bb9187c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6657 | 2024.12.16 20:54:10.346857 [ 260 ] {b3a3ce2f-2d23-4570-976a-e60d0bb9187c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6658 | 2024.12.16 20:54:10.347970 [ 260 ] {b3a3ce2f-2d23-4570-976a-e60d0bb9187c} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6659 | 2024.12.16 20:54:10.348018 [ 260 ] {b3a3ce2f-2d23-4570-976a-e60d0bb9187c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6660 | 2024.12.16 20:54:10.348626 [ 260 ] {b3a3ce2f-2d23-4570-976a-e60d0bb9187c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6661 | 2024.12.16 20:54:10.348871 [ 260 ] {b3a3ce2f-2d23-4570-976a-e60d0bb9187c} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6662 | 2024.12.16 20:54:10.349144 [ 260 ] {b3a3ce2f-2d23-4570-976a-e60d0bb9187c} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002385 sec., 7966.457023060797 rows/sec., 14.28 MiB/sec. | ||
| 6663 | 2024.12.16 20:54:10.349544 [ 260 ] {b3a3ce2f-2d23-4570-976a-e60d0bb9187c} <Debug> TCPHandler: Processed in 0.002930666 sec. | ||
| 6664 | 2024.12.16 20:54:10.349749 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6665 | 2024.12.16 20:54:10.349886 [ 261 ] {80b59275-8ab9-4667-94db-ff802988ee28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6666 | 2024.12.16 20:54:10.349946 [ 261 ] {80b59275-8ab9-4667-94db-ff802988ee28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6667 | 2024.12.16 20:54:10.350497 [ 261 ] {80b59275-8ab9-4667-94db-ff802988ee28} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6668 | 2024.12.16 20:54:10.350543 [ 261 ] {80b59275-8ab9-4667-94db-ff802988ee28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6669 | 2024.12.16 20:54:10.350899 [ 261 ] {80b59275-8ab9-4667-94db-ff802988ee28} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6670 | 2024.12.16 20:54:10.351134 [ 261 ] {80b59275-8ab9-4667-94db-ff802988ee28} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6671 | 2024.12.16 20:54:10.351351 [ 261 ] {80b59275-8ab9-4667-94db-ff802988ee28} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001494 sec., 54886.211512717535 rows/sec., 3.49 MiB/sec. | ||
| 6672 | 2024.12.16 20:54:10.351401 [ 261 ] {80b59275-8ab9-4667-94db-ff802988ee28} <Debug> TCPHandler: Processed in 0.001762224 sec. | ||
| 6673 | 2024.12.16 20:54:13.231154 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6674 | 2024.12.16 20:54:13.231344 [ 261 ] {9ab707b1-18f2-40f8-9300-8fab21ac868b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6675 | 2024.12.16 20:54:13.231418 [ 261 ] {9ab707b1-18f2-40f8-9300-8fab21ac868b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6676 | 2024.12.16 20:54:13.232148 [ 261 ] {9ab707b1-18f2-40f8-9300-8fab21ac868b} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6677 | 2024.12.16 20:54:13.232202 [ 261 ] {9ab707b1-18f2-40f8-9300-8fab21ac868b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6678 | 2024.12.16 20:54:13.232628 [ 261 ] {9ab707b1-18f2-40f8-9300-8fab21ac868b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6679 | 2024.12.16 20:54:13.232892 [ 261 ] {9ab707b1-18f2-40f8-9300-8fab21ac868b} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6680 | 2024.12.16 20:54:13.233151 [ 261 ] {9ab707b1-18f2-40f8-9300-8fab21ac868b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001855 sec., 1078.167115902965 rows/sec., 87.92 KiB/sec. | ||
| 6681 | 2024.12.16 20:54:13.233285 [ 261 ] {9ab707b1-18f2-40f8-9300-8fab21ac868b} <Debug> TCPHandler: Processed in 0.002259123 sec. | ||
| 6682 | 2024.12.16 20:54:13.233562 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6683 | 2024.12.16 20:54:13.233755 [ 260 ] {4f68cb3e-9cec-4cd6-b578-d04e685131e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6684 | 2024.12.16 20:54:13.233826 [ 260 ] {4f68cb3e-9cec-4cd6-b578-d04e685131e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6685 | 2024.12.16 20:54:13.235401 [ 260 ] {4f68cb3e-9cec-4cd6-b578-d04e685131e5} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6686 | 2024.12.16 20:54:13.235452 [ 260 ] {4f68cb3e-9cec-4cd6-b578-d04e685131e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6687 | 2024.12.16 20:54:13.235959 [ 260 ] {4f68cb3e-9cec-4cd6-b578-d04e685131e5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6688 | 2024.12.16 20:54:13.236212 [ 260 ] {4f68cb3e-9cec-4cd6-b578-d04e685131e5} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6689 | 2024.12.16 20:54:13.236451 [ 260 ] {4f68cb3e-9cec-4cd6-b578-d04e685131e5} <Debug> executeQuery: Read 1243 rows, 104.88 KiB in 0.002747 sec., 452493.6294139061 rows/sec., 37.29 MiB/sec. | ||
| 6690 | 2024.12.16 20:54:13.236518 [ 260 ] {4f68cb3e-9cec-4cd6-b578-d04e685131e5} <Debug> TCPHandler: Processed in 0.003091049 sec. | ||
| 6691 | 2024.12.16 20:54:13.236674 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6692 | 2024.12.16 20:54:13.236821 [ 261 ] {a6cc915d-6688-4ba3-8649-fd525748bf07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6693 | 2024.12.16 20:54:13.236883 [ 261 ] {a6cc915d-6688-4ba3-8649-fd525748bf07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6694 | 2024.12.16 20:54:13.237587 [ 261 ] {a6cc915d-6688-4ba3-8649-fd525748bf07} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6695 | 2024.12.16 20:54:13.237635 [ 261 ] {a6cc915d-6688-4ba3-8649-fd525748bf07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6696 | 2024.12.16 20:54:13.238000 [ 261 ] {a6cc915d-6688-4ba3-8649-fd525748bf07} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6697 | 2024.12.16 20:54:13.238240 [ 261 ] {a6cc915d-6688-4ba3-8649-fd525748bf07} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6698 | 2024.12.16 20:54:13.238503 [ 261 ] {a6cc915d-6688-4ba3-8649-fd525748bf07} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001708 sec., 14637.002341920374 rows/sec., 1.07 MiB/sec. | ||
| 6699 | 2024.12.16 20:54:13.238611 [ 261 ] {a6cc915d-6688-4ba3-8649-fd525748bf07} <Debug> TCPHandler: Processed in 0.002000769 sec. | ||
| 6700 | 2024.12.16 20:54:13.238825 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6701 | 2024.12.16 20:54:13.238970 [ 260 ] {d5fe3b9d-dd35-4e48-bdf9-eff8e5d1a129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6702 | 2024.12.16 20:54:13.239031 [ 260 ] {d5fe3b9d-dd35-4e48-bdf9-eff8e5d1a129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6703 | 2024.12.16 20:54:13.239781 [ 260 ] {d5fe3b9d-dd35-4e48-bdf9-eff8e5d1a129} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6704 | 2024.12.16 20:54:13.239820 [ 260 ] {d5fe3b9d-dd35-4e48-bdf9-eff8e5d1a129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6705 | 2024.12.16 20:54:13.240191 [ 260 ] {d5fe3b9d-dd35-4e48-bdf9-eff8e5d1a129} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6706 | 2024.12.16 20:54:13.240423 [ 260 ] {d5fe3b9d-dd35-4e48-bdf9-eff8e5d1a129} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6707 | 2024.12.16 20:54:13.240639 [ 260 ] {d5fe3b9d-dd35-4e48-bdf9-eff8e5d1a129} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001704 sec., 133802.81690140846 rows/sec., 9.06 MiB/sec. | ||
| 6708 | 2024.12.16 20:54:13.240694 [ 260 ] {d5fe3b9d-dd35-4e48-bdf9-eff8e5d1a129} <Debug> TCPHandler: Processed in 0.001980207 sec. | ||
| 6709 | 2024.12.16 20:54:13.240853 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6710 | 2024.12.16 20:54:13.240971 [ 261 ] {abbbc028-f596-4f6b-a67c-69904a39ce65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6711 | 2024.12.16 20:54:13.241022 [ 261 ] {abbbc028-f596-4f6b-a67c-69904a39ce65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6712 | 2024.12.16 20:54:13.241834 [ 261 ] {abbbc028-f596-4f6b-a67c-69904a39ce65} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6713 | 2024.12.16 20:54:13.241874 [ 261 ] {abbbc028-f596-4f6b-a67c-69904a39ce65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6714 | 2024.12.16 20:54:13.242262 [ 261 ] {abbbc028-f596-4f6b-a67c-69904a39ce65} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6715 | 2024.12.16 20:54:13.242498 [ 261 ] {abbbc028-f596-4f6b-a67c-69904a39ce65} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6716 | 2024.12.16 20:54:13.242706 [ 261 ] {abbbc028-f596-4f6b-a67c-69904a39ce65} <Debug> executeQuery: Read 545 rows, 41.41 KiB in 0.001759 sec., 309835.1335986356 rows/sec., 22.99 MiB/sec. | ||
| 6717 | 2024.12.16 20:54:13.242761 [ 261 ] {abbbc028-f596-4f6b-a67c-69904a39ce65} <Debug> TCPHandler: Processed in 0.001964147 sec. | ||
| 6718 | 2024.12.16 20:54:13.242934 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6719 | 2024.12.16 20:54:13.243072 [ 260 ] {2ed73fbd-4669-4fa5-af7a-43cc934c8d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6720 | 2024.12.16 20:54:13.243134 [ 260 ] {2ed73fbd-4669-4fa5-af7a-43cc934c8d87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6721 | 2024.12.16 20:54:13.243977 [ 260 ] {2ed73fbd-4669-4fa5-af7a-43cc934c8d87} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6722 | 2024.12.16 20:54:13.244019 [ 260 ] {2ed73fbd-4669-4fa5-af7a-43cc934c8d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6723 | 2024.12.16 20:54:13.244462 [ 260 ] {2ed73fbd-4669-4fa5-af7a-43cc934c8d87} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6724 | 2024.12.16 20:54:13.244710 [ 260 ] {2ed73fbd-4669-4fa5-af7a-43cc934c8d87} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6725 | 2024.12.16 20:54:13.244918 [ 260 ] {2ed73fbd-4669-4fa5-af7a-43cc934c8d87} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.001879 sec., 501862.6929217669 rows/sec., 33.65 MiB/sec. | ||
| 6726 | 2024.12.16 20:54:13.244973 [ 260 ] {2ed73fbd-4669-4fa5-af7a-43cc934c8d87} <Debug> TCPHandler: Processed in 0.00210667 sec. | ||
| 6727 | 2024.12.16 20:54:13.245127 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6728 | 2024.12.16 20:54:13.245265 [ 261 ] {36ff3575-cd12-44bd-8167-77c84886a165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6729 | 2024.12.16 20:54:13.245358 [ 261 ] {36ff3575-cd12-44bd-8167-77c84886a165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6730 | 2024.12.16 20:54:13.246538 [ 261 ] {36ff3575-cd12-44bd-8167-77c84886a165} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6731 | 2024.12.16 20:54:13.246578 [ 261 ] {36ff3575-cd12-44bd-8167-77c84886a165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6732 | 2024.12.16 20:54:13.247219 [ 261 ] {36ff3575-cd12-44bd-8167-77c84886a165} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6733 | 2024.12.16 20:54:13.247488 [ 261 ] {36ff3575-cd12-44bd-8167-77c84886a165} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6734 | 2024.12.16 20:54:13.247739 [ 261 ] {36ff3575-cd12-44bd-8167-77c84886a165} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002504 sec., 9185.303514376996 rows/sec., 16.46 MiB/sec. | ||
| 6735 | 2024.12.16 20:54:13.247849 [ 261 ] {36ff3575-cd12-44bd-8167-77c84886a165} <Debug> TCPHandler: Processed in 0.002787703 sec. | ||
| 6736 | 2024.12.16 20:54:13.248005 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6737 | 2024.12.16 20:54:13.248145 [ 260 ] {fa340457-90d9-4633-8757-9d3853c3709b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6738 | 2024.12.16 20:54:13.248203 [ 260 ] {fa340457-90d9-4633-8757-9d3853c3709b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6739 | 2024.12.16 20:54:13.248744 [ 260 ] {fa340457-90d9-4633-8757-9d3853c3709b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6740 | 2024.12.16 20:54:13.248782 [ 260 ] {fa340457-90d9-4633-8757-9d3853c3709b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6741 | 2024.12.16 20:54:13.249149 [ 260 ] {fa340457-90d9-4633-8757-9d3853c3709b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6742 | 2024.12.16 20:54:13.249381 [ 260 ] {fa340457-90d9-4633-8757-9d3853c3709b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6743 | 2024.12.16 20:54:13.249586 [ 260 ] {fa340457-90d9-4633-8757-9d3853c3709b} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001473 sec., 24439.91853360489 rows/sec., 1.65 MiB/sec. | ||
| 6744 | 2024.12.16 20:54:13.249639 [ 260 ] {fa340457-90d9-4633-8757-9d3853c3709b} <Debug> TCPHandler: Processed in 0.001699172 sec. | ||
| 6745 | 2024.12.16 20:54:13.928429 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6746 | 2024.12.16 20:54:13.929390 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6747 | 2024.12.16 20:54:13.929438 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6748 | 2024.12.16 20:54:13.929964 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6749 | 2024.12.16 20:54:13.930225 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6750 | 2024.12.16 20:54:13.930488 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6751 | 2024.12.16 20:54:14.966688 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6752 | 2024.12.16 20:54:14.986710 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6753 | 2024.12.16 20:54:14.986769 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6754 | 2024.12.16 20:54:14.994363 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6755 | 2024.12.16 20:54:14.995156 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6756 | 2024.12.16 20:54:14.998366 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6757 | 2024.12.16 20:54:15.319191 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6758 | 2024.12.16 20:54:15.319404 [ 261 ] {6e8bea35-fda1-46aa-b376-56d07f80f1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6759 | 2024.12.16 20:54:15.319485 [ 261 ] {6e8bea35-fda1-46aa-b376-56d07f80f1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6760 | 2024.12.16 20:54:15.320270 [ 261 ] {6e8bea35-fda1-46aa-b376-56d07f80f1f4} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6761 | 2024.12.16 20:54:15.320321 [ 261 ] {6e8bea35-fda1-46aa-b376-56d07f80f1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6762 | 2024.12.16 20:54:15.320765 [ 261 ] {6e8bea35-fda1-46aa-b376-56d07f80f1f4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6763 | 2024.12.16 20:54:15.321020 [ 261 ] {6e8bea35-fda1-46aa-b376-56d07f80f1f4} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6764 | 2024.12.16 20:54:15.321259 [ 261 ] {6e8bea35-fda1-46aa-b376-56d07f80f1f4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.24 MiB/sec. | ||
| 6765 | 2024.12.16 20:54:15.321326 [ 261 ] {6e8bea35-fda1-46aa-b376-56d07f80f1f4} <Debug> TCPHandler: Processed in 0.002267113 sec. | ||
| 6766 | 2024.12.16 20:54:15.321558 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6767 | 2024.12.16 20:54:15.321752 [ 260 ] {3afe050c-a66a-4341-80d2-9abe34ceca89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6768 | 2024.12.16 20:54:15.321829 [ 260 ] {3afe050c-a66a-4341-80d2-9abe34ceca89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6769 | 2024.12.16 20:54:15.322734 [ 260 ] {3afe050c-a66a-4341-80d2-9abe34ceca89} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6770 | 2024.12.16 20:54:15.322778 [ 260 ] {3afe050c-a66a-4341-80d2-9abe34ceca89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6771 | 2024.12.16 20:54:15.323209 [ 260 ] {3afe050c-a66a-4341-80d2-9abe34ceca89} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6772 | 2024.12.16 20:54:15.323461 [ 260 ] {3afe050c-a66a-4341-80d2-9abe34ceca89} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6773 | 2024.12.16 20:54:15.323663 [ 260 ] {3afe050c-a66a-4341-80d2-9abe34ceca89} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001969 sec., 32503.80904012189 rows/sec., 2.54 MiB/sec. | ||
| 6774 | 2024.12.16 20:54:15.323729 [ 260 ] {3afe050c-a66a-4341-80d2-9abe34ceca89} <Debug> TCPHandler: Processed in 0.002295234 sec. | ||
| 6775 | 2024.12.16 20:54:15.323889 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6776 | 2024.12.16 20:54:15.324017 [ 261 ] {4860389d-ec15-4c31-980c-a851fa1aebfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6777 | 2024.12.16 20:54:15.324074 [ 261 ] {4860389d-ec15-4c31-980c-a851fa1aebfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6778 | 2024.12.16 20:54:15.324630 [ 261 ] {4860389d-ec15-4c31-980c-a851fa1aebfa} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6779 | 2024.12.16 20:54:15.324670 [ 261 ] {4860389d-ec15-4c31-980c-a851fa1aebfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6780 | 2024.12.16 20:54:15.325065 [ 261 ] {4860389d-ec15-4c31-980c-a851fa1aebfa} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6781 | 2024.12.16 20:54:15.325297 [ 261 ] {4860389d-ec15-4c31-980c-a851fa1aebfa} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6782 | 2024.12.16 20:54:15.325515 [ 261 ] {4860389d-ec15-4c31-980c-a851fa1aebfa} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001529 sec., 41857.42315238718 rows/sec., 2.92 MiB/sec. | ||
| 6783 | 2024.12.16 20:54:15.325572 [ 261 ] {4860389d-ec15-4c31-980c-a851fa1aebfa} <Debug> TCPHandler: Processed in 0.001740713 sec. | ||
| 6784 | 2024.12.16 20:54:15.325743 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6785 | 2024.12.16 20:54:15.325887 [ 260 ] {9e6c9943-4e50-49fa-aa73-8475131c26f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6786 | 2024.12.16 20:54:15.325949 [ 260 ] {9e6c9943-4e50-49fa-aa73-8475131c26f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6787 | 2024.12.16 20:54:15.326529 [ 260 ] {9e6c9943-4e50-49fa-aa73-8475131c26f8} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6788 | 2024.12.16 20:54:15.326573 [ 260 ] {9e6c9943-4e50-49fa-aa73-8475131c26f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6789 | 2024.12.16 20:54:15.326967 [ 260 ] {9e6c9943-4e50-49fa-aa73-8475131c26f8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6790 | 2024.12.16 20:54:15.327210 [ 260 ] {9e6c9943-4e50-49fa-aa73-8475131c26f8} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6791 | 2024.12.16 20:54:15.327389 [ 260 ] {9e6c9943-4e50-49fa-aa73-8475131c26f8} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001538 sec., 15604.681404421326 rows/sec., 1.05 MiB/sec. | ||
| 6792 | 2024.12.16 20:54:15.327439 [ 260 ] {9e6c9943-4e50-49fa-aa73-8475131c26f8} <Debug> TCPHandler: Processed in 0.001764153 sec. | ||
| 6793 | 2024.12.16 20:54:16.499521 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 964 | ||
| 6794 | 2024.12.16 20:54:16.504234 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6795 | 2024.12.16 20:54:16.504318 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6796 | 2024.12.16 20:54:16.506026 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6797 | 2024.12.16 20:54:16.506427 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6798 | 2024.12.16 20:54:16.508043 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 964 | ||
| 6799 | 2024.12.16 20:54:20.327954 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2024.12.16 20:54:20.328177 [ 261 ] {726b76fd-d9b9-42e0-8a2c-bac1d514413a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6801 | 2024.12.16 20:54:20.328254 [ 261 ] {726b76fd-d9b9-42e0-8a2c-bac1d514413a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6802 | 2024.12.16 20:54:20.329007 [ 261 ] {726b76fd-d9b9-42e0-8a2c-bac1d514413a} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2024.12.16 20:54:20.329067 [ 261 ] {726b76fd-d9b9-42e0-8a2c-bac1d514413a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6804 | 2024.12.16 20:54:20.329516 [ 261 ] {726b76fd-d9b9-42e0-8a2c-bac1d514413a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6805 | 2024.12.16 20:54:20.329772 [ 261 ] {726b76fd-d9b9-42e0-8a2c-bac1d514413a} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6806 | 2024.12.16 20:54:20.330010 [ 261 ] {726b76fd-d9b9-42e0-8a2c-bac1d514413a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001869 sec., 7490.63670411985 rows/sec., 539.23 KiB/sec. | ||
| 6807 | 2024.12.16 20:54:20.330269 [ 261 ] {726b76fd-d9b9-42e0-8a2c-bac1d514413a} <Debug> TCPHandler: Processed in 0.002440447 sec. | ||
| 6808 | 2024.12.16 20:54:20.330575 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6809 | 2024.12.16 20:54:20.330780 [ 260 ] {9241470b-3e70-4320-ad64-2f86e088e5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6810 | 2024.12.16 20:54:20.330863 [ 260 ] {9241470b-3e70-4320-ad64-2f86e088e5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6811 | 2024.12.16 20:54:20.331748 [ 260 ] {9241470b-3e70-4320-ad64-2f86e088e5ee} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6812 | 2024.12.16 20:54:20.331809 [ 260 ] {9241470b-3e70-4320-ad64-2f86e088e5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6813 | 2024.12.16 20:54:20.332303 [ 260 ] {9241470b-3e70-4320-ad64-2f86e088e5ee} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6814 | 2024.12.16 20:54:20.332577 [ 260 ] {9241470b-3e70-4320-ad64-2f86e088e5ee} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6815 | 2024.12.16 20:54:20.332845 [ 260 ] {9241470b-3e70-4320-ad64-2f86e088e5ee} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002118 sec., 113786.5911237016 rows/sec., 9.97 MiB/sec. | ||
| 6816 | 2024.12.16 20:54:20.332919 [ 260 ] {9241470b-3e70-4320-ad64-2f86e088e5ee} <Debug> TCPHandler: Processed in 0.002478868 sec. | ||
| 6817 | 2024.12.16 20:54:20.333098 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6818 | 2024.12.16 20:54:20.333258 [ 261 ] {664b26e6-6046-48c9-b9c7-40f1b3cb9f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6819 | 2024.12.16 20:54:20.333329 [ 261 ] {664b26e6-6046-48c9-b9c7-40f1b3cb9f92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6820 | 2024.12.16 20:54:20.334142 [ 261 ] {664b26e6-6046-48c9-b9c7-40f1b3cb9f92} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6821 | 2024.12.16 20:54:20.334186 [ 261 ] {664b26e6-6046-48c9-b9c7-40f1b3cb9f92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6822 | 2024.12.16 20:54:20.334593 [ 261 ] {664b26e6-6046-48c9-b9c7-40f1b3cb9f92} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6823 | 2024.12.16 20:54:20.334914 [ 261 ] {664b26e6-6046-48c9-b9c7-40f1b3cb9f92} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6824 | 2024.12.16 20:54:20.335094 [ 99 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6825 | 2024.12.16 20:54:20.335172 [ 99 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6826 | 2024.12.16 20:54:20.335172 [ 261 ] {664b26e6-6046-48c9-b9c7-40f1b3cb9f92} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001952 sec., 13319.672131147541 rows/sec., 965.56 KiB/sec. | ||
| 6827 | 2024.12.16 20:54:20.335214 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6828 | 2024.12.16 20:54:20.335338 [ 261 ] {664b26e6-6046-48c9-b9c7-40f1b3cb9f92} <Debug> TCPHandler: Processed in 0.002312894 sec. | ||
| 6829 | 2024.12.16 20:54:20.335449 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 6830 | 2024.12.16 20:54:20.335585 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6831 | 2024.12.16 20:54:20.335678 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6832 | 2024.12.16 20:54:20.335769 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 67 rows starting from the beginning of the part | ||
| 6833 | 2024.12.16 20:54:20.335810 [ 260 ] {456b590c-d800-4067-bf81-47abecc935c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6834 | 2024.12.16 20:54:20.335989 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 6835 | 2024.12.16 20:54:20.335981 [ 260 ] {456b590c-d800-4067-bf81-47abecc935c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6836 | 2024.12.16 20:54:20.336342 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part | ||
| 6837 | 2024.12.16 20:54:20.336697 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part | ||
| 6838 | 2024.12.16 20:54:20.336985 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 25 rows starting from the beginning of the part | ||
| 6839 | 2024.12.16 20:54:20.337351 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part | ||
| 6840 | 2024.12.16 20:54:20.339549 [ 192 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.00421056 sec., 46787.12570299437 rows/sec., 3.52 MiB/sec. | ||
| 6841 | 2024.12.16 20:54:20.339812 [ 195 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6842 | 2024.12.16 20:54:20.340206 [ 195 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_41_8} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6843 | 2024.12.16 20:54:20.340309 [ 195 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_41_8} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6844 | 2024.12.16 20:54:20.340431 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6845 | 2024.12.16 20:54:20.341252 [ 260 ] {456b590c-d800-4067-bf81-47abecc935c6} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6846 | 2024.12.16 20:54:20.341308 [ 260 ] {456b590c-d800-4067-bf81-47abecc935c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6847 | 2024.12.16 20:54:20.341762 [ 260 ] {456b590c-d800-4067-bf81-47abecc935c6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6848 | 2024.12.16 20:54:20.342038 [ 260 ] {456b590c-d800-4067-bf81-47abecc935c6} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6849 | 2024.12.16 20:54:20.342242 [ 99 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6850 | 2024.12.16 20:54:20.342308 [ 99 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6851 | 2024.12.16 20:54:20.342319 [ 260 ] {456b590c-d800-4067-bf81-47abecc935c6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006573 sec., 2129.9254526091586 rows/sec., 149.17 KiB/sec. | ||
| 6852 | 2024.12.16 20:54:20.342351 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6853 | 2024.12.16 20:54:20.342501 [ 260 ] {456b590c-d800-4067-bf81-47abecc935c6} <Debug> TCPHandler: Processed in 0.007006374 sec. | ||
| 6854 | 2024.12.16 20:54:20.342629 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 6855 | 2024.12.16 20:54:20.342720 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6856 | 2024.12.16 20:54:20.342799 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6857 | 2024.12.16 20:54:20.342855 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 6858 | 2024.12.16 20:54:20.342882 [ 261 ] {910d979d-9e04-4458-bca7-373f1dafce13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6859 | 2024.12.16 20:54:20.342984 [ 261 ] {910d979d-9e04-4458-bca7-373f1dafce13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6860 | 2024.12.16 20:54:20.343058 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 6861 | 2024.12.16 20:54:20.343518 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 6862 | 2024.12.16 20:54:20.343859 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 6863 | 2024.12.16 20:54:20.344163 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 6864 | 2024.12.16 20:54:20.344614 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 6865 | 2024.12.16 20:54:20.345600 [ 261 ] {910d979d-9e04-4458-bca7-373f1dafce13} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6866 | 2024.12.16 20:54:20.345651 [ 261 ] {910d979d-9e04-4458-bca7-373f1dafce13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6867 | 2024.12.16 20:54:20.346332 [ 261 ] {910d979d-9e04-4458-bca7-373f1dafce13} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6868 | 2024.12.16 20:54:20.346677 [ 261 ] {910d979d-9e04-4458-bca7-373f1dafce13} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6869 | 2024.12.16 20:54:20.346982 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004497975 sec., 117163.83483678766 rows/sec., 8.39 MiB/sec. | ||
| 6870 | 2024.12.16 20:54:20.347020 [ 261 ] {910d979d-9e04-4458-bca7-373f1dafce13} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004177 sec., 3112.2815417763945 rows/sec., 194.05 KiB/sec. | ||
| 6871 | 2024.12.16 20:54:20.347120 [ 261 ] {910d979d-9e04-4458-bca7-373f1dafce13} <Debug> TCPHandler: Processed in 0.004485815 sec. | ||
| 6872 | 2024.12.16 20:54:20.347174 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6873 | 2024.12.16 20:54:20.347369 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6874 | 2024.12.16 20:54:20.347597 [ 260 ] {68182570-50a9-4089-bc8a-13e8296ee684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6875 | 2024.12.16 20:54:20.347715 [ 260 ] {68182570-50a9-4089-bc8a-13e8296ee684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6876 | 2024.12.16 20:54:20.347733 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_26_5} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6877 | 2024.12.16 20:54:20.348006 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_26_5} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6878 | 2024.12.16 20:54:20.348227 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6879 | 2024.12.16 20:54:20.348867 [ 260 ] {68182570-50a9-4089-bc8a-13e8296ee684} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6880 | 2024.12.16 20:54:20.348913 [ 260 ] {68182570-50a9-4089-bc8a-13e8296ee684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6881 | 2024.12.16 20:54:20.349321 [ 260 ] {68182570-50a9-4089-bc8a-13e8296ee684} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6882 | 2024.12.16 20:54:20.349568 [ 260 ] {68182570-50a9-4089-bc8a-13e8296ee684} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6883 | 2024.12.16 20:54:20.349801 [ 260 ] {68182570-50a9-4089-bc8a-13e8296ee684} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.002255 sec., 177827.0509977827 rows/sec., 12.65 MiB/sec. | ||
| 6884 | 2024.12.16 20:54:20.349872 [ 260 ] {68182570-50a9-4089-bc8a-13e8296ee684} <Debug> TCPHandler: Processed in 0.00263685 sec. | ||
| 6885 | 2024.12.16 20:54:20.350068 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6886 | 2024.12.16 20:54:20.350227 [ 261 ] {6c8a22a4-8f89-4db4-b0f7-ec8d1cc30849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6887 | 2024.12.16 20:54:20.350298 [ 261 ] {6c8a22a4-8f89-4db4-b0f7-ec8d1cc30849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6888 | 2024.12.16 20:54:20.350886 [ 261 ] {6c8a22a4-8f89-4db4-b0f7-ec8d1cc30849} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6889 | 2024.12.16 20:54:20.350931 [ 261 ] {6c8a22a4-8f89-4db4-b0f7-ec8d1cc30849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6890 | 2024.12.16 20:54:20.351385 [ 261 ] {6c8a22a4-8f89-4db4-b0f7-ec8d1cc30849} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6891 | 2024.12.16 20:54:20.351678 [ 261 ] {6c8a22a4-8f89-4db4-b0f7-ec8d1cc30849} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2024.12.16 20:54:20.351896 [ 261 ] {6c8a22a4-8f89-4db4-b0f7-ec8d1cc30849} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001706 sec., 3516.9988276670574 rows/sec., 183.75 KiB/sec. | ||
| 6893 | 2024.12.16 20:54:20.351968 [ 261 ] {6c8a22a4-8f89-4db4-b0f7-ec8d1cc30849} <Debug> TCPHandler: Processed in 0.001993228 sec. | ||
| 6894 | 2024.12.16 20:54:20.352137 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2024.12.16 20:54:20.352267 [ 260 ] {3751eb7f-3ecd-419f-9048-e2c6293f0c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6896 | 2024.12.16 20:54:20.352325 [ 260 ] {3751eb7f-3ecd-419f-9048-e2c6293f0c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6897 | 2024.12.16 20:54:20.352949 [ 260 ] {3751eb7f-3ecd-419f-9048-e2c6293f0c91} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6898 | 2024.12.16 20:54:20.352991 [ 260 ] {3751eb7f-3ecd-419f-9048-e2c6293f0c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6899 | 2024.12.16 20:54:20.353405 [ 260 ] {3751eb7f-3ecd-419f-9048-e2c6293f0c91} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6900 | 2024.12.16 20:54:20.353652 [ 260 ] {3751eb7f-3ecd-419f-9048-e2c6293f0c91} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6901 | 2024.12.16 20:54:20.353895 [ 260 ] {3751eb7f-3ecd-419f-9048-e2c6293f0c91} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001645 sec., 144072.9483282675 rows/sec., 9.66 MiB/sec. | ||
| 6902 | 2024.12.16 20:54:20.354005 [ 260 ] {3751eb7f-3ecd-419f-9048-e2c6293f0c91} <Debug> TCPHandler: Processed in 0.001932027 sec. | ||
| 6903 | 2024.12.16 20:54:20.354239 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6904 | 2024.12.16 20:54:20.354450 [ 261 ] {3664377a-0c0f-4f76-a234-53346a567a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6905 | 2024.12.16 20:54:20.354515 [ 261 ] {3664377a-0c0f-4f76-a234-53346a567a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6906 | 2024.12.16 20:54:20.355070 [ 261 ] {3664377a-0c0f-4f76-a234-53346a567a4c} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6907 | 2024.12.16 20:54:20.355114 [ 261 ] {3664377a-0c0f-4f76-a234-53346a567a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6908 | 2024.12.16 20:54:20.355542 [ 261 ] {3664377a-0c0f-4f76-a234-53346a567a4c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6909 | 2024.12.16 20:54:20.355862 [ 261 ] {3664377a-0c0f-4f76-a234-53346a567a4c} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6910 | 2024.12.16 20:54:20.356081 [ 261 ] {3664377a-0c0f-4f76-a234-53346a567a4c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001665 sec., 600.6006006006006 rows/sec., 40.47 KiB/sec. | ||
| 6911 | 2024.12.16 20:54:20.356147 [ 261 ] {3664377a-0c0f-4f76-a234-53346a567a4c} <Debug> TCPHandler: Processed in 0.002058089 sec. | ||
| 6912 | 2024.12.16 20:54:20.356294 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6913 | 2024.12.16 20:54:20.356426 [ 260 ] {4dcb67b5-f74b-4781-b14c-ebf828efd51a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6914 | 2024.12.16 20:54:20.356514 [ 260 ] {4dcb67b5-f74b-4781-b14c-ebf828efd51a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6915 | 2024.12.16 20:54:20.357709 [ 260 ] {4dcb67b5-f74b-4781-b14c-ebf828efd51a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6916 | 2024.12.16 20:54:20.357754 [ 260 ] {4dcb67b5-f74b-4781-b14c-ebf828efd51a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6917 | 2024.12.16 20:54:20.358410 [ 260 ] {4dcb67b5-f74b-4781-b14c-ebf828efd51a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6918 | 2024.12.16 20:54:20.358689 [ 260 ] {4dcb67b5-f74b-4781-b14c-ebf828efd51a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6919 | 2024.12.16 20:54:20.358848 [ 98 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6920 | 2024.12.16 20:54:20.358895 [ 98 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6921 | 2024.12.16 20:54:20.358917 [ 260 ] {4dcb67b5-f74b-4781-b14c-ebf828efd51a} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002517 sec., 7548.669050456892 rows/sec., 13.53 MiB/sec. | ||
| 6922 | 2024.12.16 20:54:20.358928 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6923 | 2024.12.16 20:54:20.359289 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 6924 | 2024.12.16 20:54:20.359309 [ 260 ] {4dcb67b5-f74b-4781-b14c-ebf828efd51a} <Debug> TCPHandler: Processed in 0.003073569 sec. | ||
| 6925 | 2024.12.16 20:54:20.359580 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6926 | 2024.12.16 20:54:20.359902 [ 261 ] {345f737d-5119-425d-831c-0e3f8cce347e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6927 | 2024.12.16 20:54:20.360032 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6928 | 2024.12.16 20:54:20.360060 [ 261 ] {345f737d-5119-425d-831c-0e3f8cce347e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6929 | 2024.12.16 20:54:20.360271 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 726 rows starting from the beginning of the part | ||
| 6930 | 2024.12.16 20:54:20.361206 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 19 rows starting from the beginning of the part | ||
| 6931 | 2024.12.16 20:54:20.361940 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part | ||
| 6932 | 2024.12.16 20:54:20.362655 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 19 rows starting from the beginning of the part | ||
| 6933 | 2024.12.16 20:54:20.363030 [ 261 ] {345f737d-5119-425d-831c-0e3f8cce347e} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6934 | 2024.12.16 20:54:20.363170 [ 261 ] {345f737d-5119-425d-831c-0e3f8cce347e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6935 | 2024.12.16 20:54:20.363329 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 23 rows starting from the beginning of the part | ||
| 6936 | 2024.12.16 20:54:20.363991 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 19 rows starting from the beginning of the part | ||
| 6937 | 2024.12.16 20:54:20.365232 [ 261 ] {345f737d-5119-425d-831c-0e3f8cce347e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6938 | 2024.12.16 20:54:20.365911 [ 261 ] {345f737d-5119-425d-831c-0e3f8cce347e} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6939 | 2024.12.16 20:54:20.366374 [ 261 ] {345f737d-5119-425d-831c-0e3f8cce347e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006587 sec., 12448.76271443753 rows/sec., 809.63 KiB/sec. | ||
| 6940 | 2024.12.16 20:54:20.366457 [ 261 ] {345f737d-5119-425d-831c-0e3f8cce347e} <Debug> TCPHandler: Processed in 0.007009684 sec. | ||
| 6941 | 2024.12.16 20:54:20.374096 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 829 rows, containing 19 columns (19 merged, 0 gathered) in 0.015070408 sec., 55008.464269845914 rows/sec., 98.57 MiB/sec. | ||
| 6942 | 2024.12.16 20:54:20.375584 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6943 | 2024.12.16 20:54:20.376224 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6944 | 2024.12.16 20:54:20.376351 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6945 | 2024.12.16 20:54:20.376565 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.57 MiB. | ||
| 6946 | 2024.12.16 20:54:21.285768 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6947 | 2024.12.16 20:54:21.285816 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6948 | 2024.12.16 20:54:21.430594 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6949 | 2024.12.16 20:54:21.431373 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6950 | 2024.12.16 20:54:21.431432 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6951 | 2024.12.16 20:54:21.431968 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6952 | 2024.12.16 20:54:21.432242 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6953 | 2024.12.16 20:54:21.432529 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6954 | 2024.12.16 20:54:22.498423 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6955 | 2024.12.16 20:54:22.519659 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6956 | 2024.12.16 20:54:22.519722 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6957 | 2024.12.16 20:54:22.527021 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6958 | 2024.12.16 20:54:22.527783 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6959 | 2024.12.16 20:54:22.530575 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6960 | 2024.12.16 20:54:25.324477 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6961 | 2024.12.16 20:54:25.324699 [ 261 ] {b751f28a-3420-451c-9414-7968326081d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6962 | 2024.12.16 20:54:25.324774 [ 261 ] {b751f28a-3420-451c-9414-7968326081d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6963 | 2024.12.16 20:54:25.325546 [ 261 ] {b751f28a-3420-451c-9414-7968326081d7} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6964 | 2024.12.16 20:54:25.325588 [ 261 ] {b751f28a-3420-451c-9414-7968326081d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6965 | 2024.12.16 20:54:25.326017 [ 261 ] {b751f28a-3420-451c-9414-7968326081d7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6966 | 2024.12.16 20:54:25.326265 [ 261 ] {b751f28a-3420-451c-9414-7968326081d7} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6967 | 2024.12.16 20:54:25.326495 [ 28 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6968 | 2024.12.16 20:54:25.326522 [ 261 ] {b751f28a-3420-451c-9414-7968326081d7} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001867 sec., 54633.101231922876 rows/sec., 4.55 MiB/sec. | ||
| 6969 | 2024.12.16 20:54:25.326630 [ 28 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6970 | 2024.12.16 20:54:25.326704 [ 261 ] {b751f28a-3420-451c-9414-7968326081d7} <Debug> TCPHandler: Processed in 0.002352135 sec. | ||
| 6971 | 2024.12.16 20:54:25.326732 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6972 | 2024.12.16 20:54:25.326966 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 6973 | 2024.12.16 20:54:25.326985 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6974 | 2024.12.16 20:54:25.327093 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6975 | 2024.12.16 20:54:25.327155 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1437 rows starting from the beginning of the part | ||
| 6976 | 2024.12.16 20:54:25.327298 [ 260 ] {5c32d9f5-1e51-4edb-8927-762baf71b6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6977 | 2024.12.16 20:54:25.327359 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 241 rows starting from the beginning of the part | ||
| 6978 | 2024.12.16 20:54:25.327496 [ 260 ] {5c32d9f5-1e51-4edb-8927-762baf71b6df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6979 | 2024.12.16 20:54:25.327719 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1243 rows starting from the beginning of the part | ||
| 6980 | 2024.12.16 20:54:25.328074 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 6981 | 2024.12.16 20:54:25.328385 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 241 rows starting from the beginning of the part | ||
| 6982 | 2024.12.16 20:54:25.328682 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 102 rows starting from the beginning of the part | ||
| 6983 | 2024.12.16 20:54:25.330488 [ 260 ] {5c32d9f5-1e51-4edb-8927-762baf71b6df} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6984 | 2024.12.16 20:54:25.330576 [ 260 ] {5c32d9f5-1e51-4edb-8927-762baf71b6df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6985 | 2024.12.16 20:54:25.331413 [ 260 ] {5c32d9f5-1e51-4edb-8927-762baf71b6df} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6986 | 2024.12.16 20:54:25.331833 [ 260 ] {5c32d9f5-1e51-4edb-8927-762baf71b6df} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6987 | 2024.12.16 20:54:25.332061 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.005164708 sec., 642824.3377941212 rows/sec., 56.15 MiB/sec. | ||
| 6988 | 2024.12.16 20:54:25.332311 [ 260 ] {5c32d9f5-1e51-4edb-8927-762baf71b6df} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00513 sec., 4483.430799220273 rows/sec., 337.13 KiB/sec. | ||
| 6989 | 2024.12.16 20:54:25.332456 [ 260 ] {5c32d9f5-1e51-4edb-8927-762baf71b6df} <Debug> TCPHandler: Processed in 0.005616147 sec. | ||
| 6990 | 2024.12.16 20:54:25.332472 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6991 | 2024.12.16 20:54:25.332642 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6992 | 2024.12.16 20:54:25.332774 [ 261 ] {16435b7f-3e07-4bb4-ad4a-882fd456b672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6993 | 2024.12.16 20:54:25.332831 [ 261 ] {16435b7f-3e07-4bb4-ad4a-882fd456b672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6994 | 2024.12.16 20:54:25.332943 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_51_10} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2024.12.16 20:54:25.333079 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_51_10} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6996 | 2024.12.16 20:54:25.333188 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 6997 | 2024.12.16 20:54:25.333548 [ 261 ] {16435b7f-3e07-4bb4-ad4a-882fd456b672} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6998 | 2024.12.16 20:54:25.333586 [ 261 ] {16435b7f-3e07-4bb4-ad4a-882fd456b672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 6999 | 2024.12.16 20:54:25.333940 [ 261 ] {16435b7f-3e07-4bb4-ad4a-882fd456b672} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7000 | 2024.12.16 20:54:25.334181 [ 261 ] {16435b7f-3e07-4bb4-ad4a-882fd456b672} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7001 | 2024.12.16 20:54:25.334354 [ 28 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7002 | 2024.12.16 20:54:25.334422 [ 28 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7003 | 2024.12.16 20:54:25.334437 [ 261 ] {16435b7f-3e07-4bb4-ad4a-882fd456b672} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00168 sec., 51785.71428571428 rows/sec., 4.04 MiB/sec. | ||
| 7004 | 2024.12.16 20:54:25.334468 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7005 | 2024.12.16 20:54:25.334607 [ 261 ] {16435b7f-3e07-4bb4-ad4a-882fd456b672} <Debug> TCPHandler: Processed in 0.002049389 sec. | ||
| 7006 | 2024.12.16 20:54:25.334690 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 7007 | 2024.12.16 20:54:25.334791 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7008 | 2024.12.16 20:54:25.334878 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7009 | 2024.12.16 20:54:25.334947 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 916 rows starting from the beginning of the part | ||
| 7010 | 2024.12.16 20:54:25.335014 [ 260 ] {bd45e67d-49d3-430d-8c56-d37b221e86f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7011 | 2024.12.16 20:54:25.335138 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 401 rows starting from the beginning of the part | ||
| 7012 | 2024.12.16 20:54:25.335268 [ 260 ] {bd45e67d-49d3-430d-8c56-d37b221e86f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7013 | 2024.12.16 20:54:25.335425 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 545 rows starting from the beginning of the part | ||
| 7014 | 2024.12.16 20:54:25.335935 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 7015 | 2024.12.16 20:54:25.336314 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 401 rows starting from the beginning of the part | ||
| 7016 | 2024.12.16 20:54:25.336674 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 87 rows starting from the beginning of the part | ||
| 7017 | 2024.12.16 20:54:25.338030 [ 260 ] {bd45e67d-49d3-430d-8c56-d37b221e86f2} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7018 | 2024.12.16 20:54:25.338099 [ 260 ] {bd45e67d-49d3-430d-8c56-d37b221e86f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7019 | 2024.12.16 20:54:25.339220 [ 260 ] {bd45e67d-49d3-430d-8c56-d37b221e86f2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7020 | 2024.12.16 20:54:25.339526 [ 260 ] {bd45e67d-49d3-430d-8c56-d37b221e86f2} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7021 | 2024.12.16 20:54:25.339922 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7022 | 2024.12.16 20:54:25.340037 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7023 | 2024.12.16 20:54:25.340064 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.005488745 sec., 439809.10025880235 rows/sec., 33.73 MiB/sec. | ||
| 7024 | 2024.12.16 20:54:25.340122 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7025 | 2024.12.16 20:54:25.340284 [ 260 ] {bd45e67d-49d3-430d-8c56-d37b221e86f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005304 sec., 30165.912518853696 rows/sec., 2.10 MiB/sec. | ||
| 7026 | 2024.12.16 20:54:25.340423 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7027 | 2024.12.16 20:54:25.340434 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 7028 | 2024.12.16 20:54:25.340585 [ 260 ] {bd45e67d-49d3-430d-8c56-d37b221e86f2} <Debug> TCPHandler: Processed in 0.005858472 sec. | ||
| 7029 | 2024.12.16 20:54:25.340905 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7030 | 2024.12.16 20:54:25.340957 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14998 rows starting from the beginning of the part | ||
| 7031 | 2024.12.16 20:54:25.341009 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7032 | 2024.12.16 20:54:25.341214 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_51_10} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7033 | 2024.12.16 20:54:25.341347 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 7034 | 2024.12.16 20:54:25.341606 [ 261 ] {7cd4be84-8953-4beb-8a1d-c10f94cf0c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7035 | 2024.12.16 20:54:25.341783 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_51_10} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7036 | 2024.12.16 20:54:25.341888 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 943 rows starting from the beginning of the part | ||
| 7037 | 2024.12.16 20:54:25.342217 [ 261 ] {7cd4be84-8953-4beb-8a1d-c10f94cf0c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7038 | 2024.12.16 20:54:25.342395 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 7039 | 2024.12.16 20:54:25.342644 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 7040 | 2024.12.16 20:54:25.343028 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 237 rows starting from the beginning of the part | ||
| 7041 | 2024.12.16 20:54:25.343374 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 7042 | 2024.12.16 20:54:25.346690 [ 261 ] {7cd4be84-8953-4beb-8a1d-c10f94cf0c07} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7043 | 2024.12.16 20:54:25.346768 [ 261 ] {7cd4be84-8953-4beb-8a1d-c10f94cf0c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7044 | 2024.12.16 20:54:25.348077 [ 261 ] {7cd4be84-8953-4beb-8a1d-c10f94cf0c07} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7045 | 2024.12.16 20:54:25.348768 [ 261 ] {7cd4be84-8953-4beb-8a1d-c10f94cf0c07} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7046 | 2024.12.16 20:54:25.349052 [ 261 ] {7cd4be84-8953-4beb-8a1d-c10f94cf0c07} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.007724 sec., 2977.731745209736 rows/sec., 5.34 MiB/sec. | ||
| 7047 | 2024.12.16 20:54:25.349510 [ 261 ] {7cd4be84-8953-4beb-8a1d-c10f94cf0c07} <Debug> TCPHandler: Processed in 0.008754707 sec. | ||
| 7048 | 2024.12.16 20:54:25.349692 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7049 | 2024.12.16 20:54:25.349844 [ 260 ] {eea7601b-0de3-490b-a2e5-253bf549bade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7050 | 2024.12.16 20:54:25.349925 [ 260 ] {eea7601b-0de3-490b-a2e5-253bf549bade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7051 | 2024.12.16 20:54:25.350680 [ 260 ] {eea7601b-0de3-490b-a2e5-253bf549bade} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7052 | 2024.12.16 20:54:25.350722 [ 260 ] {eea7601b-0de3-490b-a2e5-253bf549bade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7053 | 2024.12.16 20:54:25.351281 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16639 rows, containing 5 columns (5 merged, 0 gathered) in 0.011058091 sec., 1504690.0952433832 rows/sec., 101.60 MiB/sec. | ||
| 7054 | 2024.12.16 20:54:25.351511 [ 260 ] {eea7601b-0de3-490b-a2e5-253bf549bade} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7055 | 2024.12.16 20:54:25.351549 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7056 | 2024.12.16 20:54:25.351807 [ 260 ] {eea7601b-0de3-490b-a2e5-253bf549bade} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7057 | 2024.12.16 20:54:25.352039 [ 28 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7058 | 2024.12.16 20:54:25.352049 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7059 | 2024.12.16 20:54:25.352139 [ 28 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7060 | 2024.12.16 20:54:25.352191 [ 260 ] {eea7601b-0de3-490b-a2e5-253bf549bade} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002371 sec., 25305.7781526782 rows/sec., 1.71 MiB/sec. | ||
| 7061 | 2024.12.16 20:54:25.352223 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7062 | 2024.12.16 20:54:25.352321 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7063 | 2024.12.16 20:54:25.352477 [ 260 ] {eea7601b-0de3-490b-a2e5-253bf549bade} <Debug> TCPHandler: Processed in 0.002860004 sec. | ||
| 7064 | 2024.12.16 20:54:25.352730 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. | ||
| 7065 | 2024.12.16 20:54:25.352796 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 7066 | 2024.12.16 20:54:25.352960 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7067 | 2024.12.16 20:54:25.352998 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2832 rows starting from the beginning of the part | ||
| 7068 | 2024.12.16 20:54:25.353118 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 7069 | 2024.12.16 20:54:25.353285 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part | ||
| 7070 | 2024.12.16 20:54:25.353435 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part | ||
| 7071 | 2024.12.16 20:54:25.353577 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 7072 | 2024.12.16 20:54:25.353643 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 7073 | 2024.12.16 20:54:25.355489 [ 194 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3116 rows, containing 4 columns (4 merged, 0 gathered) in 0.003066649 sec., 1016092.8100998843 rows/sec., 66.40 MiB/sec. | ||
| 7074 | 2024.12.16 20:54:25.355830 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7075 | 2024.12.16 20:54:25.356163 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_51_10} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7076 | 2024.12.16 20:54:25.356255 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_51_10} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7077 | 2024.12.16 20:54:25.356344 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 7078 | 2024.12.16 20:54:26.509251 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 998 | ||
| 7079 | 2024.12.16 20:54:26.512250 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7080 | 2024.12.16 20:54:26.512299 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7081 | 2024.12.16 20:54:26.513760 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7082 | 2024.12.16 20:54:26.514076 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7083 | 2024.12.16 20:54:26.514652 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 998 | ||
| 7084 | 2024.12.16 20:54:28.932661 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7085 | 2024.12.16 20:54:28.933386 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7086 | 2024.12.16 20:54:28.933437 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7087 | 2024.12.16 20:54:28.933981 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7088 | 2024.12.16 20:54:28.934247 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7089 | 2024.12.16 20:54:28.934531 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7090 | 2024.12.16 20:54:30.030620 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7091 | 2024.12.16 20:54:30.052441 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7092 | 2024.12.16 20:54:30.052497 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7093 | 2024.12.16 20:54:30.059882 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7094 | 2024.12.16 20:54:30.060673 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7095 | 2024.12.16 20:54:30.063583 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7096 | 2024.12.16 20:54:30.328030 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7097 | 2024.12.16 20:54:30.328226 [ 261 ] {6355091b-8616-4201-81f0-6de8e09c1028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7098 | 2024.12.16 20:54:30.328299 [ 261 ] {6355091b-8616-4201-81f0-6de8e09c1028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7099 | 2024.12.16 20:54:30.329055 [ 261 ] {6355091b-8616-4201-81f0-6de8e09c1028} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7100 | 2024.12.16 20:54:30.329097 [ 261 ] {6355091b-8616-4201-81f0-6de8e09c1028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7101 | 2024.12.16 20:54:30.329550 [ 261 ] {6355091b-8616-4201-81f0-6de8e09c1028} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7102 | 2024.12.16 20:54:30.329820 [ 261 ] {6355091b-8616-4201-81f0-6de8e09c1028} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7103 | 2024.12.16 20:54:30.329967 [ 95 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7104 | 2024.12.16 20:54:30.330009 [ 95 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7105 | 2024.12.16 20:54:30.330034 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7106 | 2024.12.16 20:54:30.330038 [ 261 ] {6355091b-8616-4201-81f0-6de8e09c1028} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001856 sec., 7543.103448275862 rows/sec., 543.00 KiB/sec. | ||
| 7107 | 2024.12.16 20:54:30.330369 [ 261 ] {6355091b-8616-4201-81f0-6de8e09c1028} <Debug> TCPHandler: Processed in 0.002456967 sec. | ||
| 7108 | 2024.12.16 20:54:30.330428 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 7109 | 2024.12.16 20:54:30.330740 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7110 | 2024.12.16 20:54:30.330807 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7111 | 2024.12.16 20:54:30.330817 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 7112 | 2024.12.16 20:54:30.331098 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 7113 | 2024.12.16 20:54:30.331243 [ 260 ] {e9b093a2-f742-48c1-bc4f-d2712d8d3f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7114 | 2024.12.16 20:54:30.331367 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 7115 | 2024.12.16 20:54:30.331451 [ 260 ] {e9b093a2-f742-48c1-bc4f-d2712d8d3f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7116 | 2024.12.16 20:54:30.331663 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 7117 | 2024.12.16 20:54:30.332038 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 7118 | 2024.12.16 20:54:30.333920 [ 260 ] {e9b093a2-f742-48c1-bc4f-d2712d8d3f8c} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7119 | 2024.12.16 20:54:30.334017 [ 260 ] {e9b093a2-f742-48c1-bc4f-d2712d8d3f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7120 | 2024.12.16 20:54:30.334642 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004504066 sec., 15541.512935201215 rows/sec., 1.15 MiB/sec. | ||
| 7121 | 2024.12.16 20:54:30.334869 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7122 | 2024.12.16 20:54:30.335156 [ 260 ] {e9b093a2-f742-48c1-bc4f-d2712d8d3f8c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7123 | 2024.12.16 20:54:30.335442 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_21_5} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7124 | 2024.12.16 20:54:30.335646 [ 201 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_21_5} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7125 | 2024.12.16 20:54:30.335685 [ 260 ] {e9b093a2-f742-48c1-bc4f-d2712d8d3f8c} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7126 | 2024.12.16 20:54:30.335818 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7127 | 2024.12.16 20:54:30.336122 [ 260 ] {e9b093a2-f742-48c1-bc4f-d2712d8d3f8c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005003 sec., 799.5202878273037 rows/sec., 65.20 KiB/sec. | ||
| 7128 | 2024.12.16 20:54:30.336322 [ 260 ] {e9b093a2-f742-48c1-bc4f-d2712d8d3f8c} <Debug> TCPHandler: Processed in 0.005799731 sec. | ||
| 7129 | 2024.12.16 20:54:30.336502 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7130 | 2024.12.16 20:54:30.336659 [ 261 ] {b807178a-a8f0-481a-8baa-1d0a982d3afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7131 | 2024.12.16 20:54:30.336725 [ 261 ] {b807178a-a8f0-481a-8baa-1d0a982d3afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7132 | 2024.12.16 20:54:30.337493 [ 261 ] {b807178a-a8f0-481a-8baa-1d0a982d3afa} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2024.12.16 20:54:30.337533 [ 261 ] {b807178a-a8f0-481a-8baa-1d0a982d3afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7134 | 2024.12.16 20:54:30.337934 [ 261 ] {b807178a-a8f0-481a-8baa-1d0a982d3afa} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7135 | 2024.12.16 20:54:30.338189 [ 261 ] {b807178a-a8f0-481a-8baa-1d0a982d3afa} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2024.12.16 20:54:30.338376 [ 261 ] {b807178a-a8f0-481a-8baa-1d0a982d3afa} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001754 sec., 138540.4789053592 rows/sec., 12.12 MiB/sec. | ||
| 7137 | 2024.12.16 20:54:30.338438 [ 261 ] {b807178a-a8f0-481a-8baa-1d0a982d3afa} <Debug> TCPHandler: Processed in 0.002006748 sec. | ||
| 7138 | 2024.12.16 20:54:30.338596 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7139 | 2024.12.16 20:54:30.338733 [ 260 ] {29910d73-b380-45d8-910e-281b7bd6e899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7140 | 2024.12.16 20:54:30.338789 [ 260 ] {29910d73-b380-45d8-910e-281b7bd6e899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7141 | 2024.12.16 20:54:30.339432 [ 260 ] {29910d73-b380-45d8-910e-281b7bd6e899} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7142 | 2024.12.16 20:54:30.339475 [ 260 ] {29910d73-b380-45d8-910e-281b7bd6e899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7143 | 2024.12.16 20:54:30.339874 [ 260 ] {29910d73-b380-45d8-910e-281b7bd6e899} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7144 | 2024.12.16 20:54:30.340192 [ 260 ] {29910d73-b380-45d8-910e-281b7bd6e899} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7145 | 2024.12.16 20:54:30.340423 [ 260 ] {29910d73-b380-45d8-910e-281b7bd6e899} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001719 sec., 17452.00698080279 rows/sec., 1.23 MiB/sec. | ||
| 7146 | 2024.12.16 20:54:30.340480 [ 260 ] {29910d73-b380-45d8-910e-281b7bd6e899} <Debug> TCPHandler: Processed in 0.001946567 sec. | ||
| 7147 | 2024.12.16 20:54:30.340631 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7148 | 2024.12.16 20:54:30.340756 [ 261 ] {870f79ec-54b4-4154-a5be-9e425aaf3da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7149 | 2024.12.16 20:54:30.340808 [ 261 ] {870f79ec-54b4-4154-a5be-9e425aaf3da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7150 | 2024.12.16 20:54:30.341410 [ 261 ] {870f79ec-54b4-4154-a5be-9e425aaf3da3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2024.12.16 20:54:30.341448 [ 261 ] {870f79ec-54b4-4154-a5be-9e425aaf3da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7152 | 2024.12.16 20:54:30.341814 [ 261 ] {870f79ec-54b4-4154-a5be-9e425aaf3da3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7153 | 2024.12.16 20:54:30.342054 [ 261 ] {870f79ec-54b4-4154-a5be-9e425aaf3da3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2024.12.16 20:54:30.342237 [ 261 ] {870f79ec-54b4-4154-a5be-9e425aaf3da3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00151 sec., 9271.523178807947 rows/sec., 649.32 KiB/sec. | ||
| 7155 | 2024.12.16 20:54:30.342299 [ 261 ] {870f79ec-54b4-4154-a5be-9e425aaf3da3} <Debug> TCPHandler: Processed in 0.001732153 sec. | ||
| 7156 | 2024.12.16 20:54:30.342458 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7157 | 2024.12.16 20:54:30.342600 [ 260 ] {f38915d6-9e0d-477f-ab8b-ae6c7a9add05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7158 | 2024.12.16 20:54:30.342658 [ 260 ] {f38915d6-9e0d-477f-ab8b-ae6c7a9add05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7159 | 2024.12.16 20:54:30.343313 [ 260 ] {f38915d6-9e0d-477f-ab8b-ae6c7a9add05} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7160 | 2024.12.16 20:54:30.343352 [ 260 ] {f38915d6-9e0d-477f-ab8b-ae6c7a9add05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7161 | 2024.12.16 20:54:30.343727 [ 260 ] {f38915d6-9e0d-477f-ab8b-ae6c7a9add05} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7162 | 2024.12.16 20:54:30.343976 [ 260 ] {f38915d6-9e0d-477f-ab8b-ae6c7a9add05} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7163 | 2024.12.16 20:54:30.344144 [ 95 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7164 | 2024.12.16 20:54:30.344205 [ 95 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7165 | 2024.12.16 20:54:30.344231 [ 260 ] {f38915d6-9e0d-477f-ab8b-ae6c7a9add05} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001655 sec., 7854.984894259819 rows/sec., 489.76 KiB/sec. | ||
| 7166 | 2024.12.16 20:54:30.344244 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7167 | 2024.12.16 20:54:30.344384 [ 260 ] {f38915d6-9e0d-477f-ab8b-ae6c7a9add05} <Debug> TCPHandler: Processed in 0.001996338 sec. | ||
| 7168 | 2024.12.16 20:54:30.344443 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 7169 | 2024.12.16 20:54:30.344574 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7170 | 2024.12.16 20:54:30.344588 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7171 | 2024.12.16 20:54:30.344652 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 7172 | 2024.12.16 20:54:30.344838 [ 261 ] {4a733494-2ee4-43f0-9415-888109d75432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7173 | 2024.12.16 20:54:30.344869 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 7174 | 2024.12.16 20:54:30.344998 [ 261 ] {4a733494-2ee4-43f0-9415-888109d75432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7175 | 2024.12.16 20:54:30.345171 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 7176 | 2024.12.16 20:54:30.345598 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 7177 | 2024.12.16 20:54:30.345886 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 7178 | 2024.12.16 20:54:30.347751 [ 261 ] {4a733494-2ee4-43f0-9415-888109d75432} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7179 | 2024.12.16 20:54:30.347817 [ 261 ] {4a733494-2ee4-43f0-9415-888109d75432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7180 | 2024.12.16 20:54:30.348212 [ 198 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003843784 sec., 16910.419524093966 rows/sec., 1.09 MiB/sec. | ||
| 7181 | 2024.12.16 20:54:30.348404 [ 198 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7182 | 2024.12.16 20:54:30.348700 [ 261 ] {4a733494-2ee4-43f0-9415-888109d75432} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7183 | 2024.12.16 20:54:30.348888 [ 198 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_21_5} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7184 | 2024.12.16 20:54:30.349028 [ 198 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_21_5} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7185 | 2024.12.16 20:54:30.349178 [ 261 ] {4a733494-2ee4-43f0-9415-888109d75432} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2024.12.16 20:54:30.349191 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7187 | 2024.12.16 20:54:30.349408 [ 261 ] {4a733494-2ee4-43f0-9415-888109d75432} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.004697 sec., 86225.25015967639 rows/sec., 6.14 MiB/sec. | ||
| 7188 | 2024.12.16 20:54:30.349477 [ 261 ] {4a733494-2ee4-43f0-9415-888109d75432} <Debug> TCPHandler: Processed in 0.004985685 sec. | ||
| 7189 | 2024.12.16 20:54:30.349629 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7190 | 2024.12.16 20:54:30.349747 [ 260 ] {089a5572-8003-4eef-9da1-60bd72a4448b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7191 | 2024.12.16 20:54:30.349797 [ 260 ] {089a5572-8003-4eef-9da1-60bd72a4448b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7192 | 2024.12.16 20:54:30.350284 [ 260 ] {089a5572-8003-4eef-9da1-60bd72a4448b} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7193 | 2024.12.16 20:54:30.350323 [ 260 ] {089a5572-8003-4eef-9da1-60bd72a4448b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7194 | 2024.12.16 20:54:30.350685 [ 260 ] {089a5572-8003-4eef-9da1-60bd72a4448b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7195 | 2024.12.16 20:54:30.350923 [ 260 ] {089a5572-8003-4eef-9da1-60bd72a4448b} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7196 | 2024.12.16 20:54:30.351084 [ 95 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7197 | 2024.12.16 20:54:30.351147 [ 95 ] {} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7198 | 2024.12.16 20:54:30.351173 [ 260 ] {089a5572-8003-4eef-9da1-60bd72a4448b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
| 7199 | 2024.12.16 20:54:30.351187 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7200 | 2024.12.16 20:54:30.351305 [ 260 ] {089a5572-8003-4eef-9da1-60bd72a4448b} <Debug> TCPHandler: Processed in 0.001729283 sec. | ||
| 7201 | 2024.12.16 20:54:30.351489 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 7202 | 2024.12.16 20:54:30.351515 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7203 | 2024.12.16 20:54:30.351747 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7204 | 2024.12.16 20:54:30.351772 [ 261 ] {fb622245-5cac-4f2f-9144-6f17336414cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7205 | 2024.12.16 20:54:30.351819 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 7206 | 2024.12.16 20:54:30.351893 [ 261 ] {fb622245-5cac-4f2f-9144-6f17336414cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7207 | 2024.12.16 20:54:30.352099 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 7208 | 2024.12.16 20:54:30.352571 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 7209 | 2024.12.16 20:54:30.352887 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 7210 | 2024.12.16 20:54:30.353169 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 7211 | 2024.12.16 20:54:30.353562 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 7212 | 2024.12.16 20:54:30.354689 [ 261 ] {fb622245-5cac-4f2f-9144-6f17336414cf} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2024.12.16 20:54:30.354772 [ 261 ] {fb622245-5cac-4f2f-9144-6f17336414cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7214 | 2024.12.16 20:54:30.355916 [ 261 ] {fb622245-5cac-4f2f-9144-6f17336414cf} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7215 | 2024.12.16 20:54:30.356317 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004994816 sec., 25226.154476961714 rows/sec., 1.29 MiB/sec. | ||
| 7216 | 2024.12.16 20:54:30.356479 [ 261 ] {fb622245-5cac-4f2f-9144-6f17336414cf} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7217 | 2024.12.16 20:54:30.356532 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7218 | 2024.12.16 20:54:30.356884 [ 261 ] {fb622245-5cac-4f2f-9144-6f17336414cf} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005173 sec., 46201.43050454282 rows/sec., 3.10 MiB/sec. | ||
| 7219 | 2024.12.16 20:54:30.357036 [ 261 ] {fb622245-5cac-4f2f-9144-6f17336414cf} <Debug> TCPHandler: Processed in 0.005626998 sec. | ||
| 7220 | 2024.12.16 20:54:30.357126 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_21_4} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7221 | 2024.12.16 20:54:30.357251 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7222 | 2024.12.16 20:54:30.357296 [ 189 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_21_4} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7223 | 2024.12.16 20:54:30.357434 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7224 | 2024.12.16 20:54:30.357501 [ 260 ] {3fc67e4d-776c-404b-8782-2aec5cabc316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7225 | 2024.12.16 20:54:30.357565 [ 260 ] {3fc67e4d-776c-404b-8782-2aec5cabc316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7226 | 2024.12.16 20:54:30.358113 [ 260 ] {3fc67e4d-776c-404b-8782-2aec5cabc316} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7227 | 2024.12.16 20:54:30.358151 [ 260 ] {3fc67e4d-776c-404b-8782-2aec5cabc316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7228 | 2024.12.16 20:54:30.358523 [ 260 ] {3fc67e4d-776c-404b-8782-2aec5cabc316} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7229 | 2024.12.16 20:54:30.358758 [ 260 ] {3fc67e4d-776c-404b-8782-2aec5cabc316} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7230 | 2024.12.16 20:54:30.358913 [ 95 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7231 | 2024.12.16 20:54:30.358965 [ 95 ] {} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7232 | 2024.12.16 20:54:30.359001 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7233 | 2024.12.16 20:54:30.359007 [ 260 ] {3fc67e4d-776c-404b-8782-2aec5cabc316} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001565 sec., 638.9776357827476 rows/sec., 43.06 KiB/sec. | ||
| 7234 | 2024.12.16 20:54:30.359305 [ 260 ] {3fc67e4d-776c-404b-8782-2aec5cabc316} <Debug> TCPHandler: Processed in 0.002166942 sec. | ||
| 7235 | 2024.12.16 20:54:30.359366 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 7236 | 2024.12.16 20:54:30.359589 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7237 | 2024.12.16 20:54:30.359981 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7238 | 2024.12.16 20:54:30.359999 [ 261 ] {14666d08-bb0a-4baf-9015-dd5eecce3d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7239 | 2024.12.16 20:54:30.360094 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 17 rows starting from the beginning of the part | ||
| 7240 | 2024.12.16 20:54:30.360364 [ 261 ] {14666d08-bb0a-4baf-9015-dd5eecce3d5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7241 | 2024.12.16 20:54:30.360390 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 7242 | 2024.12.16 20:54:30.360783 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 7243 | 2024.12.16 20:54:30.361138 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 7244 | 2024.12.16 20:54:30.361563 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 7245 | 2024.12.16 20:54:30.361971 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 7246 | 2024.12.16 20:54:30.366270 [ 195 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.007190087 sec., 3059.7682614966966 rows/sec., 205.63 KiB/sec. | ||
| 7247 | 2024.12.16 20:54:30.366432 [ 195 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7248 | 2024.12.16 20:54:30.366607 [ 261 ] {14666d08-bb0a-4baf-9015-dd5eecce3d5d} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7249 | 2024.12.16 20:54:30.366651 [ 261 ] {14666d08-bb0a-4baf-9015-dd5eecce3d5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7250 | 2024.12.16 20:54:30.366844 [ 195 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_21_4} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7251 | 2024.12.16 20:54:30.366948 [ 195 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_21_4} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7252 | 2024.12.16 20:54:30.367056 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7253 | 2024.12.16 20:54:30.367428 [ 261 ] {14666d08-bb0a-4baf-9015-dd5eecce3d5d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7254 | 2024.12.16 20:54:30.367699 [ 261 ] {14666d08-bb0a-4baf-9015-dd5eecce3d5d} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7255 | 2024.12.16 20:54:30.367898 [ 261 ] {14666d08-bb0a-4baf-9015-dd5eecce3d5d} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.00806 sec., 2357.3200992555835 rows/sec., 4.22 MiB/sec. | ||
| 7256 | 2024.12.16 20:54:30.368004 [ 261 ] {14666d08-bb0a-4baf-9015-dd5eecce3d5d} <Debug> TCPHandler: Processed in 0.008606224 sec. | ||
| 7257 | 2024.12.16 20:54:30.368156 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7258 | 2024.12.16 20:54:30.368293 [ 260 ] {85950f06-ef4a-4503-96b6-fa11cab7c086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7259 | 2024.12.16 20:54:30.368350 [ 260 ] {85950f06-ef4a-4503-96b6-fa11cab7c086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7260 | 2024.12.16 20:54:30.368925 [ 260 ] {85950f06-ef4a-4503-96b6-fa11cab7c086} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7261 | 2024.12.16 20:54:30.368971 [ 260 ] {85950f06-ef4a-4503-96b6-fa11cab7c086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 7262 | 2024.12.16 20:54:30.369361 [ 260 ] {85950f06-ef4a-4503-96b6-fa11cab7c086} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7263 | 2024.12.16 20:54:30.369599 [ 260 ] {85950f06-ef4a-4503-96b6-fa11cab7c086} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7264 | 2024.12.16 20:54:30.369802 [ 260 ] {85950f06-ef4a-4503-96b6-fa11cab7c086} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001539 sec., 53281.35152696556 rows/sec., 3.38 MiB/sec. | ||
| 7265 | 2024.12.16 20:54:30.369853 [ 260 ] {85950f06-ef4a-4503-96b6-fa11cab7c086} <Debug> TCPHandler: Processed in 0.001765664 sec. | ||
| 7266 | 2024.12.16 20:54:31.000199 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.83 MiB, peak 216.38 MiB, free memory in arenas 0.00 B, will set to 210.39 MiB (RSS), difference: -1.45 MiB | ||
| 7267 | 2024.12.16 20:54:35.323861 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7268 | 2024.12.16 20:54:35.324064 [ 261 ] {e9b64248-6c72-43a7-bfb9-a13eb88259ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7269 | 2024.12.16 20:54:35.324137 [ 261 ] {e9b64248-6c72-43a7-bfb9-a13eb88259ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7270 | 2024.12.16 20:54:35.324898 [ 261 ] {e9b64248-6c72-43a7-bfb9-a13eb88259ea} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7271 | 2024.12.16 20:54:35.324949 [ 261 ] {e9b64248-6c72-43a7-bfb9-a13eb88259ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7272 | 2024.12.16 20:54:35.325390 [ 261 ] {e9b64248-6c72-43a7-bfb9-a13eb88259ea} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7273 | 2024.12.16 20:54:35.325658 [ 261 ] {e9b64248-6c72-43a7-bfb9-a13eb88259ea} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7274 | 2024.12.16 20:54:35.325914 [ 261 ] {e9b64248-6c72-43a7-bfb9-a13eb88259ea} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001898 sec., 53740.77976817703 rows/sec., 4.47 MiB/sec. | ||
| 7275 | 2024.12.16 20:54:35.325983 [ 261 ] {e9b64248-6c72-43a7-bfb9-a13eb88259ea} <Debug> TCPHandler: Processed in 0.002246443 sec. | ||
| 7276 | 2024.12.16 20:54:35.326229 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7277 | 2024.12.16 20:54:35.326444 [ 260 ] {950c4f50-d48f-4fb4-a450-2951f707a15c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7278 | 2024.12.16 20:54:35.326525 [ 260 ] {950c4f50-d48f-4fb4-a450-2951f707a15c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7279 | 2024.12.16 20:54:35.327343 [ 260 ] {950c4f50-d48f-4fb4-a450-2951f707a15c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7280 | 2024.12.16 20:54:35.327394 [ 260 ] {950c4f50-d48f-4fb4-a450-2951f707a15c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7281 | 2024.12.16 20:54:35.327821 [ 260 ] {950c4f50-d48f-4fb4-a450-2951f707a15c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7282 | 2024.12.16 20:54:35.328072 [ 260 ] {950c4f50-d48f-4fb4-a450-2951f707a15c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7283 | 2024.12.16 20:54:35.328352 [ 260 ] {950c4f50-d48f-4fb4-a450-2951f707a15c} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001956 sec., 11758.691206543968 rows/sec., 884.20 KiB/sec. | ||
| 7284 | 2024.12.16 20:54:35.328535 [ 260 ] {950c4f50-d48f-4fb4-a450-2951f707a15c} <Debug> TCPHandler: Processed in 0.002430536 sec. | ||
| 7285 | 2024.12.16 20:54:35.328762 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7286 | 2024.12.16 20:54:35.328900 [ 261 ] {2b36c714-7106-4a23-bb8b-222dca4b7281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7287 | 2024.12.16 20:54:35.328953 [ 261 ] {2b36c714-7106-4a23-bb8b-222dca4b7281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7288 | 2024.12.16 20:54:35.329575 [ 261 ] {2b36c714-7106-4a23-bb8b-222dca4b7281} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7289 | 2024.12.16 20:54:35.329617 [ 261 ] {2b36c714-7106-4a23-bb8b-222dca4b7281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7290 | 2024.12.16 20:54:35.329991 [ 261 ] {2b36c714-7106-4a23-bb8b-222dca4b7281} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7291 | 2024.12.16 20:54:35.330233 [ 261 ] {2b36c714-7106-4a23-bb8b-222dca4b7281} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7292 | 2024.12.16 20:54:35.330451 [ 261 ] {2b36c714-7106-4a23-bb8b-222dca4b7281} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00158 sec., 55063.29113924051 rows/sec., 4.30 MiB/sec. | ||
| 7293 | 2024.12.16 20:54:35.330508 [ 261 ] {2b36c714-7106-4a23-bb8b-222dca4b7281} <Debug> TCPHandler: Processed in 0.001875136 sec. | ||
| 7294 | 2024.12.16 20:54:35.330667 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7295 | 2024.12.16 20:54:35.330813 [ 260 ] {8ef7fb04-1d2c-41f3-86f0-95b6bb6d57fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7296 | 2024.12.16 20:54:35.330879 [ 260 ] {8ef7fb04-1d2c-41f3-86f0-95b6bb6d57fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7297 | 2024.12.16 20:54:35.331509 [ 260 ] {8ef7fb04-1d2c-41f3-86f0-95b6bb6d57fe} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7298 | 2024.12.16 20:54:35.331550 [ 260 ] {8ef7fb04-1d2c-41f3-86f0-95b6bb6d57fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7299 | 2024.12.16 20:54:35.331949 [ 260 ] {8ef7fb04-1d2c-41f3-86f0-95b6bb6d57fe} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7300 | 2024.12.16 20:54:35.332198 [ 260 ] {8ef7fb04-1d2c-41f3-86f0-95b6bb6d57fe} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7301 | 2024.12.16 20:54:35.332418 [ 260 ] {8ef7fb04-1d2c-41f3-86f0-95b6bb6d57fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 7302 | 2024.12.16 20:54:35.332476 [ 260 ] {8ef7fb04-1d2c-41f3-86f0-95b6bb6d57fe} <Debug> TCPHandler: Processed in 0.001879606 sec. | ||
| 7303 | 2024.12.16 20:54:35.332618 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7304 | 2024.12.16 20:54:35.332740 [ 261 ] {7f99c68a-2c85-4f68-9aa8-3570db5ba432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7305 | 2024.12.16 20:54:35.332822 [ 261 ] {7f99c68a-2c85-4f68-9aa8-3570db5ba432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7306 | 2024.12.16 20:54:35.333961 [ 261 ] {7f99c68a-2c85-4f68-9aa8-3570db5ba432} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7307 | 2024.12.16 20:54:35.334003 [ 261 ] {7f99c68a-2c85-4f68-9aa8-3570db5ba432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7308 | 2024.12.16 20:54:35.334639 [ 261 ] {7f99c68a-2c85-4f68-9aa8-3570db5ba432} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7309 | 2024.12.16 20:54:35.334897 [ 261 ] {7f99c68a-2c85-4f68-9aa8-3570db5ba432} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7310 | 2024.12.16 20:54:35.335140 [ 261 ] {7f99c68a-2c85-4f68-9aa8-3570db5ba432} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002426 sec., 9480.626545754327 rows/sec., 16.99 MiB/sec. | ||
| 7311 | 2024.12.16 20:54:35.335251 [ 261 ] {7f99c68a-2c85-4f68-9aa8-3570db5ba432} <Debug> TCPHandler: Processed in 0.002690502 sec. | ||
| 7312 | 2024.12.16 20:54:35.335426 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7313 | 2024.12.16 20:54:35.335572 [ 260 ] {aa61b17c-4485-4e34-9ca8-644d94b68c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7314 | 2024.12.16 20:54:35.335634 [ 260 ] {aa61b17c-4485-4e34-9ca8-644d94b68c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7315 | 2024.12.16 20:54:35.336232 [ 260 ] {aa61b17c-4485-4e34-9ca8-644d94b68c50} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7316 | 2024.12.16 20:54:35.336273 [ 260 ] {aa61b17c-4485-4e34-9ca8-644d94b68c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7317 | 2024.12.16 20:54:35.336664 [ 260 ] {aa61b17c-4485-4e34-9ca8-644d94b68c50} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7318 | 2024.12.16 20:54:35.336906 [ 260 ] {aa61b17c-4485-4e34-9ca8-644d94b68c50} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7319 | 2024.12.16 20:54:35.337114 [ 260 ] {aa61b17c-4485-4e34-9ca8-644d94b68c50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001577 sec., 38046.92454026633 rows/sec., 2.56 MiB/sec. | ||
| 7320 | 2024.12.16 20:54:35.337172 [ 260 ] {aa61b17c-4485-4e34-9ca8-644d94b68c50} <Debug> TCPHandler: Processed in 0.001818265 sec. | ||
| 7321 | 2024.12.16 20:54:36.285859 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7322 | 2024.12.16 20:54:36.285918 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7323 | 2024.12.16 20:54:36.434673 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7324 | 2024.12.16 20:54:36.435778 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7325 | 2024.12.16 20:54:36.435827 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7326 | 2024.12.16 20:54:36.436395 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7327 | 2024.12.16 20:54:36.436660 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7328 | 2024.12.16 20:54:36.436911 [ 91 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7329 | 2024.12.16 20:54:36.436948 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7330 | 2024.12.16 20:54:36.437037 [ 91 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7331 | 2024.12.16 20:54:36.437086 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7332 | 2024.12.16 20:54:36.437243 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 7333 | 2024.12.16 20:54:36.437375 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7334 | 2024.12.16 20:54:36.437416 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 7335 | 2024.12.16 20:54:36.437494 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 7336 | 2024.12.16 20:54:36.437603 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 7337 | 2024.12.16 20:54:36.437910 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 7338 | 2024.12.16 20:54:36.438086 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 7339 | 2024.12.16 20:54:36.438379 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 7340 | 2024.12.16 20:54:36.440738 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003554858 sec., 4650256.072113148 rows/sec., 66.52 MiB/sec. | ||
| 7341 | 2024.12.16 20:54:36.440934 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7342 | 2024.12.16 20:54:36.441425 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_36_7} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7343 | 2024.12.16 20:54:36.441517 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_36_7} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7344 | 2024.12.16 20:54:36.441637 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7345 | 2024.12.16 20:54:36.514830 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1034 | ||
| 7346 | 2024.12.16 20:54:36.518140 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7347 | 2024.12.16 20:54:36.518198 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7348 | 2024.12.16 20:54:36.519705 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7349 | 2024.12.16 20:54:36.520026 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7350 | 2024.12.16 20:54:36.521572 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1034 | ||
| 7351 | 2024.12.16 20:54:37.563631 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7352 | 2024.12.16 20:54:37.585763 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7353 | 2024.12.16 20:54:37.585823 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7354 | 2024.12.16 20:54:37.593404 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7355 | 2024.12.16 20:54:37.594198 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7356 | 2024.12.16 20:54:37.594507 [ 89 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7357 | 2024.12.16 20:54:37.594570 [ 89 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7358 | 2024.12.16 20:54:37.594610 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7359 | 2024.12.16 20:54:37.595044 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 7360 | 2024.12.16 20:54:37.609997 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7361 | 2024.12.16 20:54:37.611939 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7362 | 2024.12.16 20:54:37.613621 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 7363 | 2024.12.16 20:54:37.619671 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 7364 | 2024.12.16 20:54:37.625922 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 7365 | 2024.12.16 20:54:37.632840 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 7366 | 2024.12.16 20:54:37.638850 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 7367 | 2024.12.16 20:54:37.643870 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 7368 | 2024.12.16 20:54:37.704103 [ 197 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.109359859 sec., 2487.2014511284256 rows/sec., 12.86 MiB/sec. | ||
| 7369 | 2024.12.16 20:54:37.706914 [ 197 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7370 | 2024.12.16 20:54:37.709805 [ 197 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_36_7} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7371 | 2024.12.16 20:54:37.709896 [ 197 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_36_7} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7372 | 2024.12.16 20:54:37.712182 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7373 | 2024.12.16 20:54:40.328088 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7374 | 2024.12.16 20:54:40.328312 [ 261 ] {396ec06c-6d9a-4d88-a6dd-fd3e471e5bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7375 | 2024.12.16 20:54:40.328392 [ 261 ] {396ec06c-6d9a-4d88-a6dd-fd3e471e5bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7376 | 2024.12.16 20:54:40.329102 [ 261 ] {396ec06c-6d9a-4d88-a6dd-fd3e471e5bff} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7377 | 2024.12.16 20:54:40.329154 [ 261 ] {396ec06c-6d9a-4d88-a6dd-fd3e471e5bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7378 | 2024.12.16 20:54:40.329596 [ 261 ] {396ec06c-6d9a-4d88-a6dd-fd3e471e5bff} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7379 | 2024.12.16 20:54:40.329858 [ 261 ] {396ec06c-6d9a-4d88-a6dd-fd3e471e5bff} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7380 | 2024.12.16 20:54:40.330082 [ 261 ] {396ec06c-6d9a-4d88-a6dd-fd3e471e5bff} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001824 sec., 7675.438596491228 rows/sec., 552.53 KiB/sec. | ||
| 7381 | 2024.12.16 20:54:40.330149 [ 261 ] {396ec06c-6d9a-4d88-a6dd-fd3e471e5bff} <Debug> TCPHandler: Processed in 0.002197592 sec. | ||
| 7382 | 2024.12.16 20:54:40.330393 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7383 | 2024.12.16 20:54:40.330581 [ 260 ] {22c09b9c-584b-4935-b9fb-cbcbe4853c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7384 | 2024.12.16 20:54:40.330654 [ 260 ] {22c09b9c-584b-4935-b9fb-cbcbe4853c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7385 | 2024.12.16 20:54:40.331492 [ 260 ] {22c09b9c-584b-4935-b9fb-cbcbe4853c50} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7386 | 2024.12.16 20:54:40.331540 [ 260 ] {22c09b9c-584b-4935-b9fb-cbcbe4853c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7387 | 2024.12.16 20:54:40.332005 [ 260 ] {22c09b9c-584b-4935-b9fb-cbcbe4853c50} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7388 | 2024.12.16 20:54:40.332266 [ 260 ] {22c09b9c-584b-4935-b9fb-cbcbe4853c50} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7389 | 2024.12.16 20:54:40.332506 [ 260 ] {22c09b9c-584b-4935-b9fb-cbcbe4853c50} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.001968 sec., 122459.34959349592 rows/sec., 10.73 MiB/sec. | ||
| 7390 | 2024.12.16 20:54:40.332627 [ 260 ] {22c09b9c-584b-4935-b9fb-cbcbe4853c50} <Debug> TCPHandler: Processed in 0.002369025 sec. | ||
| 7391 | 2024.12.16 20:54:40.332887 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7392 | 2024.12.16 20:54:40.333062 [ 261 ] {b5a0da52-7174-4e95-bfb1-8cce692bf038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7393 | 2024.12.16 20:54:40.333123 [ 261 ] {b5a0da52-7174-4e95-bfb1-8cce692bf038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7394 | 2024.12.16 20:54:40.333760 [ 261 ] {b5a0da52-7174-4e95-bfb1-8cce692bf038} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7395 | 2024.12.16 20:54:40.333802 [ 261 ] {b5a0da52-7174-4e95-bfb1-8cce692bf038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7396 | 2024.12.16 20:54:40.334181 [ 261 ] {b5a0da52-7174-4e95-bfb1-8cce692bf038} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7397 | 2024.12.16 20:54:40.334425 [ 261 ] {b5a0da52-7174-4e95-bfb1-8cce692bf038} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7398 | 2024.12.16 20:54:40.334675 [ 261 ] {b5a0da52-7174-4e95-bfb1-8cce692bf038} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.00164 sec., 15853.658536585366 rows/sec., 1.12 MiB/sec. | ||
| 7399 | 2024.12.16 20:54:40.334780 [ 261 ] {b5a0da52-7174-4e95-bfb1-8cce692bf038} <Debug> TCPHandler: Processed in 0.002037819 sec. | ||
| 7400 | 2024.12.16 20:54:40.335021 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7401 | 2024.12.16 20:54:40.335210 [ 260 ] {8e251822-780f-4850-82f0-b6585e229424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7402 | 2024.12.16 20:54:40.335274 [ 260 ] {8e251822-780f-4850-82f0-b6585e229424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7403 | 2024.12.16 20:54:40.335896 [ 260 ] {8e251822-780f-4850-82f0-b6585e229424} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7404 | 2024.12.16 20:54:40.335936 [ 260 ] {8e251822-780f-4850-82f0-b6585e229424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7405 | 2024.12.16 20:54:40.336306 [ 260 ] {8e251822-780f-4850-82f0-b6585e229424} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7406 | 2024.12.16 20:54:40.336548 [ 260 ] {8e251822-780f-4850-82f0-b6585e229424} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7407 | 2024.12.16 20:54:40.336757 [ 260 ] {8e251822-780f-4850-82f0-b6585e229424} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001584 sec., 8838.38383838384 rows/sec., 618.98 KiB/sec. | ||
| 7408 | 2024.12.16 20:54:40.336974 [ 260 ] {8e251822-780f-4850-82f0-b6585e229424} <Debug> TCPHandler: Processed in 0.00209899 sec. | ||
| 7409 | 2024.12.16 20:54:40.337167 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7410 | 2024.12.16 20:54:40.337291 [ 261 ] {901d278e-25c5-4a57-a9d7-34fdef7ef00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7411 | 2024.12.16 20:54:40.337339 [ 261 ] {901d278e-25c5-4a57-a9d7-34fdef7ef00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7412 | 2024.12.16 20:54:40.338031 [ 261 ] {901d278e-25c5-4a57-a9d7-34fdef7ef00e} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7413 | 2024.12.16 20:54:40.338080 [ 261 ] {901d278e-25c5-4a57-a9d7-34fdef7ef00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7414 | 2024.12.16 20:54:40.338494 [ 261 ] {901d278e-25c5-4a57-a9d7-34fdef7ef00e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7415 | 2024.12.16 20:54:40.338741 [ 261 ] {901d278e-25c5-4a57-a9d7-34fdef7ef00e} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7416 | 2024.12.16 20:54:40.339003 [ 261 ] {901d278e-25c5-4a57-a9d7-34fdef7ef00e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001721 sec., 7553.747821034282 rows/sec., 470.97 KiB/sec. | ||
| 7417 | 2024.12.16 20:54:40.339231 [ 261 ] {901d278e-25c5-4a57-a9d7-34fdef7ef00e} <Debug> TCPHandler: Processed in 0.002153171 sec. | ||
| 7418 | 2024.12.16 20:54:40.339380 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7419 | 2024.12.16 20:54:40.339517 [ 260 ] {667fbf31-67ca-4d4a-879d-35fbd2c5b673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7420 | 2024.12.16 20:54:40.339573 [ 260 ] {667fbf31-67ca-4d4a-879d-35fbd2c5b673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7421 | 2024.12.16 20:54:40.340389 [ 260 ] {667fbf31-67ca-4d4a-879d-35fbd2c5b673} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7422 | 2024.12.16 20:54:40.340433 [ 260 ] {667fbf31-67ca-4d4a-879d-35fbd2c5b673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7423 | 2024.12.16 20:54:40.340823 [ 260 ] {667fbf31-67ca-4d4a-879d-35fbd2c5b673} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7424 | 2024.12.16 20:54:40.341063 [ 260 ] {667fbf31-67ca-4d4a-879d-35fbd2c5b673} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7425 | 2024.12.16 20:54:40.341244 [ 260 ] {667fbf31-67ca-4d4a-879d-35fbd2c5b673} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001756 sec., 228359.9088838269 rows/sec., 16.24 MiB/sec. | ||
| 7426 | 2024.12.16 20:54:40.341297 [ 260 ] {667fbf31-67ca-4d4a-879d-35fbd2c5b673} <Debug> TCPHandler: Processed in 0.001974178 sec. | ||
| 7427 | 2024.12.16 20:54:40.341430 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7428 | 2024.12.16 20:54:40.341547 [ 261 ] {9f495d2b-451a-4977-a2e5-103481844e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7429 | 2024.12.16 20:54:40.341599 [ 261 ] {9f495d2b-451a-4977-a2e5-103481844e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7430 | 2024.12.16 20:54:40.342077 [ 261 ] {9f495d2b-451a-4977-a2e5-103481844e63} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7431 | 2024.12.16 20:54:40.342117 [ 261 ] {9f495d2b-451a-4977-a2e5-103481844e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7432 | 2024.12.16 20:54:40.342482 [ 261 ] {9f495d2b-451a-4977-a2e5-103481844e63} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7433 | 2024.12.16 20:54:40.342718 [ 261 ] {9f495d2b-451a-4977-a2e5-103481844e63} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7434 | 2024.12.16 20:54:40.342963 [ 261 ] {9f495d2b-451a-4977-a2e5-103481844e63} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec. | ||
| 7435 | 2024.12.16 20:54:40.343191 [ 261 ] {9f495d2b-451a-4977-a2e5-103481844e63} <Debug> TCPHandler: Processed in 0.001811984 sec. | ||
| 7436 | 2024.12.16 20:54:40.343342 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7437 | 2024.12.16 20:54:40.343479 [ 260 ] {88e78ced-2ed5-41a0-92b3-17f453cc18b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7438 | 2024.12.16 20:54:40.343541 [ 260 ] {88e78ced-2ed5-41a0-92b3-17f453cc18b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7439 | 2024.12.16 20:54:40.344232 [ 260 ] {88e78ced-2ed5-41a0-92b3-17f453cc18b8} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7440 | 2024.12.16 20:54:40.344278 [ 260 ] {88e78ced-2ed5-41a0-92b3-17f453cc18b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7441 | 2024.12.16 20:54:40.344688 [ 260 ] {88e78ced-2ed5-41a0-92b3-17f453cc18b8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7442 | 2024.12.16 20:54:40.344931 [ 260 ] {88e78ced-2ed5-41a0-92b3-17f453cc18b8} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7443 | 2024.12.16 20:54:40.345116 [ 260 ] {88e78ced-2ed5-41a0-92b3-17f453cc18b8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001668 sec., 142086.3309352518 rows/sec., 9.52 MiB/sec. | ||
| 7444 | 2024.12.16 20:54:40.345166 [ 260 ] {88e78ced-2ed5-41a0-92b3-17f453cc18b8} <Debug> TCPHandler: Processed in 0.001878876 sec. | ||
| 7445 | 2024.12.16 20:54:40.345303 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7446 | 2024.12.16 20:54:40.345465 [ 261 ] {e2682969-0855-47fe-9431-9ebb5b7f5071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7447 | 2024.12.16 20:54:40.345559 [ 261 ] {e2682969-0855-47fe-9431-9ebb5b7f5071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7448 | 2024.12.16 20:54:40.346415 [ 261 ] {e2682969-0855-47fe-9431-9ebb5b7f5071} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7449 | 2024.12.16 20:54:40.346460 [ 261 ] {e2682969-0855-47fe-9431-9ebb5b7f5071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7450 | 2024.12.16 20:54:40.346817 [ 261 ] {e2682969-0855-47fe-9431-9ebb5b7f5071} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7451 | 2024.12.16 20:54:40.347052 [ 261 ] {e2682969-0855-47fe-9431-9ebb5b7f5071} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7452 | 2024.12.16 20:54:40.347255 [ 261 ] {e2682969-0855-47fe-9431-9ebb5b7f5071} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001847 sec., 541.4185165132648 rows/sec., 36.48 KiB/sec. | ||
| 7453 | 2024.12.16 20:54:40.347305 [ 261 ] {e2682969-0855-47fe-9431-9ebb5b7f5071} <Debug> TCPHandler: Processed in 0.002058839 sec. | ||
| 7454 | 2024.12.16 20:54:40.347451 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7455 | 2024.12.16 20:54:40.347569 [ 260 ] {30f48f48-57c6-4fd8-a1e5-ebdbe61e8aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7456 | 2024.12.16 20:54:40.347648 [ 260 ] {30f48f48-57c6-4fd8-a1e5-ebdbe61e8aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7457 | 2024.12.16 20:54:40.348769 [ 260 ] {30f48f48-57c6-4fd8-a1e5-ebdbe61e8aec} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7458 | 2024.12.16 20:54:40.348807 [ 260 ] {30f48f48-57c6-4fd8-a1e5-ebdbe61e8aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7459 | 2024.12.16 20:54:40.349435 [ 260 ] {30f48f48-57c6-4fd8-a1e5-ebdbe61e8aec} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7460 | 2024.12.16 20:54:40.349691 [ 260 ] {30f48f48-57c6-4fd8-a1e5-ebdbe61e8aec} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7461 | 2024.12.16 20:54:40.349929 [ 260 ] {30f48f48-57c6-4fd8-a1e5-ebdbe61e8aec} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002373 sec., 8006.742520016856 rows/sec., 14.35 MiB/sec. | ||
| 7462 | 2024.12.16 20:54:40.350445 [ 260 ] {30f48f48-57c6-4fd8-a1e5-ebdbe61e8aec} <Debug> TCPHandler: Processed in 0.003046828 sec. | ||
| 7463 | 2024.12.16 20:54:40.350632 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7464 | 2024.12.16 20:54:40.350749 [ 261 ] {aa84a65e-8cde-467a-9dcf-8440f8ef9cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7465 | 2024.12.16 20:54:40.350798 [ 261 ] {aa84a65e-8cde-467a-9dcf-8440f8ef9cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7466 | 2024.12.16 20:54:40.351279 [ 261 ] {aa84a65e-8cde-467a-9dcf-8440f8ef9cc8} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7467 | 2024.12.16 20:54:40.351317 [ 261 ] {aa84a65e-8cde-467a-9dcf-8440f8ef9cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7468 | 2024.12.16 20:54:40.351688 [ 261 ] {aa84a65e-8cde-467a-9dcf-8440f8ef9cc8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7469 | 2024.12.16 20:54:40.351924 [ 261 ] {aa84a65e-8cde-467a-9dcf-8440f8ef9cc8} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7470 | 2024.12.16 20:54:40.352122 [ 261 ] {aa84a65e-8cde-467a-9dcf-8440f8ef9cc8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001397 sec., 58697.20830350751 rows/sec., 3.73 MiB/sec. | ||
| 7471 | 2024.12.16 20:54:40.352171 [ 261 ] {aa84a65e-8cde-467a-9dcf-8440f8ef9cc8} <Debug> TCPHandler: Processed in 0.001630771 sec. | ||
| 7472 | 2024.12.16 20:54:43.232844 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7473 | 2024.12.16 20:54:43.233057 [ 261 ] {5d57237d-93ab-4960-950f-57867678a11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7474 | 2024.12.16 20:54:43.233136 [ 261 ] {5d57237d-93ab-4960-950f-57867678a11a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7475 | 2024.12.16 20:54:43.233921 [ 261 ] {5d57237d-93ab-4960-950f-57867678a11a} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7476 | 2024.12.16 20:54:43.233973 [ 261 ] {5d57237d-93ab-4960-950f-57867678a11a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7477 | 2024.12.16 20:54:43.234399 [ 261 ] {5d57237d-93ab-4960-950f-57867678a11a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7478 | 2024.12.16 20:54:43.234643 [ 261 ] {5d57237d-93ab-4960-950f-57867678a11a} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7479 | 2024.12.16 20:54:43.234916 [ 261 ] {5d57237d-93ab-4960-950f-57867678a11a} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001904 sec., 4201.680672268907 rows/sec., 342.62 KiB/sec. | ||
| 7480 | 2024.12.16 20:54:43.235070 [ 261 ] {5d57237d-93ab-4960-950f-57867678a11a} <Debug> TCPHandler: Processed in 0.002357865 sec. | ||
| 7481 | 2024.12.16 20:54:43.235363 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7482 | 2024.12.16 20:54:43.235574 [ 260 ] {4a7504bc-0784-4e99-b803-204b494a8dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7483 | 2024.12.16 20:54:43.235655 [ 260 ] {4a7504bc-0784-4e99-b803-204b494a8dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7484 | 2024.12.16 20:54:43.237264 [ 260 ] {4a7504bc-0784-4e99-b803-204b494a8dc5} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7485 | 2024.12.16 20:54:43.237310 [ 260 ] {4a7504bc-0784-4e99-b803-204b494a8dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7486 | 2024.12.16 20:54:43.237809 [ 260 ] {4a7504bc-0784-4e99-b803-204b494a8dc5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7487 | 2024.12.16 20:54:43.238057 [ 260 ] {4a7504bc-0784-4e99-b803-204b494a8dc5} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7488 | 2024.12.16 20:54:43.238276 [ 260 ] {4a7504bc-0784-4e99-b803-204b494a8dc5} <Debug> executeQuery: Read 1246 rows, 105.10 KiB in 0.002758 sec., 451776.6497461929 rows/sec., 37.21 MiB/sec. | ||
| 7489 | 2024.12.16 20:54:43.238377 [ 260 ] {4a7504bc-0784-4e99-b803-204b494a8dc5} <Debug> TCPHandler: Processed in 0.00315195 sec. | ||
| 7490 | 2024.12.16 20:54:43.238687 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7491 | 2024.12.16 20:54:43.238975 [ 261 ] {2b2f642f-5c4f-4429-ab2b-d07717b9042c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7492 | 2024.12.16 20:54:43.239071 [ 261 ] {2b2f642f-5c4f-4429-ab2b-d07717b9042c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7493 | 2024.12.16 20:54:43.239884 [ 261 ] {2b2f642f-5c4f-4429-ab2b-d07717b9042c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7494 | 2024.12.16 20:54:43.239925 [ 261 ] {2b2f642f-5c4f-4429-ab2b-d07717b9042c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7495 | 2024.12.16 20:54:43.240384 [ 261 ] {2b2f642f-5c4f-4429-ab2b-d07717b9042c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7496 | 2024.12.16 20:54:43.240640 [ 261 ] {2b2f642f-5c4f-4429-ab2b-d07717b9042c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7497 | 2024.12.16 20:54:43.240803 [ 82 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7498 | 2024.12.16 20:54:43.240876 [ 82 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7499 | 2024.12.16 20:54:43.240884 [ 261 ] {2b2f642f-5c4f-4429-ab2b-d07717b9042c} <Debug> executeQuery: Read 31 rows, 2.29 KiB in 0.001963 sec., 15792.154865002547 rows/sec., 1.14 MiB/sec. | ||
| 7500 | 2024.12.16 20:54:43.240910 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7501 | 2024.12.16 20:54:43.241025 [ 261 ] {2b2f642f-5c4f-4429-ab2b-d07717b9042c} <Debug> TCPHandler: Processed in 0.002550669 sec. | ||
| 7502 | 2024.12.16 20:54:43.241225 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 7503 | 2024.12.16 20:54:43.241248 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7504 | 2024.12.16 20:54:43.241532 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7505 | 2024.12.16 20:54:43.241536 [ 260 ] {1532594f-6bde-452d-a637-fa0210390cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7506 | 2024.12.16 20:54:43.241597 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 67 rows starting from the beginning of the part | ||
| 7507 | 2024.12.16 20:54:43.241642 [ 260 ] {1532594f-6bde-452d-a637-fa0210390cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7508 | 2024.12.16 20:54:43.241890 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 23 rows starting from the beginning of the part | ||
| 7509 | 2024.12.16 20:54:43.242331 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 7510 | 2024.12.16 20:54:43.242816 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part | ||
| 7511 | 2024.12.16 20:54:43.243224 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part | ||
| 7512 | 2024.12.16 20:54:43.243590 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 31 rows starting from the beginning of the part | ||
| 7513 | 2024.12.16 20:54:43.244831 [ 260 ] {1532594f-6bde-452d-a637-fa0210390cbb} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7514 | 2024.12.16 20:54:43.244905 [ 260 ] {1532594f-6bde-452d-a637-fa0210390cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7515 | 2024.12.16 20:54:43.246076 [ 260 ] {1532594f-6bde-452d-a637-fa0210390cbb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7516 | 2024.12.16 20:54:43.246440 [ 190 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.005400894 sec., 37030.9063647611 rows/sec., 2.79 MiB/sec. | ||
| 7517 | 2024.12.16 20:54:43.246540 [ 260 ] {1532594f-6bde-452d-a637-fa0210390cbb} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7518 | 2024.12.16 20:54:43.246606 [ 190 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7519 | 2024.12.16 20:54:43.246780 [ 260 ] {1532594f-6bde-452d-a637-fa0210390cbb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00534 sec., 42696.629213483146 rows/sec., 2.89 MiB/sec. | ||
| 7520 | 2024.12.16 20:54:43.246871 [ 260 ] {1532594f-6bde-452d-a637-fa0210390cbb} <Debug> TCPHandler: Processed in 0.00573746 sec. | ||
| 7521 | 2024.12.16 20:54:43.246997 [ 190 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_46_9} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7522 | 2024.12.16 20:54:43.247092 [ 190 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_46_9} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7523 | 2024.12.16 20:54:43.247126 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7524 | 2024.12.16 20:54:43.247224 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7525 | 2024.12.16 20:54:43.247399 [ 261 ] {2c0f8e86-9382-4aa9-a2f7-80dbd8182bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7526 | 2024.12.16 20:54:43.247494 [ 261 ] {2c0f8e86-9382-4aa9-a2f7-80dbd8182bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7527 | 2024.12.16 20:54:43.248325 [ 261 ] {2c0f8e86-9382-4aa9-a2f7-80dbd8182bea} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7528 | 2024.12.16 20:54:43.248363 [ 261 ] {2c0f8e86-9382-4aa9-a2f7-80dbd8182bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7529 | 2024.12.16 20:54:43.248745 [ 261 ] {2c0f8e86-9382-4aa9-a2f7-80dbd8182bea} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7530 | 2024.12.16 20:54:43.248977 [ 261 ] {2c0f8e86-9382-4aa9-a2f7-80dbd8182bea} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7531 | 2024.12.16 20:54:43.249186 [ 261 ] {2c0f8e86-9382-4aa9-a2f7-80dbd8182bea} <Debug> executeQuery: Read 551 rows, 41.90 KiB in 0.001845 sec., 298644.98644986446 rows/sec., 22.18 MiB/sec. | ||
| 7532 | 2024.12.16 20:54:43.249241 [ 261 ] {2c0f8e86-9382-4aa9-a2f7-80dbd8182bea} <Debug> TCPHandler: Processed in 0.002239962 sec. | ||
| 7533 | 2024.12.16 20:54:43.249401 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7534 | 2024.12.16 20:54:43.249534 [ 260 ] {b8d15ebf-10e2-4645-8f45-31e93a0f6889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7535 | 2024.12.16 20:54:43.249588 [ 260 ] {b8d15ebf-10e2-4645-8f45-31e93a0f6889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7536 | 2024.12.16 20:54:43.250375 [ 260 ] {b8d15ebf-10e2-4645-8f45-31e93a0f6889} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7537 | 2024.12.16 20:54:43.250412 [ 260 ] {b8d15ebf-10e2-4645-8f45-31e93a0f6889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7538 | 2024.12.16 20:54:43.250870 [ 260 ] {b8d15ebf-10e2-4645-8f45-31e93a0f6889} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7539 | 2024.12.16 20:54:43.251125 [ 260 ] {b8d15ebf-10e2-4645-8f45-31e93a0f6889} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7540 | 2024.12.16 20:54:43.251310 [ 260 ] {b8d15ebf-10e2-4645-8f45-31e93a0f6889} <Debug> executeQuery: Read 946 rows, 64.96 KiB in 0.001803 sec., 524681.0870770938 rows/sec., 35.18 MiB/sec. | ||
| 7541 | 2024.12.16 20:54:43.251364 [ 260 ] {b8d15ebf-10e2-4645-8f45-31e93a0f6889} <Debug> TCPHandler: Processed in 0.002031849 sec. | ||
| 7542 | 2024.12.16 20:54:43.251509 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7543 | 2024.12.16 20:54:43.251647 [ 261 ] {f26dd8a1-1f13-41f5-9b04-e5bda116ec30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7544 | 2024.12.16 20:54:43.251740 [ 261 ] {f26dd8a1-1f13-41f5-9b04-e5bda116ec30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7545 | 2024.12.16 20:54:43.252956 [ 261 ] {f26dd8a1-1f13-41f5-9b04-e5bda116ec30} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7546 | 2024.12.16 20:54:43.252995 [ 261 ] {f26dd8a1-1f13-41f5-9b04-e5bda116ec30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7547 | 2024.12.16 20:54:43.253621 [ 261 ] {f26dd8a1-1f13-41f5-9b04-e5bda116ec30} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7548 | 2024.12.16 20:54:43.253871 [ 261 ] {f26dd8a1-1f13-41f5-9b04-e5bda116ec30} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7549 | 2024.12.16 20:54:43.254051 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7550 | 2024.12.16 20:54:43.254120 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7551 | 2024.12.16 20:54:43.254155 [ 261 ] {f26dd8a1-1f13-41f5-9b04-e5bda116ec30} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002532 sec., 9083.728278041075 rows/sec., 16.28 MiB/sec. | ||
| 7552 | 2024.12.16 20:54:43.254162 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7553 | 2024.12.16 20:54:43.254454 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 7554 | 2024.12.16 20:54:43.254461 [ 261 ] {f26dd8a1-1f13-41f5-9b04-e5bda116ec30} <Debug> TCPHandler: Processed in 0.003017038 sec. | ||
| 7555 | 2024.12.16 20:54:43.254677 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7556 | 2024.12.16 20:54:43.254952 [ 260 ] {fefe1348-2419-4e34-9804-fc9fa41a02ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7557 | 2024.12.16 20:54:43.254969 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7558 | 2024.12.16 20:54:43.255083 [ 260 ] {fefe1348-2419-4e34-9804-fc9fa41a02ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7559 | 2024.12.16 20:54:43.255127 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 829 rows starting from the beginning of the part | ||
| 7560 | 2024.12.16 20:54:43.256047 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 23 rows starting from the beginning of the part | ||
| 7561 | 2024.12.16 20:54:43.256647 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 19 rows starting from the beginning of the part | ||
| 7562 | 2024.12.16 20:54:43.257325 [ 260 ] {fefe1348-2419-4e34-9804-fc9fa41a02ba} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7563 | 2024.12.16 20:54:43.257348 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part | ||
| 7564 | 2024.12.16 20:54:43.257394 [ 260 ] {fefe1348-2419-4e34-9804-fc9fa41a02ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7565 | 2024.12.16 20:54:43.257895 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 19 rows starting from the beginning of the part | ||
| 7566 | 2024.12.16 20:54:43.258489 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part | ||
| 7567 | 2024.12.16 20:54:43.258784 [ 260 ] {fefe1348-2419-4e34-9804-fc9fa41a02ba} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7568 | 2024.12.16 20:54:43.259666 [ 260 ] {fefe1348-2419-4e34-9804-fc9fa41a02ba} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7569 | 2024.12.16 20:54:43.260163 [ 260 ] {fefe1348-2419-4e34-9804-fc9fa41a02ba} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.005301 sec., 6791.171477079796 rows/sec., 468.66 KiB/sec. | ||
| 7570 | 2024.12.16 20:54:43.260317 [ 260 ] {fefe1348-2419-4e34-9804-fc9fa41a02ba} <Debug> TCPHandler: Processed in 0.00574099 sec. | ||
| 7571 | 2024.12.16 20:54:43.265516 [ 187 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 936 rows, containing 19 columns (19 merged, 0 gathered) in 0.011221484 sec., 83411.42757945384 rows/sec., 149.47 MiB/sec. | ||
| 7572 | 2024.12.16 20:54:43.267159 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7573 | 2024.12.16 20:54:43.267658 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7574 | 2024.12.16 20:54:43.267758 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7575 | 2024.12.16 20:54:43.267941 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.07 MiB. | ||
| 7576 | 2024.12.16 20:54:43.937111 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7577 | 2024.12.16 20:54:43.937834 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7578 | 2024.12.16 20:54:43.937880 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7579 | 2024.12.16 20:54:43.938425 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7580 | 2024.12.16 20:54:43.938697 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7581 | 2024.12.16 20:54:43.939004 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7582 | 2024.12.16 20:54:44.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.01 MiB, peak 223.36 MiB, free memory in arenas 0.00 B, will set to 215.08 MiB (RSS), difference: 2.08 MiB | ||
| 7583 | 2024.12.16 20:54:45.110193 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7584 | 2024.12.16 20:54:45.129605 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7585 | 2024.12.16 20:54:45.129666 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7586 | 2024.12.16 20:54:45.136914 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7587 | 2024.12.16 20:54:45.137677 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7588 | 2024.12.16 20:54:45.140803 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7589 | 2024.12.16 20:54:45.318578 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7590 | 2024.12.16 20:54:45.318789 [ 261 ] {b7cad753-8547-4c42-bf5c-979f54350424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7591 | 2024.12.16 20:54:45.318866 [ 261 ] {b7cad753-8547-4c42-bf5c-979f54350424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7592 | 2024.12.16 20:54:45.319688 [ 261 ] {b7cad753-8547-4c42-bf5c-979f54350424} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7593 | 2024.12.16 20:54:45.319735 [ 261 ] {b7cad753-8547-4c42-bf5c-979f54350424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7594 | 2024.12.16 20:54:45.320187 [ 261 ] {b7cad753-8547-4c42-bf5c-979f54350424} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7595 | 2024.12.16 20:54:45.320447 [ 261 ] {b7cad753-8547-4c42-bf5c-979f54350424} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7596 | 2024.12.16 20:54:45.320644 [ 78 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7597 | 2024.12.16 20:54:45.320709 [ 261 ] {b7cad753-8547-4c42-bf5c-979f54350424} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.16 MiB/sec. | ||
| 7598 | 2024.12.16 20:54:45.320735 [ 78 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7599 | 2024.12.16 20:54:45.320805 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7600 | 2024.12.16 20:54:45.320831 [ 261 ] {b7cad753-8547-4c42-bf5c-979f54350424} <Debug> TCPHandler: Processed in 0.002387215 sec. | ||
| 7601 | 2024.12.16 20:54:45.321063 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 7602 | 2024.12.16 20:54:45.321126 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7603 | 2024.12.16 20:54:45.321327 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7604 | 2024.12.16 20:54:45.321397 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1437 rows starting from the beginning of the part | ||
| 7605 | 2024.12.16 20:54:45.321430 [ 260 ] {35c14c29-c2dc-4db6-85bc-475a18608f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7606 | 2024.12.16 20:54:45.321621 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 243 rows starting from the beginning of the part | ||
| 7607 | 2024.12.16 20:54:45.321620 [ 260 ] {35c14c29-c2dc-4db6-85bc-475a18608f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7608 | 2024.12.16 20:54:45.321993 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 102 rows starting from the beginning of the part | ||
| 7609 | 2024.12.16 20:54:45.322301 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 241 rows starting from the beginning of the part | ||
| 7610 | 2024.12.16 20:54:45.322685 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1246 rows starting from the beginning of the part | ||
| 7611 | 2024.12.16 20:54:45.323120 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 7612 | 2024.12.16 20:54:45.324455 [ 260 ] {35c14c29-c2dc-4db6-85bc-475a18608f29} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7613 | 2024.12.16 20:54:45.324525 [ 260 ] {35c14c29-c2dc-4db6-85bc-475a18608f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7614 | 2024.12.16 20:54:45.325623 [ 260 ] {35c14c29-c2dc-4db6-85bc-475a18608f29} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7615 | 2024.12.16 20:54:45.325951 [ 260 ] {35c14c29-c2dc-4db6-85bc-475a18608f29} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7616 | 2024.12.16 20:54:45.326162 [ 78 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7617 | 2024.12.16 20:54:45.326234 [ 78 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7618 | 2024.12.16 20:54:45.326282 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7619 | 2024.12.16 20:54:45.326347 [ 260 ] {35c14c29-c2dc-4db6-85bc-475a18608f29} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004982 sec., 12846.246487354476 rows/sec., 1.00 MiB/sec. | ||
| 7620 | 2024.12.16 20:54:45.326814 [ 260 ] {35c14c29-c2dc-4db6-85bc-475a18608f29} <Debug> TCPHandler: Processed in 0.005857432 sec. | ||
| 7621 | 2024.12.16 20:54:45.327054 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 7622 | 2024.12.16 20:54:45.327403 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7623 | 2024.12.16 20:54:45.327508 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7624 | 2024.12.16 20:54:45.327547 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3325 rows, containing 5 columns (5 merged, 0 gathered) in 0.006620816 sec., 502203.957941136 rows/sec., 43.86 MiB/sec. | ||
| 7625 | 2024.12.16 20:54:45.327579 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 916 rows starting from the beginning of the part | ||
| 7626 | 2024.12.16 20:54:45.327801 [ 261 ] {ef49a80e-9792-426e-ae39-fb4a82e07786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7627 | 2024.12.16 20:54:45.327987 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7628 | 2024.12.16 20:54:45.328020 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 405 rows starting from the beginning of the part | ||
| 7629 | 2024.12.16 20:54:45.328082 [ 261 ] {ef49a80e-9792-426e-ae39-fb4a82e07786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7630 | 2024.12.16 20:54:45.328561 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 87 rows starting from the beginning of the part | ||
| 7631 | 2024.12.16 20:54:45.329084 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 401 rows starting from the beginning of the part | ||
| 7632 | 2024.12.16 20:54:45.329301 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_56_11} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2024.12.16 20:54:45.329631 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 551 rows starting from the beginning of the part | ||
| 7634 | 2024.12.16 20:54:45.329743 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_56_11} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7635 | 2024.12.16 20:54:45.330060 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part | ||
| 7636 | 2024.12.16 20:54:45.330141 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 7637 | 2024.12.16 20:54:45.331480 [ 261 ] {ef49a80e-9792-426e-ae39-fb4a82e07786} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7638 | 2024.12.16 20:54:45.331572 [ 261 ] {ef49a80e-9792-426e-ae39-fb4a82e07786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7639 | 2024.12.16 20:54:45.332717 [ 261 ] {ef49a80e-9792-426e-ae39-fb4a82e07786} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7640 | 2024.12.16 20:54:45.333052 [ 261 ] {ef49a80e-9792-426e-ae39-fb4a82e07786} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7641 | 2024.12.16 20:54:45.333400 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7642 | 2024.12.16 20:54:45.333525 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2024.12.16 20:54:45.333597 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7644 | 2024.12.16 20:54:45.333696 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.007253779 sec., 334170.64401879354 rows/sec., 25.64 MiB/sec. | ||
| 7645 | 2024.12.16 20:54:45.333780 [ 261 ] {ef49a80e-9792-426e-ae39-fb4a82e07786} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.006093 sec., 10503.856884949942 rows/sec., 749.13 KiB/sec. | ||
| 7646 | 2024.12.16 20:54:45.333870 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 7647 | 2024.12.16 20:54:45.334017 [ 261 ] {ef49a80e-9792-426e-ae39-fb4a82e07786} <Debug> TCPHandler: Processed in 0.007018404 sec. | ||
| 7648 | 2024.12.16 20:54:45.334111 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7649 | 2024.12.16 20:54:45.334288 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7650 | 2024.12.16 20:54:45.334454 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7651 | 2024.12.16 20:54:45.334576 [ 260 ] {f5318461-a653-4674-91e1-b2ea030ffff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7652 | 2024.12.16 20:54:45.334588 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16639 rows starting from the beginning of the part | ||
| 7653 | 2024.12.16 20:54:45.334707 [ 260 ] {f5318461-a653-4674-91e1-b2ea030ffff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7654 | 2024.12.16 20:54:45.334978 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 239 rows starting from the beginning of the part | ||
| 7655 | 2024.12.16 20:54:45.334986 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_56_11} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7656 | 2024.12.16 20:54:45.335428 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_56_11} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7657 | 2024.12.16 20:54:45.335461 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 7658 | 2024.12.16 20:54:45.335870 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 7659 | 2024.12.16 20:54:45.335923 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 7660 | 2024.12.16 20:54:45.336387 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 946 rows starting from the beginning of the part | ||
| 7661 | 2024.12.16 20:54:45.336787 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part | ||
| 7662 | 2024.12.16 20:54:45.338007 [ 260 ] {f5318461-a653-4674-91e1-b2ea030ffff6} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7663 | 2024.12.16 20:54:45.338071 [ 260 ] {f5318461-a653-4674-91e1-b2ea030ffff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7664 | 2024.12.16 20:54:45.338653 [ 260 ] {f5318461-a653-4674-91e1-b2ea030ffff6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7665 | 2024.12.16 20:54:45.338975 [ 260 ] {f5318461-a653-4674-91e1-b2ea030ffff6} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7666 | 2024.12.16 20:54:45.339126 [ 78 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7667 | 2024.12.16 20:54:45.339188 [ 78 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7668 | 2024.12.16 20:54:45.339228 [ 260 ] {f5318461-a653-4674-91e1-b2ea030ffff6} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.004716 sec., 5089.058524173029 rows/sec., 351.20 KiB/sec. | ||
| 7669 | 2024.12.16 20:54:45.339247 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7670 | 2024.12.16 20:54:45.339562 [ 260 ] {f5318461-a653-4674-91e1-b2ea030ffff6} <Debug> TCPHandler: Processed in 0.005424534 sec. | ||
| 7671 | 2024.12.16 20:54:45.339702 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 7672 | 2024.12.16 20:54:45.340038 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7673 | 2024.12.16 20:54:45.340107 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3116 rows starting from the beginning of the part | ||
| 7674 | 2024.12.16 20:54:45.340335 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 7675 | 2024.12.16 20:54:45.340634 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 7676 | 2024.12.16 20:54:45.340962 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 7677 | 2024.12.16 20:54:45.341237 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part | ||
| 7678 | 2024.12.16 20:54:45.341662 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part | ||
| 7679 | 2024.12.16 20:54:45.344109 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3400 rows, containing 4 columns (4 merged, 0 gathered) in 0.00471064 sec., 721770.2902365708 rows/sec., 47.16 MiB/sec. | ||
| 7680 | 2024.12.16 20:54:45.344729 [ 189 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7681 | 2024.12.16 20:54:45.345191 [ 189 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_56_11} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7682 | 2024.12.16 20:54:45.345294 [ 189 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_56_11} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7683 | 2024.12.16 20:54:45.345438 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 7684 | 2024.12.16 20:54:45.345776 [ 189 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18285 rows, containing 5 columns (5 merged, 0 gathered) in 0.012056861 sec., 1516563.8883951635 rows/sec., 102.38 MiB/sec. | ||
| 7685 | 2024.12.16 20:54:45.346028 [ 195 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7686 | 2024.12.16 20:54:45.346387 [ 195 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7687 | 2024.12.16 20:54:45.346481 [ 195 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7688 | 2024.12.16 20:54:45.346573 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.13 MiB. | ||
| 7689 | 2024.12.16 20:54:46.521750 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1080 | ||
| 7690 | 2024.12.16 20:54:46.525278 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7691 | 2024.12.16 20:54:46.525361 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7692 | 2024.12.16 20:54:46.526897 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7693 | 2024.12.16 20:54:46.527224 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7694 | 2024.12.16 20:54:46.527463 [ 76 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7695 | 2024.12.16 20:54:46.527593 [ 76 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7696 | 2024.12.16 20:54:46.527665 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7697 | 2024.12.16 20:54:46.528128 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 7698 | 2024.12.16 20:54:46.529138 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1080 | ||
| 7699 | 2024.12.16 20:54:46.529526 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7700 | 2024.12.16 20:54:46.529692 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 882 rows starting from the beginning of the part | ||
| 7701 | 2024.12.16 20:54:46.530331 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part | ||
| 7702 | 2024.12.16 20:54:46.531015 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 46 rows starting from the beginning of the part | ||
| 7703 | 2024.12.16 20:54:46.531850 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 7704 | 2024.12.16 20:54:46.532676 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part | ||
| 7705 | 2024.12.16 20:54:46.533485 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 7706 | 2024.12.16 20:54:46.542920 [ 195 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1080 rows, containing 72 columns (72 merged, 0 gathered) in 0.015107938 sec., 71485.59915985887 rows/sec., 57.48 MiB/sec. | ||
| 7707 | 2024.12.16 20:54:46.544522 [ 192 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7708 | 2024.12.16 20:54:46.545378 [ 192 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_26_5} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2024.12.16 20:54:46.545481 [ 192 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_26_5} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7710 | 2024.12.16 20:54:46.545862 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. | ||
| 7711 | 2024.12.16 20:54:50.328564 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7712 | 2024.12.16 20:54:50.328775 [ 261 ] {29bd2473-591e-4078-bd5f-6efc27d13365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7713 | 2024.12.16 20:54:50.328851 [ 261 ] {29bd2473-591e-4078-bd5f-6efc27d13365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7714 | 2024.12.16 20:54:50.329615 [ 261 ] {29bd2473-591e-4078-bd5f-6efc27d13365} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2024.12.16 20:54:50.329668 [ 261 ] {29bd2473-591e-4078-bd5f-6efc27d13365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7716 | 2024.12.16 20:54:50.330140 [ 261 ] {29bd2473-591e-4078-bd5f-6efc27d13365} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7717 | 2024.12.16 20:54:50.330400 [ 261 ] {29bd2473-591e-4078-bd5f-6efc27d13365} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7718 | 2024.12.16 20:54:50.330614 [ 261 ] {29bd2473-591e-4078-bd5f-6efc27d13365} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec. | ||
| 7719 | 2024.12.16 20:54:50.330685 [ 261 ] {29bd2473-591e-4078-bd5f-6efc27d13365} <Debug> TCPHandler: Processed in 0.002249123 sec. | ||
| 7720 | 2024.12.16 20:54:50.330932 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7721 | 2024.12.16 20:54:50.331127 [ 260 ] {787c3f2b-5f4a-49df-b52f-90762cde709b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7722 | 2024.12.16 20:54:50.331198 [ 260 ] {787c3f2b-5f4a-49df-b52f-90762cde709b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7723 | 2024.12.16 20:54:50.332031 [ 260 ] {787c3f2b-5f4a-49df-b52f-90762cde709b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7724 | 2024.12.16 20:54:50.332084 [ 260 ] {787c3f2b-5f4a-49df-b52f-90762cde709b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7725 | 2024.12.16 20:54:50.332550 [ 260 ] {787c3f2b-5f4a-49df-b52f-90762cde709b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7726 | 2024.12.16 20:54:50.332829 [ 260 ] {787c3f2b-5f4a-49df-b52f-90762cde709b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7727 | 2024.12.16 20:54:50.333079 [ 260 ] {787c3f2b-5f4a-49df-b52f-90762cde709b} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002 sec., 120500 rows/sec., 10.56 MiB/sec. | ||
| 7728 | 2024.12.16 20:54:50.333185 [ 260 ] {787c3f2b-5f4a-49df-b52f-90762cde709b} <Debug> TCPHandler: Processed in 0.002384555 sec. | ||
| 7729 | 2024.12.16 20:54:50.333415 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7730 | 2024.12.16 20:54:50.333634 [ 261 ] {25d34f50-5df0-45db-8099-1fd6542187a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7731 | 2024.12.16 20:54:50.333694 [ 261 ] {25d34f50-5df0-45db-8099-1fd6542187a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7732 | 2024.12.16 20:54:50.334285 [ 261 ] {25d34f50-5df0-45db-8099-1fd6542187a0} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7733 | 2024.12.16 20:54:50.334327 [ 261 ] {25d34f50-5df0-45db-8099-1fd6542187a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7734 | 2024.12.16 20:54:50.334698 [ 261 ] {25d34f50-5df0-45db-8099-1fd6542187a0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7735 | 2024.12.16 20:54:50.334936 [ 261 ] {25d34f50-5df0-45db-8099-1fd6542187a0} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7736 | 2024.12.16 20:54:50.335118 [ 261 ] {25d34f50-5df0-45db-8099-1fd6542187a0} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001523 sec., 17071.56927117531 rows/sec., 1.21 MiB/sec. | ||
| 7737 | 2024.12.16 20:54:50.335178 [ 261 ] {25d34f50-5df0-45db-8099-1fd6542187a0} <Debug> TCPHandler: Processed in 0.001906856 sec. | ||
| 7738 | 2024.12.16 20:54:50.335318 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7739 | 2024.12.16 20:54:50.335445 [ 260 ] {922bece0-931f-4269-b27a-d79e5509fca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7740 | 2024.12.16 20:54:50.335496 [ 260 ] {922bece0-931f-4269-b27a-d79e5509fca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7741 | 2024.12.16 20:54:50.336075 [ 260 ] {922bece0-931f-4269-b27a-d79e5509fca4} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7742 | 2024.12.16 20:54:50.336115 [ 260 ] {922bece0-931f-4269-b27a-d79e5509fca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7743 | 2024.12.16 20:54:50.336471 [ 260 ] {922bece0-931f-4269-b27a-d79e5509fca4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7744 | 2024.12.16 20:54:50.336704 [ 260 ] {922bece0-931f-4269-b27a-d79e5509fca4} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7745 | 2024.12.16 20:54:50.336953 [ 260 ] {922bece0-931f-4269-b27a-d79e5509fca4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001532 sec., 9138.381201044387 rows/sec., 639.99 KiB/sec. | ||
| 7746 | 2024.12.16 20:54:50.337145 [ 260 ] {922bece0-931f-4269-b27a-d79e5509fca4} <Debug> TCPHandler: Processed in 0.001885086 sec. | ||
| 7747 | 2024.12.16 20:54:50.337346 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7748 | 2024.12.16 20:54:50.337490 [ 261 ] {08822443-c992-42d7-9ac0-391d52a2987a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7749 | 2024.12.16 20:54:50.337549 [ 261 ] {08822443-c992-42d7-9ac0-391d52a2987a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7750 | 2024.12.16 20:54:50.338121 [ 261 ] {08822443-c992-42d7-9ac0-391d52a2987a} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7751 | 2024.12.16 20:54:50.338160 [ 261 ] {08822443-c992-42d7-9ac0-391d52a2987a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7752 | 2024.12.16 20:54:50.338519 [ 261 ] {08822443-c992-42d7-9ac0-391d52a2987a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7753 | 2024.12.16 20:54:50.338761 [ 261 ] {08822443-c992-42d7-9ac0-391d52a2987a} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2024.12.16 20:54:50.338942 [ 261 ] {08822443-c992-42d7-9ac0-391d52a2987a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001486 sec., 8748.317631224765 rows/sec., 545.46 KiB/sec. | ||
| 7755 | 2024.12.16 20:54:50.338996 [ 261 ] {08822443-c992-42d7-9ac0-391d52a2987a} <Debug> TCPHandler: Processed in 0.001730423 sec. | ||
| 7756 | 2024.12.16 20:54:50.339151 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7757 | 2024.12.16 20:54:50.339269 [ 260 ] {6b6d487f-75f0-4f11-a243-d71931821d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7758 | 2024.12.16 20:54:50.339318 [ 260 ] {6b6d487f-75f0-4f11-a243-d71931821d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7759 | 2024.12.16 20:54:50.340034 [ 260 ] {6b6d487f-75f0-4f11-a243-d71931821d1d} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7760 | 2024.12.16 20:54:50.340073 [ 260 ] {6b6d487f-75f0-4f11-a243-d71931821d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7761 | 2024.12.16 20:54:50.340465 [ 260 ] {6b6d487f-75f0-4f11-a243-d71931821d1d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7762 | 2024.12.16 20:54:50.340702 [ 260 ] {6b6d487f-75f0-4f11-a243-d71931821d1d} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7763 | 2024.12.16 20:54:50.340911 [ 260 ] {6b6d487f-75f0-4f11-a243-d71931821d1d} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001667 sec., 240551.88962207557 rows/sec., 17.11 MiB/sec. | ||
| 7764 | 2024.12.16 20:54:50.340969 [ 260 ] {6b6d487f-75f0-4f11-a243-d71931821d1d} <Debug> TCPHandler: Processed in 0.001877096 sec. | ||
| 7765 | 2024.12.16 20:54:50.341121 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7766 | 2024.12.16 20:54:50.341249 [ 261 ] {9b228cd5-e800-4f0c-b64f-4271a01a7c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7767 | 2024.12.16 20:54:50.341309 [ 261 ] {9b228cd5-e800-4f0c-b64f-4271a01a7c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7768 | 2024.12.16 20:54:50.341790 [ 261 ] {9b228cd5-e800-4f0c-b64f-4271a01a7c04} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7769 | 2024.12.16 20:54:50.341828 [ 261 ] {9b228cd5-e800-4f0c-b64f-4271a01a7c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7770 | 2024.12.16 20:54:50.342196 [ 261 ] {9b228cd5-e800-4f0c-b64f-4271a01a7c04} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7771 | 2024.12.16 20:54:50.342461 [ 261 ] {9b228cd5-e800-4f0c-b64f-4271a01a7c04} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7772 | 2024.12.16 20:54:50.342642 [ 261 ] {9b228cd5-e800-4f0c-b64f-4271a01a7c04} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 7773 | 2024.12.16 20:54:50.342696 [ 261 ] {9b228cd5-e800-4f0c-b64f-4271a01a7c04} <Debug> TCPHandler: Processed in 0.001632071 sec. | ||
| 7774 | 2024.12.16 20:54:50.342838 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7775 | 2024.12.16 20:54:50.342957 [ 260 ] {3dbd7aa9-eff4-4c6a-baa7-e4f84a7e592f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7776 | 2024.12.16 20:54:50.343016 [ 260 ] {3dbd7aa9-eff4-4c6a-baa7-e4f84a7e592f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7777 | 2024.12.16 20:54:50.343600 [ 260 ] {3dbd7aa9-eff4-4c6a-baa7-e4f84a7e592f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7778 | 2024.12.16 20:54:50.343640 [ 260 ] {3dbd7aa9-eff4-4c6a-baa7-e4f84a7e592f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7779 | 2024.12.16 20:54:50.344114 [ 260 ] {3dbd7aa9-eff4-4c6a-baa7-e4f84a7e592f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7780 | 2024.12.16 20:54:50.344415 [ 260 ] {3dbd7aa9-eff4-4c6a-baa7-e4f84a7e592f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7781 | 2024.12.16 20:54:50.344676 [ 260 ] {3dbd7aa9-eff4-4c6a-baa7-e4f84a7e592f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001742 sec., 136050.51664753156 rows/sec., 9.12 MiB/sec. | ||
| 7782 | 2024.12.16 20:54:50.344762 [ 260 ] {3dbd7aa9-eff4-4c6a-baa7-e4f84a7e592f} <Debug> TCPHandler: Processed in 0.001979707 sec. | ||
| 7783 | 2024.12.16 20:54:50.345028 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7784 | 2024.12.16 20:54:50.345172 [ 261 ] {3dfd6f31-0b5b-4bd3-99aa-36b629c82d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7785 | 2024.12.16 20:54:50.345239 [ 261 ] {3dfd6f31-0b5b-4bd3-99aa-36b629c82d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7786 | 2024.12.16 20:54:50.345917 [ 261 ] {3dfd6f31-0b5b-4bd3-99aa-36b629c82d2c} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7787 | 2024.12.16 20:54:50.345966 [ 261 ] {3dfd6f31-0b5b-4bd3-99aa-36b629c82d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7788 | 2024.12.16 20:54:50.346420 [ 261 ] {3dfd6f31-0b5b-4bd3-99aa-36b629c82d2c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7789 | 2024.12.16 20:54:50.346712 [ 261 ] {3dfd6f31-0b5b-4bd3-99aa-36b629c82d2c} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7790 | 2024.12.16 20:54:50.346958 [ 261 ] {3dfd6f31-0b5b-4bd3-99aa-36b629c82d2c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001818 sec., 550.0550055005501 rows/sec., 37.06 KiB/sec. | ||
| 7791 | 2024.12.16 20:54:50.347049 [ 261 ] {3dfd6f31-0b5b-4bd3-99aa-36b629c82d2c} <Debug> TCPHandler: Processed in 0.002085229 sec. | ||
| 7792 | 2024.12.16 20:54:50.347222 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7793 | 2024.12.16 20:54:50.347349 [ 260 ] {fb671f68-9cc5-4bd3-a98d-ff5d9b484df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7794 | 2024.12.16 20:54:50.347432 [ 260 ] {fb671f68-9cc5-4bd3-a98d-ff5d9b484df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7795 | 2024.12.16 20:54:50.348582 [ 260 ] {fb671f68-9cc5-4bd3-a98d-ff5d9b484df9} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7796 | 2024.12.16 20:54:50.348622 [ 260 ] {fb671f68-9cc5-4bd3-a98d-ff5d9b484df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7797 | 2024.12.16 20:54:50.349277 [ 260 ] {fb671f68-9cc5-4bd3-a98d-ff5d9b484df9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7798 | 2024.12.16 20:54:50.349534 [ 260 ] {fb671f68-9cc5-4bd3-a98d-ff5d9b484df9} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7799 | 2024.12.16 20:54:50.349779 [ 260 ] {fb671f68-9cc5-4bd3-a98d-ff5d9b484df9} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002454 sec., 7742.461287693562 rows/sec., 13.87 MiB/sec. | ||
| 7800 | 2024.12.16 20:54:50.349920 [ 260 ] {fb671f68-9cc5-4bd3-a98d-ff5d9b484df9} <Debug> TCPHandler: Processed in 0.002758752 sec. | ||
| 7801 | 2024.12.16 20:54:50.350091 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7802 | 2024.12.16 20:54:50.350230 [ 261 ] {355e042b-6078-47b1-84d6-7c33faccaaec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7803 | 2024.12.16 20:54:50.350284 [ 261 ] {355e042b-6078-47b1-84d6-7c33faccaaec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7804 | 2024.12.16 20:54:50.350781 [ 261 ] {355e042b-6078-47b1-84d6-7c33faccaaec} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7805 | 2024.12.16 20:54:50.350820 [ 261 ] {355e042b-6078-47b1-84d6-7c33faccaaec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7806 | 2024.12.16 20:54:50.351248 [ 261 ] {355e042b-6078-47b1-84d6-7c33faccaaec} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7807 | 2024.12.16 20:54:50.351523 [ 261 ] {355e042b-6078-47b1-84d6-7c33faccaaec} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7808 | 2024.12.16 20:54:50.351725 [ 261 ] {355e042b-6078-47b1-84d6-7c33faccaaec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec. | ||
| 7809 | 2024.12.16 20:54:50.351824 [ 261 ] {355e042b-6078-47b1-84d6-7c33faccaaec} <Debug> TCPHandler: Processed in 0.001808445 sec. | ||
| 7810 | 2024.12.16 20:54:51.285956 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7811 | 2024.12.16 20:54:51.286006 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7812 | 2024.12.16 20:54:51.439110 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7813 | 2024.12.16 20:54:51.439798 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7814 | 2024.12.16 20:54:51.439849 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7815 | 2024.12.16 20:54:51.440381 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7816 | 2024.12.16 20:54:51.440643 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7817 | 2024.12.16 20:54:51.440887 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7818 | 2024.12.16 20:54:52.640849 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7819 | 2024.12.16 20:54:52.662688 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7820 | 2024.12.16 20:54:52.662759 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7821 | 2024.12.16 20:54:52.670490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7822 | 2024.12.16 20:54:52.671295 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7823 | 2024.12.16 20:54:52.674757 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7824 | 2024.12.16 20:54:54.957533 [ 66 ] {} <Debug> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7825 | 2024.12.16 20:54:54.957614 [ 66 ] {} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7826 | 2024.12.16 20:54:54.957637 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7827 | 2024.12.16 20:54:54.957858 [ 199 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 7828 | 2024.12.16 20:54:54.958053 [ 199 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7829 | 2024.12.16 20:54:54.958092 [ 199 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 7830 | 2024.12.16 20:54:54.958175 [ 199 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 7831 | 2024.12.16 20:54:54.958382 [ 199 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 7832 | 2024.12.16 20:54:54.958669 [ 199 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 7833 | 2024.12.16 20:54:54.958880 [ 199 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 7834 | 2024.12.16 20:54:54.959978 [ 192 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002260654 sec., 15924.595271987664 rows/sec., 1.33 MiB/sec. | ||
| 7835 | 2024.12.16 20:54:54.960194 [ 197 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7836 | 2024.12.16 20:54:54.960576 [ 197 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_13_3} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7837 | 2024.12.16 20:54:54.960674 [ 197 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_13_3} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7838 | 2024.12.16 20:54:54.960786 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7839 | 2024.12.16 20:54:55.323679 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7840 | 2024.12.16 20:54:55.323878 [ 261 ] {d4fe0c83-2daf-4c5c-ba8f-602e1228b288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7841 | 2024.12.16 20:54:55.323952 [ 261 ] {d4fe0c83-2daf-4c5c-ba8f-602e1228b288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7842 | 2024.12.16 20:54:55.324785 [ 261 ] {d4fe0c83-2daf-4c5c-ba8f-602e1228b288} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7843 | 2024.12.16 20:54:55.324838 [ 261 ] {d4fe0c83-2daf-4c5c-ba8f-602e1228b288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7844 | 2024.12.16 20:54:55.325245 [ 261 ] {d4fe0c83-2daf-4c5c-ba8f-602e1228b288} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7845 | 2024.12.16 20:54:55.325494 [ 261 ] {d4fe0c83-2daf-4c5c-ba8f-602e1228b288} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7846 | 2024.12.16 20:54:55.325740 [ 261 ] {d4fe0c83-2daf-4c5c-ba8f-602e1228b288} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001916 sec., 53235.90814196242 rows/sec., 4.43 MiB/sec. | ||
| 7847 | 2024.12.16 20:54:55.325803 [ 261 ] {d4fe0c83-2daf-4c5c-ba8f-602e1228b288} <Debug> TCPHandler: Processed in 0.002248143 sec. | ||
| 7848 | 2024.12.16 20:54:55.326039 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7849 | 2024.12.16 20:54:55.326235 [ 260 ] {8c8c3190-156d-4511-8398-063461680c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7850 | 2024.12.16 20:54:55.326313 [ 260 ] {8c8c3190-156d-4511-8398-063461680c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7851 | 2024.12.16 20:54:55.327194 [ 260 ] {8c8c3190-156d-4511-8398-063461680c6a} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7852 | 2024.12.16 20:54:55.327269 [ 260 ] {8c8c3190-156d-4511-8398-063461680c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7853 | 2024.12.16 20:54:55.327713 [ 260 ] {8c8c3190-156d-4511-8398-063461680c6a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7854 | 2024.12.16 20:54:55.327964 [ 260 ] {8c8c3190-156d-4511-8398-063461680c6a} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7855 | 2024.12.16 20:54:55.328198 [ 260 ] {8c8c3190-156d-4511-8398-063461680c6a} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.002018 sec., 11397.423191278494 rows/sec., 857.03 KiB/sec. | ||
| 7856 | 2024.12.16 20:54:55.328407 [ 260 ] {8c8c3190-156d-4511-8398-063461680c6a} <Debug> TCPHandler: Processed in 0.002493518 sec. | ||
| 7857 | 2024.12.16 20:54:55.328638 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7858 | 2024.12.16 20:54:55.328782 [ 261 ] {9b926b6b-c3db-48f5-a69f-e2faa47d03dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7859 | 2024.12.16 20:54:55.328842 [ 261 ] {9b926b6b-c3db-48f5-a69f-e2faa47d03dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7860 | 2024.12.16 20:54:55.329569 [ 261 ] {9b926b6b-c3db-48f5-a69f-e2faa47d03dc} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7861 | 2024.12.16 20:54:55.329616 [ 261 ] {9b926b6b-c3db-48f5-a69f-e2faa47d03dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7862 | 2024.12.16 20:54:55.330023 [ 261 ] {9b926b6b-c3db-48f5-a69f-e2faa47d03dc} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7863 | 2024.12.16 20:54:55.330266 [ 261 ] {9b926b6b-c3db-48f5-a69f-e2faa47d03dc} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7864 | 2024.12.16 20:54:55.330488 [ 261 ] {9b926b6b-c3db-48f5-a69f-e2faa47d03dc} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00174 sec., 50000 rows/sec., 3.90 MiB/sec. | ||
| 7865 | 2024.12.16 20:54:55.330543 [ 261 ] {9b926b6b-c3db-48f5-a69f-e2faa47d03dc} <Debug> TCPHandler: Processed in 0.002027429 sec. | ||
| 7866 | 2024.12.16 20:54:55.330696 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7867 | 2024.12.16 20:54:55.330849 [ 260 ] {ed03e70c-a344-4e8c-be58-f1df78e7da23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7868 | 2024.12.16 20:54:55.330917 [ 260 ] {ed03e70c-a344-4e8c-be58-f1df78e7da23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7869 | 2024.12.16 20:54:55.331622 [ 260 ] {ed03e70c-a344-4e8c-be58-f1df78e7da23} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7870 | 2024.12.16 20:54:55.331669 [ 260 ] {ed03e70c-a344-4e8c-be58-f1df78e7da23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7871 | 2024.12.16 20:54:55.332098 [ 260 ] {ed03e70c-a344-4e8c-be58-f1df78e7da23} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7872 | 2024.12.16 20:54:55.332337 [ 260 ] {ed03e70c-a344-4e8c-be58-f1df78e7da23} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7873 | 2024.12.16 20:54:55.332531 [ 260 ] {ed03e70c-a344-4e8c-be58-f1df78e7da23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00172 sec., 93023.2558139535 rows/sec., 6.48 MiB/sec. | ||
| 7874 | 2024.12.16 20:54:55.332593 [ 260 ] {ed03e70c-a344-4e8c-be58-f1df78e7da23} <Debug> TCPHandler: Processed in 0.001968478 sec. | ||
| 7875 | 2024.12.16 20:54:55.332719 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7876 | 2024.12.16 20:54:55.332846 [ 261 ] {e76fc2b5-eeaa-4818-bf79-fc6eef864988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7877 | 2024.12.16 20:54:55.332942 [ 261 ] {e76fc2b5-eeaa-4818-bf79-fc6eef864988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7878 | 2024.12.16 20:54:55.334192 [ 261 ] {e76fc2b5-eeaa-4818-bf79-fc6eef864988} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7879 | 2024.12.16 20:54:55.334232 [ 261 ] {e76fc2b5-eeaa-4818-bf79-fc6eef864988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7880 | 2024.12.16 20:54:55.334865 [ 261 ] {e76fc2b5-eeaa-4818-bf79-fc6eef864988} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7881 | 2024.12.16 20:54:55.335142 [ 261 ] {e76fc2b5-eeaa-4818-bf79-fc6eef864988} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7882 | 2024.12.16 20:54:55.335385 [ 261 ] {e76fc2b5-eeaa-4818-bf79-fc6eef864988} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002572 sec., 8942.457231726283 rows/sec., 16.02 MiB/sec. | ||
| 7883 | 2024.12.16 20:54:55.335498 [ 261 ] {e76fc2b5-eeaa-4818-bf79-fc6eef864988} <Debug> TCPHandler: Processed in 0.002833494 sec. | ||
| 7884 | 2024.12.16 20:54:55.335657 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7885 | 2024.12.16 20:54:55.335803 [ 260 ] {24c58e87-e942-4d90-8659-8754b508e7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7886 | 2024.12.16 20:54:55.335857 [ 260 ] {24c58e87-e942-4d90-8659-8754b508e7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7887 | 2024.12.16 20:54:55.336352 [ 260 ] {24c58e87-e942-4d90-8659-8754b508e7d8} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7888 | 2024.12.16 20:54:55.336389 [ 260 ] {24c58e87-e942-4d90-8659-8754b508e7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7889 | 2024.12.16 20:54:55.336770 [ 260 ] {24c58e87-e942-4d90-8659-8754b508e7d8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7890 | 2024.12.16 20:54:55.337008 [ 260 ] {24c58e87-e942-4d90-8659-8754b508e7d8} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7891 | 2024.12.16 20:54:55.337253 [ 260 ] {24c58e87-e942-4d90-8659-8754b508e7d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
| 7892 | 2024.12.16 20:54:55.337343 [ 260 ] {24c58e87-e942-4d90-8659-8754b508e7d8} <Debug> TCPHandler: Processed in 0.001755754 sec. | ||
| 7893 | 2024.12.16 20:54:56.529376 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1114 | ||
| 7894 | 2024.12.16 20:54:56.532440 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7895 | 2024.12.16 20:54:56.532501 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7896 | 2024.12.16 20:54:56.533966 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7897 | 2024.12.16 20:54:56.534278 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7898 | 2024.12.16 20:54:56.534884 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1114 | ||
| 7899 | 2024.12.16 20:54:58.941043 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7900 | 2024.12.16 20:54:58.942097 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7901 | 2024.12.16 20:54:58.942142 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7902 | 2024.12.16 20:54:58.942681 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7903 | 2024.12.16 20:54:58.942942 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7904 | 2024.12.16 20:54:58.943224 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7905 | 2024.12.16 20:55:00.174811 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7906 | 2024.12.16 20:55:00.196636 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7907 | 2024.12.16 20:55:00.196702 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7908 | 2024.12.16 20:55:00.204087 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7909 | 2024.12.16 20:55:00.204853 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7910 | 2024.12.16 20:55:00.207676 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7911 | 2024.12.16 20:55:00.327735 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7912 | 2024.12.16 20:55:00.327946 [ 261 ] {117fbd93-65d1-49bb-abd1-a589631e044d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7913 | 2024.12.16 20:55:00.328021 [ 261 ] {117fbd93-65d1-49bb-abd1-a589631e044d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7914 | 2024.12.16 20:55:00.328799 [ 261 ] {117fbd93-65d1-49bb-abd1-a589631e044d} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7915 | 2024.12.16 20:55:00.328851 [ 261 ] {117fbd93-65d1-49bb-abd1-a589631e044d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7916 | 2024.12.16 20:55:00.329312 [ 261 ] {117fbd93-65d1-49bb-abd1-a589631e044d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7917 | 2024.12.16 20:55:00.329560 [ 261 ] {117fbd93-65d1-49bb-abd1-a589631e044d} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7918 | 2024.12.16 20:55:00.329811 [ 261 ] {117fbd93-65d1-49bb-abd1-a589631e044d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec. | ||
| 7919 | 2024.12.16 20:55:00.329880 [ 261 ] {117fbd93-65d1-49bb-abd1-a589631e044d} <Debug> TCPHandler: Processed in 0.002283563 sec. | ||
| 7920 | 2024.12.16 20:55:00.330203 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7921 | 2024.12.16 20:55:00.330416 [ 260 ] {d88cb409-9e0a-4966-9be3-c0e2fff9e226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7922 | 2024.12.16 20:55:00.330495 [ 260 ] {d88cb409-9e0a-4966-9be3-c0e2fff9e226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7923 | 2024.12.16 20:55:00.331287 [ 260 ] {d88cb409-9e0a-4966-9be3-c0e2fff9e226} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7924 | 2024.12.16 20:55:00.331336 [ 260 ] {d88cb409-9e0a-4966-9be3-c0e2fff9e226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7925 | 2024.12.16 20:55:00.331761 [ 260 ] {d88cb409-9e0a-4966-9be3-c0e2fff9e226} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7926 | 2024.12.16 20:55:00.332016 [ 260 ] {d88cb409-9e0a-4966-9be3-c0e2fff9e226} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7927 | 2024.12.16 20:55:00.332217 [ 260 ] {d88cb409-9e0a-4966-9be3-c0e2fff9e226} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001858 sec., 2152.8525296017224 rows/sec., 175.55 KiB/sec. | ||
| 7928 | 2024.12.16 20:55:00.332282 [ 260 ] {d88cb409-9e0a-4966-9be3-c0e2fff9e226} <Debug> TCPHandler: Processed in 0.002219012 sec. | ||
| 7929 | 2024.12.16 20:55:00.332428 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7930 | 2024.12.16 20:55:00.332552 [ 261 ] {5460eff3-7bfb-4de9-a935-abf3f18abca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7931 | 2024.12.16 20:55:00.332604 [ 261 ] {5460eff3-7bfb-4de9-a935-abf3f18abca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7932 | 2024.12.16 20:55:00.333276 [ 261 ] {5460eff3-7bfb-4de9-a935-abf3f18abca1} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7933 | 2024.12.16 20:55:00.333317 [ 261 ] {5460eff3-7bfb-4de9-a935-abf3f18abca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7934 | 2024.12.16 20:55:00.333705 [ 261 ] {5460eff3-7bfb-4de9-a935-abf3f18abca1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7935 | 2024.12.16 20:55:00.333947 [ 261 ] {5460eff3-7bfb-4de9-a935-abf3f18abca1} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7936 | 2024.12.16 20:55:00.334164 [ 261 ] {5460eff3-7bfb-4de9-a935-abf3f18abca1} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.00164 sec., 148170.73170731709 rows/sec., 12.96 MiB/sec. | ||
| 7937 | 2024.12.16 20:55:00.334221 [ 261 ] {5460eff3-7bfb-4de9-a935-abf3f18abca1} <Debug> TCPHandler: Processed in 0.001851585 sec. | ||
| 7938 | 2024.12.16 20:55:00.334369 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7939 | 2024.12.16 20:55:00.334512 [ 260 ] {b94d287e-f513-4931-a23d-0d135bcfb235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7940 | 2024.12.16 20:55:00.334572 [ 260 ] {b94d287e-f513-4931-a23d-0d135bcfb235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7941 | 2024.12.16 20:55:00.335231 [ 260 ] {b94d287e-f513-4931-a23d-0d135bcfb235} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7942 | 2024.12.16 20:55:00.335269 [ 260 ] {b94d287e-f513-4931-a23d-0d135bcfb235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7943 | 2024.12.16 20:55:00.335633 [ 260 ] {b94d287e-f513-4931-a23d-0d135bcfb235} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7944 | 2024.12.16 20:55:00.335870 [ 260 ] {b94d287e-f513-4931-a23d-0d135bcfb235} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7945 | 2024.12.16 20:55:00.336048 [ 260 ] {b94d287e-f513-4931-a23d-0d135bcfb235} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001571 sec., 19096.117122851687 rows/sec., 1.35 MiB/sec. | ||
| 7946 | 2024.12.16 20:55:00.336102 [ 260 ] {b94d287e-f513-4931-a23d-0d135bcfb235} <Debug> TCPHandler: Processed in 0.001803384 sec. | ||
| 7947 | 2024.12.16 20:55:00.336234 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7948 | 2024.12.16 20:55:00.336354 [ 261 ] {5ee601a4-0387-4572-9498-b2ac3cc5f4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7949 | 2024.12.16 20:55:00.336405 [ 261 ] {5ee601a4-0387-4572-9498-b2ac3cc5f4de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7950 | 2024.12.16 20:55:00.336974 [ 261 ] {5ee601a4-0387-4572-9498-b2ac3cc5f4de} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7951 | 2024.12.16 20:55:00.337014 [ 261 ] {5ee601a4-0387-4572-9498-b2ac3cc5f4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7952 | 2024.12.16 20:55:00.337368 [ 261 ] {5ee601a4-0387-4572-9498-b2ac3cc5f4de} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7953 | 2024.12.16 20:55:00.337601 [ 261 ] {5ee601a4-0387-4572-9498-b2ac3cc5f4de} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7954 | 2024.12.16 20:55:00.337752 [ 58 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7955 | 2024.12.16 20:55:00.337809 [ 58 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7956 | 2024.12.16 20:55:00.337845 [ 261 ] {5ee601a4-0387-4572-9498-b2ac3cc5f4de} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00151 sec., 9271.523178807947 rows/sec., 649.32 KiB/sec. | ||
| 7957 | 2024.12.16 20:55:00.337849 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7958 | 2024.12.16 20:55:00.337990 [ 261 ] {5ee601a4-0387-4572-9498-b2ac3cc5f4de} <Debug> TCPHandler: Processed in 0.001807874 sec. | ||
| 7959 | 2024.12.16 20:55:00.338274 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 7960 | 2024.12.16 20:55:00.338292 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7961 | 2024.12.16 20:55:00.338632 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7962 | 2024.12.16 20:55:00.338661 [ 260 ] {a215cda0-22f0-453f-a65b-8cadd531d2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7963 | 2024.12.16 20:55:00.338702 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 7964 | 2024.12.16 20:55:00.338772 [ 260 ] {a215cda0-22f0-453f-a65b-8cadd531d2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7965 | 2024.12.16 20:55:00.338993 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 7966 | 2024.12.16 20:55:00.339415 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 7967 | 2024.12.16 20:55:00.339833 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 7968 | 2024.12.16 20:55:00.340221 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 7969 | 2024.12.16 20:55:00.340586 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 7970 | 2024.12.16 20:55:00.341636 [ 260 ] {a215cda0-22f0-453f-a65b-8cadd531d2f8} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7971 | 2024.12.16 20:55:00.341705 [ 260 ] {a215cda0-22f0-453f-a65b-8cadd531d2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7972 | 2024.12.16 20:55:00.342762 [ 260 ] {a215cda0-22f0-453f-a65b-8cadd531d2f8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7973 | 2024.12.16 20:55:00.343295 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005273341 sec., 99936.6435813652 rows/sec., 7.16 MiB/sec. | ||
| 7974 | 2024.12.16 20:55:00.343306 [ 260 ] {a215cda0-22f0-453f-a65b-8cadd531d2f8} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7975 | 2024.12.16 20:55:00.343533 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7976 | 2024.12.16 20:55:00.343740 [ 260 ] {a215cda0-22f0-453f-a65b-8cadd531d2f8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00517 sec., 2514.5067698259186 rows/sec., 156.78 KiB/sec. | ||
| 7977 | 2024.12.16 20:55:00.343893 [ 260 ] {a215cda0-22f0-453f-a65b-8cadd531d2f8} <Debug> TCPHandler: Processed in 0.005797601 sec. | ||
| 7978 | 2024.12.16 20:55:00.344107 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7979 | 2024.12.16 20:55:00.344115 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_31_6} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7980 | 2024.12.16 20:55:00.344288 [ 197 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_31_6} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7981 | 2024.12.16 20:55:00.344330 [ 261 ] {295e9e14-8400-4e2f-bb91-574221a5cfae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7982 | 2024.12.16 20:55:00.344440 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7983 | 2024.12.16 20:55:00.344460 [ 261 ] {295e9e14-8400-4e2f-bb91-574221a5cfae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7984 | 2024.12.16 20:55:00.345292 [ 261 ] {295e9e14-8400-4e2f-bb91-574221a5cfae} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7985 | 2024.12.16 20:55:00.345334 [ 261 ] {295e9e14-8400-4e2f-bb91-574221a5cfae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7986 | 2024.12.16 20:55:00.345719 [ 261 ] {295e9e14-8400-4e2f-bb91-574221a5cfae} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7987 | 2024.12.16 20:55:00.345969 [ 261 ] {295e9e14-8400-4e2f-bb91-574221a5cfae} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7988 | 2024.12.16 20:55:00.346211 [ 261 ] {295e9e14-8400-4e2f-bb91-574221a5cfae} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.001937 sec., 209086.2157976252 rows/sec., 14.89 MiB/sec. | ||
| 7989 | 2024.12.16 20:55:00.346313 [ 261 ] {295e9e14-8400-4e2f-bb91-574221a5cfae} <Debug> TCPHandler: Processed in 0.002311114 sec. | ||
| 7990 | 2024.12.16 20:55:00.346566 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7991 | 2024.12.16 20:55:00.346731 [ 260 ] {93bc2ce1-2f95-4272-8895-86e928a5d0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7992 | 2024.12.16 20:55:00.346794 [ 260 ] {93bc2ce1-2f95-4272-8895-86e928a5d0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7993 | 2024.12.16 20:55:00.347297 [ 260 ] {93bc2ce1-2f95-4272-8895-86e928a5d0f2} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7994 | 2024.12.16 20:55:00.347335 [ 260 ] {93bc2ce1-2f95-4272-8895-86e928a5d0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 7995 | 2024.12.16 20:55:00.347691 [ 260 ] {93bc2ce1-2f95-4272-8895-86e928a5d0f2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7996 | 2024.12.16 20:55:00.347936 [ 260 ] {93bc2ce1-2f95-4272-8895-86e928a5d0f2} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7997 | 2024.12.16 20:55:00.348155 [ 260 ] {93bc2ce1-2f95-4272-8895-86e928a5d0f2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 217.24 KiB/sec. | ||
| 7998 | 2024.12.16 20:55:00.348362 [ 260 ] {93bc2ce1-2f95-4272-8895-86e928a5d0f2} <Debug> TCPHandler: Processed in 0.001924826 sec. | ||
| 7999 | 2024.12.16 20:55:00.348561 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8000 | 2024.12.16 20:55:00.348699 [ 261 ] {c97c01c5-16b2-437c-bcf6-5910cd156e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8001 | 2024.12.16 20:55:00.348763 [ 261 ] {c97c01c5-16b2-437c-bcf6-5910cd156e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8002 | 2024.12.16 20:55:00.349367 [ 261 ] {c97c01c5-16b2-437c-bcf6-5910cd156e98} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8003 | 2024.12.16 20:55:00.349406 [ 261 ] {c97c01c5-16b2-437c-bcf6-5910cd156e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8004 | 2024.12.16 20:55:00.349802 [ 261 ] {c97c01c5-16b2-437c-bcf6-5910cd156e98} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8005 | 2024.12.16 20:55:00.350043 [ 261 ] {c97c01c5-16b2-437c-bcf6-5910cd156e98} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8006 | 2024.12.16 20:55:00.350266 [ 261 ] {c97c01c5-16b2-437c-bcf6-5910cd156e98} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001599 sec., 149468.4177611007 rows/sec., 10.02 MiB/sec. | ||
| 8007 | 2024.12.16 20:55:00.350321 [ 261 ] {c97c01c5-16b2-437c-bcf6-5910cd156e98} <Debug> TCPHandler: Processed in 0.001845395 sec. | ||
| 8008 | 2024.12.16 20:55:00.350475 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8009 | 2024.12.16 20:55:00.350616 [ 260 ] {51a1be55-d985-46f9-a391-06aafeb3914e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8010 | 2024.12.16 20:55:00.350678 [ 260 ] {51a1be55-d985-46f9-a391-06aafeb3914e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8011 | 2024.12.16 20:55:00.351183 [ 260 ] {51a1be55-d985-46f9-a391-06aafeb3914e} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8012 | 2024.12.16 20:55:00.351219 [ 260 ] {51a1be55-d985-46f9-a391-06aafeb3914e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8013 | 2024.12.16 20:55:00.351571 [ 260 ] {51a1be55-d985-46f9-a391-06aafeb3914e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8014 | 2024.12.16 20:55:00.351805 [ 260 ] {51a1be55-d985-46f9-a391-06aafeb3914e} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8015 | 2024.12.16 20:55:00.352022 [ 260 ] {51a1be55-d985-46f9-a391-06aafeb3914e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00143 sec., 699.3006993006993 rows/sec., 47.12 KiB/sec. | ||
| 8016 | 2024.12.16 20:55:00.352227 [ 260 ] {51a1be55-d985-46f9-a391-06aafeb3914e} <Debug> TCPHandler: Processed in 0.001814755 sec. | ||
| 8017 | 2024.12.16 20:55:00.352418 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8018 | 2024.12.16 20:55:00.352559 [ 261 ] {352e5734-eeff-4b62-b477-283be09b2abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8019 | 2024.12.16 20:55:00.352654 [ 261 ] {352e5734-eeff-4b62-b477-283be09b2abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8020 | 2024.12.16 20:55:00.353841 [ 261 ] {352e5734-eeff-4b62-b477-283be09b2abe} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8021 | 2024.12.16 20:55:00.353880 [ 261 ] {352e5734-eeff-4b62-b477-283be09b2abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8022 | 2024.12.16 20:55:00.354523 [ 261 ] {352e5734-eeff-4b62-b477-283be09b2abe} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8023 | 2024.12.16 20:55:00.354784 [ 261 ] {352e5734-eeff-4b62-b477-283be09b2abe} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8024 | 2024.12.16 20:55:00.355028 [ 261 ] {352e5734-eeff-4b62-b477-283be09b2abe} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.0025 sec., 7600 rows/sec., 13.62 MiB/sec. | ||
| 8025 | 2024.12.16 20:55:00.355138 [ 261 ] {352e5734-eeff-4b62-b477-283be09b2abe} <Debug> TCPHandler: Processed in 0.002819134 sec. | ||
| 8026 | 2024.12.16 20:55:00.355281 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8027 | 2024.12.16 20:55:00.355420 [ 260 ] {204d3a8d-6322-4dd9-b590-bdd2b1f86dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8028 | 2024.12.16 20:55:00.355478 [ 260 ] {204d3a8d-6322-4dd9-b590-bdd2b1f86dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8029 | 2024.12.16 20:55:00.356029 [ 260 ] {204d3a8d-6322-4dd9-b590-bdd2b1f86dd3} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8030 | 2024.12.16 20:55:00.356068 [ 260 ] {204d3a8d-6322-4dd9-b590-bdd2b1f86dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8031 | 2024.12.16 20:55:00.356433 [ 260 ] {204d3a8d-6322-4dd9-b590-bdd2b1f86dd3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8032 | 2024.12.16 20:55:00.356676 [ 260 ] {204d3a8d-6322-4dd9-b590-bdd2b1f86dd3} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2024.12.16 20:55:00.356883 [ 260 ] {204d3a8d-6322-4dd9-b590-bdd2b1f86dd3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001495 sec., 54849.4983277592 rows/sec., 3.48 MiB/sec. | ||
| 8034 | 2024.12.16 20:55:00.356935 [ 260 ] {204d3a8d-6322-4dd9-b590-bdd2b1f86dd3} <Debug> TCPHandler: Processed in 0.001719843 sec. | ||
| 8035 | 2024.12.16 20:55:01.000242 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.34 MiB, peak 225.83 MiB, free memory in arenas 0.00 B, will set to 217.07 MiB (RSS), difference: -1.27 MiB | ||
| 8036 | 2024.12.16 20:55:05.323761 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8037 | 2024.12.16 20:55:05.323987 [ 261 ] {1c7ece58-a263-413c-8b76-1ca82a97f89d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8038 | 2024.12.16 20:55:05.324067 [ 261 ] {1c7ece58-a263-413c-8b76-1ca82a97f89d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8039 | 2024.12.16 20:55:05.324848 [ 261 ] {1c7ece58-a263-413c-8b76-1ca82a97f89d} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8040 | 2024.12.16 20:55:05.324895 [ 261 ] {1c7ece58-a263-413c-8b76-1ca82a97f89d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8041 | 2024.12.16 20:55:05.325331 [ 261 ] {1c7ece58-a263-413c-8b76-1ca82a97f89d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8042 | 2024.12.16 20:55:05.325593 [ 261 ] {1c7ece58-a263-413c-8b76-1ca82a97f89d} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8043 | 2024.12.16 20:55:05.325847 [ 261 ] {1c7ece58-a263-413c-8b76-1ca82a97f89d} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001918 sec., 53180.39624608968 rows/sec., 4.43 MiB/sec. | ||
| 8044 | 2024.12.16 20:55:05.325911 [ 261 ] {1c7ece58-a263-413c-8b76-1ca82a97f89d} <Debug> TCPHandler: Processed in 0.002284744 sec. | ||
| 8045 | 2024.12.16 20:55:05.326174 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8046 | 2024.12.16 20:55:05.326367 [ 260 ] {0e25c313-1d8f-48bc-9817-59c8b2ad0638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8047 | 2024.12.16 20:55:05.326443 [ 260 ] {0e25c313-1d8f-48bc-9817-59c8b2ad0638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8048 | 2024.12.16 20:55:05.327184 [ 260 ] {0e25c313-1d8f-48bc-9817-59c8b2ad0638} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8049 | 2024.12.16 20:55:05.327240 [ 260 ] {0e25c313-1d8f-48bc-9817-59c8b2ad0638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8050 | 2024.12.16 20:55:05.327685 [ 260 ] {0e25c313-1d8f-48bc-9817-59c8b2ad0638} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8051 | 2024.12.16 20:55:05.327938 [ 260 ] {0e25c313-1d8f-48bc-9817-59c8b2ad0638} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8052 | 2024.12.16 20:55:05.328222 [ 260 ] {0e25c313-1d8f-48bc-9817-59c8b2ad0638} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001899 sec., 12111.637704054765 rows/sec., 910.74 KiB/sec. | ||
| 8053 | 2024.12.16 20:55:05.328386 [ 260 ] {0e25c313-1d8f-48bc-9817-59c8b2ad0638} <Debug> TCPHandler: Processed in 0.002341605 sec. | ||
| 8054 | 2024.12.16 20:55:05.328655 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8055 | 2024.12.16 20:55:05.328814 [ 261 ] {60b4ba67-9d63-435d-baaf-a7f0c54efe13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8056 | 2024.12.16 20:55:05.328874 [ 261 ] {60b4ba67-9d63-435d-baaf-a7f0c54efe13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8057 | 2024.12.16 20:55:05.329538 [ 261 ] {60b4ba67-9d63-435d-baaf-a7f0c54efe13} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8058 | 2024.12.16 20:55:05.329579 [ 261 ] {60b4ba67-9d63-435d-baaf-a7f0c54efe13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8059 | 2024.12.16 20:55:05.329955 [ 261 ] {60b4ba67-9d63-435d-baaf-a7f0c54efe13} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8060 | 2024.12.16 20:55:05.330191 [ 261 ] {60b4ba67-9d63-435d-baaf-a7f0c54efe13} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8061 | 2024.12.16 20:55:05.330405 [ 261 ] {60b4ba67-9d63-435d-baaf-a7f0c54efe13} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001627 sec., 53472.64904732637 rows/sec., 4.18 MiB/sec. | ||
| 8062 | 2024.12.16 20:55:05.330461 [ 261 ] {60b4ba67-9d63-435d-baaf-a7f0c54efe13} <Debug> TCPHandler: Processed in 0.001933737 sec. | ||
| 8063 | 2024.12.16 20:55:05.330629 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8064 | 2024.12.16 20:55:05.330780 [ 260 ] {9c1589a3-49d5-4681-960b-72c83623fc9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8065 | 2024.12.16 20:55:05.330846 [ 260 ] {9c1589a3-49d5-4681-960b-72c83623fc9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8066 | 2024.12.16 20:55:05.331465 [ 260 ] {9c1589a3-49d5-4681-960b-72c83623fc9f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8067 | 2024.12.16 20:55:05.331508 [ 260 ] {9c1589a3-49d5-4681-960b-72c83623fc9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8068 | 2024.12.16 20:55:05.331915 [ 260 ] {9c1589a3-49d5-4681-960b-72c83623fc9f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8069 | 2024.12.16 20:55:05.332157 [ 260 ] {9c1589a3-49d5-4681-960b-72c83623fc9f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8070 | 2024.12.16 20:55:05.332369 [ 260 ] {9c1589a3-49d5-4681-960b-72c83623fc9f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
| 8071 | 2024.12.16 20:55:05.332471 [ 260 ] {9c1589a3-49d5-4681-960b-72c83623fc9f} <Debug> TCPHandler: Processed in 0.001913487 sec. | ||
| 8072 | 2024.12.16 20:55:05.332645 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8073 | 2024.12.16 20:55:05.332789 [ 261 ] {bf9e1168-ad94-4875-8238-caea1c002d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8074 | 2024.12.16 20:55:05.332878 [ 261 ] {bf9e1168-ad94-4875-8238-caea1c002d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8075 | 2024.12.16 20:55:05.334041 [ 261 ] {bf9e1168-ad94-4875-8238-caea1c002d5a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8076 | 2024.12.16 20:55:05.334080 [ 261 ] {bf9e1168-ad94-4875-8238-caea1c002d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8077 | 2024.12.16 20:55:05.334694 [ 261 ] {bf9e1168-ad94-4875-8238-caea1c002d5a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8078 | 2024.12.16 20:55:05.334946 [ 261 ] {bf9e1168-ad94-4875-8238-caea1c002d5a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8079 | 2024.12.16 20:55:05.335197 [ 261 ] {bf9e1168-ad94-4875-8238-caea1c002d5a} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002439 sec., 9430.094300943008 rows/sec., 16.90 MiB/sec. | ||
| 8080 | 2024.12.16 20:55:05.335289 [ 261 ] {bf9e1168-ad94-4875-8238-caea1c002d5a} <Debug> TCPHandler: Processed in 0.002734362 sec. | ||
| 8081 | 2024.12.16 20:55:05.335455 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8082 | 2024.12.16 20:55:05.335600 [ 260 ] {d2d1ae4e-1591-4fa1-adc8-b11e27038c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8083 | 2024.12.16 20:55:05.335662 [ 260 ] {d2d1ae4e-1591-4fa1-adc8-b11e27038c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8084 | 2024.12.16 20:55:05.336222 [ 260 ] {d2d1ae4e-1591-4fa1-adc8-b11e27038c18} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2024.12.16 20:55:05.336264 [ 260 ] {d2d1ae4e-1591-4fa1-adc8-b11e27038c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8086 | 2024.12.16 20:55:05.336651 [ 260 ] {d2d1ae4e-1591-4fa1-adc8-b11e27038c18} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8087 | 2024.12.16 20:55:05.336911 [ 260 ] {d2d1ae4e-1591-4fa1-adc8-b11e27038c18} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8088 | 2024.12.16 20:55:05.337145 [ 260 ] {d2d1ae4e-1591-4fa1-adc8-b11e27038c18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec. | ||
| 8089 | 2024.12.16 20:55:05.337221 [ 260 ] {d2d1ae4e-1591-4fa1-adc8-b11e27038c18} <Debug> TCPHandler: Processed in 0.001835135 sec. | ||
| 8090 | 2024.12.16 20:55:06.286256 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8091 | 2024.12.16 20:55:06.286325 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8092 | 2024.12.16 20:55:06.443376 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 8093 | 2024.12.16 20:55:06.444546 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8094 | 2024.12.16 20:55:06.444600 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8095 | 2024.12.16 20:55:06.445154 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8096 | 2024.12.16 20:55:06.445451 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8097 | 2024.12.16 20:55:06.445729 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8098 | 2024.12.16 20:55:06.535103 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1150 | ||
| 8099 | 2024.12.16 20:55:06.538772 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8100 | 2024.12.16 20:55:06.538822 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8101 | 2024.12.16 20:55:06.540291 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8102 | 2024.12.16 20:55:06.540597 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8103 | 2024.12.16 20:55:06.541154 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1150 | ||
| 8104 | 2024.12.16 20:55:07.707719 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8105 | 2024.12.16 20:55:07.729693 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8106 | 2024.12.16 20:55:07.729757 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8107 | 2024.12.16 20:55:07.737352 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8108 | 2024.12.16 20:55:07.738167 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8109 | 2024.12.16 20:55:07.740995 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8110 | 2024.12.16 20:55:10.327521 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8111 | 2024.12.16 20:55:10.327750 [ 261 ] {599987c1-3044-4558-ab01-bdbc9103c185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8112 | 2024.12.16 20:55:10.327845 [ 261 ] {599987c1-3044-4558-ab01-bdbc9103c185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8113 | 2024.12.16 20:55:10.328602 [ 261 ] {599987c1-3044-4558-ab01-bdbc9103c185} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8114 | 2024.12.16 20:55:10.328646 [ 261 ] {599987c1-3044-4558-ab01-bdbc9103c185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8115 | 2024.12.16 20:55:10.329087 [ 261 ] {599987c1-3044-4558-ab01-bdbc9103c185} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8116 | 2024.12.16 20:55:10.329339 [ 261 ] {599987c1-3044-4558-ab01-bdbc9103c185} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8117 | 2024.12.16 20:55:10.329494 [ 47 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8118 | 2024.12.16 20:55:10.329541 [ 47 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8119 | 2024.12.16 20:55:10.329548 [ 261 ] {599987c1-3044-4558-ab01-bdbc9103c185} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 542.13 KiB/sec. | ||
| 8120 | 2024.12.16 20:55:10.329568 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8121 | 2024.12.16 20:55:10.329637 [ 261 ] {599987c1-3044-4558-ab01-bdbc9103c185} <Debug> TCPHandler: Processed in 0.002255833 sec. | ||
| 8122 | 2024.12.16 20:55:10.329877 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 8123 | 2024.12.16 20:55:10.329964 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8124 | 2024.12.16 20:55:10.330122 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8125 | 2024.12.16 20:55:10.330197 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 8126 | 2024.12.16 20:55:10.330265 [ 260 ] {4b79b5f4-46d2-40a7-b145-3e031468306b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8127 | 2024.12.16 20:55:10.330389 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 8128 | 2024.12.16 20:55:10.330416 [ 260 ] {4b79b5f4-46d2-40a7-b145-3e031468306b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8129 | 2024.12.16 20:55:10.330779 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 8130 | 2024.12.16 20:55:10.331139 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 8131 | 2024.12.16 20:55:10.331551 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 8132 | 2024.12.16 20:55:10.333391 [ 260 ] {4b79b5f4-46d2-40a7-b145-3e031468306b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8133 | 2024.12.16 20:55:10.333485 [ 260 ] {4b79b5f4-46d2-40a7-b145-3e031468306b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8134 | 2024.12.16 20:55:10.334216 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004536516 sec., 15430.343461810782 rows/sec., 1.14 MiB/sec. | ||
| 8135 | 2024.12.16 20:55:10.334528 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8136 | 2024.12.16 20:55:10.334648 [ 260 ] {4b79b5f4-46d2-40a7-b145-3e031468306b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8137 | 2024.12.16 20:55:10.334977 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_25_6} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2024.12.16 20:55:10.335140 [ 260 ] {4b79b5f4-46d2-40a7-b145-3e031468306b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8139 | 2024.12.16 20:55:10.335195 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_25_6} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8140 | 2024.12.16 20:55:10.335354 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8141 | 2024.12.16 20:55:10.335435 [ 47 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8142 | 2024.12.16 20:55:10.335514 [ 47 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8143 | 2024.12.16 20:55:10.335568 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8144 | 2024.12.16 20:55:10.335634 [ 260 ] {4b79b5f4-46d2-40a7-b145-3e031468306b} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.005434 sec., 44350.38645564962 rows/sec., 3.89 MiB/sec. | ||
| 8145 | 2024.12.16 20:55:10.335765 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 8146 | 2024.12.16 20:55:10.335810 [ 260 ] {4b79b5f4-46d2-40a7-b145-3e031468306b} <Debug> TCPHandler: Processed in 0.006053656 sec. | ||
| 8147 | 2024.12.16 20:55:10.335979 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8148 | 2024.12.16 20:55:10.336023 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1437 rows starting from the beginning of the part | ||
| 8149 | 2024.12.16 20:55:10.336028 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8150 | 2024.12.16 20:55:10.336165 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 241 rows starting from the beginning of the part | ||
| 8151 | 2024.12.16 20:55:10.336377 [ 261 ] {1cfe6f5d-04a4-4da6-b205-d1ac46c52e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8152 | 2024.12.16 20:55:10.336554 [ 261 ] {1cfe6f5d-04a4-4da6-b205-d1ac46c52e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8153 | 2024.12.16 20:55:10.336559 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 102 rows starting from the beginning of the part | ||
| 8154 | 2024.12.16 20:55:10.336940 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 243 rows starting from the beginning of the part | ||
| 8155 | 2024.12.16 20:55:10.337348 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 102 rows starting from the beginning of the part | ||
| 8156 | 2024.12.16 20:55:10.337743 [ 191 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 241 rows starting from the beginning of the part | ||
| 8157 | 2024.12.16 20:55:10.338760 [ 261 ] {1cfe6f5d-04a4-4da6-b205-d1ac46c52e25} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8158 | 2024.12.16 20:55:10.338802 [ 261 ] {1cfe6f5d-04a4-4da6-b205-d1ac46c52e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8159 | 2024.12.16 20:55:10.339364 [ 261 ] {1cfe6f5d-04a4-4da6-b205-d1ac46c52e25} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8160 | 2024.12.16 20:55:10.339633 [ 261 ] {1cfe6f5d-04a4-4da6-b205-d1ac46c52e25} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8161 | 2024.12.16 20:55:10.339812 [ 47 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8162 | 2024.12.16 20:55:10.339883 [ 47 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8163 | 2024.12.16 20:55:10.339946 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8164 | 2024.12.16 20:55:10.339952 [ 261 ] {1cfe6f5d-04a4-4da6-b205-d1ac46c52e25} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.003706 sec., 7015.650296815974 rows/sec., 508.57 KiB/sec. | ||
| 8165 | 2024.12.16 20:55:10.340453 [ 261 ] {1cfe6f5d-04a4-4da6-b205-d1ac46c52e25} <Debug> TCPHandler: Processed in 0.004505906 sec. | ||
| 8166 | 2024.12.16 20:55:10.340603 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2366 rows, containing 5 columns (5 merged, 0 gathered) in 0.004947705 sec., 478201.50958878914 rows/sec., 42.33 MiB/sec. | ||
| 8167 | 2024.12.16 20:55:10.340754 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 8168 | 2024.12.16 20:55:10.340791 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8169 | 2024.12.16 20:55:10.341124 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8170 | 2024.12.16 20:55:10.341474 [ 260 ] {7017b03e-179b-41b1-bd9b-6f70426bf324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8171 | 2024.12.16 20:55:10.341770 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8172 | 2024.12.16 20:55:10.341772 [ 260 ] {7017b03e-179b-41b1-bd9b-6f70426bf324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8173 | 2024.12.16 20:55:10.341960 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 67 rows starting from the beginning of the part | ||
| 8174 | 2024.12.16 20:55:10.342628 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part | ||
| 8175 | 2024.12.16 20:55:10.342811 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_61_12} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8176 | 2024.12.16 20:55:10.343205 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 23 rows starting from the beginning of the part | ||
| 8177 | 2024.12.16 20:55:10.343409 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_61_12} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8178 | 2024.12.16 20:55:10.343884 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 8179 | 2024.12.16 20:55:10.344228 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 8180 | 2024.12.16 20:55:10.344586 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 23 rows starting from the beginning of the part | ||
| 8181 | 2024.12.16 20:55:10.344924 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 26 rows starting from the beginning of the part | ||
| 8182 | 2024.12.16 20:55:10.345889 [ 260 ] {7017b03e-179b-41b1-bd9b-6f70426bf324} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8183 | 2024.12.16 20:55:10.345959 [ 260 ] {7017b03e-179b-41b1-bd9b-6f70426bf324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8184 | 2024.12.16 20:55:10.347089 [ 260 ] {7017b03e-179b-41b1-bd9b-6f70426bf324} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8185 | 2024.12.16 20:55:10.347593 [ 190 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.007477153 sec., 26079.444943817518 rows/sec., 1.96 MiB/sec. | ||
| 8186 | 2024.12.16 20:55:10.347624 [ 260 ] {7017b03e-179b-41b1-bd9b-6f70426bf324} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8187 | 2024.12.16 20:55:10.347912 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8188 | 2024.12.16 20:55:10.348119 [ 260 ] {7017b03e-179b-41b1-bd9b-6f70426bf324} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006816 sec., 2053.9906103286385 rows/sec., 143.85 KiB/sec. | ||
| 8189 | 2024.12.16 20:55:10.348417 [ 260 ] {7017b03e-179b-41b1-bd9b-6f70426bf324} <Debug> TCPHandler: Processed in 0.00782449 sec. | ||
| 8190 | 2024.12.16 20:55:10.348710 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8191 | 2024.12.16 20:55:10.348865 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_51_10} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8192 | 2024.12.16 20:55:10.348934 [ 261 ] {af8f0e1c-05b7-47bb-b587-13990d3b92cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8193 | 2024.12.16 20:55:10.349038 [ 261 ] {af8f0e1c-05b7-47bb-b587-13990d3b92cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8194 | 2024.12.16 20:55:10.349040 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_51_10} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8195 | 2024.12.16 20:55:10.349242 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8196 | 2024.12.16 20:55:10.349764 [ 261 ] {af8f0e1c-05b7-47bb-b587-13990d3b92cb} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8197 | 2024.12.16 20:55:10.349808 [ 261 ] {af8f0e1c-05b7-47bb-b587-13990d3b92cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8198 | 2024.12.16 20:55:10.350169 [ 261 ] {af8f0e1c-05b7-47bb-b587-13990d3b92cb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8199 | 2024.12.16 20:55:10.350401 [ 261 ] {af8f0e1c-05b7-47bb-b587-13990d3b92cb} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8200 | 2024.12.16 20:55:10.350520 [ 47 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8201 | 2024.12.16 20:55:10.350561 [ 47 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8202 | 2024.12.16 20:55:10.350585 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8203 | 2024.12.16 20:55:10.350588 [ 261 ] {af8f0e1c-05b7-47bb-b587-13990d3b92cb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001733 sec., 7501.442585112522 rows/sec., 467.71 KiB/sec. | ||
| 8204 | 2024.12.16 20:55:10.350814 [ 261 ] {af8f0e1c-05b7-47bb-b587-13990d3b92cb} <Debug> TCPHandler: Processed in 0.002268754 sec. | ||
| 8205 | 2024.12.16 20:55:10.350983 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 8206 | 2024.12.16 20:55:10.351111 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8207 | 2024.12.16 20:55:10.351514 [ 260 ] {859a3846-5b1b-49d8-9e8d-86ac5437a34b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8208 | 2024.12.16 20:55:10.351526 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8209 | 2024.12.16 20:55:10.351630 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 8210 | 2024.12.16 20:55:10.351638 [ 260 ] {859a3846-5b1b-49d8-9e8d-86ac5437a34b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8211 | 2024.12.16 20:55:10.351885 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 8212 | 2024.12.16 20:55:10.352274 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 8213 | 2024.12.16 20:55:10.352715 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 8214 | 2024.12.16 20:55:10.353072 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 8215 | 2024.12.16 20:55:10.354238 [ 260 ] {859a3846-5b1b-49d8-9e8d-86ac5437a34b} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8216 | 2024.12.16 20:55:10.354287 [ 260 ] {859a3846-5b1b-49d8-9e8d-86ac5437a34b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8217 | 2024.12.16 20:55:10.354615 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003935165 sec., 16517.731785071275 rows/sec., 1.07 MiB/sec. | ||
| 8218 | 2024.12.16 20:55:10.354816 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8219 | 2024.12.16 20:55:10.355009 [ 260 ] {859a3846-5b1b-49d8-9e8d-86ac5437a34b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8220 | 2024.12.16 20:55:10.355322 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_25_6} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8221 | 2024.12.16 20:55:10.355527 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_25_6} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8222 | 2024.12.16 20:55:10.355523 [ 260 ] {859a3846-5b1b-49d8-9e8d-86ac5437a34b} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8223 | 2024.12.16 20:55:10.355688 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 8224 | 2024.12.16 20:55:10.355872 [ 47 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8225 | 2024.12.16 20:55:10.355940 [ 260 ] {859a3846-5b1b-49d8-9e8d-86ac5437a34b} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.00455 sec., 88131.86813186813 rows/sec., 6.27 MiB/sec. | ||
| 8226 | 2024.12.16 20:55:10.355951 [ 47 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8227 | 2024.12.16 20:55:10.356059 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8228 | 2024.12.16 20:55:10.356102 [ 260 ] {859a3846-5b1b-49d8-9e8d-86ac5437a34b} <Debug> TCPHandler: Processed in 0.005178099 sec. | ||
| 8229 | 2024.12.16 20:55:10.356406 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8230 | 2024.12.16 20:55:10.356456 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 8231 | 2024.12.16 20:55:10.356872 [ 261 ] {4a49e937-19bc-4c8d-9f72-c21444279226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8232 | 2024.12.16 20:55:10.357011 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8233 | 2024.12.16 20:55:10.357077 [ 261 ] {4a49e937-19bc-4c8d-9f72-c21444279226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8234 | 2024.12.16 20:55:10.357142 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 916 rows starting from the beginning of the part | ||
| 8235 | 2024.12.16 20:55:10.357651 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 401 rows starting from the beginning of the part | ||
| 8236 | 2024.12.16 20:55:10.358067 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 87 rows starting from the beginning of the part | ||
| 8237 | 2024.12.16 20:55:10.358428 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 405 rows starting from the beginning of the part | ||
| 8238 | 2024.12.16 20:55:10.358803 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 87 rows starting from the beginning of the part | ||
| 8239 | 2024.12.16 20:55:10.359034 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 401 rows starting from the beginning of the part | ||
| 8240 | 2024.12.16 20:55:10.359954 [ 261 ] {4a49e937-19bc-4c8d-9f72-c21444279226} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8241 | 2024.12.16 20:55:10.360020 [ 261 ] {4a49e937-19bc-4c8d-9f72-c21444279226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8242 | 2024.12.16 20:55:10.361057 [ 261 ] {4a49e937-19bc-4c8d-9f72-c21444279226} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8243 | 2024.12.16 20:55:10.361533 [ 261 ] {4a49e937-19bc-4c8d-9f72-c21444279226} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8244 | 2024.12.16 20:55:10.361804 [ 261 ] {4a49e937-19bc-4c8d-9f72-c21444279226} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005097 sec., 1177.1630370806356 rows/sec., 61.50 KiB/sec. | ||
| 8245 | 2024.12.16 20:55:10.362253 [ 261 ] {4a49e937-19bc-4c8d-9f72-c21444279226} <Debug> TCPHandler: Processed in 0.006006305 sec. | ||
| 8246 | 2024.12.16 20:55:10.362619 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8247 | 2024.12.16 20:55:10.362788 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2297 rows, containing 5 columns (5 merged, 0 gathered) in 0.006582716 sec., 348944.11364549224 rows/sec., 26.57 MiB/sec. | ||
| 8248 | 2024.12.16 20:55:10.362879 [ 260 ] {e9aa4d8b-d880-4f26-9bcb-f6892ffc2cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8249 | 2024.12.16 20:55:10.362962 [ 260 ] {e9aa4d8b-d880-4f26-9bcb-f6892ffc2cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8250 | 2024.12.16 20:55:10.363044 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8251 | 2024.12.16 20:55:10.363660 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_61_12} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8252 | 2024.12.16 20:55:10.363869 [ 195 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_61_12} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8253 | 2024.12.16 20:55:10.364059 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8254 | 2024.12.16 20:55:10.364203 [ 260 ] {e9aa4d8b-d880-4f26-9bcb-f6892ffc2cb5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8255 | 2024.12.16 20:55:10.364247 [ 260 ] {e9aa4d8b-d880-4f26-9bcb-f6892ffc2cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8256 | 2024.12.16 20:55:10.364662 [ 260 ] {e9aa4d8b-d880-4f26-9bcb-f6892ffc2cb5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8257 | 2024.12.16 20:55:10.364908 [ 260 ] {e9aa4d8b-d880-4f26-9bcb-f6892ffc2cb5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8258 | 2024.12.16 20:55:10.365084 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8259 | 2024.12.16 20:55:10.365132 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8260 | 2024.12.16 20:55:10.365152 [ 260 ] {e9aa4d8b-d880-4f26-9bcb-f6892ffc2cb5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00233 sec., 101716.73819742489 rows/sec., 6.82 MiB/sec. | ||
| 8261 | 2024.12.16 20:55:10.365166 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8262 | 2024.12.16 20:55:10.365383 [ 260 ] {e9aa4d8b-d880-4f26-9bcb-f6892ffc2cb5} <Debug> TCPHandler: Processed in 0.002991957 sec. | ||
| 8263 | 2024.12.16 20:55:10.365492 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 8264 | 2024.12.16 20:55:10.365610 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8265 | 2024.12.16 20:55:10.366086 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8266 | 2024.12.16 20:55:10.366101 [ 261 ] {4dd2118a-fe75-4e13-aaeb-7a933b03b503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8267 | 2024.12.16 20:55:10.366224 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18285 rows starting from the beginning of the part | ||
| 8268 | 2024.12.16 20:55:10.366313 [ 261 ] {4dd2118a-fe75-4e13-aaeb-7a933b03b503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8269 | 2024.12.16 20:55:10.366866 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
| 8270 | 2024.12.16 20:55:10.367398 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 8271 | 2024.12.16 20:55:10.367721 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 239 rows starting from the beginning of the part | ||
| 8272 | 2024.12.16 20:55:10.368029 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 8273 | 2024.12.16 20:55:10.368322 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 8274 | 2024.12.16 20:55:10.369003 [ 261 ] {4dd2118a-fe75-4e13-aaeb-7a933b03b503} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8275 | 2024.12.16 20:55:10.369046 [ 261 ] {4dd2118a-fe75-4e13-aaeb-7a933b03b503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8276 | 2024.12.16 20:55:10.369483 [ 261 ] {4dd2118a-fe75-4e13-aaeb-7a933b03b503} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8277 | 2024.12.16 20:55:10.369733 [ 261 ] {4dd2118a-fe75-4e13-aaeb-7a933b03b503} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8278 | 2024.12.16 20:55:10.370106 [ 261 ] {4dd2118a-fe75-4e13-aaeb-7a933b03b503} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004162 sec., 240.2691013935608 rows/sec., 16.19 KiB/sec. | ||
| 8279 | 2024.12.16 20:55:10.370362 [ 261 ] {4dd2118a-fe75-4e13-aaeb-7a933b03b503} <Debug> TCPHandler: Processed in 0.004863173 sec. | ||
| 8280 | 2024.12.16 20:55:10.370572 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8281 | 2024.12.16 20:55:10.370834 [ 260 ] {8d2fe1d2-a630-464d-8470-1da288af6463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8282 | 2024.12.16 20:55:10.371073 [ 260 ] {8d2fe1d2-a630-464d-8470-1da288af6463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8283 | 2024.12.16 20:55:10.372716 [ 260 ] {8d2fe1d2-a630-464d-8470-1da288af6463} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8284 | 2024.12.16 20:55:10.372757 [ 260 ] {8d2fe1d2-a630-464d-8470-1da288af6463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8285 | 2024.12.16 20:55:10.373668 [ 260 ] {8d2fe1d2-a630-464d-8470-1da288af6463} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8286 | 2024.12.16 20:55:10.374200 [ 260 ] {8d2fe1d2-a630-464d-8470-1da288af6463} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8287 | 2024.12.16 20:55:10.374439 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8288 | 2024.12.16 20:55:10.374516 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8289 | 2024.12.16 20:55:10.374552 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8290 | 2024.12.16 20:55:10.374589 [ 260 ] {8d2fe1d2-a630-464d-8470-1da288af6463} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.003841 sec., 4946.628482166103 rows/sec., 8.86 MiB/sec. | ||
| 8291 | 2024.12.16 20:55:10.375443 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 8292 | 2024.12.16 20:55:10.375781 [ 260 ] {8d2fe1d2-a630-464d-8470-1da288af6463} <Debug> TCPHandler: Processed in 0.005306191 sec. | ||
| 8293 | 2024.12.16 20:55:10.376112 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8294 | 2024.12.16 20:55:10.376478 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19318 rows, containing 5 columns (5 merged, 0 gathered) in 0.011194034 sec., 1725740.6936587829 rows/sec., 116.54 MiB/sec. | ||
| 8295 | 2024.12.16 20:55:10.376595 [ 261 ] {c7314f85-cddb-44b1-a921-a20be98cdb4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8296 | 2024.12.16 20:55:10.376801 [ 261 ] {c7314f85-cddb-44b1-a921-a20be98cdb4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8297 | 2024.12.16 20:55:10.377024 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8298 | 2024.12.16 20:55:10.377811 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8299 | 2024.12.16 20:55:10.378278 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 936 rows starting from the beginning of the part | ||
| 8300 | 2024.12.16 20:55:10.378407 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8301 | 2024.12.16 20:55:10.378731 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8302 | 2024.12.16 20:55:10.379130 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.21 MiB. | ||
| 8303 | 2024.12.16 20:55:10.379426 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 19 rows starting from the beginning of the part | ||
| 8304 | 2024.12.16 20:55:10.380592 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 23 rows starting from the beginning of the part | ||
| 8305 | 2024.12.16 20:55:10.380646 [ 261 ] {c7314f85-cddb-44b1-a921-a20be98cdb4e} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8306 | 2024.12.16 20:55:10.380730 [ 261 ] {c7314f85-cddb-44b1-a921-a20be98cdb4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8307 | 2024.12.16 20:55:10.381305 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 19 rows starting from the beginning of the part | ||
| 8308 | 2024.12.16 20:55:10.381974 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 23 rows starting from the beginning of the part | ||
| 8309 | 2024.12.16 20:55:10.382267 [ 261 ] {c7314f85-cddb-44b1-a921-a20be98cdb4e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8310 | 2024.12.16 20:55:10.382599 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 19 rows starting from the beginning of the part | ||
| 8311 | 2024.12.16 20:55:10.383234 [ 261 ] {c7314f85-cddb-44b1-a921-a20be98cdb4e} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8312 | 2024.12.16 20:55:10.383730 [ 45 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8313 | 2024.12.16 20:55:10.383846 [ 261 ] {c7314f85-cddb-44b1-a921-a20be98cdb4e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007345 sec., 11164.057181756298 rows/sec., 726.07 KiB/sec. | ||
| 8314 | 2024.12.16 20:55:10.383913 [ 45 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8315 | 2024.12.16 20:55:10.384012 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8316 | 2024.12.16 20:55:10.384070 [ 261 ] {c7314f85-cddb-44b1-a921-a20be98cdb4e} <Debug> TCPHandler: Processed in 0.008159506 sec. | ||
| 8317 | 2024.12.16 20:55:10.384439 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 8318 | 2024.12.16 20:55:10.384846 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8319 | 2024.12.16 20:55:10.384934 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3400 rows starting from the beginning of the part | ||
| 8320 | 2024.12.16 20:55:10.385207 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
| 8321 | 2024.12.16 20:55:10.385317 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 8322 | 2024.12.16 20:55:10.385392 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 8323 | 2024.12.16 20:55:10.385525 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 8324 | 2024.12.16 20:55:10.385638 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 8325 | 2024.12.16 20:55:10.388694 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3766 rows, containing 4 columns (4 merged, 0 gathered) in 0.004465375 sec., 843378.2157153655 rows/sec., 55.06 MiB/sec. | ||
| 8326 | 2024.12.16 20:55:10.389178 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8327 | 2024.12.16 20:55:10.389740 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_61_12} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8328 | 2024.12.16 20:55:10.389903 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_61_12} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8329 | 2024.12.16 20:55:10.389985 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8330 | 2024.12.16 20:55:10.393387 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1039 rows, containing 19 columns (19 merged, 0 gathered) in 0.018724488 sec., 55488.833659964424 rows/sec., 99.43 MiB/sec. | ||
| 8331 | 2024.12.16 20:55:10.394664 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8332 | 2024.12.16 20:55:10.395095 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8333 | 2024.12.16 20:55:10.395189 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8334 | 2024.12.16 20:55:10.395341 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.25 MiB. | ||
| 8335 | 2024.12.16 20:55:11.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.15 MiB, peak 226.40 MiB, free memory in arenas 0.00 B, will set to 220.39 MiB (RSS), difference: 2.23 MiB | ||
| 8336 | 2024.12.16 20:55:13.230900 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8337 | 2024.12.16 20:55:13.231110 [ 261 ] {3db7a0a2-ff63-422f-b79b-f6641d78015c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8338 | 2024.12.16 20:55:13.231191 [ 261 ] {3db7a0a2-ff63-422f-b79b-f6641d78015c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8339 | 2024.12.16 20:55:13.231897 [ 261 ] {3db7a0a2-ff63-422f-b79b-f6641d78015c} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8340 | 2024.12.16 20:55:13.231947 [ 261 ] {3db7a0a2-ff63-422f-b79b-f6641d78015c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8341 | 2024.12.16 20:55:13.232361 [ 261 ] {3db7a0a2-ff63-422f-b79b-f6641d78015c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8342 | 2024.12.16 20:55:13.232619 [ 261 ] {3db7a0a2-ff63-422f-b79b-f6641d78015c} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8343 | 2024.12.16 20:55:13.232861 [ 261 ] {3db7a0a2-ff63-422f-b79b-f6641d78015c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001809 sec., 1105.583195135434 rows/sec., 90.15 KiB/sec. | ||
| 8344 | 2024.12.16 20:55:13.232917 [ 261 ] {3db7a0a2-ff63-422f-b79b-f6641d78015c} <Debug> TCPHandler: Processed in 0.002155891 sec. | ||
| 8345 | 2024.12.16 20:55:13.233164 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8346 | 2024.12.16 20:55:13.233375 [ 260 ] {e4ca34b7-e971-4b6d-9a06-2f841693afdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8347 | 2024.12.16 20:55:13.233455 [ 260 ] {e4ca34b7-e971-4b6d-9a06-2f841693afdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8348 | 2024.12.16 20:55:13.234875 [ 260 ] {e4ca34b7-e971-4b6d-9a06-2f841693afdd} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8349 | 2024.12.16 20:55:13.234926 [ 260 ] {e4ca34b7-e971-4b6d-9a06-2f841693afdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8350 | 2024.12.16 20:55:13.235435 [ 260 ] {e4ca34b7-e971-4b6d-9a06-2f841693afdd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8351 | 2024.12.16 20:55:13.235695 [ 260 ] {e4ca34b7-e971-4b6d-9a06-2f841693afdd} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8352 | 2024.12.16 20:55:13.235954 [ 260 ] {e4ca34b7-e971-4b6d-9a06-2f841693afdd} <Debug> executeQuery: Read 1243 rows, 104.88 KiB in 0.002623 sec., 473884.8646587877 rows/sec., 39.05 MiB/sec. | ||
| 8353 | 2024.12.16 20:55:13.236050 [ 260 ] {e4ca34b7-e971-4b6d-9a06-2f841693afdd} <Debug> TCPHandler: Processed in 0.003023438 sec. | ||
| 8354 | 2024.12.16 20:55:13.236367 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8355 | 2024.12.16 20:55:13.236619 [ 261 ] {1987623f-8735-434b-b72a-b75d7ff18ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8356 | 2024.12.16 20:55:13.236710 [ 261 ] {1987623f-8735-434b-b72a-b75d7ff18ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8357 | 2024.12.16 20:55:13.237584 [ 261 ] {1987623f-8735-434b-b72a-b75d7ff18ca4} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8358 | 2024.12.16 20:55:13.237624 [ 261 ] {1987623f-8735-434b-b72a-b75d7ff18ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8359 | 2024.12.16 20:55:13.237983 [ 261 ] {1987623f-8735-434b-b72a-b75d7ff18ca4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8360 | 2024.12.16 20:55:13.238214 [ 261 ] {1987623f-8735-434b-b72a-b75d7ff18ca4} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8361 | 2024.12.16 20:55:13.238431 [ 261 ] {1987623f-8735-434b-b72a-b75d7ff18ca4} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001866 sec., 13397.642015005358 rows/sec., 1001.68 KiB/sec. | ||
| 8362 | 2024.12.16 20:55:13.238483 [ 261 ] {1987623f-8735-434b-b72a-b75d7ff18ca4} <Debug> TCPHandler: Processed in 0.002314854 sec. | ||
| 8363 | 2024.12.16 20:55:13.238641 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8364 | 2024.12.16 20:55:13.238787 [ 260 ] {87511a15-4d62-4dea-838a-e90f461a2e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8365 | 2024.12.16 20:55:13.238849 [ 260 ] {87511a15-4d62-4dea-838a-e90f461a2e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8366 | 2024.12.16 20:55:13.239578 [ 260 ] {87511a15-4d62-4dea-838a-e90f461a2e6b} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8367 | 2024.12.16 20:55:13.239619 [ 260 ] {87511a15-4d62-4dea-838a-e90f461a2e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8368 | 2024.12.16 20:55:13.240062 [ 260 ] {87511a15-4d62-4dea-838a-e90f461a2e6b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8369 | 2024.12.16 20:55:13.240369 [ 260 ] {87511a15-4d62-4dea-838a-e90f461a2e6b} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8370 | 2024.12.16 20:55:13.240676 [ 260 ] {87511a15-4d62-4dea-838a-e90f461a2e6b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001903 sec., 119810.82501313716 rows/sec., 8.11 MiB/sec. | ||
| 8371 | 2024.12.16 20:55:13.241098 [ 260 ] {87511a15-4d62-4dea-838a-e90f461a2e6b} <Debug> TCPHandler: Processed in 0.002516618 sec. | ||
| 8372 | 2024.12.16 20:55:13.241394 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8373 | 2024.12.16 20:55:13.241585 [ 261 ] {e3399cd9-2a33-4482-96ca-01d7cc3982ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8374 | 2024.12.16 20:55:13.241642 [ 261 ] {e3399cd9-2a33-4482-96ca-01d7cc3982ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8375 | 2024.12.16 20:55:13.242517 [ 261 ] {e3399cd9-2a33-4482-96ca-01d7cc3982ee} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8376 | 2024.12.16 20:55:13.242556 [ 261 ] {e3399cd9-2a33-4482-96ca-01d7cc3982ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8377 | 2024.12.16 20:55:13.242940 [ 261 ] {e3399cd9-2a33-4482-96ca-01d7cc3982ee} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8378 | 2024.12.16 20:55:13.243179 [ 261 ] {e3399cd9-2a33-4482-96ca-01d7cc3982ee} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8379 | 2024.12.16 20:55:13.243401 [ 261 ] {e3399cd9-2a33-4482-96ca-01d7cc3982ee} <Debug> executeQuery: Read 545 rows, 41.41 KiB in 0.001844 sec., 295553.1453362256 rows/sec., 21.93 MiB/sec. | ||
| 8380 | 2024.12.16 20:55:13.243457 [ 261 ] {e3399cd9-2a33-4482-96ca-01d7cc3982ee} <Debug> TCPHandler: Processed in 0.002257463 sec. | ||
| 8381 | 2024.12.16 20:55:13.243665 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8382 | 2024.12.16 20:55:13.243819 [ 260 ] {edca102b-758c-4456-aa57-abf5465dca45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8383 | 2024.12.16 20:55:13.243884 [ 260 ] {edca102b-758c-4456-aa57-abf5465dca45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8384 | 2024.12.16 20:55:13.244715 [ 260 ] {edca102b-758c-4456-aa57-abf5465dca45} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8385 | 2024.12.16 20:55:13.244755 [ 260 ] {edca102b-758c-4456-aa57-abf5465dca45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8386 | 2024.12.16 20:55:13.245202 [ 260 ] {edca102b-758c-4456-aa57-abf5465dca45} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8387 | 2024.12.16 20:55:13.245440 [ 260 ] {edca102b-758c-4456-aa57-abf5465dca45} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8388 | 2024.12.16 20:55:13.245648 [ 260 ] {edca102b-758c-4456-aa57-abf5465dca45} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.001863 sec., 506172.8395061728 rows/sec., 33.94 MiB/sec. | ||
| 8389 | 2024.12.16 20:55:13.245702 [ 260 ] {edca102b-758c-4456-aa57-abf5465dca45} <Debug> TCPHandler: Processed in 0.002150111 sec. | ||
| 8390 | 2024.12.16 20:55:13.245855 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8391 | 2024.12.16 20:55:13.246002 [ 261 ] {d3b8ae31-5871-4c7f-b134-2848af9fcf5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8392 | 2024.12.16 20:55:13.246095 [ 261 ] {d3b8ae31-5871-4c7f-b134-2848af9fcf5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8393 | 2024.12.16 20:55:13.247300 [ 261 ] {d3b8ae31-5871-4c7f-b134-2848af9fcf5a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8394 | 2024.12.16 20:55:13.247341 [ 261 ] {d3b8ae31-5871-4c7f-b134-2848af9fcf5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8395 | 2024.12.16 20:55:13.247993 [ 261 ] {d3b8ae31-5871-4c7f-b134-2848af9fcf5a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8396 | 2024.12.16 20:55:13.248253 [ 261 ] {d3b8ae31-5871-4c7f-b134-2848af9fcf5a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8397 | 2024.12.16 20:55:13.248493 [ 261 ] {d3b8ae31-5871-4c7f-b134-2848af9fcf5a} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002522 sec., 9119.746233148295 rows/sec., 16.34 MiB/sec. | ||
| 8398 | 2024.12.16 20:55:13.248600 [ 261 ] {d3b8ae31-5871-4c7f-b134-2848af9fcf5a} <Debug> TCPHandler: Processed in 0.002814324 sec. | ||
| 8399 | 2024.12.16 20:55:13.248757 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8400 | 2024.12.16 20:55:13.248894 [ 260 ] {6be7f455-08a8-434b-9d73-c3d602a9e428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8401 | 2024.12.16 20:55:13.248955 [ 260 ] {6be7f455-08a8-434b-9d73-c3d602a9e428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8402 | 2024.12.16 20:55:13.249493 [ 260 ] {6be7f455-08a8-434b-9d73-c3d602a9e428} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8403 | 2024.12.16 20:55:13.249532 [ 260 ] {6be7f455-08a8-434b-9d73-c3d602a9e428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 8404 | 2024.12.16 20:55:13.249889 [ 260 ] {6be7f455-08a8-434b-9d73-c3d602a9e428} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8405 | 2024.12.16 20:55:13.250124 [ 260 ] {6be7f455-08a8-434b-9d73-c3d602a9e428} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8406 | 2024.12.16 20:55:13.250322 [ 260 ] {6be7f455-08a8-434b-9d73-c3d602a9e428} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001459 sec., 24674.43454420836 rows/sec., 1.66 MiB/sec. | ||
| 8407 | 2024.12.16 20:55:13.250374 [ 260 ] {6be7f455-08a8-434b-9d73-c3d602a9e428} <Debug> TCPHandler: Processed in 0.001684183 sec. | ||
| 8408 | 2024.12.16 20:55:13.945871 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 8409 | 2024.12.16 20:55:13.946836 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8410 | 2024.12.16 20:55:13.946879 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8411 | 2024.12.16 20:55:13.947401 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8412 | 2024.12.16 20:55:13.947659 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8413 | 2024.12.16 20:55:13.947807 [ 40 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8414 | 2024.12.16 20:55:13.947865 [ 40 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8415 | 2024.12.16 20:55:13.947874 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8416 | 2024.12.16 20:55:13.947890 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8417 | 2024.12.16 20:55:13.948120 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 8418 | 2024.12.16 20:55:13.949011 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8419 | 2024.12.16 20:55:13.949055 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 8420 | 2024.12.16 20:55:13.949120 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 8421 | 2024.12.16 20:55:13.949224 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 8422 | 2024.12.16 20:55:13.949342 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 8423 | 2024.12.16 20:55:13.949565 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 8424 | 2024.12.16 20:55:13.949792 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 8425 | 2024.12.16 20:55:13.952027 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004075298 sec., 4610215.007589629 rows/sec., 65.95 MiB/sec. | ||
| 8426 | 2024.12.16 20:55:13.952445 [ 194 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8427 | 2024.12.16 20:55:13.952795 [ 194 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_41_8} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8428 | 2024.12.16 20:55:13.952892 [ 194 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_41_8} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8429 | 2024.12.16 20:55:13.953015 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8430 | 2024.12.16 20:55:15.241043 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8431 | 2024.12.16 20:55:15.263781 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8432 | 2024.12.16 20:55:15.263849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8433 | 2024.12.16 20:55:15.271199 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8434 | 2024.12.16 20:55:15.271996 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8435 | 2024.12.16 20:55:15.272400 [ 39 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8436 | 2024.12.16 20:55:15.272527 [ 39 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8437 | 2024.12.16 20:55:15.272603 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8438 | 2024.12.16 20:55:15.273381 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 8439 | 2024.12.16 20:55:15.288798 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8440 | 2024.12.16 20:55:15.290610 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8441 | 2024.12.16 20:55:15.292305 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 8442 | 2024.12.16 20:55:15.298577 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 8443 | 2024.12.16 20:55:15.304812 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 8444 | 2024.12.16 20:55:15.311038 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 8445 | 2024.12.16 20:55:15.317071 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 8446 | 2024.12.16 20:55:15.317991 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8447 | 2024.12.16 20:55:15.318220 [ 261 ] {4aad1e69-74d8-4eb5-a8d3-23b845e78bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8448 | 2024.12.16 20:55:15.318317 [ 261 ] {4aad1e69-74d8-4eb5-a8d3-23b845e78bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8449 | 2024.12.16 20:55:15.320852 [ 261 ] {4aad1e69-74d8-4eb5-a8d3-23b845e78bcf} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8450 | 2024.12.16 20:55:15.320945 [ 261 ] {4aad1e69-74d8-4eb5-a8d3-23b845e78bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8451 | 2024.12.16 20:55:15.322067 [ 261 ] {4aad1e69-74d8-4eb5-a8d3-23b845e78bcf} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8452 | 2024.12.16 20:55:15.322613 [ 261 ] {4aad1e69-74d8-4eb5-a8d3-23b845e78bcf} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8453 | 2024.12.16 20:55:15.323158 [ 261 ] {4aad1e69-74d8-4eb5-a8d3-23b845e78bcf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.005001 sec., 11197.760447910417 rows/sec., 875.41 KiB/sec. | ||
| 8454 | 2024.12.16 20:55:15.323354 [ 261 ] {4aad1e69-74d8-4eb5-a8d3-23b845e78bcf} <Debug> TCPHandler: Processed in 0.005493605 sec. | ||
| 8455 | 2024.12.16 20:55:15.323699 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8456 | 2024.12.16 20:55:15.324359 [ 260 ] {0eadc9e9-18dc-41e8-9bdb-582ba33165ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8457 | 2024.12.16 20:55:15.324497 [ 260 ] {0eadc9e9-18dc-41e8-9bdb-582ba33165ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8458 | 2024.12.16 20:55:15.326088 [ 260 ] {0eadc9e9-18dc-41e8-9bdb-582ba33165ac} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8459 | 2024.12.16 20:55:15.326148 [ 260 ] {0eadc9e9-18dc-41e8-9bdb-582ba33165ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8460 | 2024.12.16 20:55:15.326926 [ 260 ] {0eadc9e9-18dc-41e8-9bdb-582ba33165ac} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8461 | 2024.12.16 20:55:15.327307 [ 260 ] {0eadc9e9-18dc-41e8-9bdb-582ba33165ac} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8462 | 2024.12.16 20:55:15.327769 [ 260 ] {0eadc9e9-18dc-41e8-9bdb-582ba33165ac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003626 sec., 17650.30336458908 rows/sec., 1.38 MiB/sec. | ||
| 8463 | 2024.12.16 20:55:15.327932 [ 260 ] {0eadc9e9-18dc-41e8-9bdb-582ba33165ac} <Debug> TCPHandler: Processed in 0.004431684 sec. | ||
| 8464 | 2024.12.16 20:55:15.328336 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8465 | 2024.12.16 20:55:15.328769 [ 261 ] {3da7d82f-4135-451e-9541-19336588c75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8466 | 2024.12.16 20:55:15.328976 [ 261 ] {3da7d82f-4135-451e-9541-19336588c75f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8467 | 2024.12.16 20:55:15.331088 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 8468 | 2024.12.16 20:55:15.331548 [ 261 ] {3da7d82f-4135-451e-9541-19336588c75f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8469 | 2024.12.16 20:55:15.331622 [ 261 ] {3da7d82f-4135-451e-9541-19336588c75f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8470 | 2024.12.16 20:55:15.333126 [ 261 ] {3da7d82f-4135-451e-9541-19336588c75f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8471 | 2024.12.16 20:55:15.333762 [ 261 ] {3da7d82f-4135-451e-9541-19336588c75f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8472 | 2024.12.16 20:55:15.334300 [ 261 ] {3da7d82f-4135-451e-9541-19336588c75f} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.005657 sec., 11313.417005479936 rows/sec., 806.87 KiB/sec. | ||
| 8473 | 2024.12.16 20:55:15.334555 [ 261 ] {3da7d82f-4135-451e-9541-19336588c75f} <Debug> TCPHandler: Processed in 0.006484494 sec. | ||
| 8474 | 2024.12.16 20:55:15.334869 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8475 | 2024.12.16 20:55:15.335331 [ 260 ] {b19183c3-7b81-4688-a9de-f4a41b5f7f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8476 | 2024.12.16 20:55:15.335557 [ 260 ] {b19183c3-7b81-4688-a9de-f4a41b5f7f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8477 | 2024.12.16 20:55:15.336588 [ 260 ] {b19183c3-7b81-4688-a9de-f4a41b5f7f6b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8478 | 2024.12.16 20:55:15.336638 [ 260 ] {b19183c3-7b81-4688-a9de-f4a41b5f7f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8479 | 2024.12.16 20:55:15.337268 [ 260 ] {b19183c3-7b81-4688-a9de-f4a41b5f7f6b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8480 | 2024.12.16 20:55:15.337617 [ 260 ] {b19183c3-7b81-4688-a9de-f4a41b5f7f6b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8481 | 2024.12.16 20:55:15.337971 [ 260 ] {b19183c3-7b81-4688-a9de-f4a41b5f7f6b} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.002803 sec., 8562.25472707813 rows/sec., 590.88 KiB/sec. | ||
| 8482 | 2024.12.16 20:55:15.338075 [ 260 ] {b19183c3-7b81-4688-a9de-f4a41b5f7f6b} <Debug> TCPHandler: Processed in 0.003403325 sec. | ||
| 8483 | 2024.12.16 20:55:15.398514 [ 197 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.125750033 sec., 2457.255816386147 rows/sec., 12.71 MiB/sec. | ||
| 8484 | 2024.12.16 20:55:15.401703 [ 199 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8485 | 2024.12.16 20:55:15.404706 [ 199 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_41_8} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8486 | 2024.12.16 20:55:15.404825 [ 199 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_41_8} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8487 | 2024.12.16 20:55:15.407351 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8488 | 2024.12.16 20:55:16.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.72 MiB, peak 235.14 MiB, free memory in arenas 0.00 B, will set to 222.76 MiB (RSS), difference: 1.04 MiB | ||
| 8489 | 2024.12.16 20:55:16.541372 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1196 | ||
| 8490 | 2024.12.16 20:55:16.544944 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8491 | 2024.12.16 20:55:16.545018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8492 | 2024.12.16 20:55:16.546579 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8493 | 2024.12.16 20:55:16.546901 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8494 | 2024.12.16 20:55:16.548629 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1196 | ||
| 8495 | 2024.12.16 20:55:20.335528 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8496 | 2024.12.16 20:55:20.335817 [ 261 ] {1fff08e8-c128-4bd1-b27e-2b0046b52c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8497 | 2024.12.16 20:55:20.335926 [ 261 ] {1fff08e8-c128-4bd1-b27e-2b0046b52c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8498 | 2024.12.16 20:55:20.336987 [ 261 ] {1fff08e8-c128-4bd1-b27e-2b0046b52c9a} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8499 | 2024.12.16 20:55:20.337065 [ 261 ] {1fff08e8-c128-4bd1-b27e-2b0046b52c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8500 | 2024.12.16 20:55:20.337716 [ 261 ] {1fff08e8-c128-4bd1-b27e-2b0046b52c9a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8501 | 2024.12.16 20:55:20.338145 [ 261 ] {1fff08e8-c128-4bd1-b27e-2b0046b52c9a} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8502 | 2024.12.16 20:55:20.338430 [ 261 ] {1fff08e8-c128-4bd1-b27e-2b0046b52c9a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002687 sec., 5210.271678451804 rows/sec., 375.07 KiB/sec. | ||
| 8503 | 2024.12.16 20:55:20.338511 [ 261 ] {1fff08e8-c128-4bd1-b27e-2b0046b52c9a} <Debug> TCPHandler: Processed in 0.003176561 sec. | ||
| 8504 | 2024.12.16 20:55:20.338798 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8505 | 2024.12.16 20:55:20.338997 [ 260 ] {41f11e32-c34a-4682-8a85-ed8ee2c5bdef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8506 | 2024.12.16 20:55:20.339074 [ 260 ] {41f11e32-c34a-4682-8a85-ed8ee2c5bdef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8507 | 2024.12.16 20:55:20.339948 [ 260 ] {41f11e32-c34a-4682-8a85-ed8ee2c5bdef} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8508 | 2024.12.16 20:55:20.340006 [ 260 ] {41f11e32-c34a-4682-8a85-ed8ee2c5bdef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8509 | 2024.12.16 20:55:20.340477 [ 260 ] {41f11e32-c34a-4682-8a85-ed8ee2c5bdef} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8510 | 2024.12.16 20:55:20.340749 [ 260 ] {41f11e32-c34a-4682-8a85-ed8ee2c5bdef} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8511 | 2024.12.16 20:55:20.341022 [ 260 ] {41f11e32-c34a-4682-8a85-ed8ee2c5bdef} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002072 sec., 116312.74131274132 rows/sec., 10.19 MiB/sec. | ||
| 8512 | 2024.12.16 20:55:20.341122 [ 260 ] {41f11e32-c34a-4682-8a85-ed8ee2c5bdef} <Debug> TCPHandler: Processed in 0.002463007 sec. | ||
| 8513 | 2024.12.16 20:55:20.341370 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8514 | 2024.12.16 20:55:20.341546 [ 261 ] {4fa565dc-251a-48a7-82ba-f127c97b5ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8515 | 2024.12.16 20:55:20.341624 [ 261 ] {4fa565dc-251a-48a7-82ba-f127c97b5ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8516 | 2024.12.16 20:55:20.342365 [ 261 ] {4fa565dc-251a-48a7-82ba-f127c97b5ace} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8517 | 2024.12.16 20:55:20.342407 [ 261 ] {4fa565dc-251a-48a7-82ba-f127c97b5ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8518 | 2024.12.16 20:55:20.342823 [ 261 ] {4fa565dc-251a-48a7-82ba-f127c97b5ace} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8519 | 2024.12.16 20:55:20.343103 [ 261 ] {4fa565dc-251a-48a7-82ba-f127c97b5ace} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8520 | 2024.12.16 20:55:20.343333 [ 261 ] {4fa565dc-251a-48a7-82ba-f127c97b5ace} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001828 sec., 14223.194748358863 rows/sec., 1.01 MiB/sec. | ||
| 8521 | 2024.12.16 20:55:20.343449 [ 261 ] {4fa565dc-251a-48a7-82ba-f127c97b5ace} <Debug> TCPHandler: Processed in 0.002214912 sec. | ||
| 8522 | 2024.12.16 20:55:20.343688 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8523 | 2024.12.16 20:55:20.343842 [ 260 ] {083cd23f-3787-4a4a-a857-8c09629c0b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8524 | 2024.12.16 20:55:20.343901 [ 260 ] {083cd23f-3787-4a4a-a857-8c09629c0b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8525 | 2024.12.16 20:55:20.344523 [ 260 ] {083cd23f-3787-4a4a-a857-8c09629c0b03} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8526 | 2024.12.16 20:55:20.344566 [ 260 ] {083cd23f-3787-4a4a-a857-8c09629c0b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8527 | 2024.12.16 20:55:20.344975 [ 260 ] {083cd23f-3787-4a4a-a857-8c09629c0b03} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8528 | 2024.12.16 20:55:20.345234 [ 260 ] {083cd23f-3787-4a4a-a857-8c09629c0b03} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8529 | 2024.12.16 20:55:20.345451 [ 260 ] {083cd23f-3787-4a4a-a857-8c09629c0b03} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001641 sec., 8531.383302864107 rows/sec., 597.48 KiB/sec. | ||
| 8530 | 2024.12.16 20:55:20.345507 [ 260 ] {083cd23f-3787-4a4a-a857-8c09629c0b03} <Debug> TCPHandler: Processed in 0.001942707 sec. | ||
| 8531 | 2024.12.16 20:55:20.345701 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8532 | 2024.12.16 20:55:20.345868 [ 261 ] {06cf28db-94a7-4803-a02d-aa091513dbed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8533 | 2024.12.16 20:55:20.345942 [ 261 ] {06cf28db-94a7-4803-a02d-aa091513dbed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8534 | 2024.12.16 20:55:20.346775 [ 261 ] {06cf28db-94a7-4803-a02d-aa091513dbed} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8535 | 2024.12.16 20:55:20.346828 [ 261 ] {06cf28db-94a7-4803-a02d-aa091513dbed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8536 | 2024.12.16 20:55:20.347391 [ 261 ] {06cf28db-94a7-4803-a02d-aa091513dbed} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8537 | 2024.12.16 20:55:20.347773 [ 261 ] {06cf28db-94a7-4803-a02d-aa091513dbed} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8538 | 2024.12.16 20:55:20.348035 [ 261 ] {06cf28db-94a7-4803-a02d-aa091513dbed} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002206 sec., 5893.0190389845875 rows/sec., 367.43 KiB/sec. | ||
| 8539 | 2024.12.16 20:55:20.348125 [ 261 ] {06cf28db-94a7-4803-a02d-aa091513dbed} <Debug> TCPHandler: Processed in 0.002520948 sec. | ||
| 8540 | 2024.12.16 20:55:20.348307 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8541 | 2024.12.16 20:55:20.348448 [ 260 ] {abbf88a1-4914-43a8-a955-0427b5e6734f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8542 | 2024.12.16 20:55:20.348505 [ 260 ] {abbf88a1-4914-43a8-a955-0427b5e6734f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8543 | 2024.12.16 20:55:20.349360 [ 260 ] {abbf88a1-4914-43a8-a955-0427b5e6734f} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8544 | 2024.12.16 20:55:20.349408 [ 260 ] {abbf88a1-4914-43a8-a955-0427b5e6734f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8545 | 2024.12.16 20:55:20.349816 [ 260 ] {abbf88a1-4914-43a8-a955-0427b5e6734f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8546 | 2024.12.16 20:55:20.350163 [ 260 ] {abbf88a1-4914-43a8-a955-0427b5e6734f} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8547 | 2024.12.16 20:55:20.350393 [ 260 ] {abbf88a1-4914-43a8-a955-0427b5e6734f} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001972 sec., 203346.85598377284 rows/sec., 14.46 MiB/sec. | ||
| 8548 | 2024.12.16 20:55:20.350479 [ 260 ] {abbf88a1-4914-43a8-a955-0427b5e6734f} <Debug> TCPHandler: Processed in 0.002238873 sec. | ||
| 8549 | 2024.12.16 20:55:20.350684 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8550 | 2024.12.16 20:55:20.350861 [ 261 ] {0ec38794-c6fd-4c08-ac65-09da5c07e00f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8551 | 2024.12.16 20:55:20.350936 [ 261 ] {0ec38794-c6fd-4c08-ac65-09da5c07e00f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8552 | 2024.12.16 20:55:20.351616 [ 261 ] {0ec38794-c6fd-4c08-ac65-09da5c07e00f} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8553 | 2024.12.16 20:55:20.351664 [ 261 ] {0ec38794-c6fd-4c08-ac65-09da5c07e00f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8554 | 2024.12.16 20:55:20.352216 [ 261 ] {0ec38794-c6fd-4c08-ac65-09da5c07e00f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8555 | 2024.12.16 20:55:20.352586 [ 261 ] {0ec38794-c6fd-4c08-ac65-09da5c07e00f} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8556 | 2024.12.16 20:55:20.352758 [ 35 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8557 | 2024.12.16 20:55:20.352807 [ 35 ] {} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8558 | 2024.12.16 20:55:20.352832 [ 261 ] {0ec38794-c6fd-4c08-ac65-09da5c07e00f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00201 sec., 2985.0746268656717 rows/sec., 155.96 KiB/sec. | ||
| 8559 | 2024.12.16 20:55:20.352836 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8560 | 2024.12.16 20:55:20.352932 [ 261 ] {0ec38794-c6fd-4c08-ac65-09da5c07e00f} <Debug> TCPHandler: Processed in 0.002354405 sec. | ||
| 8561 | 2024.12.16 20:55:20.353004 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 8562 | 2024.12.16 20:55:20.353144 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8563 | 2024.12.16 20:55:20.353187 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8564 | 2024.12.16 20:55:20.353206 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 8565 | 2024.12.16 20:55:20.353463 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 8566 | 2024.12.16 20:55:20.353493 [ 260 ] {c0526562-4463-4bc9-90ad-3a3d7328c740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8567 | 2024.12.16 20:55:20.353731 [ 260 ] {c0526562-4463-4bc9-90ad-3a3d7328c740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8568 | 2024.12.16 20:55:20.353843 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 8569 | 2024.12.16 20:55:20.354371 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 8570 | 2024.12.16 20:55:20.354719 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 8571 | 2024.12.16 20:55:20.355087 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 8572 | 2024.12.16 20:55:20.356578 [ 260 ] {c0526562-4463-4bc9-90ad-3a3d7328c740} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8573 | 2024.12.16 20:55:20.356654 [ 260 ] {c0526562-4463-4bc9-90ad-3a3d7328c740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8574 | 2024.12.16 20:55:20.357717 [ 260 ] {c0526562-4463-4bc9-90ad-3a3d7328c740} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8575 | 2024.12.16 20:55:20.357856 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004924764 sec., 31676.64480978175 rows/sec., 1.62 MiB/sec. | ||
| 8576 | 2024.12.16 20:55:20.358031 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8577 | 2024.12.16 20:55:20.358190 [ 260 ] {c0526562-4463-4bc9-90ad-3a3d7328c740} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8578 | 2024.12.16 20:55:20.358577 [ 260 ] {c0526562-4463-4bc9-90ad-3a3d7328c740} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005216 sec., 45437.11656441718 rows/sec., 3.05 MiB/sec. | ||
| 8579 | 2024.12.16 20:55:20.358698 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_26_5} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8580 | 2024.12.16 20:55:20.358751 [ 260 ] {c0526562-4463-4bc9-90ad-3a3d7328c740} <Debug> TCPHandler: Processed in 0.005649418 sec. | ||
| 8581 | 2024.12.16 20:55:20.358874 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_26_5} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8582 | 2024.12.16 20:55:20.358989 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8583 | 2024.12.16 20:55:20.359000 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8584 | 2024.12.16 20:55:20.359122 [ 261 ] {af8794ca-60f6-4ca7-b66e-e26c21baa829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8585 | 2024.12.16 20:55:20.359179 [ 261 ] {af8794ca-60f6-4ca7-b66e-e26c21baa829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8586 | 2024.12.16 20:55:20.359760 [ 261 ] {af8794ca-60f6-4ca7-b66e-e26c21baa829} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8587 | 2024.12.16 20:55:20.359810 [ 261 ] {af8794ca-60f6-4ca7-b66e-e26c21baa829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8588 | 2024.12.16 20:55:20.360329 [ 261 ] {af8794ca-60f6-4ca7-b66e-e26c21baa829} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8589 | 2024.12.16 20:55:20.360606 [ 261 ] {af8794ca-60f6-4ca7-b66e-e26c21baa829} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8590 | 2024.12.16 20:55:20.360751 [ 35 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8591 | 2024.12.16 20:55:20.360804 [ 261 ] {af8794ca-60f6-4ca7-b66e-e26c21baa829} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001709 sec., 585.1375073142189 rows/sec., 39.43 KiB/sec. | ||
| 8592 | 2024.12.16 20:55:20.360804 [ 35 ] {} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8593 | 2024.12.16 20:55:20.360862 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8594 | 2024.12.16 20:55:20.360881 [ 261 ] {af8794ca-60f6-4ca7-b66e-e26c21baa829} <Debug> TCPHandler: Processed in 0.001994218 sec. | ||
| 8595 | 2024.12.16 20:55:20.361136 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8596 | 2024.12.16 20:55:20.361169 [ 197 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 8597 | 2024.12.16 20:55:20.361582 [ 260 ] {a4bf64b9-442b-4feb-9d21-252c03fdf6a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8598 | 2024.12.16 20:55:20.361621 [ 197 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8599 | 2024.12.16 20:55:20.361712 [ 197 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 22 rows starting from the beginning of the part | ||
| 8600 | 2024.12.16 20:55:20.361762 [ 260 ] {a4bf64b9-442b-4feb-9d21-252c03fdf6a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8601 | 2024.12.16 20:55:20.362069 [ 197 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 8602 | 2024.12.16 20:55:20.362479 [ 197 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 8603 | 2024.12.16 20:55:20.362806 [ 197 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 8604 | 2024.12.16 20:55:20.363068 [ 197 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 8605 | 2024.12.16 20:55:20.363468 [ 197 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 8606 | 2024.12.16 20:55:20.367349 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.006378561 sec., 4232.929652942098 rows/sec., 284.61 KiB/sec. | ||
| 8607 | 2024.12.16 20:55:20.367614 [ 260 ] {a4bf64b9-442b-4feb-9d21-252c03fdf6a0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8608 | 2024.12.16 20:55:20.367652 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8609 | 2024.12.16 20:55:20.367673 [ 260 ] {a4bf64b9-442b-4feb-9d21-252c03fdf6a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8610 | 2024.12.16 20:55:20.368280 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_26_5} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8611 | 2024.12.16 20:55:20.368453 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_26_5} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8612 | 2024.12.16 20:55:20.368639 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8613 | 2024.12.16 20:55:20.368951 [ 260 ] {a4bf64b9-442b-4feb-9d21-252c03fdf6a0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8614 | 2024.12.16 20:55:20.369246 [ 260 ] {a4bf64b9-442b-4feb-9d21-252c03fdf6a0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8615 | 2024.12.16 20:55:20.369565 [ 260 ] {a4bf64b9-442b-4feb-9d21-252c03fdf6a0} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.008162 sec., 2327.860818426856 rows/sec., 4.17 MiB/sec. | ||
| 8616 | 2024.12.16 20:55:20.370077 [ 260 ] {a4bf64b9-442b-4feb-9d21-252c03fdf6a0} <Debug> TCPHandler: Processed in 0.009092663 sec. | ||
| 8617 | 2024.12.16 20:55:20.370334 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8618 | 2024.12.16 20:55:20.370493 [ 261 ] {d7b37c76-6751-486e-aaba-134c34b3f69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8619 | 2024.12.16 20:55:20.370553 [ 261 ] {d7b37c76-6751-486e-aaba-134c34b3f69b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8620 | 2024.12.16 20:55:20.371190 [ 261 ] {d7b37c76-6751-486e-aaba-134c34b3f69b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8621 | 2024.12.16 20:55:20.371242 [ 261 ] {d7b37c76-6751-486e-aaba-134c34b3f69b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8622 | 2024.12.16 20:55:20.371811 [ 261 ] {d7b37c76-6751-486e-aaba-134c34b3f69b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8623 | 2024.12.16 20:55:20.372184 [ 261 ] {d7b37c76-6751-486e-aaba-134c34b3f69b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8624 | 2024.12.16 20:55:20.372432 [ 261 ] {d7b37c76-6751-486e-aaba-134c34b3f69b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001969 sec., 41645.505332656176 rows/sec., 2.65 MiB/sec. | ||
| 8625 | 2024.12.16 20:55:20.372509 [ 261 ] {d7b37c76-6751-486e-aaba-134c34b3f69b} <Debug> TCPHandler: Processed in 0.002314494 sec. | ||
| 8626 | 2024.12.16 20:55:21.286373 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8627 | 2024.12.16 20:55:21.286422 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8628 | 2024.12.16 20:55:21.447982 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8629 | 2024.12.16 20:55:21.448680 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8630 | 2024.12.16 20:55:21.448735 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8631 | 2024.12.16 20:55:21.449287 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8632 | 2024.12.16 20:55:21.449556 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8633 | 2024.12.16 20:55:21.449881 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8634 | 2024.12.16 20:55:22.788866 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8635 | 2024.12.16 20:55:22.807221 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8636 | 2024.12.16 20:55:22.807270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8637 | 2024.12.16 20:55:22.814712 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8638 | 2024.12.16 20:55:22.815462 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8639 | 2024.12.16 20:55:22.818889 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8640 | 2024.12.16 20:55:25.323986 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8641 | 2024.12.16 20:55:25.324222 [ 261 ] {c1064d1f-7b91-4c58-a3ac-2dfbaef495ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8642 | 2024.12.16 20:55:25.324309 [ 261 ] {c1064d1f-7b91-4c58-a3ac-2dfbaef495ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8643 | 2024.12.16 20:55:25.325125 [ 261 ] {c1064d1f-7b91-4c58-a3ac-2dfbaef495ac} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8644 | 2024.12.16 20:55:25.325182 [ 261 ] {c1064d1f-7b91-4c58-a3ac-2dfbaef495ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8645 | 2024.12.16 20:55:25.325664 [ 261 ] {c1064d1f-7b91-4c58-a3ac-2dfbaef495ac} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8646 | 2024.12.16 20:55:25.326005 [ 261 ] {c1064d1f-7b91-4c58-a3ac-2dfbaef495ac} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8647 | 2024.12.16 20:55:25.326303 [ 261 ] {c1064d1f-7b91-4c58-a3ac-2dfbaef495ac} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.002131 sec., 47864.852182074144 rows/sec., 3.98 MiB/sec. | ||
| 8648 | 2024.12.16 20:55:25.326437 [ 261 ] {c1064d1f-7b91-4c58-a3ac-2dfbaef495ac} <Debug> TCPHandler: Processed in 0.002591229 sec. | ||
| 8649 | 2024.12.16 20:55:25.326712 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8650 | 2024.12.16 20:55:25.326896 [ 260 ] {dbc6e184-77c5-4834-bff3-e1c18dca9222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8651 | 2024.12.16 20:55:25.326968 [ 260 ] {dbc6e184-77c5-4834-bff3-e1c18dca9222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8652 | 2024.12.16 20:55:25.327891 [ 260 ] {dbc6e184-77c5-4834-bff3-e1c18dca9222} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8653 | 2024.12.16 20:55:25.327981 [ 260 ] {dbc6e184-77c5-4834-bff3-e1c18dca9222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8654 | 2024.12.16 20:55:25.328525 [ 260 ] {dbc6e184-77c5-4834-bff3-e1c18dca9222} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8655 | 2024.12.16 20:55:25.328876 [ 260 ] {dbc6e184-77c5-4834-bff3-e1c18dca9222} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8656 | 2024.12.16 20:55:25.329239 [ 260 ] {dbc6e184-77c5-4834-bff3-e1c18dca9222} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.002369 sec., 9708.73786407767 rows/sec., 730.05 KiB/sec. | ||
| 8657 | 2024.12.16 20:55:25.329455 [ 260 ] {dbc6e184-77c5-4834-bff3-e1c18dca9222} <Debug> TCPHandler: Processed in 0.002855165 sec. | ||
| 8658 | 2024.12.16 20:55:25.329682 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8659 | 2024.12.16 20:55:25.329849 [ 261 ] {f4387636-3285-43ad-9994-a92b1c7fcb2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8660 | 2024.12.16 20:55:25.329905 [ 261 ] {f4387636-3285-43ad-9994-a92b1c7fcb2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8661 | 2024.12.16 20:55:25.330543 [ 261 ] {f4387636-3285-43ad-9994-a92b1c7fcb2f} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8662 | 2024.12.16 20:55:25.330586 [ 261 ] {f4387636-3285-43ad-9994-a92b1c7fcb2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8663 | 2024.12.16 20:55:25.330973 [ 261 ] {f4387636-3285-43ad-9994-a92b1c7fcb2f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8664 | 2024.12.16 20:55:25.331225 [ 261 ] {f4387636-3285-43ad-9994-a92b1c7fcb2f} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8665 | 2024.12.16 20:55:25.331432 [ 261 ] {f4387636-3285-43ad-9994-a92b1c7fcb2f} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001613 sec., 53936.763794172344 rows/sec., 4.21 MiB/sec. | ||
| 8666 | 2024.12.16 20:55:25.331493 [ 261 ] {f4387636-3285-43ad-9994-a92b1c7fcb2f} <Debug> TCPHandler: Processed in 0.001929527 sec. | ||
| 8667 | 2024.12.16 20:55:25.331703 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8668 | 2024.12.16 20:55:25.331879 [ 260 ] {6c96d12b-472d-40a7-bd6f-9e0cfa1cfc12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8669 | 2024.12.16 20:55:25.331957 [ 260 ] {6c96d12b-472d-40a7-bd6f-9e0cfa1cfc12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8670 | 2024.12.16 20:55:25.332668 [ 260 ] {6c96d12b-472d-40a7-bd6f-9e0cfa1cfc12} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8671 | 2024.12.16 20:55:25.332709 [ 260 ] {6c96d12b-472d-40a7-bd6f-9e0cfa1cfc12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8672 | 2024.12.16 20:55:25.333130 [ 260 ] {6c96d12b-472d-40a7-bd6f-9e0cfa1cfc12} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8673 | 2024.12.16 20:55:25.333386 [ 260 ] {6c96d12b-472d-40a7-bd6f-9e0cfa1cfc12} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8674 | 2024.12.16 20:55:25.333639 [ 260 ] {6c96d12b-472d-40a7-bd6f-9e0cfa1cfc12} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001805 sec., 88642.6592797784 rows/sec., 6.17 MiB/sec. | ||
| 8675 | 2024.12.16 20:55:25.333762 [ 260 ] {6c96d12b-472d-40a7-bd6f-9e0cfa1cfc12} <Debug> TCPHandler: Processed in 0.002177252 sec. | ||
| 8676 | 2024.12.16 20:55:25.333976 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8677 | 2024.12.16 20:55:25.334143 [ 261 ] {d5af84b1-0c65-4cc8-b3d7-59982220961c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8678 | 2024.12.16 20:55:25.334230 [ 261 ] {d5af84b1-0c65-4cc8-b3d7-59982220961c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8679 | 2024.12.16 20:55:25.335487 [ 261 ] {d5af84b1-0c65-4cc8-b3d7-59982220961c} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8680 | 2024.12.16 20:55:25.335532 [ 261 ] {d5af84b1-0c65-4cc8-b3d7-59982220961c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8681 | 2024.12.16 20:55:25.336187 [ 261 ] {d5af84b1-0c65-4cc8-b3d7-59982220961c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8682 | 2024.12.16 20:55:25.336451 [ 261 ] {d5af84b1-0c65-4cc8-b3d7-59982220961c} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8683 | 2024.12.16 20:55:25.336676 [ 261 ] {d5af84b1-0c65-4cc8-b3d7-59982220961c} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002559 sec., 8987.885892926924 rows/sec., 16.11 MiB/sec. | ||
| 8684 | 2024.12.16 20:55:25.336990 [ 261 ] {d5af84b1-0c65-4cc8-b3d7-59982220961c} <Debug> TCPHandler: Processed in 0.00314152 sec. | ||
| 8685 | 2024.12.16 20:55:25.337162 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8686 | 2024.12.16 20:55:25.337283 [ 260 ] {c0f76e53-518b-48f9-b171-665f5892a8a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8687 | 2024.12.16 20:55:25.337335 [ 260 ] {c0f76e53-518b-48f9-b171-665f5892a8a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8688 | 2024.12.16 20:55:25.337839 [ 260 ] {c0f76e53-518b-48f9-b171-665f5892a8a9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8689 | 2024.12.16 20:55:25.337878 [ 260 ] {c0f76e53-518b-48f9-b171-665f5892a8a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8690 | 2024.12.16 20:55:25.338251 [ 260 ] {c0f76e53-518b-48f9-b171-665f5892a8a9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8691 | 2024.12.16 20:55:25.338489 [ 260 ] {c0f76e53-518b-48f9-b171-665f5892a8a9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8692 | 2024.12.16 20:55:25.338724 [ 260 ] {c0f76e53-518b-48f9-b171-665f5892a8a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
| 8693 | 2024.12.16 20:55:25.338814 [ 260 ] {c0f76e53-518b-48f9-b171-665f5892a8a9} <Debug> TCPHandler: Processed in 0.001723602 sec. | ||
| 8694 | 2024.12.16 20:55:26.548883 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1230 | ||
| 8695 | 2024.12.16 20:55:26.552229 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8696 | 2024.12.16 20:55:26.552292 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8697 | 2024.12.16 20:55:26.553789 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8698 | 2024.12.16 20:55:26.554103 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8699 | 2024.12.16 20:55:26.554790 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1230 | ||
| 8700 | 2024.12.16 20:55:28.950004 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8701 | 2024.12.16 20:55:28.950772 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8702 | 2024.12.16 20:55:28.950815 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8703 | 2024.12.16 20:55:28.951465 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8704 | 2024.12.16 20:55:28.951728 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8705 | 2024.12.16 20:55:28.951938 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8706 | 2024.12.16 20:55:30.318939 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8707 | 2024.12.16 20:55:30.327992 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8708 | 2024.12.16 20:55:30.328299 [ 261 ] {bbcded8e-e12d-4a38-94a0-75839ec25f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8709 | 2024.12.16 20:55:30.328439 [ 261 ] {bbcded8e-e12d-4a38-94a0-75839ec25f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8710 | 2024.12.16 20:55:30.331662 [ 261 ] {bbcded8e-e12d-4a38-94a0-75839ec25f37} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8711 | 2024.12.16 20:55:30.331829 [ 261 ] {bbcded8e-e12d-4a38-94a0-75839ec25f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8712 | 2024.12.16 20:55:30.333358 [ 261 ] {bbcded8e-e12d-4a38-94a0-75839ec25f37} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8713 | 2024.12.16 20:55:30.334001 [ 261 ] {bbcded8e-e12d-4a38-94a0-75839ec25f37} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8714 | 2024.12.16 20:55:30.334653 [ 261 ] {bbcded8e-e12d-4a38-94a0-75839ec25f37} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.006434 sec., 2175.940317065589 rows/sec., 156.64 KiB/sec. | ||
| 8715 | 2024.12.16 20:55:30.334893 [ 261 ] {bbcded8e-e12d-4a38-94a0-75839ec25f37} <Debug> TCPHandler: Processed in 0.007051714 sec. | ||
| 8716 | 2024.12.16 20:55:30.335207 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8717 | 2024.12.16 20:55:30.335551 [ 260 ] {d3595d10-a70b-4c1b-8570-aa2c8a5adcc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8718 | 2024.12.16 20:55:30.335704 [ 260 ] {d3595d10-a70b-4c1b-8570-aa2c8a5adcc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8719 | 2024.12.16 20:55:30.337779 [ 260 ] {d3595d10-a70b-4c1b-8570-aa2c8a5adcc5} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8720 | 2024.12.16 20:55:30.337847 [ 260 ] {d3595d10-a70b-4c1b-8570-aa2c8a5adcc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8721 | 2024.12.16 20:55:30.338494 [ 260 ] {d3595d10-a70b-4c1b-8570-aa2c8a5adcc5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8722 | 2024.12.16 20:55:30.339067 [ 260 ] {d3595d10-a70b-4c1b-8570-aa2c8a5adcc5} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8723 | 2024.12.16 20:55:30.339797 [ 260 ] {d3595d10-a70b-4c1b-8570-aa2c8a5adcc5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004335 sec., 922.7220299884659 rows/sec., 75.24 KiB/sec. | ||
| 8724 | 2024.12.16 20:55:30.340130 [ 260 ] {d3595d10-a70b-4c1b-8570-aa2c8a5adcc5} <Debug> TCPHandler: Processed in 0.005105068 sec. | ||
| 8725 | 2024.12.16 20:55:30.340467 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8726 | 2024.12.16 20:55:30.341013 [ 261 ] {9decd7f5-2dc7-4abe-97fb-c4803d256b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8727 | 2024.12.16 20:55:30.341225 [ 261 ] {9decd7f5-2dc7-4abe-97fb-c4803d256b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8728 | 2024.12.16 20:55:30.344938 [ 261 ] {9decd7f5-2dc7-4abe-97fb-c4803d256b6b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8729 | 2024.12.16 20:55:30.345028 [ 261 ] {9decd7f5-2dc7-4abe-97fb-c4803d256b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8730 | 2024.12.16 20:55:30.346857 [ 261 ] {9decd7f5-2dc7-4abe-97fb-c4803d256b6b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8731 | 2024.12.16 20:55:30.347532 [ 261 ] {9decd7f5-2dc7-4abe-97fb-c4803d256b6b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8732 | 2024.12.16 20:55:30.347960 [ 29 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8733 | 2024.12.16 20:55:30.348078 [ 29 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8734 | 2024.12.16 20:55:30.348163 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8735 | 2024.12.16 20:55:30.348533 [ 261 ] {9decd7f5-2dc7-4abe-97fb-c4803d256b6b} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.00768 sec., 31640.625 rows/sec., 2.77 MiB/sec. | ||
| 8736 | 2024.12.16 20:55:30.348755 [ 201 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 8737 | 2024.12.16 20:55:30.349025 [ 261 ] {9decd7f5-2dc7-4abe-97fb-c4803d256b6b} <Debug> TCPHandler: Processed in 0.008736327 sec. | ||
| 8738 | 2024.12.16 20:55:30.349405 [ 201 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8739 | 2024.12.16 20:55:30.349427 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8740 | 2024.12.16 20:55:30.349533 [ 201 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1437 rows starting from the beginning of the part | ||
| 8741 | 2024.12.16 20:55:30.349979 [ 201 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1243 rows starting from the beginning of the part | ||
| 8742 | 2024.12.16 20:55:30.350054 [ 260 ] {5d78c607-5184-4b8c-a7e1-b259a6cd29d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8743 | 2024.12.16 20:55:30.350328 [ 260 ] {5d78c607-5184-4b8c-a7e1-b259a6cd29d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8744 | 2024.12.16 20:55:30.350860 [ 201 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 8745 | 2024.12.16 20:55:30.351306 [ 201 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 241 rows starting from the beginning of the part | ||
| 8746 | 2024.12.16 20:55:30.352175 [ 201 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 102 rows starting from the beginning of the part | ||
| 8747 | 2024.12.16 20:55:30.352854 [ 201 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 243 rows starting from the beginning of the part | ||
| 8748 | 2024.12.16 20:55:30.356248 [ 260 ] {5d78c607-5184-4b8c-a7e1-b259a6cd29d4} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8749 | 2024.12.16 20:55:30.356365 [ 260 ] {5d78c607-5184-4b8c-a7e1-b259a6cd29d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8750 | 2024.12.16 20:55:30.358873 [ 260 ] {5d78c607-5184-4b8c-a7e1-b259a6cd29d4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8751 | 2024.12.16 20:55:30.359931 [ 260 ] {5d78c607-5184-4b8c-a7e1-b259a6cd29d4} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8752 | 2024.12.16 20:55:30.360902 [ 260 ] {5d78c607-5184-4b8c-a7e1-b259a6cd29d4} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.0111 sec., 2702.7027027027025 rows/sec., 194.96 KiB/sec. | ||
| 8753 | 2024.12.16 20:55:30.361178 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.012841535 sec., 258691.81526974775 rows/sec., 22.60 MiB/sec. | ||
| 8754 | 2024.12.16 20:55:30.361591 [ 260 ] {5d78c607-5184-4b8c-a7e1-b259a6cd29d4} <Debug> TCPHandler: Processed in 0.012400137 sec. | ||
| 8755 | 2024.12.16 20:55:30.361754 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8756 | 2024.12.16 20:55:30.361969 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8757 | 2024.12.16 20:55:30.362392 [ 261 ] {731e06a3-ae16-4f31-8e9c-037e7ae2e8d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8758 | 2024.12.16 20:55:30.362614 [ 261 ] {731e06a3-ae16-4f31-8e9c-037e7ae2e8d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8759 | 2024.12.16 20:55:30.363160 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_66_13} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8760 | 2024.12.16 20:55:30.363558 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_66_13} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8761 | 2024.12.16 20:55:30.364387 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 8762 | 2024.12.16 20:55:30.366631 [ 261 ] {731e06a3-ae16-4f31-8e9c-037e7ae2e8d3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8763 | 2024.12.16 20:55:30.366727 [ 261 ] {731e06a3-ae16-4f31-8e9c-037e7ae2e8d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8764 | 2024.12.16 20:55:30.367699 [ 261 ] {731e06a3-ae16-4f31-8e9c-037e7ae2e8d3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8765 | 2024.12.16 20:55:30.368380 [ 261 ] {731e06a3-ae16-4f31-8e9c-037e7ae2e8d3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8766 | 2024.12.16 20:55:30.369073 [ 261 ] {731e06a3-ae16-4f31-8e9c-037e7ae2e8d3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006792 sec., 2061.248527679623 rows/sec., 144.36 KiB/sec. | ||
| 8767 | 2024.12.16 20:55:30.369397 [ 261 ] {731e06a3-ae16-4f31-8e9c-037e7ae2e8d3} <Debug> TCPHandler: Processed in 0.007641947 sec. | ||
| 8768 | 2024.12.16 20:55:30.369669 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8769 | 2024.12.16 20:55:30.369997 [ 260 ] {aae8011e-eee4-4176-996c-48972323e855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8770 | 2024.12.16 20:55:30.370124 [ 260 ] {aae8011e-eee4-4176-996c-48972323e855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8771 | 2024.12.16 20:55:30.372538 [ 260 ] {aae8011e-eee4-4176-996c-48972323e855} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8772 | 2024.12.16 20:55:30.372593 [ 260 ] {aae8011e-eee4-4176-996c-48972323e855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8773 | 2024.12.16 20:55:30.373035 [ 260 ] {aae8011e-eee4-4176-996c-48972323e855} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8774 | 2024.12.16 20:55:30.373323 [ 260 ] {aae8011e-eee4-4176-996c-48972323e855} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8775 | 2024.12.16 20:55:30.373605 [ 260 ] {aae8011e-eee4-4176-996c-48972323e855} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003702 sec., 3511.6153430578065 rows/sec., 218.95 KiB/sec. | ||
| 8776 | 2024.12.16 20:55:30.373732 [ 260 ] {aae8011e-eee4-4176-996c-48972323e855} <Debug> TCPHandler: Processed in 0.0042215 sec. | ||
| 8777 | 2024.12.16 20:55:30.373977 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8778 | 2024.12.16 20:55:30.374422 [ 261 ] {c4d5a5d4-cb0f-4862-944b-0fa38bf60f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8779 | 2024.12.16 20:55:30.374624 [ 261 ] {c4d5a5d4-cb0f-4862-944b-0fa38bf60f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8780 | 2024.12.16 20:55:30.378404 [ 261 ] {c4d5a5d4-cb0f-4862-944b-0fa38bf60f6c} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8781 | 2024.12.16 20:55:30.378472 [ 261 ] {c4d5a5d4-cb0f-4862-944b-0fa38bf60f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8782 | 2024.12.16 20:55:30.380809 [ 261 ] {c4d5a5d4-cb0f-4862-944b-0fa38bf60f6c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8783 | 2024.12.16 20:55:30.381564 [ 261 ] {c4d5a5d4-cb0f-4862-944b-0fa38bf60f6c} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8784 | 2024.12.16 20:55:30.381892 [ 29 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8785 | 2024.12.16 20:55:30.381988 [ 29 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8786 | 2024.12.16 20:55:30.382066 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8787 | 2024.12.16 20:55:30.382423 [ 261 ] {c4d5a5d4-cb0f-4862-944b-0fa38bf60f6c} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.008108 sec., 49950.666008880115 rows/sec., 3.56 MiB/sec. | ||
| 8788 | 2024.12.16 20:55:30.382539 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 8789 | 2024.12.16 20:55:30.382953 [ 261 ] {c4d5a5d4-cb0f-4862-944b-0fa38bf60f6c} <Debug> TCPHandler: Processed in 0.009107934 sec. | ||
| 8790 | 2024.12.16 20:55:30.383039 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8791 | 2024.12.16 20:55:30.383228 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 916 rows starting from the beginning of the part | ||
| 8792 | 2024.12.16 20:55:30.383353 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8793 | 2024.12.16 20:55:30.383704 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 545 rows starting from the beginning of the part | ||
| 8794 | 2024.12.16 20:55:30.384030 [ 260 ] {d32770c4-7975-4243-883f-52c284404023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8795 | 2024.12.16 20:55:30.384203 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 8796 | 2024.12.16 20:55:30.384389 [ 260 ] {d32770c4-7975-4243-883f-52c284404023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8797 | 2024.12.16 20:55:30.384754 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 401 rows starting from the beginning of the part | ||
| 8798 | 2024.12.16 20:55:30.385335 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 87 rows starting from the beginning of the part | ||
| 8799 | 2024.12.16 20:55:30.386104 [ 193 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 405 rows starting from the beginning of the part | ||
| 8800 | 2024.12.16 20:55:30.389626 [ 260 ] {d32770c4-7975-4243-883f-52c284404023} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8801 | 2024.12.16 20:55:30.389771 [ 260 ] {d32770c4-7975-4243-883f-52c284404023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8802 | 2024.12.16 20:55:30.393022 [ 260 ] {d32770c4-7975-4243-883f-52c284404023} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8803 | 2024.12.16 20:55:30.394194 [ 260 ] {d32770c4-7975-4243-883f-52c284404023} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8804 | 2024.12.16 20:55:30.395677 [ 260 ] {d32770c4-7975-4243-883f-52c284404023} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.01188 sec., 505.0505050505051 rows/sec., 26.39 KiB/sec. | ||
| 8805 | 2024.12.16 20:55:30.395666 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.013449097 sec., 179789.02226669938 rows/sec., 13.79 MiB/sec. | ||
| 8806 | 2024.12.16 20:55:30.396228 [ 260 ] {d32770c4-7975-4243-883f-52c284404023} <Debug> TCPHandler: Processed in 0.01311112 sec. | ||
| 8807 | 2024.12.16 20:55:30.396554 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8808 | 2024.12.16 20:55:30.396756 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8809 | 2024.12.16 20:55:30.396970 [ 261 ] {9ac644bf-a086-4104-82bc-326af8eae653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8810 | 2024.12.16 20:55:30.397180 [ 261 ] {9ac644bf-a086-4104-82bc-326af8eae653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8811 | 2024.12.16 20:55:30.398273 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_66_13} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8812 | 2024.12.16 20:55:30.398838 [ 196 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_66_13} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8813 | 2024.12.16 20:55:30.399565 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 8814 | 2024.12.16 20:55:30.400952 [ 261 ] {9ac644bf-a086-4104-82bc-326af8eae653} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8815 | 2024.12.16 20:55:30.401018 [ 261 ] {9ac644bf-a086-4104-82bc-326af8eae653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8816 | 2024.12.16 20:55:30.402941 [ 261 ] {9ac644bf-a086-4104-82bc-326af8eae653} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8817 | 2024.12.16 20:55:30.402960 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8818 | 2024.12.16 20:55:30.403021 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8819 | 2024.12.16 20:55:30.403601 [ 261 ] {9ac644bf-a086-4104-82bc-326af8eae653} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8820 | 2024.12.16 20:55:30.403992 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8821 | 2024.12.16 20:55:30.404070 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8822 | 2024.12.16 20:55:30.404148 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8823 | 2024.12.16 20:55:30.404460 [ 261 ] {9ac644bf-a086-4104-82bc-326af8eae653} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.007594 sec., 31472.214906505134 rows/sec., 2.11 MiB/sec. | ||
| 8824 | 2024.12.16 20:55:30.404767 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 8825 | 2024.12.16 20:55:30.404855 [ 261 ] {9ac644bf-a086-4104-82bc-326af8eae653} <Debug> TCPHandler: Processed in 0.008475552 sec. | ||
| 8826 | 2024.12.16 20:55:30.405132 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8827 | 2024.12.16 20:55:30.405456 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8828 | 2024.12.16 20:55:30.405572 [ 260 ] {ab4cd760-e5c7-4252-b12d-575a16109b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8829 | 2024.12.16 20:55:30.405650 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19318 rows starting from the beginning of the part | ||
| 8830 | 2024.12.16 20:55:30.405791 [ 260 ] {ab4cd760-e5c7-4252-b12d-575a16109b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8831 | 2024.12.16 20:55:30.406108 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 943 rows starting from the beginning of the part | ||
| 8832 | 2024.12.16 20:55:30.406597 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 8833 | 2024.12.16 20:55:30.407258 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 8834 | 2024.12.16 20:55:30.408000 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 8835 | 2024.12.16 20:55:30.408688 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 239 rows starting from the beginning of the part | ||
| 8836 | 2024.12.16 20:55:30.410944 [ 260 ] {ab4cd760-e5c7-4252-b12d-575a16109b6e} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8837 | 2024.12.16 20:55:30.411049 [ 260 ] {ab4cd760-e5c7-4252-b12d-575a16109b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8838 | 2024.12.16 20:55:30.412877 [ 260 ] {ab4cd760-e5c7-4252-b12d-575a16109b6e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8839 | 2024.12.16 20:55:30.414076 [ 260 ] {ab4cd760-e5c7-4252-b12d-575a16109b6e} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8840 | 2024.12.16 20:55:30.415028 [ 260 ] {ab4cd760-e5c7-4252-b12d-575a16109b6e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.009594 sec., 104.23181154888472 rows/sec., 7.02 KiB/sec. | ||
| 8841 | 2024.12.16 20:55:30.415408 [ 260 ] {ab4cd760-e5c7-4252-b12d-575a16109b6e} <Debug> TCPHandler: Processed in 0.010423939 sec. | ||
| 8842 | 2024.12.16 20:55:30.415715 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8843 | 2024.12.16 20:55:30.416175 [ 261 ] {500f5cab-469f-46aa-aad3-8ee68abcaa64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8844 | 2024.12.16 20:55:30.416677 [ 261 ] {500f5cab-469f-46aa-aad3-8ee68abcaa64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8845 | 2024.12.16 20:55:30.424286 [ 261 ] {500f5cab-469f-46aa-aad3-8ee68abcaa64} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8846 | 2024.12.16 20:55:30.424379 [ 261 ] {500f5cab-469f-46aa-aad3-8ee68abcaa64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8847 | 2024.12.16 20:55:30.425365 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20961 rows, containing 5 columns (5 merged, 0 gathered) in 0.021047342 sec., 995897.7242827147 rows/sec., 67.24 MiB/sec. | ||
| 8848 | 2024.12.16 20:55:30.426210 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8849 | 2024.12.16 20:55:30.427376 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8850 | 2024.12.16 20:55:30.427699 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8851 | 2024.12.16 20:55:30.427827 [ 261 ] {500f5cab-469f-46aa-aad3-8ee68abcaa64} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8852 | 2024.12.16 20:55:30.427967 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 8853 | 2024.12.16 20:55:30.428664 [ 261 ] {500f5cab-469f-46aa-aad3-8ee68abcaa64} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8854 | 2024.12.16 20:55:30.429392 [ 261 ] {500f5cab-469f-46aa-aad3-8ee68abcaa64} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.013408 sec., 1417.0644391408114 rows/sec., 2.54 MiB/sec. | ||
| 8855 | 2024.12.16 20:55:30.429977 [ 261 ] {500f5cab-469f-46aa-aad3-8ee68abcaa64} <Debug> TCPHandler: Processed in 0.014432476 sec. | ||
| 8856 | 2024.12.16 20:55:30.430244 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8857 | 2024.12.16 20:55:30.430550 [ 260 ] {33ec0173-b3c8-4d3e-bf53-7a99fd1b702c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8858 | 2024.12.16 20:55:30.430709 [ 260 ] {33ec0173-b3c8-4d3e-bf53-7a99fd1b702c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8859 | 2024.12.16 20:55:30.432977 [ 260 ] {33ec0173-b3c8-4d3e-bf53-7a99fd1b702c} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8860 | 2024.12.16 20:55:30.433059 [ 260 ] {33ec0173-b3c8-4d3e-bf53-7a99fd1b702c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8861 | 2024.12.16 20:55:30.434350 [ 260 ] {33ec0173-b3c8-4d3e-bf53-7a99fd1b702c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8862 | 2024.12.16 20:55:30.434972 [ 260 ] {33ec0173-b3c8-4d3e-bf53-7a99fd1b702c} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8863 | 2024.12.16 20:55:30.435318 [ 29 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8864 | 2024.12.16 20:55:30.435411 [ 29 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8865 | 2024.12.16 20:55:30.435502 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8866 | 2024.12.16 20:55:30.435756 [ 260 ] {33ec0173-b3c8-4d3e-bf53-7a99fd1b702c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005268 sec., 15565.679574791191 rows/sec., 1012.34 KiB/sec. | ||
| 8867 | 2024.12.16 20:55:30.436320 [ 260 ] {33ec0173-b3c8-4d3e-bf53-7a99fd1b702c} <Debug> TCPHandler: Processed in 0.006207679 sec. | ||
| 8868 | 2024.12.16 20:55:30.437154 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 8869 | 2024.12.16 20:55:30.437864 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8870 | 2024.12.16 20:55:30.438051 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3766 rows starting from the beginning of the part | ||
| 8871 | 2024.12.16 20:55:30.438446 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part | ||
| 8872 | 2024.12.16 20:55:30.438792 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 24 rows starting from the beginning of the part | ||
| 8873 | 2024.12.16 20:55:30.439059 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 8874 | 2024.12.16 20:55:30.439310 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 8875 | 2024.12.16 20:55:30.439508 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 8876 | 2024.12.16 20:55:30.442448 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4050 rows, containing 4 columns (4 merged, 0 gathered) in 0.006693088 sec., 605101.8603072304 rows/sec., 39.50 MiB/sec. | ||
| 8877 | 2024.12.16 20:55:30.442948 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8878 | 2024.12.16 20:55:30.443559 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_66_13} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8879 | 2024.12.16 20:55:30.443768 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_66_13} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8880 | 2024.12.16 20:55:30.443936 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 8881 | 2024.12.16 20:55:30.444921 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8882 | 2024.12.16 20:55:30.445951 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8883 | 2024.12.16 20:55:30.450161 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8884 | 2024.12.16 20:55:31.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.28 MiB, peak 235.14 MiB, free memory in arenas 0.00 B, will set to 226.10 MiB (RSS), difference: 1.83 MiB | ||
| 8885 | 2024.12.16 20:55:35.324271 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8886 | 2024.12.16 20:55:35.324474 [ 261 ] {2282f0e6-1b5a-426f-9218-42a1f8217345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8887 | 2024.12.16 20:55:35.324546 [ 261 ] {2282f0e6-1b5a-426f-9218-42a1f8217345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8888 | 2024.12.16 20:55:35.325333 [ 261 ] {2282f0e6-1b5a-426f-9218-42a1f8217345} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8889 | 2024.12.16 20:55:35.325389 [ 261 ] {2282f0e6-1b5a-426f-9218-42a1f8217345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8890 | 2024.12.16 20:55:35.325836 [ 261 ] {2282f0e6-1b5a-426f-9218-42a1f8217345} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8891 | 2024.12.16 20:55:35.326092 [ 261 ] {2282f0e6-1b5a-426f-9218-42a1f8217345} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8892 | 2024.12.16 20:55:35.326327 [ 261 ] {2282f0e6-1b5a-426f-9218-42a1f8217345} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001902 sec., 53627.76025236593 rows/sec., 4.46 MiB/sec. | ||
| 8893 | 2024.12.16 20:55:35.326395 [ 261 ] {2282f0e6-1b5a-426f-9218-42a1f8217345} <Debug> TCPHandler: Processed in 0.002252273 sec. | ||
| 8894 | 2024.12.16 20:55:35.326649 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8895 | 2024.12.16 20:55:35.326861 [ 260 ] {5277eb36-3515-4fcd-bce2-694e5e51631e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8896 | 2024.12.16 20:55:35.326941 [ 260 ] {5277eb36-3515-4fcd-bce2-694e5e51631e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8897 | 2024.12.16 20:55:35.327703 [ 260 ] {5277eb36-3515-4fcd-bce2-694e5e51631e} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8898 | 2024.12.16 20:55:35.327754 [ 260 ] {5277eb36-3515-4fcd-bce2-694e5e51631e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8899 | 2024.12.16 20:55:35.328192 [ 260 ] {5277eb36-3515-4fcd-bce2-694e5e51631e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8900 | 2024.12.16 20:55:35.328439 [ 260 ] {5277eb36-3515-4fcd-bce2-694e5e51631e} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8901 | 2024.12.16 20:55:35.328646 [ 152 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8902 | 2024.12.16 20:55:35.328713 [ 260 ] {5277eb36-3515-4fcd-bce2-694e5e51631e} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001905 sec., 12073.490813648294 rows/sec., 907.87 KiB/sec. | ||
| 8903 | 2024.12.16 20:55:35.328726 [ 152 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8904 | 2024.12.16 20:55:35.328797 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8905 | 2024.12.16 20:55:35.328860 [ 260 ] {5277eb36-3515-4fcd-bce2-694e5e51631e} <Debug> TCPHandler: Processed in 0.002343215 sec. | ||
| 8906 | 2024.12.16 20:55:35.329075 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8907 | 2024.12.16 20:55:35.329077 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 8908 | 2024.12.16 20:55:35.329282 [ 261 ] {e6a1596a-2506-448c-b1cc-5ebe7b816d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8909 | 2024.12.16 20:55:35.329358 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8910 | 2024.12.16 20:55:35.329385 [ 261 ] {e6a1596a-2506-448c-b1cc-5ebe7b816d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8911 | 2024.12.16 20:55:35.329426 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 67 rows starting from the beginning of the part | ||
| 8912 | 2024.12.16 20:55:35.329760 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 25 rows starting from the beginning of the part | ||
| 8913 | 2024.12.16 20:55:35.330099 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 26 rows starting from the beginning of the part | ||
| 8914 | 2024.12.16 20:55:35.330497 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 23 rows starting from the beginning of the part | ||
| 8915 | 2024.12.16 20:55:35.330880 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 8916 | 2024.12.16 20:55:35.331257 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 23 rows starting from the beginning of the part | ||
| 8917 | 2024.12.16 20:55:35.332624 [ 261 ] {e6a1596a-2506-448c-b1cc-5ebe7b816d76} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8918 | 2024.12.16 20:55:35.332695 [ 261 ] {e6a1596a-2506-448c-b1cc-5ebe7b816d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8919 | 2024.12.16 20:55:35.333867 [ 261 ] {e6a1596a-2506-448c-b1cc-5ebe7b816d76} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8920 | 2024.12.16 20:55:35.334113 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.00520892 sec., 37243.80485782082 rows/sec., 2.81 MiB/sec. | ||
| 8921 | 2024.12.16 20:55:35.334312 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8922 | 2024.12.16 20:55:35.334375 [ 261 ] {e6a1596a-2506-448c-b1cc-5ebe7b816d76} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8923 | 2024.12.16 20:55:35.334823 [ 261 ] {e6a1596a-2506-448c-b1cc-5ebe7b816d76} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005623 sec., 15472.167881913569 rows/sec., 1.21 MiB/sec. | ||
| 8924 | 2024.12.16 20:55:35.334977 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_56_11} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8925 | 2024.12.16 20:55:35.335235 [ 261 ] {e6a1596a-2506-448c-b1cc-5ebe7b816d76} <Debug> TCPHandler: Processed in 0.006251309 sec. | ||
| 8926 | 2024.12.16 20:55:35.335471 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_56_11} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8927 | 2024.12.16 20:55:35.335571 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8928 | 2024.12.16 20:55:35.335782 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8929 | 2024.12.16 20:55:35.335982 [ 260 ] {4b4f080f-271c-4351-91e0-ac6373dc6f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8930 | 2024.12.16 20:55:35.336068 [ 260 ] {4b4f080f-271c-4351-91e0-ac6373dc6f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8931 | 2024.12.16 20:55:35.336686 [ 260 ] {4b4f080f-271c-4351-91e0-ac6373dc6f29} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8932 | 2024.12.16 20:55:35.336727 [ 260 ] {4b4f080f-271c-4351-91e0-ac6373dc6f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8933 | 2024.12.16 20:55:35.337131 [ 260 ] {4b4f080f-271c-4351-91e0-ac6373dc6f29} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8934 | 2024.12.16 20:55:35.337382 [ 260 ] {4b4f080f-271c-4351-91e0-ac6373dc6f29} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8935 | 2024.12.16 20:55:35.337587 [ 260 ] {4b4f080f-271c-4351-91e0-ac6373dc6f29} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001732 sec., 92378.75288683602 rows/sec., 6.43 MiB/sec. | ||
| 8936 | 2024.12.16 20:55:35.337646 [ 260 ] {4b4f080f-271c-4351-91e0-ac6373dc6f29} <Debug> TCPHandler: Processed in 0.002268353 sec. | ||
| 8937 | 2024.12.16 20:55:35.337817 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8938 | 2024.12.16 20:55:35.337944 [ 261 ] {d98e5681-d10a-442c-97c5-4c21346dd4f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8939 | 2024.12.16 20:55:35.338029 [ 261 ] {d98e5681-d10a-442c-97c5-4c21346dd4f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8940 | 2024.12.16 20:55:35.339211 [ 261 ] {d98e5681-d10a-442c-97c5-4c21346dd4f0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8941 | 2024.12.16 20:55:35.339252 [ 261 ] {d98e5681-d10a-442c-97c5-4c21346dd4f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8942 | 2024.12.16 20:55:35.339935 [ 261 ] {d98e5681-d10a-442c-97c5-4c21346dd4f0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8943 | 2024.12.16 20:55:35.340322 [ 261 ] {d98e5681-d10a-442c-97c5-4c21346dd4f0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8944 | 2024.12.16 20:55:35.340521 [ 152 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8945 | 2024.12.16 20:55:35.340584 [ 152 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8946 | 2024.12.16 20:55:35.340621 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8947 | 2024.12.16 20:55:35.340667 [ 261 ] {d98e5681-d10a-442c-97c5-4c21346dd4f0} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002738 sec., 8400.292184075968 rows/sec., 15.05 MiB/sec. | ||
| 8948 | 2024.12.16 20:55:35.340996 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 8949 | 2024.12.16 20:55:35.341458 [ 261 ] {d98e5681-d10a-442c-97c5-4c21346dd4f0} <Debug> TCPHandler: Processed in 0.00369438 sec. | ||
| 8950 | 2024.12.16 20:55:35.341749 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8951 | 2024.12.16 20:55:35.342195 [ 260 ] {b84310fd-ae67-4383-bab1-a375f4dbea8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8952 | 2024.12.16 20:55:35.342412 [ 260 ] {b84310fd-ae67-4383-bab1-a375f4dbea8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8953 | 2024.12.16 20:55:35.342931 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8954 | 2024.12.16 20:55:35.343082 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1039 rows starting from the beginning of the part | ||
| 8955 | 2024.12.16 20:55:35.343724 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 23 rows starting from the beginning of the part | ||
| 8956 | 2024.12.16 20:55:35.344283 [ 260 ] {b84310fd-ae67-4383-bab1-a375f4dbea8f} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2024.12.16 20:55:35.344298 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 19 rows starting from the beginning of the part | ||
| 8958 | 2024.12.16 20:55:35.344329 [ 260 ] {b84310fd-ae67-4383-bab1-a375f4dbea8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8959 | 2024.12.16 20:55:35.344867 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 23 rows starting from the beginning of the part | ||
| 8960 | 2024.12.16 20:55:35.345464 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 19 rows starting from the beginning of the part | ||
| 8961 | 2024.12.16 20:55:35.345531 [ 260 ] {b84310fd-ae67-4383-bab1-a375f4dbea8f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8962 | 2024.12.16 20:55:35.346007 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 23 rows starting from the beginning of the part | ||
| 8963 | 2024.12.16 20:55:35.346278 [ 260 ] {b84310fd-ae67-4383-bab1-a375f4dbea8f} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8964 | 2024.12.16 20:55:35.346827 [ 260 ] {b84310fd-ae67-4383-bab1-a375f4dbea8f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004798 sec., 12505.210504376822 rows/sec., 862.99 KiB/sec. | ||
| 8965 | 2024.12.16 20:55:35.346949 [ 260 ] {b84310fd-ae67-4383-bab1-a375f4dbea8f} <Debug> TCPHandler: Processed in 0.005352482 sec. | ||
| 8966 | 2024.12.16 20:55:35.353059 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1146 rows, containing 19 columns (19 merged, 0 gathered) in 0.012344466 sec., 92835.1214220202 rows/sec., 166.36 MiB/sec. | ||
| 8967 | 2024.12.16 20:55:35.354499 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8968 | 2024.12.16 20:55:35.354918 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8969 | 2024.12.16 20:55:35.354998 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8970 | 2024.12.16 20:55:35.355141 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.62 MiB. | ||
| 8971 | 2024.12.16 20:55:36.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.63 MiB, peak 235.21 MiB, free memory in arenas 0.00 B, will set to 228.16 MiB (RSS), difference: 1.52 MiB | ||
| 8972 | 2024.12.16 20:55:36.286486 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8973 | 2024.12.16 20:55:36.286565 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8974 | 2024.12.16 20:55:36.452070 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8975 | 2024.12.16 20:55:36.453115 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8976 | 2024.12.16 20:55:36.453157 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8977 | 2024.12.16 20:55:36.453724 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8978 | 2024.12.16 20:55:36.453990 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8979 | 2024.12.16 20:55:36.454197 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8980 | 2024.12.16 20:55:36.554980 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1266 | ||
| 8981 | 2024.12.16 20:55:36.558383 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8982 | 2024.12.16 20:55:36.558447 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8983 | 2024.12.16 20:55:36.560001 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8984 | 2024.12.16 20:55:36.560334 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8985 | 2024.12.16 20:55:36.560575 [ 108 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8986 | 2024.12.16 20:55:36.560734 [ 108 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8987 | 2024.12.16 20:55:36.560818 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 8988 | 2024.12.16 20:55:36.561535 [ 195 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 8989 | 2024.12.16 20:55:36.562997 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1266 | ||
| 8990 | 2024.12.16 20:55:36.563463 [ 195 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8991 | 2024.12.16 20:55:36.563657 [ 195 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1080 rows starting from the beginning of the part | ||
| 8992 | 2024.12.16 20:55:36.564330 [ 195 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 8993 | 2024.12.16 20:55:36.565010 [ 195 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 36 rows starting from the beginning of the part | ||
| 8994 | 2024.12.16 20:55:36.565647 [ 195 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 8995 | 2024.12.16 20:55:36.566277 [ 195 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part | ||
| 8996 | 2024.12.16 20:55:36.566843 [ 195 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part | ||
| 8997 | 2024.12.16 20:55:36.575460 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1266 rows, containing 72 columns (72 merged, 0 gathered) in 0.014453136 sec., 87593.44684779829 rows/sec., 69.19 MiB/sec. | ||
| 8998 | 2024.12.16 20:55:36.577261 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8999 | 2024.12.16 20:55:36.578148 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_31_6} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9000 | 2024.12.16 20:55:36.578250 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_31_6} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9001 | 2024.12.16 20:55:36.578632 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 9002 | 2024.12.16 20:55:37.950226 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 9003 | 2024.12.16 20:55:37.972319 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9004 | 2024.12.16 20:55:37.972366 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9005 | 2024.12.16 20:55:37.981208 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9006 | 2024.12.16 20:55:37.982036 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9007 | 2024.12.16 20:55:37.984857 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9008 | 2024.12.16 20:55:40.328030 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9009 | 2024.12.16 20:55:40.328259 [ 261 ] {f336b37b-551a-42d9-b170-ed3cabef23db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9010 | 2024.12.16 20:55:40.328339 [ 261 ] {f336b37b-551a-42d9-b170-ed3cabef23db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9011 | 2024.12.16 20:55:40.329161 [ 261 ] {f336b37b-551a-42d9-b170-ed3cabef23db} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9012 | 2024.12.16 20:55:40.329208 [ 261 ] {f336b37b-551a-42d9-b170-ed3cabef23db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9013 | 2024.12.16 20:55:40.329649 [ 261 ] {f336b37b-551a-42d9-b170-ed3cabef23db} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9014 | 2024.12.16 20:55:40.329901 [ 261 ] {f336b37b-551a-42d9-b170-ed3cabef23db} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9015 | 2024.12.16 20:55:40.330107 [ 261 ] {f336b37b-551a-42d9-b170-ed3cabef23db} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001903 sec., 7356.8050446663165 rows/sec., 529.59 KiB/sec. | ||
| 9016 | 2024.12.16 20:55:40.330168 [ 261 ] {f336b37b-551a-42d9-b170-ed3cabef23db} <Debug> TCPHandler: Processed in 0.002269743 sec. | ||
| 9017 | 2024.12.16 20:55:40.330412 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9018 | 2024.12.16 20:55:40.330659 [ 260 ] {6da538f7-1693-4fbe-96d3-775dc8814df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9019 | 2024.12.16 20:55:40.330746 [ 260 ] {6da538f7-1693-4fbe-96d3-775dc8814df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9020 | 2024.12.16 20:55:40.331594 [ 260 ] {6da538f7-1693-4fbe-96d3-775dc8814df4} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9021 | 2024.12.16 20:55:40.331645 [ 260 ] {6da538f7-1693-4fbe-96d3-775dc8814df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9022 | 2024.12.16 20:55:40.332100 [ 260 ] {6da538f7-1693-4fbe-96d3-775dc8814df4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9023 | 2024.12.16 20:55:40.332356 [ 260 ] {6da538f7-1693-4fbe-96d3-775dc8814df4} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9024 | 2024.12.16 20:55:40.332582 [ 260 ] {6da538f7-1693-4fbe-96d3-775dc8814df4} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.001987 sec., 121288.37443381983 rows/sec., 10.63 MiB/sec. | ||
| 9025 | 2024.12.16 20:55:40.332636 [ 260 ] {6da538f7-1693-4fbe-96d3-775dc8814df4} <Debug> TCPHandler: Processed in 0.002361245 sec. | ||
| 9026 | 2024.12.16 20:55:40.332797 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9027 | 2024.12.16 20:55:40.332948 [ 261 ] {b2c362f8-16a5-4b0c-9011-c34f0f628595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9028 | 2024.12.16 20:55:40.333010 [ 261 ] {b2c362f8-16a5-4b0c-9011-c34f0f628595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9029 | 2024.12.16 20:55:40.333609 [ 261 ] {b2c362f8-16a5-4b0c-9011-c34f0f628595} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9030 | 2024.12.16 20:55:40.333648 [ 261 ] {b2c362f8-16a5-4b0c-9011-c34f0f628595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9031 | 2024.12.16 20:55:40.334021 [ 261 ] {b2c362f8-16a5-4b0c-9011-c34f0f628595} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9032 | 2024.12.16 20:55:40.334271 [ 261 ] {b2c362f8-16a5-4b0c-9011-c34f0f628595} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9033 | 2024.12.16 20:55:40.334454 [ 261 ] {b2c362f8-16a5-4b0c-9011-c34f0f628595} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001541 sec., 16872.160934458145 rows/sec., 1.19 MiB/sec. | ||
| 9034 | 2024.12.16 20:55:40.334512 [ 261 ] {b2c362f8-16a5-4b0c-9011-c34f0f628595} <Debug> TCPHandler: Processed in 0.001786864 sec. | ||
| 9035 | 2024.12.16 20:55:40.334650 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9036 | 2024.12.16 20:55:40.334766 [ 260 ] {800b53f8-2e98-48d6-b656-050e061bb04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9037 | 2024.12.16 20:55:40.334814 [ 260 ] {800b53f8-2e98-48d6-b656-050e061bb04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9038 | 2024.12.16 20:55:40.335382 [ 260 ] {800b53f8-2e98-48d6-b656-050e061bb04a} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9039 | 2024.12.16 20:55:40.335421 [ 260 ] {800b53f8-2e98-48d6-b656-050e061bb04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9040 | 2024.12.16 20:55:40.335797 [ 260 ] {800b53f8-2e98-48d6-b656-050e061bb04a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9041 | 2024.12.16 20:55:40.336038 [ 260 ] {800b53f8-2e98-48d6-b656-050e061bb04a} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9042 | 2024.12.16 20:55:40.336188 [ 147 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9043 | 2024.12.16 20:55:40.336250 [ 147 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9044 | 2024.12.16 20:55:40.336277 [ 260 ] {800b53f8-2e98-48d6-b656-050e061bb04a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001529 sec., 9156.311314584696 rows/sec., 641.25 KiB/sec. | ||
| 9045 | 2024.12.16 20:55:40.336289 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9046 | 2024.12.16 20:55:40.336433 [ 260 ] {800b53f8-2e98-48d6-b656-050e061bb04a} <Debug> TCPHandler: Processed in 0.001830425 sec. | ||
| 9047 | 2024.12.16 20:55:40.336687 [ 191 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9048 | 2024.12.16 20:55:40.336690 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9049 | 2024.12.16 20:55:40.337179 [ 261 ] {ed2c8e8a-7ac1-468c-b994-9acda3d06b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9050 | 2024.12.16 20:55:40.337268 [ 191 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9051 | 2024.12.16 20:55:40.337357 [ 261 ] {ed2c8e8a-7ac1-468c-b994-9acda3d06b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9052 | 2024.12.16 20:55:40.337410 [ 191 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9053 | 2024.12.16 20:55:40.337862 [ 191 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9054 | 2024.12.16 20:55:40.338175 [ 191 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9055 | 2024.12.16 20:55:40.338645 [ 191 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9056 | 2024.12.16 20:55:40.339006 [ 191 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9057 | 2024.12.16 20:55:40.339431 [ 191 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9058 | 2024.12.16 20:55:40.340335 [ 261 ] {ed2c8e8a-7ac1-468c-b994-9acda3d06b13} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9059 | 2024.12.16 20:55:40.340378 [ 261 ] {ed2c8e8a-7ac1-468c-b994-9acda3d06b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9060 | 2024.12.16 20:55:40.340936 [ 261 ] {ed2c8e8a-7ac1-468c-b994-9acda3d06b13} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9061 | 2024.12.16 20:55:40.341209 [ 187 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004792791 sec., 109956.80804775338 rows/sec., 7.87 MiB/sec. | ||
| 9062 | 2024.12.16 20:55:40.341315 [ 261 ] {ed2c8e8a-7ac1-468c-b994-9acda3d06b13} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9063 | 2024.12.16 20:55:40.341509 [ 189 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9064 | 2024.12.16 20:55:40.341777 [ 261 ] {ed2c8e8a-7ac1-468c-b994-9acda3d06b13} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004733 sec., 2746.672300866258 rows/sec., 171.25 KiB/sec. | ||
| 9065 | 2024.12.16 20:55:40.342134 [ 261 ] {ed2c8e8a-7ac1-468c-b994-9acda3d06b13} <Debug> TCPHandler: Processed in 0.005578907 sec. | ||
| 9066 | 2024.12.16 20:55:40.342441 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9067 | 2024.12.16 20:55:40.342529 [ 189 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_36_7} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9068 | 2024.12.16 20:55:40.342677 [ 260 ] {df4cb5f5-6997-4001-ba50-56bc4df56757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9069 | 2024.12.16 20:55:40.342726 [ 189 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_36_7} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9070 | 2024.12.16 20:55:40.342775 [ 260 ] {df4cb5f5-6997-4001-ba50-56bc4df56757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9071 | 2024.12.16 20:55:40.342917 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 9072 | 2024.12.16 20:55:40.343654 [ 260 ] {df4cb5f5-6997-4001-ba50-56bc4df56757} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9073 | 2024.12.16 20:55:40.343698 [ 260 ] {df4cb5f5-6997-4001-ba50-56bc4df56757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9074 | 2024.12.16 20:55:40.344075 [ 260 ] {df4cb5f5-6997-4001-ba50-56bc4df56757} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9075 | 2024.12.16 20:55:40.344314 [ 260 ] {df4cb5f5-6997-4001-ba50-56bc4df56757} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9076 | 2024.12.16 20:55:40.344540 [ 260 ] {df4cb5f5-6997-4001-ba50-56bc4df56757} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001947 sec., 205957.88392398562 rows/sec., 14.65 MiB/sec. | ||
| 9077 | 2024.12.16 20:55:40.344621 [ 260 ] {df4cb5f5-6997-4001-ba50-56bc4df56757} <Debug> TCPHandler: Processed in 0.002362906 sec. | ||
| 9078 | 2024.12.16 20:55:40.344851 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9079 | 2024.12.16 20:55:40.345047 [ 261 ] {544e0cca-536f-46cb-9ebb-b06bb175bf09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9080 | 2024.12.16 20:55:40.345105 [ 261 ] {544e0cca-536f-46cb-9ebb-b06bb175bf09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9081 | 2024.12.16 20:55:40.345577 [ 261 ] {544e0cca-536f-46cb-9ebb-b06bb175bf09} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9082 | 2024.12.16 20:55:40.345615 [ 261 ] {544e0cca-536f-46cb-9ebb-b06bb175bf09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9083 | 2024.12.16 20:55:40.345971 [ 261 ] {544e0cca-536f-46cb-9ebb-b06bb175bf09} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9084 | 2024.12.16 20:55:40.346211 [ 261 ] {544e0cca-536f-46cb-9ebb-b06bb175bf09} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9085 | 2024.12.16 20:55:40.346389 [ 261 ] {544e0cca-536f-46cb-9ebb-b06bb175bf09} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 227.98 KiB/sec. | ||
| 9086 | 2024.12.16 20:55:40.346442 [ 261 ] {544e0cca-536f-46cb-9ebb-b06bb175bf09} <Debug> TCPHandler: Processed in 0.001734063 sec. | ||
| 9087 | 2024.12.16 20:55:40.346580 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9088 | 2024.12.16 20:55:40.346696 [ 260 ] {25af1112-8381-43a7-909f-22bcd7c92579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9089 | 2024.12.16 20:55:40.346747 [ 260 ] {25af1112-8381-43a7-909f-22bcd7c92579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9090 | 2024.12.16 20:55:40.347321 [ 260 ] {25af1112-8381-43a7-909f-22bcd7c92579} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9091 | 2024.12.16 20:55:40.347359 [ 260 ] {25af1112-8381-43a7-909f-22bcd7c92579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9092 | 2024.12.16 20:55:40.347755 [ 260 ] {25af1112-8381-43a7-909f-22bcd7c92579} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9093 | 2024.12.16 20:55:40.347995 [ 260 ] {25af1112-8381-43a7-909f-22bcd7c92579} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9094 | 2024.12.16 20:55:40.348200 [ 260 ] {25af1112-8381-43a7-909f-22bcd7c92579} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001528 sec., 155104.7120418848 rows/sec., 10.40 MiB/sec. | ||
| 9095 | 2024.12.16 20:55:40.348251 [ 260 ] {25af1112-8381-43a7-909f-22bcd7c92579} <Debug> TCPHandler: Processed in 0.001728243 sec. | ||
| 9096 | 2024.12.16 20:55:40.348399 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9097 | 2024.12.16 20:55:40.348540 [ 261 ] {afd389a2-09a8-465f-b95f-008ef66b2147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9098 | 2024.12.16 20:55:40.348600 [ 261 ] {afd389a2-09a8-465f-b95f-008ef66b2147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9099 | 2024.12.16 20:55:40.349121 [ 261 ] {afd389a2-09a8-465f-b95f-008ef66b2147} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9100 | 2024.12.16 20:55:40.349157 [ 261 ] {afd389a2-09a8-465f-b95f-008ef66b2147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9101 | 2024.12.16 20:55:40.349506 [ 261 ] {afd389a2-09a8-465f-b95f-008ef66b2147} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9102 | 2024.12.16 20:55:40.349757 [ 261 ] {afd389a2-09a8-465f-b95f-008ef66b2147} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9103 | 2024.12.16 20:55:40.349971 [ 261 ] {afd389a2-09a8-465f-b95f-008ef66b2147} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001458 sec., 685.8710562414266 rows/sec., 46.22 KiB/sec. | ||
| 9104 | 2024.12.16 20:55:40.350135 [ 261 ] {afd389a2-09a8-465f-b95f-008ef66b2147} <Debug> TCPHandler: Processed in 0.001797025 sec. | ||
| 9105 | 2024.12.16 20:55:40.350335 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9106 | 2024.12.16 20:55:40.350478 [ 260 ] {99e4911d-6bd6-49a8-aadf-2f6f8f40e087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9107 | 2024.12.16 20:55:40.350564 [ 260 ] {99e4911d-6bd6-49a8-aadf-2f6f8f40e087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9108 | 2024.12.16 20:55:40.351763 [ 260 ] {99e4911d-6bd6-49a8-aadf-2f6f8f40e087} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9109 | 2024.12.16 20:55:40.351802 [ 260 ] {99e4911d-6bd6-49a8-aadf-2f6f8f40e087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9110 | 2024.12.16 20:55:40.352441 [ 260 ] {99e4911d-6bd6-49a8-aadf-2f6f8f40e087} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9111 | 2024.12.16 20:55:40.352700 [ 260 ] {99e4911d-6bd6-49a8-aadf-2f6f8f40e087} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9112 | 2024.12.16 20:55:40.352963 [ 260 ] {99e4911d-6bd6-49a8-aadf-2f6f8f40e087} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002514 sec., 7557.677008750994 rows/sec., 13.54 MiB/sec. | ||
| 9113 | 2024.12.16 20:55:40.353123 [ 260 ] {99e4911d-6bd6-49a8-aadf-2f6f8f40e087} <Debug> TCPHandler: Processed in 0.002890225 sec. | ||
| 9114 | 2024.12.16 20:55:40.353472 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9115 | 2024.12.16 20:55:40.353795 [ 261 ] {4e694f5c-2459-439d-9800-bffcdad99d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9116 | 2024.12.16 20:55:40.353882 [ 261 ] {4e694f5c-2459-439d-9800-bffcdad99d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9117 | 2024.12.16 20:55:40.354460 [ 261 ] {4e694f5c-2459-439d-9800-bffcdad99d39} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9118 | 2024.12.16 20:55:40.354497 [ 261 ] {4e694f5c-2459-439d-9800-bffcdad99d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9119 | 2024.12.16 20:55:40.354866 [ 261 ] {4e694f5c-2459-439d-9800-bffcdad99d39} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9120 | 2024.12.16 20:55:40.355110 [ 261 ] {4e694f5c-2459-439d-9800-bffcdad99d39} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9121 | 2024.12.16 20:55:40.355285 [ 261 ] {4e694f5c-2459-439d-9800-bffcdad99d39} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001554 sec., 52767.052767052766 rows/sec., 3.35 MiB/sec. | ||
| 9122 | 2024.12.16 20:55:40.355338 [ 261 ] {4e694f5c-2459-439d-9800-bffcdad99d39} <Debug> TCPHandler: Processed in 0.00209338 sec. | ||
| 9123 | 2024.12.16 20:55:43.231085 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9124 | 2024.12.16 20:55:43.231288 [ 261 ] {8fc194de-6bf2-4126-a5d1-fa95563175b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9125 | 2024.12.16 20:55:43.231359 [ 261 ] {8fc194de-6bf2-4126-a5d1-fa95563175b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9126 | 2024.12.16 20:55:43.232072 [ 261 ] {8fc194de-6bf2-4126-a5d1-fa95563175b9} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9127 | 2024.12.16 20:55:43.232125 [ 261 ] {8fc194de-6bf2-4126-a5d1-fa95563175b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9128 | 2024.12.16 20:55:43.232571 [ 261 ] {8fc194de-6bf2-4126-a5d1-fa95563175b9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9129 | 2024.12.16 20:55:43.232836 [ 261 ] {8fc194de-6bf2-4126-a5d1-fa95563175b9} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9130 | 2024.12.16 20:55:43.233104 [ 261 ] {8fc194de-6bf2-4126-a5d1-fa95563175b9} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00186 sec., 4301.075268817204 rows/sec., 350.72 KiB/sec. | ||
| 9131 | 2024.12.16 20:55:43.233208 [ 261 ] {8fc194de-6bf2-4126-a5d1-fa95563175b9} <Debug> TCPHandler: Processed in 0.002261414 sec. | ||
| 9132 | 2024.12.16 20:55:43.233479 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9133 | 2024.12.16 20:55:43.233687 [ 260 ] {88080976-b397-4763-85ce-d6e522fb9417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9134 | 2024.12.16 20:55:43.233768 [ 260 ] {88080976-b397-4763-85ce-d6e522fb9417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9135 | 2024.12.16 20:55:43.235062 [ 260 ] {88080976-b397-4763-85ce-d6e522fb9417} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9136 | 2024.12.16 20:55:43.235115 [ 260 ] {88080976-b397-4763-85ce-d6e522fb9417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9137 | 2024.12.16 20:55:43.235622 [ 260 ] {88080976-b397-4763-85ce-d6e522fb9417} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9138 | 2024.12.16 20:55:43.235880 [ 260 ] {88080976-b397-4763-85ce-d6e522fb9417} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9139 | 2024.12.16 20:55:43.236120 [ 260 ] {88080976-b397-4763-85ce-d6e522fb9417} <Debug> executeQuery: Read 1246 rows, 105.10 KiB in 0.002488 sec., 500803.8585209003 rows/sec., 41.25 MiB/sec. | ||
| 9140 | 2024.12.16 20:55:43.236189 [ 260 ] {88080976-b397-4763-85ce-d6e522fb9417} <Debug> TCPHandler: Processed in 0.002850785 sec. | ||
| 9141 | 2024.12.16 20:55:43.236422 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9142 | 2024.12.16 20:55:43.236653 [ 261 ] {0aea7b4d-0296-4247-9658-0515fd11f0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9143 | 2024.12.16 20:55:43.236748 [ 261 ] {0aea7b4d-0296-4247-9658-0515fd11f0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9144 | 2024.12.16 20:55:43.237554 [ 261 ] {0aea7b4d-0296-4247-9658-0515fd11f0ac} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9145 | 2024.12.16 20:55:43.237595 [ 261 ] {0aea7b4d-0296-4247-9658-0515fd11f0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9146 | 2024.12.16 20:55:43.237970 [ 261 ] {0aea7b4d-0296-4247-9658-0515fd11f0ac} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9147 | 2024.12.16 20:55:43.238216 [ 261 ] {0aea7b4d-0296-4247-9658-0515fd11f0ac} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9148 | 2024.12.16 20:55:43.238429 [ 261 ] {0aea7b4d-0296-4247-9658-0515fd11f0ac} <Debug> executeQuery: Read 31 rows, 2.29 KiB in 0.001834 sec., 16902.944383860417 rows/sec., 1.22 MiB/sec. | ||
| 9149 | 2024.12.16 20:55:43.238487 [ 261 ] {0aea7b4d-0296-4247-9658-0515fd11f0ac} <Debug> TCPHandler: Processed in 0.002177512 sec. | ||
| 9150 | 2024.12.16 20:55:43.238642 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9151 | 2024.12.16 20:55:43.238790 [ 260 ] {47ac352e-e4a4-4a4f-b7f9-88a2f73026d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9152 | 2024.12.16 20:55:43.238851 [ 260 ] {47ac352e-e4a4-4a4f-b7f9-88a2f73026d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9153 | 2024.12.16 20:55:43.239562 [ 260 ] {47ac352e-e4a4-4a4f-b7f9-88a2f73026d3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9154 | 2024.12.16 20:55:43.239604 [ 260 ] {47ac352e-e4a4-4a4f-b7f9-88a2f73026d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9155 | 2024.12.16 20:55:43.239972 [ 260 ] {47ac352e-e4a4-4a4f-b7f9-88a2f73026d3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9156 | 2024.12.16 20:55:43.240209 [ 260 ] {47ac352e-e4a4-4a4f-b7f9-88a2f73026d3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9157 | 2024.12.16 20:55:43.240446 [ 260 ] {47ac352e-e4a4-4a4f-b7f9-88a2f73026d3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001691 sec., 134831.4606741573 rows/sec., 9.13 MiB/sec. | ||
| 9158 | 2024.12.16 20:55:43.240678 [ 260 ] {47ac352e-e4a4-4a4f-b7f9-88a2f73026d3} <Debug> TCPHandler: Processed in 0.002100691 sec. | ||
| 9159 | 2024.12.16 20:55:43.240903 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9160 | 2024.12.16 20:55:43.241044 [ 261 ] {a340edfc-0b75-4c37-94e9-24f8e156ae51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9161 | 2024.12.16 20:55:43.241101 [ 261 ] {a340edfc-0b75-4c37-94e9-24f8e156ae51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9162 | 2024.12.16 20:55:43.241876 [ 261 ] {a340edfc-0b75-4c37-94e9-24f8e156ae51} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9163 | 2024.12.16 20:55:43.241916 [ 261 ] {a340edfc-0b75-4c37-94e9-24f8e156ae51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9164 | 2024.12.16 20:55:43.242312 [ 261 ] {a340edfc-0b75-4c37-94e9-24f8e156ae51} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9165 | 2024.12.16 20:55:43.242602 [ 261 ] {a340edfc-0b75-4c37-94e9-24f8e156ae51} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9166 | 2024.12.16 20:55:43.243129 [ 261 ] {a340edfc-0b75-4c37-94e9-24f8e156ae51} <Debug> executeQuery: Read 551 rows, 41.90 KiB in 0.002085 sec., 264268.5851318945 rows/sec., 19.62 MiB/sec. | ||
| 9167 | 2024.12.16 20:55:43.243606 [ 261 ] {a340edfc-0b75-4c37-94e9-24f8e156ae51} <Debug> TCPHandler: Processed in 0.002818213 sec. | ||
| 9168 | 2024.12.16 20:55:43.243959 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9169 | 2024.12.16 20:55:43.244159 [ 260 ] {08d260d6-7966-4161-a527-6804ea71a36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9170 | 2024.12.16 20:55:43.244217 [ 260 ] {08d260d6-7966-4161-a527-6804ea71a36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9171 | 2024.12.16 20:55:43.244960 [ 260 ] {08d260d6-7966-4161-a527-6804ea71a36c} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9172 | 2024.12.16 20:55:43.244999 [ 260 ] {08d260d6-7966-4161-a527-6804ea71a36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9173 | 2024.12.16 20:55:43.245470 [ 260 ] {08d260d6-7966-4161-a527-6804ea71a36c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9174 | 2024.12.16 20:55:43.245705 [ 260 ] {08d260d6-7966-4161-a527-6804ea71a36c} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9175 | 2024.12.16 20:55:43.245912 [ 260 ] {08d260d6-7966-4161-a527-6804ea71a36c} <Debug> executeQuery: Read 946 rows, 64.96 KiB in 0.001782 sec., 530864.1975308642 rows/sec., 35.60 MiB/sec. | ||
| 9176 | 2024.12.16 20:55:43.245971 [ 260 ] {08d260d6-7966-4161-a527-6804ea71a36c} <Debug> TCPHandler: Processed in 0.002227963 sec. | ||
| 9177 | 2024.12.16 20:55:43.246099 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9178 | 2024.12.16 20:55:43.246220 [ 261 ] {10f9396e-1ba6-44cd-843d-69ceacbed5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9179 | 2024.12.16 20:55:43.246302 [ 261 ] {10f9396e-1ba6-44cd-843d-69ceacbed5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9180 | 2024.12.16 20:55:43.247437 [ 261 ] {10f9396e-1ba6-44cd-843d-69ceacbed5f8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9181 | 2024.12.16 20:55:43.247476 [ 261 ] {10f9396e-1ba6-44cd-843d-69ceacbed5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9182 | 2024.12.16 20:55:43.248119 [ 261 ] {10f9396e-1ba6-44cd-843d-69ceacbed5f8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9183 | 2024.12.16 20:55:43.248388 [ 261 ] {10f9396e-1ba6-44cd-843d-69ceacbed5f8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9184 | 2024.12.16 20:55:43.248655 [ 261 ] {10f9396e-1ba6-44cd-843d-69ceacbed5f8} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002459 sec., 9353.395689304596 rows/sec., 16.76 MiB/sec. | ||
| 9185 | 2024.12.16 20:55:43.248771 [ 261 ] {10f9396e-1ba6-44cd-843d-69ceacbed5f8} <Debug> TCPHandler: Processed in 0.002727442 sec. | ||
| 9186 | 2024.12.16 20:55:43.248911 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9187 | 2024.12.16 20:55:43.249030 [ 260 ] {e09708b0-bf8b-45e9-8b7a-4f26ad58c4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9188 | 2024.12.16 20:55:43.249081 [ 260 ] {e09708b0-bf8b-45e9-8b7a-4f26ad58c4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9189 | 2024.12.16 20:55:43.249635 [ 260 ] {e09708b0-bf8b-45e9-8b7a-4f26ad58c4f9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9190 | 2024.12.16 20:55:43.249681 [ 260 ] {e09708b0-bf8b-45e9-8b7a-4f26ad58c4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 9191 | 2024.12.16 20:55:43.250112 [ 260 ] {e09708b0-bf8b-45e9-8b7a-4f26ad58c4f9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9192 | 2024.12.16 20:55:43.250353 [ 260 ] {e09708b0-bf8b-45e9-8b7a-4f26ad58c4f9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9193 | 2024.12.16 20:55:43.250590 [ 260 ] {e09708b0-bf8b-45e9-8b7a-4f26ad58c4f9} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001582 sec., 22756.00505689001 rows/sec., 1.53 MiB/sec. | ||
| 9194 | 2024.12.16 20:55:43.250655 [ 260 ] {e09708b0-bf8b-45e9-8b7a-4f26ad58c4f9} <Debug> TCPHandler: Processed in 0.001798004 sec. | ||
| 9195 | 2024.12.16 20:55:43.954347 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 9196 | 2024.12.16 20:55:43.955356 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9197 | 2024.12.16 20:55:43.955401 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9198 | 2024.12.16 20:55:43.955938 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9199 | 2024.12.16 20:55:43.956201 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9200 | 2024.12.16 20:55:43.956410 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 9201 | 2024.12.16 20:55:45.317840 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9202 | 2024.12.16 20:55:45.318049 [ 261 ] {cb7eecda-0066-467d-94f4-84239e15fc2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9203 | 2024.12.16 20:55:45.318129 [ 261 ] {cb7eecda-0066-467d-94f4-84239e15fc2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9204 | 2024.12.16 20:55:45.318877 [ 261 ] {cb7eecda-0066-467d-94f4-84239e15fc2b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9205 | 2024.12.16 20:55:45.318931 [ 261 ] {cb7eecda-0066-467d-94f4-84239e15fc2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9206 | 2024.12.16 20:55:45.319360 [ 261 ] {cb7eecda-0066-467d-94f4-84239e15fc2b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9207 | 2024.12.16 20:55:45.319614 [ 261 ] {cb7eecda-0066-467d-94f4-84239e15fc2b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9208 | 2024.12.16 20:55:45.319884 [ 261 ] {cb7eecda-0066-467d-94f4-84239e15fc2b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.26 MiB/sec. | ||
| 9209 | 2024.12.16 20:55:45.319994 [ 261 ] {cb7eecda-0066-467d-94f4-84239e15fc2b} <Debug> TCPHandler: Processed in 0.002290534 sec. | ||
| 9210 | 2024.12.16 20:55:45.320304 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9211 | 2024.12.16 20:55:45.320502 [ 260 ] {8c0476cc-1cbc-4ac6-9ca4-eeeb8089c7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9212 | 2024.12.16 20:55:45.320579 [ 260 ] {8c0476cc-1cbc-4ac6-9ca4-eeeb8089c7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9213 | 2024.12.16 20:55:45.321363 [ 260 ] {8c0476cc-1cbc-4ac6-9ca4-eeeb8089c7df} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9214 | 2024.12.16 20:55:45.321413 [ 260 ] {8c0476cc-1cbc-4ac6-9ca4-eeeb8089c7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9215 | 2024.12.16 20:55:45.321849 [ 260 ] {8c0476cc-1cbc-4ac6-9ca4-eeeb8089c7df} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9216 | 2024.12.16 20:55:45.322100 [ 260 ] {8c0476cc-1cbc-4ac6-9ca4-eeeb8089c7df} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9217 | 2024.12.16 20:55:45.322337 [ 260 ] {8c0476cc-1cbc-4ac6-9ca4-eeeb8089c7df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001888 sec., 33898.30508474576 rows/sec., 2.65 MiB/sec. | ||
| 9218 | 2024.12.16 20:55:45.322405 [ 260 ] {8c0476cc-1cbc-4ac6-9ca4-eeeb8089c7df} <Debug> TCPHandler: Processed in 0.002301174 sec. | ||
| 9219 | 2024.12.16 20:55:45.322560 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9220 | 2024.12.16 20:55:45.322707 [ 261 ] {9a498ede-6fe1-4f27-b54e-6df7d928c636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9221 | 2024.12.16 20:55:45.322774 [ 261 ] {9a498ede-6fe1-4f27-b54e-6df7d928c636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9222 | 2024.12.16 20:55:45.323382 [ 261 ] {9a498ede-6fe1-4f27-b54e-6df7d928c636} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9223 | 2024.12.16 20:55:45.323422 [ 261 ] {9a498ede-6fe1-4f27-b54e-6df7d928c636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9224 | 2024.12.16 20:55:45.323829 [ 261 ] {9a498ede-6fe1-4f27-b54e-6df7d928c636} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9225 | 2024.12.16 20:55:45.324076 [ 261 ] {9a498ede-6fe1-4f27-b54e-6df7d928c636} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9226 | 2024.12.16 20:55:45.324295 [ 261 ] {9a498ede-6fe1-4f27-b54e-6df7d928c636} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001623 sec., 39433.148490449785 rows/sec., 2.75 MiB/sec. | ||
| 9227 | 2024.12.16 20:55:45.324353 [ 261 ] {9a498ede-6fe1-4f27-b54e-6df7d928c636} <Debug> TCPHandler: Processed in 0.001860666 sec. | ||
| 9228 | 2024.12.16 20:55:45.324504 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9229 | 2024.12.16 20:55:45.324648 [ 260 ] {df873d74-629d-4a06-ad6b-a8650b1758d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9230 | 2024.12.16 20:55:45.324711 [ 260 ] {df873d74-629d-4a06-ad6b-a8650b1758d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9231 | 2024.12.16 20:55:45.325275 [ 260 ] {df873d74-629d-4a06-ad6b-a8650b1758d5} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9232 | 2024.12.16 20:55:45.325315 [ 260 ] {df873d74-629d-4a06-ad6b-a8650b1758d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9233 | 2024.12.16 20:55:45.325707 [ 260 ] {df873d74-629d-4a06-ad6b-a8650b1758d5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9234 | 2024.12.16 20:55:45.325945 [ 260 ] {df873d74-629d-4a06-ad6b-a8650b1758d5} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9235 | 2024.12.16 20:55:45.326158 [ 260 ] {df873d74-629d-4a06-ad6b-a8650b1758d5} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001545 sec., 15533.980582524273 rows/sec., 1.05 MiB/sec. | ||
| 9236 | 2024.12.16 20:55:45.326212 [ 260 ] {df873d74-629d-4a06-ad6b-a8650b1758d5} <Debug> TCPHandler: Processed in 0.001776934 sec. | ||
| 9237 | 2024.12.16 20:55:45.485896 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9238 | 2024.12.16 20:55:45.508404 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9239 | 2024.12.16 20:55:45.508460 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9240 | 2024.12.16 20:55:45.515895 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9241 | 2024.12.16 20:55:45.516694 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9242 | 2024.12.16 20:55:45.519621 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9243 | 2024.12.16 20:55:46.564203 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1312 | ||
| 9244 | 2024.12.16 20:55:46.567975 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9245 | 2024.12.16 20:55:46.568065 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9246 | 2024.12.16 20:55:46.570235 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9247 | 2024.12.16 20:55:46.570587 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9248 | 2024.12.16 20:55:46.571486 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1312 | ||
| 9249 | 2024.12.16 20:55:50.329067 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9250 | 2024.12.16 20:55:50.329319 [ 261 ] {802b9722-514c-4b28-89e4-7b7ebdb585b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9251 | 2024.12.16 20:55:50.329407 [ 261 ] {802b9722-514c-4b28-89e4-7b7ebdb585b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9252 | 2024.12.16 20:55:50.330438 [ 261 ] {802b9722-514c-4b28-89e4-7b7ebdb585b3} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9253 | 2024.12.16 20:55:50.330503 [ 261 ] {802b9722-514c-4b28-89e4-7b7ebdb585b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9254 | 2024.12.16 20:55:50.331048 [ 261 ] {802b9722-514c-4b28-89e4-7b7ebdb585b3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9255 | 2024.12.16 20:55:50.331400 [ 261 ] {802b9722-514c-4b28-89e4-7b7ebdb585b3} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9256 | 2024.12.16 20:55:50.331673 [ 136 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9257 | 2024.12.16 20:55:50.331717 [ 261 ] {802b9722-514c-4b28-89e4-7b7ebdb585b3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002459 sec., 5693.371289141928 rows/sec., 409.85 KiB/sec. | ||
| 9258 | 2024.12.16 20:55:50.331785 [ 136 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9259 | 2024.12.16 20:55:50.331880 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9260 | 2024.12.16 20:55:50.331887 [ 261 ] {802b9722-514c-4b28-89e4-7b7ebdb585b3} <Debug> TCPHandler: Processed in 0.002994897 sec. | ||
| 9261 | 2024.12.16 20:55:50.332150 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 9262 | 2024.12.16 20:55:50.332226 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9263 | 2024.12.16 20:55:50.332410 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9264 | 2024.12.16 20:55:50.332421 [ 260 ] {cefed094-e75a-48d3-ad17-f4a12cdcc0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9265 | 2024.12.16 20:55:50.332470 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 9266 | 2024.12.16 20:55:50.332504 [ 260 ] {cefed094-e75a-48d3-ad17-f4a12cdcc0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9267 | 2024.12.16 20:55:50.332793 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 9268 | 2024.12.16 20:55:50.333164 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 9269 | 2024.12.16 20:55:50.333644 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 9270 | 2024.12.16 20:55:50.334014 [ 186 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 9271 | 2024.12.16 20:55:50.334766 [ 260 ] {cefed094-e75a-48d3-ad17-f4a12cdcc0e2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9272 | 2024.12.16 20:55:50.334815 [ 260 ] {cefed094-e75a-48d3-ad17-f4a12cdcc0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9273 | 2024.12.16 20:55:50.335781 [ 260 ] {cefed094-e75a-48d3-ad17-f4a12cdcc0e2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9274 | 2024.12.16 20:55:50.336399 [ 189 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004366494 sec., 16031.16825535544 rows/sec., 1.19 MiB/sec. | ||
| 9275 | 2024.12.16 20:55:50.336416 [ 260 ] {cefed094-e75a-48d3-ad17-f4a12cdcc0e2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9276 | 2024.12.16 20:55:50.336663 [ 189 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9277 | 2024.12.16 20:55:50.336825 [ 136 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9278 | 2024.12.16 20:55:50.336985 [ 136 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9279 | 2024.12.16 20:55:50.337029 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9280 | 2024.12.16 20:55:50.337034 [ 260 ] {cefed094-e75a-48d3-ad17-f4a12cdcc0e2} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.004664 sec., 51672.384219554035 rows/sec., 4.53 MiB/sec. | ||
| 9281 | 2024.12.16 20:55:50.337464 [ 260 ] {cefed094-e75a-48d3-ad17-f4a12cdcc0e2} <Debug> TCPHandler: Processed in 0.005366072 sec. | ||
| 9282 | 2024.12.16 20:55:50.337498 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 9283 | 2024.12.16 20:55:50.337806 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9284 | 2024.12.16 20:55:50.337845 [ 189 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_29_7} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9285 | 2024.12.16 20:55:50.337837 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9286 | 2024.12.16 20:55:50.337976 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1437 rows starting from the beginning of the part | ||
| 9287 | 2024.12.16 20:55:50.338149 [ 189 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_29_7} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9288 | 2024.12.16 20:55:50.338177 [ 261 ] {383e0e4c-05d1-4fba-bc8c-b75baf2e13ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9289 | 2024.12.16 20:55:50.338371 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 102 rows starting from the beginning of the part | ||
| 9290 | 2024.12.16 20:55:50.338422 [ 261 ] {383e0e4c-05d1-4fba-bc8c-b75baf2e13ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9291 | 2024.12.16 20:55:50.338609 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 9292 | 2024.12.16 20:55:50.338870 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 241 rows starting from the beginning of the part | ||
| 9293 | 2024.12.16 20:55:50.339273 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1246 rows starting from the beginning of the part | ||
| 9294 | 2024.12.16 20:55:50.339648 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 9295 | 2024.12.16 20:55:50.340006 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 241 rows starting from the beginning of the part | ||
| 9296 | 2024.12.16 20:55:50.341449 [ 261 ] {383e0e4c-05d1-4fba-bc8c-b75baf2e13ed} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9297 | 2024.12.16 20:55:50.341509 [ 261 ] {383e0e4c-05d1-4fba-bc8c-b75baf2e13ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9298 | 2024.12.16 20:55:50.342449 [ 261 ] {383e0e4c-05d1-4fba-bc8c-b75baf2e13ed} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9299 | 2024.12.16 20:55:50.342860 [ 261 ] {383e0e4c-05d1-4fba-bc8c-b75baf2e13ed} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9300 | 2024.12.16 20:55:50.343120 [ 261 ] {383e0e4c-05d1-4fba-bc8c-b75baf2e13ed} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.005098 sec., 5100.0392310710085 rows/sec., 369.71 KiB/sec. | ||
| 9301 | 2024.12.16 20:55:50.343208 [ 261 ] {383e0e4c-05d1-4fba-bc8c-b75baf2e13ed} <Debug> TCPHandler: Processed in 0.005605857 sec. | ||
| 9302 | 2024.12.16 20:55:50.343404 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9303 | 2024.12.16 20:55:50.343614 [ 260 ] {5ad41cab-b49d-4974-9ed9-ce31cda1ada5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9304 | 2024.12.16 20:55:50.343622 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3323 rows, containing 5 columns (5 merged, 0 gathered) in 0.006470584 sec., 513554.88159955887 rows/sec., 44.86 MiB/sec. | ||
| 9305 | 2024.12.16 20:55:50.343689 [ 260 ] {5ad41cab-b49d-4974-9ed9-ce31cda1ada5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9306 | 2024.12.16 20:55:50.344016 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9307 | 2024.12.16 20:55:50.344713 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_71_14} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9308 | 2024.12.16 20:55:50.344867 [ 260 ] {5ad41cab-b49d-4974-9ed9-ce31cda1ada5} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9309 | 2024.12.16 20:55:50.344930 [ 260 ] {5ad41cab-b49d-4974-9ed9-ce31cda1ada5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9310 | 2024.12.16 20:55:50.344938 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_71_14} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9311 | 2024.12.16 20:55:50.345131 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 9312 | 2024.12.16 20:55:50.345452 [ 260 ] {5ad41cab-b49d-4974-9ed9-ce31cda1ada5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9313 | 2024.12.16 20:55:50.345730 [ 260 ] {5ad41cab-b49d-4974-9ed9-ce31cda1ada5} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9314 | 2024.12.16 20:55:50.346013 [ 260 ] {5ad41cab-b49d-4974-9ed9-ce31cda1ada5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002446 sec., 5723.630417007359 rows/sec., 400.85 KiB/sec. | ||
| 9315 | 2024.12.16 20:55:50.346208 [ 260 ] {5ad41cab-b49d-4974-9ed9-ce31cda1ada5} <Debug> TCPHandler: Processed in 0.002890155 sec. | ||
| 9316 | 2024.12.16 20:55:50.346437 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9317 | 2024.12.16 20:55:50.346560 [ 261 ] {f43599af-a0bf-48ee-8442-cbda2fdcc0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9318 | 2024.12.16 20:55:50.346612 [ 261 ] {f43599af-a0bf-48ee-8442-cbda2fdcc0a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9319 | 2024.12.16 20:55:50.347225 [ 261 ] {f43599af-a0bf-48ee-8442-cbda2fdcc0a3} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9320 | 2024.12.16 20:55:50.347267 [ 261 ] {f43599af-a0bf-48ee-8442-cbda2fdcc0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9321 | 2024.12.16 20:55:50.347662 [ 261 ] {f43599af-a0bf-48ee-8442-cbda2fdcc0a3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9322 | 2024.12.16 20:55:50.347906 [ 261 ] {f43599af-a0bf-48ee-8442-cbda2fdcc0a3} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9323 | 2024.12.16 20:55:50.348073 [ 136 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9324 | 2024.12.16 20:55:50.348153 [ 261 ] {f43599af-a0bf-48ee-8442-cbda2fdcc0a3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001611 sec., 8069.522036002483 rows/sec., 503.13 KiB/sec. | ||
| 9325 | 2024.12.16 20:55:50.348157 [ 136 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9326 | 2024.12.16 20:55:50.348247 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9327 | 2024.12.16 20:55:50.348294 [ 261 ] {f43599af-a0bf-48ee-8442-cbda2fdcc0a3} <Debug> TCPHandler: Processed in 0.001964087 sec. | ||
| 9328 | 2024.12.16 20:55:50.348474 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 9329 | 2024.12.16 20:55:50.348522 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9330 | 2024.12.16 20:55:50.348614 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9331 | 2024.12.16 20:55:50.348657 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 9332 | 2024.12.16 20:55:50.348672 [ 260 ] {7360f903-7fc8-4e69-8ad0-ac9b94645a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9333 | 2024.12.16 20:55:50.348787 [ 260 ] {7360f903-7fc8-4e69-8ad0-ac9b94645a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9334 | 2024.12.16 20:55:50.348818 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 9335 | 2024.12.16 20:55:50.349264 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 9336 | 2024.12.16 20:55:50.349674 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 9337 | 2024.12.16 20:55:50.349982 [ 190 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 9338 | 2024.12.16 20:55:50.351264 [ 260 ] {7360f903-7fc8-4e69-8ad0-ac9b94645a44} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9339 | 2024.12.16 20:55:50.351314 [ 260 ] {7360f903-7fc8-4e69-8ad0-ac9b94645a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9340 | 2024.12.16 20:55:50.351731 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003383485 sec., 19210.961479066704 rows/sec., 1.24 MiB/sec. | ||
| 9341 | 2024.12.16 20:55:50.351998 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9342 | 2024.12.16 20:55:50.352027 [ 260 ] {7360f903-7fc8-4e69-8ad0-ac9b94645a44} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9343 | 2024.12.16 20:55:50.352496 [ 260 ] {7360f903-7fc8-4e69-8ad0-ac9b94645a44} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9344 | 2024.12.16 20:55:50.352675 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_29_7} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9345 | 2024.12.16 20:55:50.352852 [ 136 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9346 | 2024.12.16 20:55:50.352970 [ 136 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9347 | 2024.12.16 20:55:50.353034 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9348 | 2024.12.16 20:55:50.353065 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_29_7} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9349 | 2024.12.16 20:55:50.353086 [ 260 ] {7360f903-7fc8-4e69-8ad0-ac9b94645a44} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.004436 sec., 90396.75383228133 rows/sec., 6.43 MiB/sec. | ||
| 9350 | 2024.12.16 20:55:50.353419 [ 260 ] {7360f903-7fc8-4e69-8ad0-ac9b94645a44} <Debug> TCPHandler: Processed in 0.004961265 sec. | ||
| 9351 | 2024.12.16 20:55:50.353476 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9352 | 2024.12.16 20:55:50.353572 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 9353 | 2024.12.16 20:55:50.353658 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9354 | 2024.12.16 20:55:50.353753 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9355 | 2024.12.16 20:55:50.353829 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 916 rows starting from the beginning of the part | ||
| 9356 | 2024.12.16 20:55:50.353946 [ 261 ] {c7fd6fbf-bc4d-4887-bfae-0a7675d2e824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9357 | 2024.12.16 20:55:50.354063 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 87 rows starting from the beginning of the part | ||
| 9358 | 2024.12.16 20:55:50.354158 [ 261 ] {c7fd6fbf-bc4d-4887-bfae-0a7675d2e824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9359 | 2024.12.16 20:55:50.354334 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 401 rows starting from the beginning of the part | ||
| 9360 | 2024.12.16 20:55:50.354692 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 551 rows starting from the beginning of the part | ||
| 9361 | 2024.12.16 20:55:50.355039 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part | ||
| 9362 | 2024.12.16 20:55:50.355367 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 401 rows starting from the beginning of the part | ||
| 9363 | 2024.12.16 20:55:50.356637 [ 261 ] {c7fd6fbf-bc4d-4887-bfae-0a7675d2e824} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9364 | 2024.12.16 20:55:50.356719 [ 261 ] {c7fd6fbf-bc4d-4887-bfae-0a7675d2e824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9365 | 2024.12.16 20:55:50.357834 [ 261 ] {c7fd6fbf-bc4d-4887-bfae-0a7675d2e824} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9366 | 2024.12.16 20:55:50.358126 [ 261 ] {c7fd6fbf-bc4d-4887-bfae-0a7675d2e824} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9367 | 2024.12.16 20:55:50.358709 [ 261 ] {c7fd6fbf-bc4d-4887-bfae-0a7675d2e824} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004848 sec., 1237.6237623762377 rows/sec., 64.66 KiB/sec. | ||
| 9368 | 2024.12.16 20:55:50.358724 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.005552966 sec., 435803.1365580124 rows/sec., 33.43 MiB/sec. | ||
| 9369 | 2024.12.16 20:55:50.358842 [ 261 ] {c7fd6fbf-bc4d-4887-bfae-0a7675d2e824} <Debug> TCPHandler: Processed in 0.005292431 sec. | ||
| 9370 | 2024.12.16 20:55:50.359014 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9371 | 2024.12.16 20:55:50.359019 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9372 | 2024.12.16 20:55:50.359149 [ 260 ] {75127a21-5bdb-4d7d-b95d-3ce67314b40e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9373 | 2024.12.16 20:55:50.359215 [ 260 ] {75127a21-5bdb-4d7d-b95d-3ce67314b40e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9374 | 2024.12.16 20:55:50.359434 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_71_14} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9375 | 2024.12.16 20:55:50.359575 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_71_14} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9376 | 2024.12.16 20:55:50.359681 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 9377 | 2024.12.16 20:55:50.359931 [ 260 ] {75127a21-5bdb-4d7d-b95d-3ce67314b40e} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9378 | 2024.12.16 20:55:50.359970 [ 260 ] {75127a21-5bdb-4d7d-b95d-3ce67314b40e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9379 | 2024.12.16 20:55:50.360372 [ 260 ] {75127a21-5bdb-4d7d-b95d-3ce67314b40e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9380 | 2024.12.16 20:55:50.360615 [ 260 ] {75127a21-5bdb-4d7d-b95d-3ce67314b40e} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9381 | 2024.12.16 20:55:50.360791 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9382 | 2024.12.16 20:55:50.360859 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9383 | 2024.12.16 20:55:50.360862 [ 260 ] {75127a21-5bdb-4d7d-b95d-3ce67314b40e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001737 sec., 136442.14162348877 rows/sec., 9.15 MiB/sec. | ||
| 9384 | 2024.12.16 20:55:50.360901 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9385 | 2024.12.16 20:55:50.361049 [ 260 ] {75127a21-5bdb-4d7d-b95d-3ce67314b40e} <Debug> TCPHandler: Processed in 0.00209248 sec. | ||
| 9386 | 2024.12.16 20:55:50.361112 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 9387 | 2024.12.16 20:55:50.361259 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9388 | 2024.12.16 20:55:50.361315 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9389 | 2024.12.16 20:55:50.361357 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20961 rows starting from the beginning of the part | ||
| 9390 | 2024.12.16 20:55:50.361617 [ 261 ] {dafe6862-97e2-4a6a-b733-f8008f053237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9391 | 2024.12.16 20:55:50.361631 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 9392 | 2024.12.16 20:55:50.361856 [ 261 ] {dafe6862-97e2-4a6a-b733-f8008f053237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9393 | 2024.12.16 20:55:50.361913 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 9394 | 2024.12.16 20:55:50.362284 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 946 rows starting from the beginning of the part | ||
| 9395 | 2024.12.16 20:55:50.362682 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part | ||
| 9396 | 2024.12.16 20:55:50.363086 [ 192 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part | ||
| 9397 | 2024.12.16 20:55:50.364207 [ 261 ] {dafe6862-97e2-4a6a-b733-f8008f053237} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9398 | 2024.12.16 20:55:50.364258 [ 261 ] {dafe6862-97e2-4a6a-b733-f8008f053237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9399 | 2024.12.16 20:55:50.364836 [ 261 ] {dafe6862-97e2-4a6a-b733-f8008f053237} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9400 | 2024.12.16 20:55:50.365294 [ 261 ] {dafe6862-97e2-4a6a-b733-f8008f053237} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9401 | 2024.12.16 20:55:50.365818 [ 261 ] {dafe6862-97e2-4a6a-b733-f8008f053237} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004368 sec., 228.9377289377289 rows/sec., 15.43 KiB/sec. | ||
| 9402 | 2024.12.16 20:55:50.366040 [ 261 ] {dafe6862-97e2-4a6a-b733-f8008f053237} <Debug> TCPHandler: Processed in 0.004879363 sec. | ||
| 9403 | 2024.12.16 20:55:50.366264 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9404 | 2024.12.16 20:55:50.366430 [ 260 ] {03e355c1-80dc-48cd-b295-db656d3709a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9405 | 2024.12.16 20:55:50.366527 [ 260 ] {03e355c1-80dc-48cd-b295-db656d3709a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9406 | 2024.12.16 20:55:50.367981 [ 260 ] {03e355c1-80dc-48cd-b295-db656d3709a8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9407 | 2024.12.16 20:55:50.368022 [ 260 ] {03e355c1-80dc-48cd-b295-db656d3709a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9408 | 2024.12.16 20:55:50.368697 [ 260 ] {03e355c1-80dc-48cd-b295-db656d3709a8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9409 | 2024.12.16 20:55:50.369052 [ 260 ] {03e355c1-80dc-48cd-b295-db656d3709a8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9410 | 2024.12.16 20:55:50.369319 [ 260 ] {03e355c1-80dc-48cd-b295-db656d3709a8} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002941 sec., 6460.387623257396 rows/sec., 11.58 MiB/sec. | ||
| 9411 | 2024.12.16 20:55:50.369454 [ 260 ] {03e355c1-80dc-48cd-b295-db656d3709a8} <Debug> TCPHandler: Processed in 0.003321513 sec. | ||
| 9412 | 2024.12.16 20:55:50.369632 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9413 | 2024.12.16 20:55:50.369784 [ 261 ] {d86590bb-32c6-4fe9-9ce0-2670d60cc625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9414 | 2024.12.16 20:55:50.369848 [ 261 ] {d86590bb-32c6-4fe9-9ce0-2670d60cc625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9415 | 2024.12.16 20:55:50.370692 [ 261 ] {d86590bb-32c6-4fe9-9ce0-2670d60cc625} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9416 | 2024.12.16 20:55:50.370733 [ 261 ] {d86590bb-32c6-4fe9-9ce0-2670d60cc625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9417 | 2024.12.16 20:55:50.371232 [ 261 ] {d86590bb-32c6-4fe9-9ce0-2670d60cc625} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9418 | 2024.12.16 20:55:50.371784 [ 261 ] {d86590bb-32c6-4fe9-9ce0-2670d60cc625} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9419 | 2024.12.16 20:55:50.371849 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22605 rows, containing 5 columns (5 merged, 0 gathered) in 0.010843717 sec., 2084617.29497367 rows/sec., 140.73 MiB/sec. | ||
| 9420 | 2024.12.16 20:55:50.372047 [ 133 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9421 | 2024.12.16 20:55:50.372106 [ 261 ] {d86590bb-32c6-4fe9-9ce0-2670d60cc625} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002358 sec., 34775.233248515695 rows/sec., 2.21 MiB/sec. | ||
| 9422 | 2024.12.16 20:55:50.372124 [ 133 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9423 | 2024.12.16 20:55:50.372212 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9424 | 2024.12.16 20:55:50.372296 [ 261 ] {d86590bb-32c6-4fe9-9ce0-2670d60cc625} <Debug> TCPHandler: Processed in 0.002747893 sec. | ||
| 9425 | 2024.12.16 20:55:50.372480 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 9426 | 2024.12.16 20:55:50.372604 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9427 | 2024.12.16 20:55:50.372670 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9428 | 2024.12.16 20:55:50.372755 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4050 rows starting from the beginning of the part | ||
| 9429 | 2024.12.16 20:55:50.372898 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 9430 | 2024.12.16 20:55:50.373280 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 9431 | 2024.12.16 20:55:50.373606 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part | ||
| 9432 | 2024.12.16 20:55:50.373720 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9433 | 2024.12.16 20:55:50.373910 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 24 rows starting from the beginning of the part | ||
| 9434 | 2024.12.16 20:55:50.374203 [ 198 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part | ||
| 9435 | 2024.12.16 20:55:50.374215 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9436 | 2024.12.16 20:55:50.374579 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 9437 | 2024.12.16 20:55:50.376236 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4334 rows, containing 4 columns (4 merged, 0 gathered) in 0.003893604 sec., 1113107.547660214 rows/sec., 72.65 MiB/sec. | ||
| 9438 | 2024.12.16 20:55:50.376603 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9439 | 2024.12.16 20:55:50.376965 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_71_14} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9440 | 2024.12.16 20:55:50.377076 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_71_14} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9441 | 2024.12.16 20:55:50.377177 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 9442 | 2024.12.16 20:55:51.286616 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9443 | 2024.12.16 20:55:51.286675 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9444 | 2024.12.16 20:55:51.457505 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 9445 | 2024.12.16 20:55:51.458247 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9446 | 2024.12.16 20:55:51.458304 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9447 | 2024.12.16 20:55:51.458854 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9448 | 2024.12.16 20:55:51.459142 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9449 | 2024.12.16 20:55:51.459406 [ 135 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9450 | 2024.12.16 20:55:51.459428 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9451 | 2024.12.16 20:55:51.459511 [ 135 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9452 | 2024.12.16 20:55:51.459547 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9453 | 2024.12.16 20:55:51.459669 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 9454 | 2024.12.16 20:55:51.459803 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9455 | 2024.12.16 20:55:51.459845 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 9456 | 2024.12.16 20:55:51.459920 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 9457 | 2024.12.16 20:55:51.460157 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 9458 | 2024.12.16 20:55:51.460392 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 9459 | 2024.12.16 20:55:51.460542 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 9460 | 2024.12.16 20:55:51.460683 [ 199 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 9461 | 2024.12.16 20:55:51.463199 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003585108 sec., 5887130.875834145 rows/sec., 84.22 MiB/sec. | ||
| 9462 | 2024.12.16 20:55:51.463646 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9463 | 2024.12.16 20:55:51.464056 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_46_9} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9464 | 2024.12.16 20:55:51.464169 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_46_9} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9465 | 2024.12.16 20:55:51.464308 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 9466 | 2024.12.16 20:55:53.020640 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9467 | 2024.12.16 20:55:53.043653 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9468 | 2024.12.16 20:55:53.043728 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9469 | 2024.12.16 20:55:53.051394 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9470 | 2024.12.16 20:55:53.052215 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9471 | 2024.12.16 20:55:53.052607 [ 131 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9472 | 2024.12.16 20:55:53.052749 [ 131 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9473 | 2024.12.16 20:55:53.052819 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9474 | 2024.12.16 20:55:53.053387 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 9475 | 2024.12.16 20:55:53.069257 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9476 | 2024.12.16 20:55:53.070961 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9477 | 2024.12.16 20:55:53.072732 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 9478 | 2024.12.16 20:55:53.078564 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 9479 | 2024.12.16 20:55:53.084175 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 9480 | 2024.12.16 20:55:53.090159 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 9481 | 2024.12.16 20:55:53.096145 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 9482 | 2024.12.16 20:55:53.100599 [ 200 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 9483 | 2024.12.16 20:55:53.160104 [ 197 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.107131597 sec., 3239.007069034918 rows/sec., 16.75 MiB/sec. | ||
| 9484 | 2024.12.16 20:55:53.163322 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9485 | 2024.12.16 20:55:53.166334 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_46_9} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9486 | 2024.12.16 20:55:53.166470 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_46_9} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9487 | 2024.12.16 20:55:53.169358 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9488 | 2024.12.16 20:55:55.194197 [ 131 ] {} <Debug> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 9489 | 2024.12.16 20:55:55.194273 [ 131 ] {} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9490 | 2024.12.16 20:55:55.194295 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9491 | 2024.12.16 20:55:55.194500 [ 197 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 9492 | 2024.12.16 20:55:55.194742 [ 197 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9493 | 2024.12.16 20:55:55.194785 [ 197 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 9494 | 2024.12.16 20:55:55.194872 [ 197 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 9495 | 2024.12.16 20:55:55.195111 [ 197 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 9496 | 2024.12.16 20:55:55.195495 [ 197 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 9497 | 2024.12.16 20:55:55.195707 [ 197 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 9498 | 2024.12.16 20:55:55.196907 [ 191 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002540609 sec., 14169.830934236634 rows/sec., 1.18 MiB/sec. | ||
| 9499 | 2024.12.16 20:55:55.197085 [ 191 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 9500 | 2024.12.16 20:55:55.197444 [ 191 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_17_4} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9501 | 2024.12.16 20:55:55.197536 [ 191 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_17_4} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 9502 | 2024.12.16 20:55:55.197636 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9503 | 2024.12.16 20:55:55.323915 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9504 | 2024.12.16 20:55:55.324098 [ 261 ] {324c945a-db7a-4db0-a838-a3b1e0ba21ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9505 | 2024.12.16 20:55:55.324172 [ 261 ] {324c945a-db7a-4db0-a838-a3b1e0ba21ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9506 | 2024.12.16 20:55:55.324987 [ 261 ] {324c945a-db7a-4db0-a838-a3b1e0ba21ae} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9507 | 2024.12.16 20:55:55.325028 [ 261 ] {324c945a-db7a-4db0-a838-a3b1e0ba21ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9508 | 2024.12.16 20:55:55.325443 [ 261 ] {324c945a-db7a-4db0-a838-a3b1e0ba21ae} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9509 | 2024.12.16 20:55:55.325692 [ 261 ] {324c945a-db7a-4db0-a838-a3b1e0ba21ae} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9510 | 2024.12.16 20:55:55.325912 [ 261 ] {324c945a-db7a-4db0-a838-a3b1e0ba21ae} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001863 sec., 54750.402576489534 rows/sec., 4.56 MiB/sec. | ||
| 9511 | 2024.12.16 20:55:55.326016 [ 261 ] {324c945a-db7a-4db0-a838-a3b1e0ba21ae} <Debug> TCPHandler: Processed in 0.002228683 sec. | ||
| 9512 | 2024.12.16 20:55:55.326308 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9513 | 2024.12.16 20:55:55.326505 [ 260 ] {df2b48fa-6313-4baa-bbda-cf03d214c329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9514 | 2024.12.16 20:55:55.326580 [ 260 ] {df2b48fa-6313-4baa-bbda-cf03d214c329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9515 | 2024.12.16 20:55:55.327375 [ 260 ] {df2b48fa-6313-4baa-bbda-cf03d214c329} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9516 | 2024.12.16 20:55:55.327426 [ 260 ] {df2b48fa-6313-4baa-bbda-cf03d214c329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9517 | 2024.12.16 20:55:55.327845 [ 260 ] {df2b48fa-6313-4baa-bbda-cf03d214c329} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9518 | 2024.12.16 20:55:55.328113 [ 260 ] {df2b48fa-6313-4baa-bbda-cf03d214c329} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9519 | 2024.12.16 20:55:55.328374 [ 260 ] {df2b48fa-6313-4baa-bbda-cf03d214c329} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001908 sec., 12054.507337526205 rows/sec., 906.44 KiB/sec. | ||
| 9520 | 2024.12.16 20:55:55.328486 [ 260 ] {df2b48fa-6313-4baa-bbda-cf03d214c329} <Debug> TCPHandler: Processed in 0.002339665 sec. | ||
| 9521 | 2024.12.16 20:55:55.328805 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9522 | 2024.12.16 20:55:55.329034 [ 261 ] {b2bc7d89-1880-4b53-a56d-1eada6bd9bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9523 | 2024.12.16 20:55:55.329128 [ 261 ] {b2bc7d89-1880-4b53-a56d-1eada6bd9bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9524 | 2024.12.16 20:55:55.329908 [ 261 ] {b2bc7d89-1880-4b53-a56d-1eada6bd9bb9} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9525 | 2024.12.16 20:55:55.329947 [ 261 ] {b2bc7d89-1880-4b53-a56d-1eada6bd9bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9526 | 2024.12.16 20:55:55.330314 [ 261 ] {b2bc7d89-1880-4b53-a56d-1eada6bd9bb9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9527 | 2024.12.16 20:55:55.330559 [ 261 ] {b2bc7d89-1880-4b53-a56d-1eada6bd9bb9} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9528 | 2024.12.16 20:55:55.330734 [ 261 ] {b2bc7d89-1880-4b53-a56d-1eada6bd9bb9} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001759 sec., 49459.92040932348 rows/sec., 3.86 MiB/sec. | ||
| 9529 | 2024.12.16 20:55:55.330788 [ 261 ] {b2bc7d89-1880-4b53-a56d-1eada6bd9bb9} <Debug> TCPHandler: Processed in 0.002174402 sec. | ||
| 9530 | 2024.12.16 20:55:55.330948 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9531 | 2024.12.16 20:55:55.331088 [ 260 ] {94c1e4cf-bf86-4be6-b59e-e03a6b98fafc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9532 | 2024.12.16 20:55:55.331149 [ 260 ] {94c1e4cf-bf86-4be6-b59e-e03a6b98fafc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9533 | 2024.12.16 20:55:55.331755 [ 260 ] {94c1e4cf-bf86-4be6-b59e-e03a6b98fafc} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9534 | 2024.12.16 20:55:55.331793 [ 260 ] {94c1e4cf-bf86-4be6-b59e-e03a6b98fafc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9535 | 2024.12.16 20:55:55.332187 [ 260 ] {94c1e4cf-bf86-4be6-b59e-e03a6b98fafc} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9536 | 2024.12.16 20:55:55.332424 [ 260 ] {94c1e4cf-bf86-4be6-b59e-e03a6b98fafc} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9537 | 2024.12.16 20:55:55.332636 [ 260 ] {94c1e4cf-bf86-4be6-b59e-e03a6b98fafc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec. | ||
| 9538 | 2024.12.16 20:55:55.332688 [ 260 ] {94c1e4cf-bf86-4be6-b59e-e03a6b98fafc} <Debug> TCPHandler: Processed in 0.001806034 sec. | ||
| 9539 | 2024.12.16 20:55:55.332836 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9540 | 2024.12.16 20:55:55.332976 [ 261 ] {e2d68dd5-aa39-4ff7-9f55-53743898dc80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9541 | 2024.12.16 20:55:55.333068 [ 261 ] {e2d68dd5-aa39-4ff7-9f55-53743898dc80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9542 | 2024.12.16 20:55:55.334281 [ 261 ] {e2d68dd5-aa39-4ff7-9f55-53743898dc80} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9543 | 2024.12.16 20:55:55.334318 [ 261 ] {e2d68dd5-aa39-4ff7-9f55-53743898dc80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9544 | 2024.12.16 20:55:55.334956 [ 261 ] {e2d68dd5-aa39-4ff7-9f55-53743898dc80} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9545 | 2024.12.16 20:55:55.335210 [ 261 ] {e2d68dd5-aa39-4ff7-9f55-53743898dc80} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9546 | 2024.12.16 20:55:55.335420 [ 261 ] {e2d68dd5-aa39-4ff7-9f55-53743898dc80} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002476 sec., 9289.176090468498 rows/sec., 16.65 MiB/sec. | ||
| 9547 | 2024.12.16 20:55:55.335529 [ 261 ] {e2d68dd5-aa39-4ff7-9f55-53743898dc80} <Debug> TCPHandler: Processed in 0.002759572 sec. | ||
| 9548 | 2024.12.16 20:55:55.335691 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9549 | 2024.12.16 20:55:55.335829 [ 260 ] {7700201a-5337-4fc1-91cf-5729e1b72ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9550 | 2024.12.16 20:55:55.335888 [ 260 ] {7700201a-5337-4fc1-91cf-5729e1b72ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9551 | 2024.12.16 20:55:55.336467 [ 260 ] {7700201a-5337-4fc1-91cf-5729e1b72ac5} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9552 | 2024.12.16 20:55:55.336505 [ 260 ] {7700201a-5337-4fc1-91cf-5729e1b72ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9553 | 2024.12.16 20:55:55.336878 [ 260 ] {7700201a-5337-4fc1-91cf-5729e1b72ac5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9554 | 2024.12.16 20:55:55.337114 [ 260 ] {7700201a-5337-4fc1-91cf-5729e1b72ac5} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9555 | 2024.12.16 20:55:55.337317 [ 260 ] {7700201a-5337-4fc1-91cf-5729e1b72ac5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001518 sec., 39525.691699604744 rows/sec., 2.66 MiB/sec. | ||
| 9556 | 2024.12.16 20:55:55.337366 [ 260 ] {7700201a-5337-4fc1-91cf-5729e1b72ac5} <Debug> TCPHandler: Processed in 0.001740534 sec. | ||
| 9557 | 2024.12.16 20:55:56.572726 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1346 | ||
| 9558 | 2024.12.16 20:55:56.575837 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9559 | 2024.12.16 20:55:56.575901 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9560 | 2024.12.16 20:55:56.577390 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9561 | 2024.12.16 20:55:56.577713 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9562 | 2024.12.16 20:55:56.578394 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1346 | ||
| 9563 | 2024.12.16 20:55:58.960537 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 9564 | 2024.12.16 20:55:58.961205 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9565 | 2024.12.16 20:55:58.961249 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9566 | 2024.12.16 20:55:58.961787 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9567 | 2024.12.16 20:55:58.962059 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9568 | 2024.12.16 20:55:58.962259 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 9569 | 2024.12.16 20:56:00.328311 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9570 | 2024.12.16 20:56:00.328524 [ 261 ] {90920fb6-3b26-44bb-8b71-1862b0ff8c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9571 | 2024.12.16 20:56:00.328600 [ 261 ] {90920fb6-3b26-44bb-8b71-1862b0ff8c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9572 | 2024.12.16 20:56:00.329345 [ 261 ] {90920fb6-3b26-44bb-8b71-1862b0ff8c86} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9573 | 2024.12.16 20:56:00.329390 [ 261 ] {90920fb6-3b26-44bb-8b71-1862b0ff8c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9574 | 2024.12.16 20:56:00.329830 [ 261 ] {90920fb6-3b26-44bb-8b71-1862b0ff8c86} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9575 | 2024.12.16 20:56:00.330092 [ 261 ] {90920fb6-3b26-44bb-8b71-1862b0ff8c86} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9576 | 2024.12.16 20:56:00.330305 [ 261 ] {90920fb6-3b26-44bb-8b71-1862b0ff8c86} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00184 sec., 7608.695652173913 rows/sec., 547.72 KiB/sec. | ||
| 9577 | 2024.12.16 20:56:00.330370 [ 261 ] {90920fb6-3b26-44bb-8b71-1862b0ff8c86} <Debug> TCPHandler: Processed in 0.002197822 sec. | ||
| 9578 | 2024.12.16 20:56:00.330613 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9579 | 2024.12.16 20:56:00.330799 [ 260 ] {778049b2-fb43-4238-98bc-ddce2a8cf3ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9580 | 2024.12.16 20:56:00.330870 [ 260 ] {778049b2-fb43-4238-98bc-ddce2a8cf3ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9581 | 2024.12.16 20:56:00.331592 [ 260 ] {778049b2-fb43-4238-98bc-ddce2a8cf3ba} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9582 | 2024.12.16 20:56:00.331643 [ 260 ] {778049b2-fb43-4238-98bc-ddce2a8cf3ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9583 | 2024.12.16 20:56:00.332075 [ 260 ] {778049b2-fb43-4238-98bc-ddce2a8cf3ba} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9584 | 2024.12.16 20:56:00.332339 [ 260 ] {778049b2-fb43-4238-98bc-ddce2a8cf3ba} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9585 | 2024.12.16 20:56:00.332572 [ 260 ] {778049b2-fb43-4238-98bc-ddce2a8cf3ba} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001822 sec., 2195.389681668496 rows/sec., 179.02 KiB/sec. | ||
| 9586 | 2024.12.16 20:56:00.332641 [ 260 ] {778049b2-fb43-4238-98bc-ddce2a8cf3ba} <Debug> TCPHandler: Processed in 0.002154021 sec. | ||
| 9587 | 2024.12.16 20:56:00.332858 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9588 | 2024.12.16 20:56:00.333091 [ 261 ] {4de91907-3637-45f1-bc99-32baa7cba237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9589 | 2024.12.16 20:56:00.333184 [ 261 ] {4de91907-3637-45f1-bc99-32baa7cba237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9590 | 2024.12.16 20:56:00.334079 [ 261 ] {4de91907-3637-45f1-bc99-32baa7cba237} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9591 | 2024.12.16 20:56:00.334118 [ 261 ] {4de91907-3637-45f1-bc99-32baa7cba237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9592 | 2024.12.16 20:56:00.334509 [ 261 ] {4de91907-3637-45f1-bc99-32baa7cba237} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9593 | 2024.12.16 20:56:00.334757 [ 261 ] {4de91907-3637-45f1-bc99-32baa7cba237} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9594 | 2024.12.16 20:56:00.334939 [ 261 ] {4de91907-3637-45f1-bc99-32baa7cba237} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001908 sec., 127358.49056603774 rows/sec., 11.14 MiB/sec. | ||
| 9595 | 2024.12.16 20:56:00.334993 [ 261 ] {4de91907-3637-45f1-bc99-32baa7cba237} <Debug> TCPHandler: Processed in 0.002245473 sec. | ||
| 9596 | 2024.12.16 20:56:00.335144 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9597 | 2024.12.16 20:56:00.335289 [ 260 ] {2401153c-2bc8-4a5a-8e1d-6b960a4a1d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9598 | 2024.12.16 20:56:00.335349 [ 260 ] {2401153c-2bc8-4a5a-8e1d-6b960a4a1d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9599 | 2024.12.16 20:56:00.335977 [ 260 ] {2401153c-2bc8-4a5a-8e1d-6b960a4a1d84} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9600 | 2024.12.16 20:56:00.336017 [ 260 ] {2401153c-2bc8-4a5a-8e1d-6b960a4a1d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9601 | 2024.12.16 20:56:00.336385 [ 260 ] {2401153c-2bc8-4a5a-8e1d-6b960a4a1d84} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9602 | 2024.12.16 20:56:00.336627 [ 260 ] {2401153c-2bc8-4a5a-8e1d-6b960a4a1d84} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9603 | 2024.12.16 20:56:00.336799 [ 123 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9604 | 2024.12.16 20:56:00.336855 [ 123 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9605 | 2024.12.16 20:56:00.336870 [ 260 ] {2401153c-2bc8-4a5a-8e1d-6b960a4a1d84} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001603 sec., 18714.909544603866 rows/sec., 1.32 MiB/sec. | ||
| 9606 | 2024.12.16 20:56:00.336890 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9607 | 2024.12.16 20:56:00.337026 [ 260 ] {2401153c-2bc8-4a5a-8e1d-6b960a4a1d84} <Debug> TCPHandler: Processed in 0.001948137 sec. | ||
| 9608 | 2024.12.16 20:56:00.337120 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 9609 | 2024.12.16 20:56:00.337226 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9610 | 2024.12.16 20:56:00.337266 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9611 | 2024.12.16 20:56:00.337306 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 67 rows starting from the beginning of the part | ||
| 9612 | 2024.12.16 20:56:00.337408 [ 261 ] {d354f947-6825-4ce5-857f-05adf5f942d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9613 | 2024.12.16 20:56:00.337491 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 26 rows starting from the beginning of the part | ||
| 9614 | 2024.12.16 20:56:00.337589 [ 261 ] {d354f947-6825-4ce5-857f-05adf5f942d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9615 | 2024.12.16 20:56:00.337906 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 31 rows starting from the beginning of the part | ||
| 9616 | 2024.12.16 20:56:00.338299 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 26 rows starting from the beginning of the part | ||
| 9617 | 2024.12.16 20:56:00.338752 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 23 rows starting from the beginning of the part | ||
| 9618 | 2024.12.16 20:56:00.339152 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 9619 | 2024.12.16 20:56:00.340089 [ 261 ] {d354f947-6825-4ce5-857f-05adf5f942d9} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9620 | 2024.12.16 20:56:00.340135 [ 261 ] {d354f947-6825-4ce5-857f-05adf5f942d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9621 | 2024.12.16 20:56:00.340718 [ 261 ] {d354f947-6825-4ce5-857f-05adf5f942d9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9622 | 2024.12.16 20:56:00.340964 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.003947575 sec., 51423.975478616616 rows/sec., 3.86 MiB/sec. | ||
| 9623 | 2024.12.16 20:56:00.341131 [ 261 ] {d354f947-6825-4ce5-857f-05adf5f942d9} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9624 | 2024.12.16 20:56:00.341456 [ 196 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9625 | 2024.12.16 20:56:00.341490 [ 261 ] {d354f947-6825-4ce5-857f-05adf5f942d9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004133 sec., 3387.3699491894504 rows/sec., 237.23 KiB/sec. | ||
| 9626 | 2024.12.16 20:56:00.341714 [ 261 ] {d354f947-6825-4ce5-857f-05adf5f942d9} <Debug> TCPHandler: Processed in 0.004564077 sec. | ||
| 9627 | 2024.12.16 20:56:00.341908 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9628 | 2024.12.16 20:56:00.342104 [ 196 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_61_12} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9629 | 2024.12.16 20:56:00.342117 [ 260 ] {45f5c1d5-e6f9-4e47-9ca9-e795a75cc8f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9630 | 2024.12.16 20:56:00.342237 [ 260 ] {45f5c1d5-e6f9-4e47-9ca9-e795a75cc8f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9631 | 2024.12.16 20:56:00.342300 [ 196 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_61_12} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9632 | 2024.12.16 20:56:00.342501 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9633 | 2024.12.16 20:56:00.343014 [ 260 ] {45f5c1d5-e6f9-4e47-9ca9-e795a75cc8f7} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9634 | 2024.12.16 20:56:00.343058 [ 260 ] {45f5c1d5-e6f9-4e47-9ca9-e795a75cc8f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9635 | 2024.12.16 20:56:00.343415 [ 260 ] {45f5c1d5-e6f9-4e47-9ca9-e795a75cc8f7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9636 | 2024.12.16 20:56:00.343654 [ 260 ] {45f5c1d5-e6f9-4e47-9ca9-e795a75cc8f7} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9637 | 2024.12.16 20:56:00.343848 [ 260 ] {45f5c1d5-e6f9-4e47-9ca9-e795a75cc8f7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001799 sec., 7226.236798221234 rows/sec., 450.55 KiB/sec. | ||
| 9638 | 2024.12.16 20:56:00.343987 [ 260 ] {45f5c1d5-e6f9-4e47-9ca9-e795a75cc8f7} <Debug> TCPHandler: Processed in 0.002166361 sec. | ||
| 9639 | 2024.12.16 20:56:00.344134 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9640 | 2024.12.16 20:56:00.344270 [ 261 ] {c6c3a967-fd39-4768-9ae9-991f60129c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9641 | 2024.12.16 20:56:00.344326 [ 261 ] {c6c3a967-fd39-4768-9ae9-991f60129c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9642 | 2024.12.16 20:56:00.345053 [ 261 ] {c6c3a967-fd39-4768-9ae9-991f60129c45} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9643 | 2024.12.16 20:56:00.345092 [ 261 ] {c6c3a967-fd39-4768-9ae9-991f60129c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9644 | 2024.12.16 20:56:00.345469 [ 261 ] {c6c3a967-fd39-4768-9ae9-991f60129c45} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9645 | 2024.12.16 20:56:00.345719 [ 261 ] {c6c3a967-fd39-4768-9ae9-991f60129c45} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9646 | 2024.12.16 20:56:00.345958 [ 261 ] {c6c3a967-fd39-4768-9ae9-991f60129c45} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.001716 sec., 236013.986013986 rows/sec., 16.80 MiB/sec. | ||
| 9647 | 2024.12.16 20:56:00.346067 [ 261 ] {c6c3a967-fd39-4768-9ae9-991f60129c45} <Debug> TCPHandler: Processed in 0.001998078 sec. | ||
| 9648 | 2024.12.16 20:56:00.346269 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9649 | 2024.12.16 20:56:00.346627 [ 260 ] {59c156cd-1bc3-45d9-8bd3-e208a8ecf944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9650 | 2024.12.16 20:56:00.346728 [ 260 ] {59c156cd-1bc3-45d9-8bd3-e208a8ecf944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9651 | 2024.12.16 20:56:00.347222 [ 260 ] {59c156cd-1bc3-45d9-8bd3-e208a8ecf944} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9652 | 2024.12.16 20:56:00.347260 [ 260 ] {59c156cd-1bc3-45d9-8bd3-e208a8ecf944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9653 | 2024.12.16 20:56:00.347624 [ 260 ] {59c156cd-1bc3-45d9-8bd3-e208a8ecf944} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9654 | 2024.12.16 20:56:00.347874 [ 260 ] {59c156cd-1bc3-45d9-8bd3-e208a8ecf944} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9655 | 2024.12.16 20:56:00.348080 [ 260 ] {59c156cd-1bc3-45d9-8bd3-e208a8ecf944} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec. | ||
| 9656 | 2024.12.16 20:56:00.348256 [ 260 ] {59c156cd-1bc3-45d9-8bd3-e208a8ecf944} <Debug> TCPHandler: Processed in 0.00210885 sec. | ||
| 9657 | 2024.12.16 20:56:00.348434 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9658 | 2024.12.16 20:56:00.348559 [ 261 ] {d7cfa8e2-9a5c-4e4f-baf4-296ff69511b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9659 | 2024.12.16 20:56:00.348619 [ 261 ] {d7cfa8e2-9a5c-4e4f-baf4-296ff69511b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9660 | 2024.12.16 20:56:00.349257 [ 261 ] {d7cfa8e2-9a5c-4e4f-baf4-296ff69511b4} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9661 | 2024.12.16 20:56:00.349302 [ 261 ] {d7cfa8e2-9a5c-4e4f-baf4-296ff69511b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9662 | 2024.12.16 20:56:00.349726 [ 261 ] {d7cfa8e2-9a5c-4e4f-baf4-296ff69511b4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9663 | 2024.12.16 20:56:00.349960 [ 261 ] {d7cfa8e2-9a5c-4e4f-baf4-296ff69511b4} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9664 | 2024.12.16 20:56:00.350162 [ 261 ] {d7cfa8e2-9a5c-4e4f-baf4-296ff69511b4} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001634 sec., 146266.82986536107 rows/sec., 9.81 MiB/sec. | ||
| 9665 | 2024.12.16 20:56:00.350214 [ 261 ] {d7cfa8e2-9a5c-4e4f-baf4-296ff69511b4} <Debug> TCPHandler: Processed in 0.001867676 sec. | ||
| 9666 | 2024.12.16 20:56:00.350347 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9667 | 2024.12.16 20:56:00.350462 [ 260 ] {318d09f3-190e-4b29-a680-68c49aeb1e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9668 | 2024.12.16 20:56:00.350513 [ 260 ] {318d09f3-190e-4b29-a680-68c49aeb1e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9669 | 2024.12.16 20:56:00.351065 [ 260 ] {318d09f3-190e-4b29-a680-68c49aeb1e14} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9670 | 2024.12.16 20:56:00.351110 [ 260 ] {318d09f3-190e-4b29-a680-68c49aeb1e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9671 | 2024.12.16 20:56:00.351533 [ 260 ] {318d09f3-190e-4b29-a680-68c49aeb1e14} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9672 | 2024.12.16 20:56:00.351799 [ 260 ] {318d09f3-190e-4b29-a680-68c49aeb1e14} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9673 | 2024.12.16 20:56:00.351973 [ 260 ] {318d09f3-190e-4b29-a680-68c49aeb1e14} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001536 sec., 651.0416666666666 rows/sec., 43.87 KiB/sec. | ||
| 9674 | 2024.12.16 20:56:00.352027 [ 260 ] {318d09f3-190e-4b29-a680-68c49aeb1e14} <Debug> TCPHandler: Processed in 0.001737584 sec. | ||
| 9675 | 2024.12.16 20:56:00.352167 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9676 | 2024.12.16 20:56:00.352290 [ 261 ] {ef87bd7d-00e9-4fb8-969d-3d50d2b9db0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9677 | 2024.12.16 20:56:00.352370 [ 261 ] {ef87bd7d-00e9-4fb8-969d-3d50d2b9db0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9678 | 2024.12.16 20:56:00.353509 [ 261 ] {ef87bd7d-00e9-4fb8-969d-3d50d2b9db0f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9679 | 2024.12.16 20:56:00.353549 [ 261 ] {ef87bd7d-00e9-4fb8-969d-3d50d2b9db0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9680 | 2024.12.16 20:56:00.354183 [ 261 ] {ef87bd7d-00e9-4fb8-969d-3d50d2b9db0f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9681 | 2024.12.16 20:56:00.354438 [ 261 ] {ef87bd7d-00e9-4fb8-969d-3d50d2b9db0f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9682 | 2024.12.16 20:56:00.354624 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9683 | 2024.12.16 20:56:00.354694 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9684 | 2024.12.16 20:56:00.354699 [ 261 ] {ef87bd7d-00e9-4fb8-969d-3d50d2b9db0f} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002424 sec., 7838.283828382839 rows/sec., 14.05 MiB/sec. | ||
| 9685 | 2024.12.16 20:56:00.354735 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9686 | 2024.12.16 20:56:00.355060 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 9687 | 2024.12.16 20:56:00.355084 [ 261 ] {ef87bd7d-00e9-4fb8-969d-3d50d2b9db0f} <Debug> TCPHandler: Processed in 0.002981127 sec. | ||
| 9688 | 2024.12.16 20:56:00.355278 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9689 | 2024.12.16 20:56:00.355450 [ 260 ] {421c9160-7d43-45b2-b6c5-11df6fef0c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9690 | 2024.12.16 20:56:00.355510 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9691 | 2024.12.16 20:56:00.355518 [ 260 ] {421c9160-7d43-45b2-b6c5-11df6fef0c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9692 | 2024.12.16 20:56:00.355635 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1146 rows starting from the beginning of the part | ||
| 9693 | 2024.12.16 20:56:00.356323 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 19 rows starting from the beginning of the part | ||
| 9694 | 2024.12.16 20:56:00.356909 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 23 rows starting from the beginning of the part | ||
| 9695 | 2024.12.16 20:56:00.357015 [ 260 ] {421c9160-7d43-45b2-b6c5-11df6fef0c85} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9696 | 2024.12.16 20:56:00.357096 [ 260 ] {421c9160-7d43-45b2-b6c5-11df6fef0c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9697 | 2024.12.16 20:56:00.357452 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 19 rows starting from the beginning of the part | ||
| 9698 | 2024.12.16 20:56:00.357988 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 23 rows starting from the beginning of the part | ||
| 9699 | 2024.12.16 20:56:00.358179 [ 260 ] {421c9160-7d43-45b2-b6c5-11df6fef0c85} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9700 | 2024.12.16 20:56:00.358314 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 19 rows starting from the beginning of the part | ||
| 9701 | 2024.12.16 20:56:00.358667 [ 260 ] {421c9160-7d43-45b2-b6c5-11df6fef0c85} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9702 | 2024.12.16 20:56:00.359133 [ 260 ] {421c9160-7d43-45b2-b6c5-11df6fef0c85} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003722 sec., 22031.166039763568 rows/sec., 1.40 MiB/sec. | ||
| 9703 | 2024.12.16 20:56:00.359468 [ 260 ] {421c9160-7d43-45b2-b6c5-11df6fef0c85} <Debug> TCPHandler: Processed in 0.004270662 sec. | ||
| 9704 | 2024.12.16 20:56:00.366670 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 19 columns (19 merged, 0 gathered) in 0.011809115 sec., 105765.75806061673 rows/sec., 189.53 MiB/sec. | ||
| 9705 | 2024.12.16 20:56:00.367999 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9706 | 2024.12.16 20:56:00.368479 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9707 | 2024.12.16 20:56:00.368570 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9708 | 2024.12.16 20:56:00.368730 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
| 9709 | 2024.12.16 20:56:00.570254 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9710 | 2024.12.16 20:56:00.589836 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9711 | 2024.12.16 20:56:00.589907 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 9712 | 2024.12.16 20:56:00.596883 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9713 | 2024.12.16 20:56:00.597683 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9714 | 2024.12.16 20:56:00.601554 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9715 | 2024.12.16 20:56:01.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.26 MiB, peak 243.27 MiB, free memory in arenas 0.00 B, will set to 233.09 MiB (RSS), difference: 1.83 MiB | ||
| 9716 | 2024.12.16 20:56:05.323983 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9717 | 2024.12.16 20:56:05.324201 [ 261 ] {23744995-1a01-433a-ba05-a8e5ccb8fdff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9718 | 2024.12.16 20:56:05.324276 [ 261 ] {23744995-1a01-433a-ba05-a8e5ccb8fdff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9719 | 2024.12.16 20:56:05.325044 [ 261 ] {23744995-1a01-433a-ba05-a8e5ccb8fdff} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9720 | 2024.12.16 20:56:05.325090 [ 261 ] {23744995-1a01-433a-ba05-a8e5ccb8fdff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9721 | 2024.12.16 20:56:05.325518 [ 261 ] {23744995-1a01-433a-ba05-a8e5ccb8fdff} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9722 | 2024.12.16 20:56:05.325763 [ 261 ] {23744995-1a01-433a-ba05-a8e5ccb8fdff} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9723 | 2024.12.16 20:56:05.326032 [ 261 ] {23744995-1a01-433a-ba05-a8e5ccb8fdff} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001878 sec., 54313.09904153355 rows/sec., 4.52 MiB/sec. | ||
| 9724 | 2024.12.16 20:56:05.326118 [ 261 ] {23744995-1a01-433a-ba05-a8e5ccb8fdff} <Debug> TCPHandler: Processed in 0.002262043 sec. | ||
| 9725 | 2024.12.16 20:56:05.326426 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9726 | 2024.12.16 20:56:05.326610 [ 260 ] {8f139b03-c143-4fa5-a87d-3a22ada2534f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9727 | 2024.12.16 20:56:05.326680 [ 260 ] {8f139b03-c143-4fa5-a87d-3a22ada2534f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9728 | 2024.12.16 20:56:05.327410 [ 260 ] {8f139b03-c143-4fa5-a87d-3a22ada2534f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9729 | 2024.12.16 20:56:05.327462 [ 260 ] {8f139b03-c143-4fa5-a87d-3a22ada2534f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9730 | 2024.12.16 20:56:05.327893 [ 260 ] {8f139b03-c143-4fa5-a87d-3a22ada2534f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9731 | 2024.12.16 20:56:05.328147 [ 260 ] {8f139b03-c143-4fa5-a87d-3a22ada2534f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9732 | 2024.12.16 20:56:05.328371 [ 260 ] {8f139b03-c143-4fa5-a87d-3a22ada2534f} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00181 sec., 12707.182320441989 rows/sec., 955.52 KiB/sec. | ||
| 9733 | 2024.12.16 20:56:05.328428 [ 260 ] {8f139b03-c143-4fa5-a87d-3a22ada2534f} <Debug> TCPHandler: Processed in 0.002183932 sec. | ||
| 9734 | 2024.12.16 20:56:05.328565 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9735 | 2024.12.16 20:56:05.328742 [ 261 ] {313baf6c-277d-4c4e-9df2-c6a9b51db7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9736 | 2024.12.16 20:56:05.328832 [ 261 ] {313baf6c-277d-4c4e-9df2-c6a9b51db7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9737 | 2024.12.16 20:56:05.329831 [ 261 ] {313baf6c-277d-4c4e-9df2-c6a9b51db7e6} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9738 | 2024.12.16 20:56:05.329871 [ 261 ] {313baf6c-277d-4c4e-9df2-c6a9b51db7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9739 | 2024.12.16 20:56:05.330229 [ 261 ] {313baf6c-277d-4c4e-9df2-c6a9b51db7e6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9740 | 2024.12.16 20:56:05.330461 [ 261 ] {313baf6c-277d-4c4e-9df2-c6a9b51db7e6} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9741 | 2024.12.16 20:56:05.330669 [ 261 ] {313baf6c-277d-4c4e-9df2-c6a9b51db7e6} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001987 sec., 43784.59989934575 rows/sec., 3.42 MiB/sec. | ||
| 9742 | 2024.12.16 20:56:05.330723 [ 261 ] {313baf6c-277d-4c4e-9df2-c6a9b51db7e6} <Debug> TCPHandler: Processed in 0.002213322 sec. | ||
| 9743 | 2024.12.16 20:56:05.330859 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9744 | 2024.12.16 20:56:05.330976 [ 260 ] {07615403-121b-4b2b-9dfc-cd0d213a8370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9745 | 2024.12.16 20:56:05.331029 [ 260 ] {07615403-121b-4b2b-9dfc-cd0d213a8370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9746 | 2024.12.16 20:56:05.331604 [ 260 ] {07615403-121b-4b2b-9dfc-cd0d213a8370} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9747 | 2024.12.16 20:56:05.331643 [ 260 ] {07615403-121b-4b2b-9dfc-cd0d213a8370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9748 | 2024.12.16 20:56:05.332042 [ 260 ] {07615403-121b-4b2b-9dfc-cd0d213a8370} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9749 | 2024.12.16 20:56:05.332291 [ 260 ] {07615403-121b-4b2b-9dfc-cd0d213a8370} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9750 | 2024.12.16 20:56:05.332498 [ 260 ] {07615403-121b-4b2b-9dfc-cd0d213a8370} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. | ||
| 9751 | 2024.12.16 20:56:05.332549 [ 260 ] {07615403-121b-4b2b-9dfc-cd0d213a8370} <Debug> TCPHandler: Processed in 0.001746603 sec. | ||
| 9752 | 2024.12.16 20:56:05.332691 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9753 | 2024.12.16 20:56:05.332829 [ 261 ] {ea68124b-1171-4fbc-add0-d77195b35bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9754 | 2024.12.16 20:56:05.332920 [ 261 ] {ea68124b-1171-4fbc-add0-d77195b35bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9755 | 2024.12.16 20:56:05.334147 [ 261 ] {ea68124b-1171-4fbc-add0-d77195b35bec} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9756 | 2024.12.16 20:56:05.334186 [ 261 ] {ea68124b-1171-4fbc-add0-d77195b35bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9757 | 2024.12.16 20:56:05.334809 [ 261 ] {ea68124b-1171-4fbc-add0-d77195b35bec} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9758 | 2024.12.16 20:56:05.335060 [ 261 ] {ea68124b-1171-4fbc-add0-d77195b35bec} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9759 | 2024.12.16 20:56:05.335300 [ 261 ] {ea68124b-1171-4fbc-add0-d77195b35bec} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002504 sec., 9185.303514376996 rows/sec., 16.46 MiB/sec. | ||
| 9760 | 2024.12.16 20:56:05.335412 [ 261 ] {ea68124b-1171-4fbc-add0-d77195b35bec} <Debug> TCPHandler: Processed in 0.002788333 sec. | ||
| 9761 | 2024.12.16 20:56:05.335554 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9762 | 2024.12.16 20:56:05.335671 [ 260 ] {0a6c6308-f71b-49a9-ae7d-835d435437b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9763 | 2024.12.16 20:56:05.335721 [ 260 ] {0a6c6308-f71b-49a9-ae7d-835d435437b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9764 | 2024.12.16 20:56:05.336213 [ 260 ] {0a6c6308-f71b-49a9-ae7d-835d435437b4} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9765 | 2024.12.16 20:56:05.336252 [ 260 ] {0a6c6308-f71b-49a9-ae7d-835d435437b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9766 | 2024.12.16 20:56:05.336614 [ 260 ] {0a6c6308-f71b-49a9-ae7d-835d435437b4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9767 | 2024.12.16 20:56:05.336855 [ 260 ] {0a6c6308-f71b-49a9-ae7d-835d435437b4} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9768 | 2024.12.16 20:56:05.337065 [ 260 ] {0a6c6308-f71b-49a9-ae7d-835d435437b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
| 9769 | 2024.12.16 20:56:05.337115 [ 260 ] {0a6c6308-f71b-49a9-ae7d-835d435437b4} <Debug> TCPHandler: Processed in 0.00161691 sec. | ||
| 9770 | 2024.12.16 20:56:06.286720 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9771 | 2024.12.16 20:56:06.286791 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9772 | 2024.12.16 20:56:06.463297 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9773 | 2024.12.16 20:56:06.464000 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9774 | 2024.12.16 20:56:06.464048 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9775 | 2024.12.16 20:56:06.464585 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9776 | 2024.12.16 20:56:06.464848 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9777 | 2024.12.16 20:56:06.465094 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9778 | 2024.12.16 20:56:06.579487 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1382 | ||
| 9779 | 2024.12.16 20:56:06.582634 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9780 | 2024.12.16 20:56:06.582689 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9781 | 2024.12.16 20:56:06.584161 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9782 | 2024.12.16 20:56:06.584482 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9783 | 2024.12.16 20:56:06.584970 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1382 | ||
| 9784 | 2024.12.16 20:56:07.002334 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000964688 sec. | ||
| 9785 | 2024.12.16 20:56:08.102542 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9786 | 2024.12.16 20:56:08.122559 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9787 | 2024.12.16 20:56:08.122601 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9788 | 2024.12.16 20:56:08.129909 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9789 | 2024.12.16 20:56:08.130681 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9790 | 2024.12.16 20:56:08.134214 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9791 | 2024.12.16 20:56:10.328167 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9792 | 2024.12.16 20:56:10.328486 [ 261 ] {9cddad26-bb80-4c0d-9abe-894786dc5a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9793 | 2024.12.16 20:56:10.328596 [ 261 ] {9cddad26-bb80-4c0d-9abe-894786dc5a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9794 | 2024.12.16 20:56:10.329377 [ 261 ] {9cddad26-bb80-4c0d-9abe-894786dc5a33} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9795 | 2024.12.16 20:56:10.329421 [ 261 ] {9cddad26-bb80-4c0d-9abe-894786dc5a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9796 | 2024.12.16 20:56:10.329861 [ 261 ] {9cddad26-bb80-4c0d-9abe-894786dc5a33} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9797 | 2024.12.16 20:56:10.330106 [ 261 ] {9cddad26-bb80-4c0d-9abe-894786dc5a33} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9798 | 2024.12.16 20:56:10.330306 [ 261 ] {9cddad26-bb80-4c0d-9abe-894786dc5a33} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001904 sec., 7352.941176470588 rows/sec., 529.31 KiB/sec. | ||
| 9799 | 2024.12.16 20:56:10.330369 [ 261 ] {9cddad26-bb80-4c0d-9abe-894786dc5a33} <Debug> TCPHandler: Processed in 0.002378476 sec. | ||
| 9800 | 2024.12.16 20:56:10.330606 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9801 | 2024.12.16 20:56:10.330798 [ 260 ] {ddcca86d-56f7-4cfc-aaed-d853d273a226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9802 | 2024.12.16 20:56:10.330872 [ 260 ] {ddcca86d-56f7-4cfc-aaed-d853d273a226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9803 | 2024.12.16 20:56:10.331724 [ 260 ] {ddcca86d-56f7-4cfc-aaed-d853d273a226} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9804 | 2024.12.16 20:56:10.331779 [ 260 ] {ddcca86d-56f7-4cfc-aaed-d853d273a226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9805 | 2024.12.16 20:56:10.332233 [ 260 ] {ddcca86d-56f7-4cfc-aaed-d853d273a226} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9806 | 2024.12.16 20:56:10.332490 [ 260 ] {ddcca86d-56f7-4cfc-aaed-d853d273a226} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9807 | 2024.12.16 20:56:10.332761 [ 260 ] {ddcca86d-56f7-4cfc-aaed-d853d273a226} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.00201 sec., 119900.49751243781 rows/sec., 10.51 MiB/sec. | ||
| 9808 | 2024.12.16 20:56:10.332877 [ 260 ] {ddcca86d-56f7-4cfc-aaed-d853d273a226} <Debug> TCPHandler: Processed in 0.002399175 sec. | ||
| 9809 | 2024.12.16 20:56:10.333088 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9810 | 2024.12.16 20:56:10.333477 [ 261 ] {7d0f6ff9-1731-4ae3-92c1-69b038040b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9811 | 2024.12.16 20:56:10.333591 [ 261 ] {7d0f6ff9-1731-4ae3-92c1-69b038040b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9812 | 2024.12.16 20:56:10.334211 [ 261 ] {7d0f6ff9-1731-4ae3-92c1-69b038040b28} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9813 | 2024.12.16 20:56:10.334250 [ 261 ] {7d0f6ff9-1731-4ae3-92c1-69b038040b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9814 | 2024.12.16 20:56:10.334607 [ 261 ] {7d0f6ff9-1731-4ae3-92c1-69b038040b28} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9815 | 2024.12.16 20:56:10.334838 [ 261 ] {7d0f6ff9-1731-4ae3-92c1-69b038040b28} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9816 | 2024.12.16 20:56:10.335014 [ 261 ] {7d0f6ff9-1731-4ae3-92c1-69b038040b28} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001691 sec., 15375.51744529864 rows/sec., 1.09 MiB/sec. | ||
| 9817 | 2024.12.16 20:56:10.335069 [ 261 ] {7d0f6ff9-1731-4ae3-92c1-69b038040b28} <Debug> TCPHandler: Processed in 0.0021015 sec. | ||
| 9818 | 2024.12.16 20:56:10.335211 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9819 | 2024.12.16 20:56:10.335337 [ 260 ] {ab1a57b5-81b3-4819-ada5-4274aee93d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9820 | 2024.12.16 20:56:10.335387 [ 260 ] {ab1a57b5-81b3-4819-ada5-4274aee93d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9821 | 2024.12.16 20:56:10.335975 [ 260 ] {ab1a57b5-81b3-4819-ada5-4274aee93d66} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9822 | 2024.12.16 20:56:10.336018 [ 260 ] {ab1a57b5-81b3-4819-ada5-4274aee93d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9823 | 2024.12.16 20:56:10.336375 [ 260 ] {ab1a57b5-81b3-4819-ada5-4274aee93d66} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9824 | 2024.12.16 20:56:10.336609 [ 260 ] {ab1a57b5-81b3-4819-ada5-4274aee93d66} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9825 | 2024.12.16 20:56:10.336862 [ 260 ] {ab1a57b5-81b3-4819-ada5-4274aee93d66} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001546 sec., 9055.627425614488 rows/sec., 634.20 KiB/sec. | ||
| 9826 | 2024.12.16 20:56:10.337031 [ 260 ] {ab1a57b5-81b3-4819-ada5-4274aee93d66} <Debug> TCPHandler: Processed in 0.001874276 sec. | ||
| 9827 | 2024.12.16 20:56:10.337236 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9828 | 2024.12.16 20:56:10.337373 [ 261 ] {1a10e99f-1491-44e7-a328-112e9b4c7173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9829 | 2024.12.16 20:56:10.337429 [ 261 ] {1a10e99f-1491-44e7-a328-112e9b4c7173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9830 | 2024.12.16 20:56:10.338014 [ 261 ] {1a10e99f-1491-44e7-a328-112e9b4c7173} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9831 | 2024.12.16 20:56:10.338050 [ 261 ] {1a10e99f-1491-44e7-a328-112e9b4c7173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9832 | 2024.12.16 20:56:10.338391 [ 261 ] {1a10e99f-1491-44e7-a328-112e9b4c7173} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9833 | 2024.12.16 20:56:10.338620 [ 261 ] {1a10e99f-1491-44e7-a328-112e9b4c7173} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9834 | 2024.12.16 20:56:10.338796 [ 261 ] {1a10e99f-1491-44e7-a328-112e9b4c7173} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001454 sec., 8940.852819807427 rows/sec., 557.46 KiB/sec. | ||
| 9835 | 2024.12.16 20:56:10.338847 [ 261 ] {1a10e99f-1491-44e7-a328-112e9b4c7173} <Debug> TCPHandler: Processed in 0.001722864 sec. | ||
| 9836 | 2024.12.16 20:56:10.339008 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9837 | 2024.12.16 20:56:10.339148 [ 260 ] {7e08ae3b-1e74-4c7b-9e08-cbf659aac452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9838 | 2024.12.16 20:56:10.339207 [ 260 ] {7e08ae3b-1e74-4c7b-9e08-cbf659aac452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9839 | 2024.12.16 20:56:10.340058 [ 260 ] {7e08ae3b-1e74-4c7b-9e08-cbf659aac452} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9840 | 2024.12.16 20:56:10.340099 [ 260 ] {7e08ae3b-1e74-4c7b-9e08-cbf659aac452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9841 | 2024.12.16 20:56:10.340487 [ 260 ] {7e08ae3b-1e74-4c7b-9e08-cbf659aac452} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9842 | 2024.12.16 20:56:10.340736 [ 260 ] {7e08ae3b-1e74-4c7b-9e08-cbf659aac452} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9843 | 2024.12.16 20:56:10.340998 [ 260 ] {7e08ae3b-1e74-4c7b-9e08-cbf659aac452} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001871 sec., 214323.8909673971 rows/sec., 15.24 MiB/sec. | ||
| 9844 | 2024.12.16 20:56:10.341205 [ 260 ] {7e08ae3b-1e74-4c7b-9e08-cbf659aac452} <Debug> TCPHandler: Processed in 0.002260764 sec. | ||
| 9845 | 2024.12.16 20:56:10.341389 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9846 | 2024.12.16 20:56:10.341527 [ 261 ] {4b7d4bb0-da7f-47ba-87ca-5b989788a1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9847 | 2024.12.16 20:56:10.341585 [ 261 ] {4b7d4bb0-da7f-47ba-87ca-5b989788a1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9848 | 2024.12.16 20:56:10.342089 [ 261 ] {4b7d4bb0-da7f-47ba-87ca-5b989788a1fa} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9849 | 2024.12.16 20:56:10.342127 [ 261 ] {4b7d4bb0-da7f-47ba-87ca-5b989788a1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9850 | 2024.12.16 20:56:10.342475 [ 261 ] {4b7d4bb0-da7f-47ba-87ca-5b989788a1fa} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9851 | 2024.12.16 20:56:10.342712 [ 261 ] {4b7d4bb0-da7f-47ba-87ca-5b989788a1fa} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9852 | 2024.12.16 20:56:10.342858 [ 111 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9853 | 2024.12.16 20:56:10.342900 [ 261 ] {4b7d4bb0-da7f-47ba-87ca-5b989788a1fa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001404 sec., 4273.504273504273 rows/sec., 223.27 KiB/sec. | ||
| 9854 | 2024.12.16 20:56:10.342908 [ 111 ] {} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9855 | 2024.12.16 20:56:10.342952 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9856 | 2024.12.16 20:56:10.342970 [ 261 ] {4b7d4bb0-da7f-47ba-87ca-5b989788a1fa} <Debug> TCPHandler: Processed in 0.001664072 sec. | ||
| 9857 | 2024.12.16 20:56:10.343145 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 9858 | 2024.12.16 20:56:10.343157 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9859 | 2024.12.16 20:56:10.343293 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9860 | 2024.12.16 20:56:10.343306 [ 260 ] {cec53194-5dcf-4357-92f4-82bd3ad95964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9861 | 2024.12.16 20:56:10.343332 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 9862 | 2024.12.16 20:56:10.343372 [ 260 ] {cec53194-5dcf-4357-92f4-82bd3ad95964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9863 | 2024.12.16 20:56:10.343485 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 9864 | 2024.12.16 20:56:10.343719 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 9865 | 2024.12.16 20:56:10.344096 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 9866 | 2024.12.16 20:56:10.344435 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 9867 | 2024.12.16 20:56:10.344875 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 9868 | 2024.12.16 20:56:10.345982 [ 260 ] {cec53194-5dcf-4357-92f4-82bd3ad95964} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9869 | 2024.12.16 20:56:10.346024 [ 260 ] {cec53194-5dcf-4357-92f4-82bd3ad95964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9870 | 2024.12.16 20:56:10.346650 [ 260 ] {cec53194-5dcf-4357-92f4-82bd3ad95964} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9871 | 2024.12.16 20:56:10.346710 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.00366246 sec., 50785.53758948903 rows/sec., 2.59 MiB/sec. | ||
| 9872 | 2024.12.16 20:56:10.346819 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9873 | 2024.12.16 20:56:10.346967 [ 260 ] {cec53194-5dcf-4357-92f4-82bd3ad95964} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9874 | 2024.12.16 20:56:10.347222 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_31_6} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9875 | 2024.12.16 20:56:10.347277 [ 260 ] {cec53194-5dcf-4357-92f4-82bd3ad95964} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004006 sec., 59161.25811283075 rows/sec., 3.97 MiB/sec. | ||
| 9876 | 2024.12.16 20:56:10.347338 [ 194 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_31_6} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9877 | 2024.12.16 20:56:10.347367 [ 260 ] {cec53194-5dcf-4357-92f4-82bd3ad95964} <Debug> TCPHandler: Processed in 0.004271121 sec. | ||
| 9878 | 2024.12.16 20:56:10.347482 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9879 | 2024.12.16 20:56:10.347558 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9880 | 2024.12.16 20:56:10.347692 [ 261 ] {341bdd6f-c140-4485-8f78-571e4ee67fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9881 | 2024.12.16 20:56:10.347753 [ 261 ] {341bdd6f-c140-4485-8f78-571e4ee67fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9882 | 2024.12.16 20:56:10.348288 [ 261 ] {341bdd6f-c140-4485-8f78-571e4ee67fe7} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9883 | 2024.12.16 20:56:10.348332 [ 261 ] {341bdd6f-c140-4485-8f78-571e4ee67fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9884 | 2024.12.16 20:56:10.348747 [ 261 ] {341bdd6f-c140-4485-8f78-571e4ee67fe7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9885 | 2024.12.16 20:56:10.348981 [ 261 ] {341bdd6f-c140-4485-8f78-571e4ee67fe7} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9886 | 2024.12.16 20:56:10.349105 [ 111 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9887 | 2024.12.16 20:56:10.349139 [ 111 ] {} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9888 | 2024.12.16 20:56:10.349161 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9889 | 2024.12.16 20:56:10.349170 [ 261 ] {341bdd6f-c140-4485-8f78-571e4ee67fe7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec. | ||
| 9890 | 2024.12.16 20:56:10.349359 [ 261 ] {341bdd6f-c140-4485-8f78-571e4ee67fe7} <Debug> TCPHandler: Processed in 0.001910406 sec. | ||
| 9891 | 2024.12.16 20:56:10.349438 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 9892 | 2024.12.16 20:56:10.349531 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9893 | 2024.12.16 20:56:10.349706 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9894 | 2024.12.16 20:56:10.349749 [ 260 ] {b169bd3e-5dc1-4146-8ecf-b05727d0f407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9895 | 2024.12.16 20:56:10.349775 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 27 rows starting from the beginning of the part | ||
| 9896 | 2024.12.16 20:56:10.350006 [ 260 ] {b169bd3e-5dc1-4146-8ecf-b05727d0f407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9897 | 2024.12.16 20:56:10.350079 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 9898 | 2024.12.16 20:56:10.350524 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 9899 | 2024.12.16 20:56:10.350854 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 9900 | 2024.12.16 20:56:10.351131 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 9901 | 2024.12.16 20:56:10.351434 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 9902 | 2024.12.16 20:56:10.355240 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005984925 sec., 5346.767085635994 rows/sec., 359.63 KiB/sec. | ||
| 9903 | 2024.12.16 20:56:10.355493 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9904 | 2024.12.16 20:56:10.355723 [ 260 ] {b169bd3e-5dc1-4146-8ecf-b05727d0f407} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9905 | 2024.12.16 20:56:10.355779 [ 260 ] {b169bd3e-5dc1-4146-8ecf-b05727d0f407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9906 | 2024.12.16 20:56:10.356174 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_31_6} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9907 | 2024.12.16 20:56:10.356371 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_31_6} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9908 | 2024.12.16 20:56:10.356527 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9909 | 2024.12.16 20:56:10.356891 [ 260 ] {b169bd3e-5dc1-4146-8ecf-b05727d0f407} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9910 | 2024.12.16 20:56:10.357170 [ 260 ] {b169bd3e-5dc1-4146-8ecf-b05727d0f407} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9911 | 2024.12.16 20:56:10.357447 [ 260 ] {b169bd3e-5dc1-4146-8ecf-b05727d0f407} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.00776 sec., 2448.4536082474224 rows/sec., 4.39 MiB/sec. | ||
| 9912 | 2024.12.16 20:56:10.357745 [ 260 ] {b169bd3e-5dc1-4146-8ecf-b05727d0f407} <Debug> TCPHandler: Processed in 0.008289539 sec. | ||
| 9913 | 2024.12.16 20:56:10.358015 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9914 | 2024.12.16 20:56:10.358168 [ 261 ] {effab8ac-379d-417d-9f00-a8e0adb2c73e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9915 | 2024.12.16 20:56:10.358225 [ 261 ] {effab8ac-379d-417d-9f00-a8e0adb2c73e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9916 | 2024.12.16 20:56:10.358773 [ 261 ] {effab8ac-379d-417d-9f00-a8e0adb2c73e} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9917 | 2024.12.16 20:56:10.358809 [ 261 ] {effab8ac-379d-417d-9f00-a8e0adb2c73e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9918 | 2024.12.16 20:56:10.359177 [ 261 ] {effab8ac-379d-417d-9f00-a8e0adb2c73e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9919 | 2024.12.16 20:56:10.359416 [ 261 ] {effab8ac-379d-417d-9f00-a8e0adb2c73e} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9920 | 2024.12.16 20:56:10.359589 [ 261 ] {effab8ac-379d-417d-9f00-a8e0adb2c73e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001451 sec., 56512.74982770503 rows/sec., 3.59 MiB/sec. | ||
| 9921 | 2024.12.16 20:56:10.359638 [ 261 ] {effab8ac-379d-417d-9f00-a8e0adb2c73e} <Debug> TCPHandler: Processed in 0.001772364 sec. | ||
| 9922 | 2024.12.16 20:56:13.230266 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9923 | 2024.12.16 20:56:13.230465 [ 261 ] {00d57280-008a-4a94-acc8-d64a2a27f276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9924 | 2024.12.16 20:56:13.230541 [ 261 ] {00d57280-008a-4a94-acc8-d64a2a27f276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9925 | 2024.12.16 20:56:13.231293 [ 261 ] {00d57280-008a-4a94-acc8-d64a2a27f276} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9926 | 2024.12.16 20:56:13.231335 [ 261 ] {00d57280-008a-4a94-acc8-d64a2a27f276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9927 | 2024.12.16 20:56:13.231745 [ 261 ] {00d57280-008a-4a94-acc8-d64a2a27f276} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9928 | 2024.12.16 20:56:13.232000 [ 261 ] {00d57280-008a-4a94-acc8-d64a2a27f276} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9929 | 2024.12.16 20:56:13.232214 [ 261 ] {00d57280-008a-4a94-acc8-d64a2a27f276} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001805 sec., 1108.03324099723 rows/sec., 90.35 KiB/sec. | ||
| 9930 | 2024.12.16 20:56:13.232350 [ 261 ] {00d57280-008a-4a94-acc8-d64a2a27f276} <Debug> TCPHandler: Processed in 0.002214812 sec. | ||
| 9931 | 2024.12.16 20:56:13.232626 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9932 | 2024.12.16 20:56:13.232819 [ 260 ] {113a68c9-0b42-49a1-87f0-13f7801a060e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9933 | 2024.12.16 20:56:13.232894 [ 260 ] {113a68c9-0b42-49a1-87f0-13f7801a060e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9934 | 2024.12.16 20:56:13.234321 [ 260 ] {113a68c9-0b42-49a1-87f0-13f7801a060e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9935 | 2024.12.16 20:56:13.234377 [ 260 ] {113a68c9-0b42-49a1-87f0-13f7801a060e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9936 | 2024.12.16 20:56:13.234903 [ 260 ] {113a68c9-0b42-49a1-87f0-13f7801a060e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9937 | 2024.12.16 20:56:13.235171 [ 260 ] {113a68c9-0b42-49a1-87f0-13f7801a060e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9938 | 2024.12.16 20:56:13.235356 [ 107 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9939 | 2024.12.16 20:56:13.235424 [ 107 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9940 | 2024.12.16 20:56:13.235448 [ 260 ] {113a68c9-0b42-49a1-87f0-13f7801a060e} <Debug> executeQuery: Read 1243 rows, 104.88 KiB in 0.00267 sec., 465543.07116104866 rows/sec., 38.36 MiB/sec. | ||
| 9941 | 2024.12.16 20:56:13.235461 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9942 | 2024.12.16 20:56:13.235642 [ 260 ] {113a68c9-0b42-49a1-87f0-13f7801a060e} <Debug> TCPHandler: Processed in 0.00314369 sec. | ||
| 9943 | 2024.12.16 20:56:13.235948 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9944 | 2024.12.16 20:56:13.235986 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 9945 | 2024.12.16 20:56:13.236361 [ 261 ] {60d3dc61-2d6b-49a1-baaf-252d2393a853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9946 | 2024.12.16 20:56:13.236566 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9947 | 2024.12.16 20:56:13.236581 [ 261 ] {60d3dc61-2d6b-49a1-baaf-252d2393a853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9948 | 2024.12.16 20:56:13.236719 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1437 rows starting from the beginning of the part | ||
| 9949 | 2024.12.16 20:56:13.237047 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 102 rows starting from the beginning of the part | ||
| 9950 | 2024.12.16 20:56:13.237387 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 243 rows starting from the beginning of the part | ||
| 9951 | 2024.12.16 20:56:13.237872 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 102 rows starting from the beginning of the part | ||
| 9952 | 2024.12.16 20:56:13.238196 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 241 rows starting from the beginning of the part | ||
| 9953 | 2024.12.16 20:56:13.238557 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1243 rows starting from the beginning of the part | ||
| 9954 | 2024.12.16 20:56:13.239732 [ 261 ] {60d3dc61-2d6b-49a1-baaf-252d2393a853} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9955 | 2024.12.16 20:56:13.239816 [ 261 ] {60d3dc61-2d6b-49a1-baaf-252d2393a853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9956 | 2024.12.16 20:56:13.240716 [ 261 ] {60d3dc61-2d6b-49a1-baaf-252d2393a853} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9957 | 2024.12.16 20:56:13.241252 [ 261 ] {60d3dc61-2d6b-49a1-baaf-252d2393a853} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9958 | 2024.12.16 20:56:13.241541 [ 261 ] {60d3dc61-2d6b-49a1-baaf-252d2393a853} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.005351 sec., 4672.0239207624745 rows/sec., 349.31 KiB/sec. | ||
| 9959 | 2024.12.16 20:56:13.241707 [ 261 ] {60d3dc61-2d6b-49a1-baaf-252d2393a853} <Debug> TCPHandler: Processed in 0.005923953 sec. | ||
| 9960 | 2024.12.16 20:56:13.242099 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9961 | 2024.12.16 20:56:13.242616 [ 260 ] {57962184-1a06-4166-a01b-1b3ae4cb781a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9962 | 2024.12.16 20:56:13.242908 [ 260 ] {57962184-1a06-4166-a01b-1b3ae4cb781a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9963 | 2024.12.16 20:56:13.242961 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3368 rows, containing 5 columns (5 merged, 0 gathered) in 0.00733012 sec., 459474.0604519435 rows/sec., 40.18 MiB/sec. | ||
| 9964 | 2024.12.16 20:56:13.243309 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9965 | 2024.12.16 20:56:13.243872 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_76_15} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9966 | 2024.12.16 20:56:13.244090 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_76_15} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9967 | 2024.12.16 20:56:13.244253 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 9968 | 2024.12.16 20:56:13.244419 [ 260 ] {57962184-1a06-4166-a01b-1b3ae4cb781a} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9969 | 2024.12.16 20:56:13.244468 [ 260 ] {57962184-1a06-4166-a01b-1b3ae4cb781a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9970 | 2024.12.16 20:56:13.244865 [ 260 ] {57962184-1a06-4166-a01b-1b3ae4cb781a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9971 | 2024.12.16 20:56:13.245122 [ 260 ] {57962184-1a06-4166-a01b-1b3ae4cb781a} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9972 | 2024.12.16 20:56:13.245274 [ 106 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9973 | 2024.12.16 20:56:13.245318 [ 106 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9974 | 2024.12.16 20:56:13.245324 [ 260 ] {57962184-1a06-4166-a01b-1b3ae4cb781a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002919 sec., 78108.94141829394 rows/sec., 5.29 MiB/sec. | ||
| 9975 | 2024.12.16 20:56:13.245341 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9976 | 2024.12.16 20:56:13.245489 [ 260 ] {57962184-1a06-4166-a01b-1b3ae4cb781a} <Debug> TCPHandler: Processed in 0.00363662 sec. | ||
| 9977 | 2024.12.16 20:56:13.245739 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9978 | 2024.12.16 20:56:13.245779 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9979 | 2024.12.16 20:56:13.246026 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9980 | 2024.12.16 20:56:13.246041 [ 261 ] {27f1c13e-dfa2-4122-b17c-ac7b2ab4facf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9981 | 2024.12.16 20:56:13.246065 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9982 | 2024.12.16 20:56:13.246111 [ 261 ] {27f1c13e-dfa2-4122-b17c-ac7b2ab4facf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9983 | 2024.12.16 20:56:13.246278 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9984 | 2024.12.16 20:56:13.246728 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9985 | 2024.12.16 20:56:13.247032 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9986 | 2024.12.16 20:56:13.247448 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9987 | 2024.12.16 20:56:13.247839 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 9988 | 2024.12.16 20:56:13.249005 [ 261 ] {27f1c13e-dfa2-4122-b17c-ac7b2ab4facf} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9989 | 2024.12.16 20:56:13.249050 [ 261 ] {27f1c13e-dfa2-4122-b17c-ac7b2ab4facf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9990 | 2024.12.16 20:56:13.249610 [ 261 ] {27f1c13e-dfa2-4122-b17c-ac7b2ab4facf} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9991 | 2024.12.16 20:56:13.249659 [ 188 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.00420027 sec., 176417.23032090795 rows/sec., 12.63 MiB/sec. | ||
| 9992 | 2024.12.16 20:56:13.249849 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9993 | 2024.12.16 20:56:13.249918 [ 261 ] {27f1c13e-dfa2-4122-b17c-ac7b2ab4facf} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9994 | 2024.12.16 20:56:13.250135 [ 106 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9995 | 2024.12.16 20:56:13.250225 [ 106 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9996 | 2024.12.16 20:56:13.250272 [ 261 ] {27f1c13e-dfa2-4122-b17c-ac7b2ab4facf} <Debug> executeQuery: Read 545 rows, 41.41 KiB in 0.004271 sec., 127604.77639896981 rows/sec., 9.47 MiB/sec. | ||
| 9997 | 2024.12.16 20:56:13.250303 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 9998 | 2024.12.16 20:56:13.250448 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_41_8} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9999 | 2024.12.16 20:56:13.250610 [ 261 ] {27f1c13e-dfa2-4122-b17c-ac7b2ab4facf} <Debug> TCPHandler: Processed in 0.004991386 sec. | ||
| 10000 | 2024.12.16 20:56:13.250926 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_41_8} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10001 | 2024.12.16 20:56:13.250945 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10002 | 2024.12.16 20:56:13.250997 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 10003 | 2024.12.16 20:56:13.251124 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 10004 | 2024.12.16 20:56:13.251262 [ 260 ] {d7118922-00a9-48f2-9704-f18f2d5561ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10005 | 2024.12.16 20:56:13.251390 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10006 | 2024.12.16 20:56:13.251401 [ 260 ] {d7118922-00a9-48f2-9704-f18f2d5561ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10007 | 2024.12.16 20:56:13.251463 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 916 rows starting from the beginning of the part | ||
| 10008 | 2024.12.16 20:56:13.251925 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 87 rows starting from the beginning of the part | ||
| 10009 | 2024.12.16 20:56:13.252348 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 405 rows starting from the beginning of the part | ||
| 10010 | 2024.12.16 20:56:13.252674 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 87 rows starting from the beginning of the part | ||
| 10011 | 2024.12.16 20:56:13.252801 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 401 rows starting from the beginning of the part | ||
| 10012 | 2024.12.16 20:56:13.253235 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 545 rows starting from the beginning of the part | ||
| 10013 | 2024.12.16 20:56:13.254056 [ 260 ] {d7118922-00a9-48f2-9704-f18f2d5561ec} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10014 | 2024.12.16 20:56:13.254133 [ 260 ] {d7118922-00a9-48f2-9704-f18f2d5561ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10015 | 2024.12.16 20:56:13.255284 [ 260 ] {d7118922-00a9-48f2-9704-f18f2d5561ec} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10016 | 2024.12.16 20:56:13.255859 [ 260 ] {d7118922-00a9-48f2-9704-f18f2d5561ec} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10017 | 2024.12.16 20:56:13.256080 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10018 | 2024.12.16 20:56:13.256116 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10019 | 2024.12.16 20:56:13.256164 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10020 | 2024.12.16 20:56:13.256537 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 10021 | 2024.12.16 20:56:13.256807 [ 260 ] {d7118922-00a9-48f2-9704-f18f2d5561ec} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.005584 sec., 168875.3581661891 rows/sec., 11.32 MiB/sec. | ||
| 10022 | 2024.12.16 20:56:13.257220 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10023 | 2024.12.16 20:56:13.257375 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22605 rows starting from the beginning of the part | ||
| 10024 | 2024.12.16 20:56:13.257413 [ 260 ] {d7118922-00a9-48f2-9704-f18f2d5561ec} <Debug> TCPHandler: Processed in 0.006668858 sec. | ||
| 10025 | 2024.12.16 20:56:13.257515 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2441 rows, containing 5 columns (5 merged, 0 gathered) in 0.006945692 sec., 351440.864351601 rows/sec., 26.97 MiB/sec. | ||
| 10026 | 2024.12.16 20:56:13.257753 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10027 | 2024.12.16 20:56:13.257866 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 10028 | 2024.12.16 20:56:13.258198 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10029 | 2024.12.16 20:56:13.258258 [ 261 ] {979169d0-9403-458c-b767-98ae0b0e780e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10030 | 2024.12.16 20:56:13.258513 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 239 rows starting from the beginning of the part | ||
| 10031 | 2024.12.16 20:56:13.258706 [ 261 ] {979169d0-9403-458c-b767-98ae0b0e780e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10032 | 2024.12.16 20:56:13.258776 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 10033 | 2024.12.16 20:56:13.259169 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 10034 | 2024.12.16 20:56:13.259704 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 943 rows starting from the beginning of the part | ||
| 10035 | 2024.12.16 20:56:13.260525 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_76_15} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10036 | 2024.12.16 20:56:13.261067 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_76_15} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10037 | 2024.12.16 20:56:13.261460 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 10038 | 2024.12.16 20:56:13.263053 [ 261 ] {979169d0-9403-458c-b767-98ae0b0e780e} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10039 | 2024.12.16 20:56:13.263108 [ 261 ] {979169d0-9403-458c-b767-98ae0b0e780e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10040 | 2024.12.16 20:56:13.263928 [ 261 ] {979169d0-9403-458c-b767-98ae0b0e780e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10041 | 2024.12.16 20:56:13.264668 [ 261 ] {979169d0-9403-458c-b767-98ae0b0e780e} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10042 | 2024.12.16 20:56:13.264938 [ 261 ] {979169d0-9403-458c-b767-98ae0b0e780e} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006865 sec., 3350.327749453751 rows/sec., 6.00 MiB/sec. | ||
| 10043 | 2024.12.16 20:56:13.265070 [ 261 ] {979169d0-9403-458c-b767-98ae0b0e780e} <Debug> TCPHandler: Processed in 0.007480493 sec. | ||
| 10044 | 2024.12.16 20:56:13.265240 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10045 | 2024.12.16 20:56:13.265368 [ 260 ] {8efb6ce5-c543-41fd-9bf7-56fc3c433d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10046 | 2024.12.16 20:56:13.265425 [ 260 ] {8efb6ce5-c543-41fd-9bf7-56fc3c433d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10047 | 2024.12.16 20:56:13.265941 [ 260 ] {8efb6ce5-c543-41fd-9bf7-56fc3c433d52} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10048 | 2024.12.16 20:56:13.265979 [ 260 ] {8efb6ce5-c543-41fd-9bf7-56fc3c433d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10049 | 2024.12.16 20:56:13.266370 [ 260 ] {8efb6ce5-c543-41fd-9bf7-56fc3c433d52} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10050 | 2024.12.16 20:56:13.266616 [ 260 ] {8efb6ce5-c543-41fd-9bf7-56fc3c433d52} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10051 | 2024.12.16 20:56:13.266758 [ 106 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10052 | 2024.12.16 20:56:13.266805 [ 106 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10053 | 2024.12.16 20:56:13.266815 [ 260 ] {8efb6ce5-c543-41fd-9bf7-56fc3c433d52} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001476 sec., 24390.243902439022 rows/sec., 1.64 MiB/sec. | ||
| 10054 | 2024.12.16 20:56:13.266836 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10055 | 2024.12.16 20:56:13.266932 [ 260 ] {8efb6ce5-c543-41fd-9bf7-56fc3c433d52} <Debug> TCPHandler: Processed in 0.001757754 sec. | ||
| 10056 | 2024.12.16 20:56:13.267023 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 10057 | 2024.12.16 20:56:13.267186 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10058 | 2024.12.16 20:56:13.267223 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4334 rows starting from the beginning of the part | ||
| 10059 | 2024.12.16 20:56:13.267309 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 10060 | 2024.12.16 20:56:13.267442 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 10061 | 2024.12.16 20:56:13.267564 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 10062 | 2024.12.16 20:56:13.267655 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 10063 | 2024.12.16 20:56:13.267746 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 36 rows starting from the beginning of the part | ||
| 10064 | 2024.12.16 20:56:13.274267 [ 196 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4654 rows, containing 4 columns (4 merged, 0 gathered) in 0.00733428 sec., 634554.4484257486 rows/sec., 41.42 MiB/sec. | ||
| 10065 | 2024.12.16 20:56:13.274657 [ 187 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10066 | 2024.12.16 20:56:13.274972 [ 187 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_76_15} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10067 | 2024.12.16 20:56:13.275146 [ 187 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_76_15} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10068 | 2024.12.16 20:56:13.275259 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 10069 | 2024.12.16 20:56:13.276475 [ 187 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24344 rows, containing 5 columns (5 merged, 0 gathered) in 0.020220016 sec., 1203955.5260490398 rows/sec., 81.28 MiB/sec. | ||
| 10070 | 2024.12.16 20:56:13.277110 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10071 | 2024.12.16 20:56:13.277441 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10072 | 2024.12.16 20:56:13.277523 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10073 | 2024.12.16 20:56:13.277625 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 10074 | 2024.12.16 20:56:13.966183 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 10075 | 2024.12.16 20:56:13.966860 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10076 | 2024.12.16 20:56:13.966909 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10077 | 2024.12.16 20:56:13.967454 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10078 | 2024.12.16 20:56:13.967731 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10079 | 2024.12.16 20:56:13.967995 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 10080 | 2024.12.16 20:56:14.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.81 MiB, peak 244.79 MiB, free memory in arenas 0.00 B, will set to 235.20 MiB (RSS), difference: 1.39 MiB | ||
| 10081 | 2024.12.16 20:56:15.317575 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10082 | 2024.12.16 20:56:15.317787 [ 261 ] {c93949d9-cb20-4604-a6e1-bfc926f2350e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10083 | 2024.12.16 20:56:15.317866 [ 261 ] {c93949d9-cb20-4604-a6e1-bfc926f2350e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10084 | 2024.12.16 20:56:15.318607 [ 261 ] {c93949d9-cb20-4604-a6e1-bfc926f2350e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10085 | 2024.12.16 20:56:15.318652 [ 261 ] {c93949d9-cb20-4604-a6e1-bfc926f2350e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10086 | 2024.12.16 20:56:15.319092 [ 261 ] {c93949d9-cb20-4604-a6e1-bfc926f2350e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10087 | 2024.12.16 20:56:15.319349 [ 261 ] {c93949d9-cb20-4604-a6e1-bfc926f2350e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10088 | 2024.12.16 20:56:15.319558 [ 261 ] {c93949d9-cb20-4604-a6e1-bfc926f2350e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00183 sec., 30601.09289617486 rows/sec., 2.34 MiB/sec. | ||
| 10089 | 2024.12.16 20:56:15.319624 [ 261 ] {c93949d9-cb20-4604-a6e1-bfc926f2350e} <Debug> TCPHandler: Processed in 0.002184802 sec. | ||
| 10090 | 2024.12.16 20:56:15.319870 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10091 | 2024.12.16 20:56:15.320078 [ 260 ] {e1e7f703-760f-4c9e-8922-37007a6dd1a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10092 | 2024.12.16 20:56:15.320156 [ 260 ] {e1e7f703-760f-4c9e-8922-37007a6dd1a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10093 | 2024.12.16 20:56:15.321002 [ 260 ] {e1e7f703-760f-4c9e-8922-37007a6dd1a8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10094 | 2024.12.16 20:56:15.321054 [ 260 ] {e1e7f703-760f-4c9e-8922-37007a6dd1a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10095 | 2024.12.16 20:56:15.321479 [ 260 ] {e1e7f703-760f-4c9e-8922-37007a6dd1a8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10096 | 2024.12.16 20:56:15.321725 [ 260 ] {e1e7f703-760f-4c9e-8922-37007a6dd1a8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10097 | 2024.12.16 20:56:15.321976 [ 260 ] {e1e7f703-760f-4c9e-8922-37007a6dd1a8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001949 sec., 32837.35248845562 rows/sec., 2.56 MiB/sec. | ||
| 10098 | 2024.12.16 20:56:15.322089 [ 260 ] {e1e7f703-760f-4c9e-8922-37007a6dd1a8} <Debug> TCPHandler: Processed in 0.002354975 sec. | ||
| 10099 | 2024.12.16 20:56:15.322365 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10100 | 2024.12.16 20:56:15.322597 [ 261 ] {f4d18c84-2554-4485-8472-5568957a8203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10101 | 2024.12.16 20:56:15.322701 [ 261 ] {f4d18c84-2554-4485-8472-5568957a8203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10102 | 2024.12.16 20:56:15.323344 [ 261 ] {f4d18c84-2554-4485-8472-5568957a8203} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10103 | 2024.12.16 20:56:15.323383 [ 261 ] {f4d18c84-2554-4485-8472-5568957a8203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10104 | 2024.12.16 20:56:15.323778 [ 261 ] {f4d18c84-2554-4485-8472-5568957a8203} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10105 | 2024.12.16 20:56:15.324034 [ 261 ] {f4d18c84-2554-4485-8472-5568957a8203} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10106 | 2024.12.16 20:56:15.324217 [ 261 ] {f4d18c84-2554-4485-8472-5568957a8203} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001681 sec., 38072.5758477097 rows/sec., 2.65 MiB/sec. | ||
| 10107 | 2024.12.16 20:56:15.324273 [ 261 ] {f4d18c84-2554-4485-8472-5568957a8203} <Debug> TCPHandler: Processed in 0.00206882 sec. | ||
| 10108 | 2024.12.16 20:56:15.324427 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10109 | 2024.12.16 20:56:15.324565 [ 260 ] {f05a1db3-1456-47c3-950a-0a9b08883813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10110 | 2024.12.16 20:56:15.324625 [ 260 ] {f05a1db3-1456-47c3-950a-0a9b08883813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10111 | 2024.12.16 20:56:15.325148 [ 260 ] {f05a1db3-1456-47c3-950a-0a9b08883813} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10112 | 2024.12.16 20:56:15.325186 [ 260 ] {f05a1db3-1456-47c3-950a-0a9b08883813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10113 | 2024.12.16 20:56:15.325561 [ 260 ] {f05a1db3-1456-47c3-950a-0a9b08883813} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10114 | 2024.12.16 20:56:15.325800 [ 260 ] {f05a1db3-1456-47c3-950a-0a9b08883813} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10115 | 2024.12.16 20:56:15.325993 [ 260 ] {f05a1db3-1456-47c3-950a-0a9b08883813} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001459 sec., 16449.62302947224 rows/sec., 1.11 MiB/sec. | ||
| 10116 | 2024.12.16 20:56:15.326042 [ 260 ] {f05a1db3-1456-47c3-950a-0a9b08883813} <Debug> TCPHandler: Processed in 0.001683302 sec. | ||
| 10117 | 2024.12.16 20:56:15.635248 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10118 | 2024.12.16 20:56:15.656307 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10119 | 2024.12.16 20:56:15.656356 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10120 | 2024.12.16 20:56:15.663710 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10121 | 2024.12.16 20:56:15.664464 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10122 | 2024.12.16 20:56:15.667117 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10123 | 2024.12.16 20:56:16.586120 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1428 | ||
| 10124 | 2024.12.16 20:56:16.589501 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10125 | 2024.12.16 20:56:16.589564 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10126 | 2024.12.16 20:56:16.591085 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10127 | 2024.12.16 20:56:16.591412 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10128 | 2024.12.16 20:56:16.593400 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1428 | ||
| 10129 | 2024.12.16 20:56:20.331567 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10130 | 2024.12.16 20:56:20.331819 [ 261 ] {e81862d4-5de3-4e0d-b39a-e6a24806f599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10131 | 2024.12.16 20:56:20.331910 [ 261 ] {e81862d4-5de3-4e0d-b39a-e6a24806f599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10132 | 2024.12.16 20:56:20.332773 [ 261 ] {e81862d4-5de3-4e0d-b39a-e6a24806f599} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10133 | 2024.12.16 20:56:20.332835 [ 261 ] {e81862d4-5de3-4e0d-b39a-e6a24806f599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10134 | 2024.12.16 20:56:20.333300 [ 261 ] {e81862d4-5de3-4e0d-b39a-e6a24806f599} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10135 | 2024.12.16 20:56:20.333564 [ 261 ] {e81862d4-5de3-4e0d-b39a-e6a24806f599} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10136 | 2024.12.16 20:56:20.333848 [ 261 ] {e81862d4-5de3-4e0d-b39a-e6a24806f599} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002083 sec., 6721.0753720595285 rows/sec., 483.83 KiB/sec. | ||
| 10137 | 2024.12.16 20:56:20.333987 [ 261 ] {e81862d4-5de3-4e0d-b39a-e6a24806f599} <Debug> TCPHandler: Processed in 0.00258689 sec. | ||
| 10138 | 2024.12.16 20:56:20.334369 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10139 | 2024.12.16 20:56:20.334624 [ 260 ] {c6d72582-08ad-45d6-a616-7abaabb52c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10140 | 2024.12.16 20:56:20.334713 [ 260 ] {c6d72582-08ad-45d6-a616-7abaabb52c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10141 | 2024.12.16 20:56:20.335770 [ 260 ] {c6d72582-08ad-45d6-a616-7abaabb52c35} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10142 | 2024.12.16 20:56:20.335835 [ 260 ] {c6d72582-08ad-45d6-a616-7abaabb52c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10143 | 2024.12.16 20:56:20.336475 [ 260 ] {c6d72582-08ad-45d6-a616-7abaabb52c35} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10144 | 2024.12.16 20:56:20.336761 [ 260 ] {c6d72582-08ad-45d6-a616-7abaabb52c35} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10145 | 2024.12.16 20:56:20.337056 [ 260 ] {c6d72582-08ad-45d6-a616-7abaabb52c35} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.00248 sec., 97177.41935483871 rows/sec., 8.52 MiB/sec. | ||
| 10146 | 2024.12.16 20:56:20.337173 [ 260 ] {c6d72582-08ad-45d6-a616-7abaabb52c35} <Debug> TCPHandler: Processed in 0.002959936 sec. | ||
| 10147 | 2024.12.16 20:56:20.337406 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10148 | 2024.12.16 20:56:20.337640 [ 261 ] {be94ab9f-b719-4eeb-8d7c-154513393d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10149 | 2024.12.16 20:56:20.337700 [ 261 ] {be94ab9f-b719-4eeb-8d7c-154513393d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10150 | 2024.12.16 20:56:20.338362 [ 261 ] {be94ab9f-b719-4eeb-8d7c-154513393d6b} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10151 | 2024.12.16 20:56:20.338410 [ 261 ] {be94ab9f-b719-4eeb-8d7c-154513393d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10152 | 2024.12.16 20:56:20.338808 [ 261 ] {be94ab9f-b719-4eeb-8d7c-154513393d6b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10153 | 2024.12.16 20:56:20.339306 [ 261 ] {be94ab9f-b719-4eeb-8d7c-154513393d6b} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10154 | 2024.12.16 20:56:20.339662 [ 261 ] {be94ab9f-b719-4eeb-8d7c-154513393d6b} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.00208 sec., 12500.000000000002 rows/sec., 906.14 KiB/sec. | ||
| 10155 | 2024.12.16 20:56:20.339802 [ 261 ] {be94ab9f-b719-4eeb-8d7c-154513393d6b} <Debug> TCPHandler: Processed in 0.002515158 sec. | ||
| 10156 | 2024.12.16 20:56:20.340104 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10157 | 2024.12.16 20:56:20.340296 [ 260 ] {c966242a-7f31-405b-b2e3-c94779e3ef6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10158 | 2024.12.16 20:56:20.340363 [ 260 ] {c966242a-7f31-405b-b2e3-c94779e3ef6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10159 | 2024.12.16 20:56:20.341103 [ 260 ] {c966242a-7f31-405b-b2e3-c94779e3ef6f} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10160 | 2024.12.16 20:56:20.341149 [ 260 ] {c966242a-7f31-405b-b2e3-c94779e3ef6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10161 | 2024.12.16 20:56:20.341581 [ 260 ] {c966242a-7f31-405b-b2e3-c94779e3ef6f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10162 | 2024.12.16 20:56:20.341919 [ 260 ] {c966242a-7f31-405b-b2e3-c94779e3ef6f} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10163 | 2024.12.16 20:56:20.342149 [ 260 ] {c966242a-7f31-405b-b2e3-c94779e3ef6f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001889 sec., 7411.3287453679195 rows/sec., 519.04 KiB/sec. | ||
| 10164 | 2024.12.16 20:56:20.342255 [ 260 ] {c966242a-7f31-405b-b2e3-c94779e3ef6f} <Debug> TCPHandler: Processed in 0.002293924 sec. | ||
| 10165 | 2024.12.16 20:56:20.342448 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10166 | 2024.12.16 20:56:20.342602 [ 261 ] {ef7b7ba7-705b-44bc-b72d-042f45066525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10167 | 2024.12.16 20:56:20.342675 [ 261 ] {ef7b7ba7-705b-44bc-b72d-042f45066525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10168 | 2024.12.16 20:56:20.343953 [ 261 ] {ef7b7ba7-705b-44bc-b72d-042f45066525} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10169 | 2024.12.16 20:56:20.344000 [ 261 ] {ef7b7ba7-705b-44bc-b72d-042f45066525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10170 | 2024.12.16 20:56:20.344498 [ 261 ] {ef7b7ba7-705b-44bc-b72d-042f45066525} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10171 | 2024.12.16 20:56:20.344808 [ 261 ] {ef7b7ba7-705b-44bc-b72d-042f45066525} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10172 | 2024.12.16 20:56:20.345060 [ 261 ] {ef7b7ba7-705b-44bc-b72d-042f45066525} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00249 sec., 5220.883534136546 rows/sec., 325.52 KiB/sec. | ||
| 10173 | 2024.12.16 20:56:20.345201 [ 261 ] {ef7b7ba7-705b-44bc-b72d-042f45066525} <Debug> TCPHandler: Processed in 0.002819334 sec. | ||
| 10174 | 2024.12.16 20:56:20.345457 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10175 | 2024.12.16 20:56:20.345587 [ 260 ] {272c3839-c153-4b30-b4ce-f3d3c41f659f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10176 | 2024.12.16 20:56:20.345641 [ 260 ] {272c3839-c153-4b30-b4ce-f3d3c41f659f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10177 | 2024.12.16 20:56:20.346406 [ 260 ] {272c3839-c153-4b30-b4ce-f3d3c41f659f} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10178 | 2024.12.16 20:56:20.346449 [ 260 ] {272c3839-c153-4b30-b4ce-f3d3c41f659f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10179 | 2024.12.16 20:56:20.346861 [ 260 ] {272c3839-c153-4b30-b4ce-f3d3c41f659f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10180 | 2024.12.16 20:56:20.347115 [ 260 ] {272c3839-c153-4b30-b4ce-f3d3c41f659f} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10181 | 2024.12.16 20:56:20.347356 [ 260 ] {272c3839-c153-4b30-b4ce-f3d3c41f659f} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001798 sec., 223025.58398220246 rows/sec., 15.86 MiB/sec. | ||
| 10182 | 2024.12.16 20:56:20.347423 [ 260 ] {272c3839-c153-4b30-b4ce-f3d3c41f659f} <Debug> TCPHandler: Processed in 0.00207979 sec. | ||
| 10183 | 2024.12.16 20:56:20.347603 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10184 | 2024.12.16 20:56:20.347736 [ 261 ] {6d289728-88ef-4e54-aae0-520fc11b18d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10185 | 2024.12.16 20:56:20.347792 [ 261 ] {6d289728-88ef-4e54-aae0-520fc11b18d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10186 | 2024.12.16 20:56:20.348307 [ 261 ] {6d289728-88ef-4e54-aae0-520fc11b18d9} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10187 | 2024.12.16 20:56:20.348349 [ 261 ] {6d289728-88ef-4e54-aae0-520fc11b18d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10188 | 2024.12.16 20:56:20.348746 [ 261 ] {6d289728-88ef-4e54-aae0-520fc11b18d9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10189 | 2024.12.16 20:56:20.349004 [ 261 ] {6d289728-88ef-4e54-aae0-520fc11b18d9} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10190 | 2024.12.16 20:56:20.349230 [ 261 ] {6d289728-88ef-4e54-aae0-520fc11b18d9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 205.83 KiB/sec. | ||
| 10191 | 2024.12.16 20:56:20.349293 [ 261 ] {6d289728-88ef-4e54-aae0-520fc11b18d9} <Debug> TCPHandler: Processed in 0.001751564 sec. | ||
| 10192 | 2024.12.16 20:56:20.349461 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10193 | 2024.12.16 20:56:20.349586 [ 260 ] {b6af5c70-239a-4e62-b527-f5ccf0475342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10194 | 2024.12.16 20:56:20.349643 [ 260 ] {b6af5c70-239a-4e62-b527-f5ccf0475342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10195 | 2024.12.16 20:56:20.350285 [ 260 ] {b6af5c70-239a-4e62-b527-f5ccf0475342} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10196 | 2024.12.16 20:56:20.350328 [ 260 ] {b6af5c70-239a-4e62-b527-f5ccf0475342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10197 | 2024.12.16 20:56:20.350792 [ 260 ] {b6af5c70-239a-4e62-b527-f5ccf0475342} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10198 | 2024.12.16 20:56:20.351037 [ 260 ] {b6af5c70-239a-4e62-b527-f5ccf0475342} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10199 | 2024.12.16 20:56:20.351274 [ 260 ] {b6af5c70-239a-4e62-b527-f5ccf0475342} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001717 sec., 138031.4502038439 rows/sec., 9.25 MiB/sec. | ||
| 10200 | 2024.12.16 20:56:20.351341 [ 260 ] {b6af5c70-239a-4e62-b527-f5ccf0475342} <Debug> TCPHandler: Processed in 0.001939217 sec. | ||
| 10201 | 2024.12.16 20:56:20.351510 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10202 | 2024.12.16 20:56:20.351640 [ 261 ] {e5a6ed60-e53f-4698-9181-3373207b70da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10203 | 2024.12.16 20:56:20.351704 [ 261 ] {e5a6ed60-e53f-4698-9181-3373207b70da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10204 | 2024.12.16 20:56:20.352205 [ 261 ] {e5a6ed60-e53f-4698-9181-3373207b70da} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10205 | 2024.12.16 20:56:20.352245 [ 261 ] {e5a6ed60-e53f-4698-9181-3373207b70da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10206 | 2024.12.16 20:56:20.352635 [ 261 ] {e5a6ed60-e53f-4698-9181-3373207b70da} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10207 | 2024.12.16 20:56:20.352925 [ 261 ] {e5a6ed60-e53f-4698-9181-3373207b70da} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10208 | 2024.12.16 20:56:20.353215 [ 261 ] {e5a6ed60-e53f-4698-9181-3373207b70da} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001604 sec., 623.4413965087282 rows/sec., 42.01 KiB/sec. | ||
| 10209 | 2024.12.16 20:56:20.353285 [ 261 ] {e5a6ed60-e53f-4698-9181-3373207b70da} <Debug> TCPHandler: Processed in 0.001833375 sec. | ||
| 10210 | 2024.12.16 20:56:20.353466 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10211 | 2024.12.16 20:56:20.353594 [ 260 ] {b8f65e82-246f-4ee6-9bd7-3b77713b85dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10212 | 2024.12.16 20:56:20.353697 [ 260 ] {b8f65e82-246f-4ee6-9bd7-3b77713b85dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10213 | 2024.12.16 20:56:20.354922 [ 260 ] {b8f65e82-246f-4ee6-9bd7-3b77713b85dc} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10214 | 2024.12.16 20:56:20.354964 [ 260 ] {b8f65e82-246f-4ee6-9bd7-3b77713b85dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10215 | 2024.12.16 20:56:20.355620 [ 260 ] {b8f65e82-246f-4ee6-9bd7-3b77713b85dc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10216 | 2024.12.16 20:56:20.355897 [ 260 ] {b8f65e82-246f-4ee6-9bd7-3b77713b85dc} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10217 | 2024.12.16 20:56:20.356147 [ 260 ] {b8f65e82-246f-4ee6-9bd7-3b77713b85dc} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002579 sec., 7367.196587824738 rows/sec., 13.20 MiB/sec. | ||
| 10218 | 2024.12.16 20:56:20.356275 [ 260 ] {b8f65e82-246f-4ee6-9bd7-3b77713b85dc} <Debug> TCPHandler: Processed in 0.002869625 sec. | ||
| 10219 | 2024.12.16 20:56:20.356443 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10220 | 2024.12.16 20:56:20.356589 [ 261 ] {ba47b445-730c-4976-814a-1c6d0f524ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10221 | 2024.12.16 20:56:20.356653 [ 261 ] {ba47b445-730c-4976-814a-1c6d0f524ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10222 | 2024.12.16 20:56:20.357253 [ 261 ] {ba47b445-730c-4976-814a-1c6d0f524ddd} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10223 | 2024.12.16 20:56:20.357300 [ 261 ] {ba47b445-730c-4976-814a-1c6d0f524ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10224 | 2024.12.16 20:56:20.357801 [ 261 ] {ba47b445-730c-4976-814a-1c6d0f524ddd} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10225 | 2024.12.16 20:56:20.358110 [ 261 ] {ba47b445-730c-4976-814a-1c6d0f524ddd} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10226 | 2024.12.16 20:56:20.358395 [ 261 ] {ba47b445-730c-4976-814a-1c6d0f524ddd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001839 sec., 44589.450788472 rows/sec., 2.83 MiB/sec. | ||
| 10227 | 2024.12.16 20:56:20.358467 [ 261 ] {ba47b445-730c-4976-814a-1c6d0f524ddd} <Debug> TCPHandler: Processed in 0.00209168 sec. | ||
| 10228 | 2024.12.16 20:56:21.286843 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10229 | 2024.12.16 20:56:21.286898 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10230 | 2024.12.16 20:56:21.469110 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 10231 | 2024.12.16 20:56:21.469846 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10232 | 2024.12.16 20:56:21.469889 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10233 | 2024.12.16 20:56:21.470466 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10234 | 2024.12.16 20:56:21.470723 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10235 | 2024.12.16 20:56:21.470922 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10236 | 2024.12.16 20:56:23.167355 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10237 | 2024.12.16 20:56:23.190034 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10238 | 2024.12.16 20:56:23.190095 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10239 | 2024.12.16 20:56:23.198255 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10240 | 2024.12.16 20:56:23.199019 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10241 | 2024.12.16 20:56:23.202928 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10242 | 2024.12.16 20:56:25.323762 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10243 | 2024.12.16 20:56:25.323962 [ 261 ] {61efc180-1de6-4747-a668-4be1a7d685b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10244 | 2024.12.16 20:56:25.324030 [ 261 ] {61efc180-1de6-4747-a668-4be1a7d685b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10245 | 2024.12.16 20:56:25.324768 [ 261 ] {61efc180-1de6-4747-a668-4be1a7d685b8} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10246 | 2024.12.16 20:56:25.324814 [ 261 ] {61efc180-1de6-4747-a668-4be1a7d685b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10247 | 2024.12.16 20:56:25.325240 [ 261 ] {61efc180-1de6-4747-a668-4be1a7d685b8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10248 | 2024.12.16 20:56:25.325488 [ 261 ] {61efc180-1de6-4747-a668-4be1a7d685b8} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10249 | 2024.12.16 20:56:25.325743 [ 261 ] {61efc180-1de6-4747-a668-4be1a7d685b8} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.00183 sec., 55737.70491803279 rows/sec., 4.64 MiB/sec. | ||
| 10250 | 2024.12.16 20:56:25.325819 [ 261 ] {61efc180-1de6-4747-a668-4be1a7d685b8} <Debug> TCPHandler: Processed in 0.002184932 sec. | ||
| 10251 | 2024.12.16 20:56:25.326082 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10252 | 2024.12.16 20:56:25.326270 [ 260 ] {072caaa4-b1d1-40a3-8c58-4334fe12d396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10253 | 2024.12.16 20:56:25.326342 [ 260 ] {072caaa4-b1d1-40a3-8c58-4334fe12d396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10254 | 2024.12.16 20:56:25.327146 [ 260 ] {072caaa4-b1d1-40a3-8c58-4334fe12d396} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10255 | 2024.12.16 20:56:25.327200 [ 260 ] {072caaa4-b1d1-40a3-8c58-4334fe12d396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10256 | 2024.12.16 20:56:25.327620 [ 260 ] {072caaa4-b1d1-40a3-8c58-4334fe12d396} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10257 | 2024.12.16 20:56:25.327887 [ 260 ] {072caaa4-b1d1-40a3-8c58-4334fe12d396} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10258 | 2024.12.16 20:56:25.328095 [ 32 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10259 | 2024.12.16 20:56:25.328170 [ 260 ] {072caaa4-b1d1-40a3-8c58-4334fe12d396} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001945 sec., 11825.192802056556 rows/sec., 889.20 KiB/sec. | ||
| 10260 | 2024.12.16 20:56:25.328186 [ 32 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10261 | 2024.12.16 20:56:25.328249 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10262 | 2024.12.16 20:56:25.328312 [ 260 ] {072caaa4-b1d1-40a3-8c58-4334fe12d396} <Debug> TCPHandler: Processed in 0.002385986 sec. | ||
| 10263 | 2024.12.16 20:56:25.328499 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 10264 | 2024.12.16 20:56:25.328530 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10265 | 2024.12.16 20:56:25.328639 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10266 | 2024.12.16 20:56:25.328683 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 67 rows starting from the beginning of the part | ||
| 10267 | 2024.12.16 20:56:25.328686 [ 261 ] {5be0ceb5-b0aa-4f31-b9e8-ef4c6bc10a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10268 | 2024.12.16 20:56:25.328761 [ 261 ] {5be0ceb5-b0aa-4f31-b9e8-ef4c6bc10a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10269 | 2024.12.16 20:56:25.328782 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 23 rows starting from the beginning of the part | ||
| 10270 | 2024.12.16 20:56:25.329254 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 26 rows starting from the beginning of the part | ||
| 10271 | 2024.12.16 20:56:25.329653 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 25 rows starting from the beginning of the part | ||
| 10272 | 2024.12.16 20:56:25.330081 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 26 rows starting from the beginning of the part | ||
| 10273 | 2024.12.16 20:56:25.330432 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 23 rows starting from the beginning of the part | ||
| 10274 | 2024.12.16 20:56:25.331500 [ 261 ] {5be0ceb5-b0aa-4f31-b9e8-ef4c6bc10a17} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10275 | 2024.12.16 20:56:25.331547 [ 261 ] {5be0ceb5-b0aa-4f31-b9e8-ef4c6bc10a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10276 | 2024.12.16 20:56:25.332160 [ 261 ] {5be0ceb5-b0aa-4f31-b9e8-ef4c6bc10a17} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10277 | 2024.12.16 20:56:25.332202 [ 190 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.003845383 sec., 49409.90273270569 rows/sec., 3.74 MiB/sec. | ||
| 10278 | 2024.12.16 20:56:25.332407 [ 190 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10279 | 2024.12.16 20:56:25.332622 [ 261 ] {5be0ceb5-b0aa-4f31-b9e8-ef4c6bc10a17} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10280 | 2024.12.16 20:56:25.333022 [ 190 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_66_13} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10281 | 2024.12.16 20:56:25.333063 [ 261 ] {5be0ceb5-b0aa-4f31-b9e8-ef4c6bc10a17} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.004414 sec., 19710.01359311282 rows/sec., 1.54 MiB/sec. | ||
| 10282 | 2024.12.16 20:56:25.333211 [ 190 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_66_13} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10283 | 2024.12.16 20:56:25.333236 [ 261 ] {5be0ceb5-b0aa-4f31-b9e8-ef4c6bc10a17} <Debug> TCPHandler: Processed in 0.004781251 sec. | ||
| 10284 | 2024.12.16 20:56:25.333431 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10285 | 2024.12.16 20:56:25.333452 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10286 | 2024.12.16 20:56:25.333576 [ 260 ] {c3d6bf23-d858-4c40-82e6-68830958ef2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10287 | 2024.12.16 20:56:25.333632 [ 260 ] {c3d6bf23-d858-4c40-82e6-68830958ef2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10288 | 2024.12.16 20:56:25.334222 [ 260 ] {c3d6bf23-d858-4c40-82e6-68830958ef2a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10289 | 2024.12.16 20:56:25.334261 [ 260 ] {c3d6bf23-d858-4c40-82e6-68830958ef2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10290 | 2024.12.16 20:56:25.334672 [ 260 ] {c3d6bf23-d858-4c40-82e6-68830958ef2a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10291 | 2024.12.16 20:56:25.334906 [ 260 ] {c3d6bf23-d858-4c40-82e6-68830958ef2a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10292 | 2024.12.16 20:56:25.335123 [ 260 ] {c3d6bf23-d858-4c40-82e6-68830958ef2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
| 10293 | 2024.12.16 20:56:25.335181 [ 260 ] {c3d6bf23-d858-4c40-82e6-68830958ef2a} <Debug> TCPHandler: Processed in 0.001834125 sec. | ||
| 10294 | 2024.12.16 20:56:25.335334 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10295 | 2024.12.16 20:56:25.335475 [ 261 ] {c3b53c64-0ad5-45d8-8340-64451f4b5b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10296 | 2024.12.16 20:56:25.335569 [ 261 ] {c3b53c64-0ad5-45d8-8340-64451f4b5b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10297 | 2024.12.16 20:56:25.336786 [ 261 ] {c3b53c64-0ad5-45d8-8340-64451f4b5b21} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10298 | 2024.12.16 20:56:25.336825 [ 261 ] {c3b53c64-0ad5-45d8-8340-64451f4b5b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10299 | 2024.12.16 20:56:25.337452 [ 261 ] {c3b53c64-0ad5-45d8-8340-64451f4b5b21} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10300 | 2024.12.16 20:56:25.337721 [ 261 ] {c3b53c64-0ad5-45d8-8340-64451f4b5b21} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10301 | 2024.12.16 20:56:25.337913 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10302 | 2024.12.16 20:56:25.337984 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10303 | 2024.12.16 20:56:25.338010 [ 261 ] {c3b53c64-0ad5-45d8-8340-64451f4b5b21} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002562 sec., 8977.361436377829 rows/sec., 16.09 MiB/sec. | ||
| 10304 | 2024.12.16 20:56:25.338025 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10305 | 2024.12.16 20:56:25.338379 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 10306 | 2024.12.16 20:56:25.338402 [ 261 ] {c3b53c64-0ad5-45d8-8340-64451f4b5b21} <Debug> TCPHandler: Processed in 0.00313325 sec. | ||
| 10307 | 2024.12.16 20:56:25.338621 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10308 | 2024.12.16 20:56:25.338796 [ 260 ] {ed52d1ee-88d9-4c88-904a-d162ca608884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10309 | 2024.12.16 20:56:25.338841 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10310 | 2024.12.16 20:56:25.338862 [ 260 ] {ed52d1ee-88d9-4c88-904a-d162ca608884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10311 | 2024.12.16 20:56:25.338955 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1249 rows starting from the beginning of the part | ||
| 10312 | 2024.12.16 20:56:25.339633 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 23 rows starting from the beginning of the part | ||
| 10313 | 2024.12.16 20:56:25.340061 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 19 rows starting from the beginning of the part | ||
| 10314 | 2024.12.16 20:56:25.340444 [ 260 ] {ed52d1ee-88d9-4c88-904a-d162ca608884} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10315 | 2024.12.16 20:56:25.340508 [ 260 ] {ed52d1ee-88d9-4c88-904a-d162ca608884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10316 | 2024.12.16 20:56:25.340515 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 23 rows starting from the beginning of the part | ||
| 10317 | 2024.12.16 20:56:25.340926 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 19 rows starting from the beginning of the part | ||
| 10318 | 2024.12.16 20:56:25.341343 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 23 rows starting from the beginning of the part | ||
| 10319 | 2024.12.16 20:56:25.341382 [ 260 ] {ed52d1ee-88d9-4c88-904a-d162ca608884} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10320 | 2024.12.16 20:56:25.341810 [ 260 ] {ed52d1ee-88d9-4c88-904a-d162ca608884} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10321 | 2024.12.16 20:56:25.342233 [ 260 ] {ed52d1ee-88d9-4c88-904a-d162ca608884} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00346 sec., 17341.040462427747 rows/sec., 1.17 MiB/sec. | ||
| 10322 | 2024.12.16 20:56:25.342341 [ 260 ] {ed52d1ee-88d9-4c88-904a-d162ca608884} <Debug> TCPHandler: Processed in 0.003801823 sec. | ||
| 10323 | 2024.12.16 20:56:25.349672 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1356 rows, containing 19 columns (19 merged, 0 gathered) in 0.01150483 sec., 117863.54079112859 rows/sec., 211.21 MiB/sec. | ||
| 10324 | 2024.12.16 20:56:25.350732 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10325 | 2024.12.16 20:56:25.351120 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10326 | 2024.12.16 20:56:25.351198 [ 194 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10327 | 2024.12.16 20:56:25.351313 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
| 10328 | 2024.12.16 20:56:26.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.83 MiB, peak 247.41 MiB, free memory in arenas 0.00 B, will set to 237.45 MiB (RSS), difference: 1.62 MiB | ||
| 10329 | 2024.12.16 20:56:26.594595 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1462 | ||
| 10330 | 2024.12.16 20:56:26.597710 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10331 | 2024.12.16 20:56:26.597775 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10332 | 2024.12.16 20:56:26.599285 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10333 | 2024.12.16 20:56:26.599602 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10334 | 2024.12.16 20:56:26.599850 [ 31 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10335 | 2024.12.16 20:56:26.599976 [ 31 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10336 | 2024.12.16 20:56:26.600039 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10337 | 2024.12.16 20:56:26.600348 [ 186 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 10338 | 2024.12.16 20:56:26.600746 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1462 | ||
| 10339 | 2024.12.16 20:56:26.601210 [ 186 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10340 | 2024.12.16 20:56:26.601342 [ 186 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1266 rows starting from the beginning of the part | ||
| 10341 | 2024.12.16 20:56:26.601790 [ 186 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 46 rows starting from the beginning of the part | ||
| 10342 | 2024.12.16 20:56:26.602242 [ 186 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 10343 | 2024.12.16 20:56:26.602670 [ 186 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 36 rows starting from the beginning of the part | ||
| 10344 | 2024.12.16 20:56:26.603094 [ 186 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 46 rows starting from the beginning of the part | ||
| 10345 | 2024.12.16 20:56:26.603529 [ 186 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part | ||
| 10346 | 2024.12.16 20:56:26.611778 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1462 rows, containing 72 columns (72 merged, 0 gathered) in 0.011618222 sec., 125836.8104861484 rows/sec., 98.00 MiB/sec. | ||
| 10347 | 2024.12.16 20:56:26.613493 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10348 | 2024.12.16 20:56:26.614360 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_36_7} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10349 | 2024.12.16 20:56:26.614491 [ 201 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_36_7} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10350 | 2024.12.16 20:56:26.614868 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10351 | 2024.12.16 20:56:27.000236 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.56 MiB, peak 247.41 MiB, free memory in arenas 0.00 B, will set to 237.45 MiB (RSS), difference: 3.89 MiB | ||
| 10352 | 2024.12.16 20:56:28.972029 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 10353 | 2024.12.16 20:56:28.972733 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10354 | 2024.12.16 20:56:28.972783 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10355 | 2024.12.16 20:56:28.973328 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10356 | 2024.12.16 20:56:28.973586 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10357 | 2024.12.16 20:56:28.973750 [ 72 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10358 | 2024.12.16 20:56:28.973795 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 10359 | 2024.12.16 20:56:28.973828 [ 72 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10360 | 2024.12.16 20:56:28.973851 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10361 | 2024.12.16 20:56:28.974024 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 10362 | 2024.12.16 20:56:28.974288 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10363 | 2024.12.16 20:56:28.974337 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 10364 | 2024.12.16 20:56:28.974415 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 10365 | 2024.12.16 20:56:28.974559 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 10366 | 2024.12.16 20:56:28.974866 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 10367 | 2024.12.16 20:56:28.975049 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 10368 | 2024.12.16 20:56:28.975155 [ 193 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 10369 | 2024.12.16 20:56:28.977517 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003590588 sec., 6506733.716037596 rows/sec., 93.08 MiB/sec. | ||
| 10370 | 2024.12.16 20:56:28.977959 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10371 | 2024.12.16 20:56:28.978297 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_51_10} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10372 | 2024.12.16 20:56:28.978378 [ 200 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_51_10} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10373 | 2024.12.16 20:56:28.978486 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 10374 | 2024.12.16 20:56:30.327603 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10375 | 2024.12.16 20:56:30.327810 [ 261 ] {20af7d28-b39a-40fc-9cb5-5ca59a7f6022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10376 | 2024.12.16 20:56:30.327888 [ 261 ] {20af7d28-b39a-40fc-9cb5-5ca59a7f6022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10377 | 2024.12.16 20:56:30.328676 [ 261 ] {20af7d28-b39a-40fc-9cb5-5ca59a7f6022} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10378 | 2024.12.16 20:56:30.328722 [ 261 ] {20af7d28-b39a-40fc-9cb5-5ca59a7f6022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10379 | 2024.12.16 20:56:30.329156 [ 261 ] {20af7d28-b39a-40fc-9cb5-5ca59a7f6022} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10380 | 2024.12.16 20:56:30.329407 [ 261 ] {20af7d28-b39a-40fc-9cb5-5ca59a7f6022} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10381 | 2024.12.16 20:56:30.329569 [ 95 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10382 | 2024.12.16 20:56:30.329621 [ 95 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10383 | 2024.12.16 20:56:30.329625 [ 261 ] {20af7d28-b39a-40fc-9cb5-5ca59a7f6022} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec. | ||
| 10384 | 2024.12.16 20:56:30.329652 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10385 | 2024.12.16 20:56:30.329751 [ 261 ] {20af7d28-b39a-40fc-9cb5-5ca59a7f6022} <Debug> TCPHandler: Processed in 0.002266874 sec. | ||
| 10386 | 2024.12.16 20:56:30.330164 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10387 | 2024.12.16 20:56:30.330373 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 10388 | 2024.12.16 20:56:30.330594 [ 260 ] {45b965e9-ed77-459a-aa53-cb635187851c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10389 | 2024.12.16 20:56:30.330733 [ 260 ] {45b965e9-ed77-459a-aa53-cb635187851c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10390 | 2024.12.16 20:56:30.330812 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10391 | 2024.12.16 20:56:30.330901 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 10392 | 2024.12.16 20:56:30.331154 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 10393 | 2024.12.16 20:56:30.331623 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 10394 | 2024.12.16 20:56:30.332043 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 10395 | 2024.12.16 20:56:30.332432 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 10396 | 2024.12.16 20:56:30.333517 [ 260 ] {45b965e9-ed77-459a-aa53-cb635187851c} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10397 | 2024.12.16 20:56:30.333596 [ 260 ] {45b965e9-ed77-459a-aa53-cb635187851c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10398 | 2024.12.16 20:56:30.334752 [ 260 ] {45b965e9-ed77-459a-aa53-cb635187851c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10399 | 2024.12.16 20:56:30.334888 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005083417 sec., 13770.265158258708 rows/sec., 1.02 MiB/sec. | ||
| 10400 | 2024.12.16 20:56:30.335120 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10401 | 2024.12.16 20:56:30.335284 [ 260 ] {45b965e9-ed77-459a-aa53-cb635187851c} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10402 | 2024.12.16 20:56:30.335837 [ 260 ] {45b965e9-ed77-459a-aa53-cb635187851c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005368 sec., 745.1564828614008 rows/sec., 60.76 KiB/sec. | ||
| 10403 | 2024.12.16 20:56:30.335878 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_33_8} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10404 | 2024.12.16 20:56:30.336107 [ 260 ] {45b965e9-ed77-459a-aa53-cb635187851c} <Debug> TCPHandler: Processed in 0.006190708 sec. | ||
| 10405 | 2024.12.16 20:56:30.336273 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_33_8} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10406 | 2024.12.16 20:56:30.336436 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10407 | 2024.12.16 20:56:30.336574 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10408 | 2024.12.16 20:56:30.336698 [ 261 ] {96c627b7-8bb8-48f6-887b-c80dda6cd31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10409 | 2024.12.16 20:56:30.336762 [ 261 ] {96c627b7-8bb8-48f6-887b-c80dda6cd31b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10410 | 2024.12.16 20:56:30.337533 [ 261 ] {96c627b7-8bb8-48f6-887b-c80dda6cd31b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10411 | 2024.12.16 20:56:30.337572 [ 261 ] {96c627b7-8bb8-48f6-887b-c80dda6cd31b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10412 | 2024.12.16 20:56:30.337962 [ 261 ] {96c627b7-8bb8-48f6-887b-c80dda6cd31b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10413 | 2024.12.16 20:56:30.338206 [ 261 ] {96c627b7-8bb8-48f6-887b-c80dda6cd31b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10414 | 2024.12.16 20:56:30.338395 [ 261 ] {96c627b7-8bb8-48f6-887b-c80dda6cd31b} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001736 sec., 139976.95852534563 rows/sec., 12.25 MiB/sec. | ||
| 10415 | 2024.12.16 20:56:30.338450 [ 261 ] {96c627b7-8bb8-48f6-887b-c80dda6cd31b} <Debug> TCPHandler: Processed in 0.002193632 sec. | ||
| 10416 | 2024.12.16 20:56:30.338656 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10417 | 2024.12.16 20:56:30.338834 [ 260 ] {2faaefe1-46ab-4bcc-b2ff-a87e52e3cbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10418 | 2024.12.16 20:56:30.338883 [ 260 ] {2faaefe1-46ab-4bcc-b2ff-a87e52e3cbf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10419 | 2024.12.16 20:56:30.339466 [ 260 ] {2faaefe1-46ab-4bcc-b2ff-a87e52e3cbf3} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10420 | 2024.12.16 20:56:30.339505 [ 260 ] {2faaefe1-46ab-4bcc-b2ff-a87e52e3cbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10421 | 2024.12.16 20:56:30.339879 [ 260 ] {2faaefe1-46ab-4bcc-b2ff-a87e52e3cbf3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10422 | 2024.12.16 20:56:30.340111 [ 260 ] {2faaefe1-46ab-4bcc-b2ff-a87e52e3cbf3} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10423 | 2024.12.16 20:56:30.340358 [ 260 ] {2faaefe1-46ab-4bcc-b2ff-a87e52e3cbf3} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001543 sec., 19442.644199611146 rows/sec., 1.37 MiB/sec. | ||
| 10424 | 2024.12.16 20:56:30.340423 [ 260 ] {2faaefe1-46ab-4bcc-b2ff-a87e52e3cbf3} <Debug> TCPHandler: Processed in 0.001889607 sec. | ||
| 10425 | 2024.12.16 20:56:30.340644 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10426 | 2024.12.16 20:56:30.340796 [ 261 ] {9211820f-6992-4991-b9e6-717e307a26a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10427 | 2024.12.16 20:56:30.340854 [ 261 ] {9211820f-6992-4991-b9e6-717e307a26a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10428 | 2024.12.16 20:56:30.341464 [ 261 ] {9211820f-6992-4991-b9e6-717e307a26a7} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10429 | 2024.12.16 20:56:30.341501 [ 261 ] {9211820f-6992-4991-b9e6-717e307a26a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10430 | 2024.12.16 20:56:30.341852 [ 261 ] {9211820f-6992-4991-b9e6-717e307a26a7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10431 | 2024.12.16 20:56:30.342103 [ 261 ] {9211820f-6992-4991-b9e6-717e307a26a7} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10432 | 2024.12.16 20:56:30.342278 [ 261 ] {9211820f-6992-4991-b9e6-717e307a26a7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001512 sec., 9259.25925925926 rows/sec., 648.46 KiB/sec. | ||
| 10433 | 2024.12.16 20:56:30.342331 [ 261 ] {9211820f-6992-4991-b9e6-717e307a26a7} <Debug> TCPHandler: Processed in 0.001802584 sec. | ||
| 10434 | 2024.12.16 20:56:30.342479 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10435 | 2024.12.16 20:56:30.342594 [ 260 ] {e774268c-9fb9-420f-82cd-3f86f1727e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10436 | 2024.12.16 20:56:30.342641 [ 260 ] {e774268c-9fb9-420f-82cd-3f86f1727e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10437 | 2024.12.16 20:56:30.343223 [ 260 ] {e774268c-9fb9-420f-82cd-3f86f1727e5e} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10438 | 2024.12.16 20:56:30.343262 [ 260 ] {e774268c-9fb9-420f-82cd-3f86f1727e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10439 | 2024.12.16 20:56:30.343603 [ 260 ] {e774268c-9fb9-420f-82cd-3f86f1727e5e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10440 | 2024.12.16 20:56:30.343842 [ 260 ] {e774268c-9fb9-420f-82cd-3f86f1727e5e} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10441 | 2024.12.16 20:56:30.344004 [ 95 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10442 | 2024.12.16 20:56:30.344058 [ 95 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10443 | 2024.12.16 20:56:30.344073 [ 260 ] {e774268c-9fb9-420f-82cd-3f86f1727e5e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00149 sec., 8724.832214765102 rows/sec., 543.99 KiB/sec. | ||
| 10444 | 2024.12.16 20:56:30.344090 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10445 | 2024.12.16 20:56:30.344223 [ 260 ] {e774268c-9fb9-420f-82cd-3f86f1727e5e} <Debug> TCPHandler: Processed in 0.001786774 sec. | ||
| 10446 | 2024.12.16 20:56:30.344495 [ 197 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 10447 | 2024.12.16 20:56:30.344515 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10448 | 2024.12.16 20:56:30.344916 [ 197 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10449 | 2024.12.16 20:56:30.344914 [ 261 ] {4b0e6242-bd17-4f2b-bcbb-0b6d5347e277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10450 | 2024.12.16 20:56:30.344987 [ 197 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 10451 | 2024.12.16 20:56:30.345039 [ 261 ] {4b0e6242-bd17-4f2b-bcbb-0b6d5347e277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10452 | 2024.12.16 20:56:30.345430 [ 197 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 10453 | 2024.12.16 20:56:30.345947 [ 197 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 10454 | 2024.12.16 20:56:30.346355 [ 197 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 10455 | 2024.12.16 20:56:30.346698 [ 197 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 10456 | 2024.12.16 20:56:30.348401 [ 261 ] {4b0e6242-bd17-4f2b-bcbb-0b6d5347e277} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10457 | 2024.12.16 20:56:30.348492 [ 261 ] {4b0e6242-bd17-4f2b-bcbb-0b6d5347e277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10458 | 2024.12.16 20:56:30.349201 [ 192 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004968224 sec., 13083.146009519698 rows/sec., 866.84 KiB/sec. | ||
| 10459 | 2024.12.16 20:56:30.349412 [ 192 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10460 | 2024.12.16 20:56:30.349450 [ 261 ] {4b0e6242-bd17-4f2b-bcbb-0b6d5347e277} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10461 | 2024.12.16 20:56:30.349929 [ 192 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_33_8} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10462 | 2024.12.16 20:56:30.349941 [ 261 ] {4b0e6242-bd17-4f2b-bcbb-0b6d5347e277} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10463 | 2024.12.16 20:56:30.350070 [ 192 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_33_8} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10464 | 2024.12.16 20:56:30.350325 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10465 | 2024.12.16 20:56:30.350427 [ 261 ] {4b0e6242-bd17-4f2b-bcbb-0b6d5347e277} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.005608 sec., 72218.25962910129 rows/sec., 5.14 MiB/sec. | ||
| 10466 | 2024.12.16 20:56:30.350643 [ 261 ] {4b0e6242-bd17-4f2b-bcbb-0b6d5347e277} <Debug> TCPHandler: Processed in 0.006308271 sec. | ||
| 10467 | 2024.12.16 20:56:30.350891 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10468 | 2024.12.16 20:56:30.351071 [ 260 ] {3942479c-3ad0-4425-a2cc-0c185c9ffd25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10469 | 2024.12.16 20:56:30.351122 [ 260 ] {3942479c-3ad0-4425-a2cc-0c185c9ffd25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10470 | 2024.12.16 20:56:30.351608 [ 260 ] {3942479c-3ad0-4425-a2cc-0c185c9ffd25} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10471 | 2024.12.16 20:56:30.351653 [ 260 ] {3942479c-3ad0-4425-a2cc-0c185c9ffd25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10472 | 2024.12.16 20:56:30.352016 [ 260 ] {3942479c-3ad0-4425-a2cc-0c185c9ffd25} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10473 | 2024.12.16 20:56:30.352256 [ 260 ] {3942479c-3ad0-4425-a2cc-0c185c9ffd25} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10474 | 2024.12.16 20:56:30.352426 [ 260 ] {3942479c-3ad0-4425-a2cc-0c185c9ffd25} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 226.17 KiB/sec. | ||
| 10475 | 2024.12.16 20:56:30.352475 [ 260 ] {3942479c-3ad0-4425-a2cc-0c185c9ffd25} <Debug> TCPHandler: Processed in 0.001726723 sec. | ||
| 10476 | 2024.12.16 20:56:30.352620 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10477 | 2024.12.16 20:56:30.352765 [ 261 ] {2bfe4fab-2de2-47b3-9bcd-2f49b5a8e5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10478 | 2024.12.16 20:56:30.352828 [ 261 ] {2bfe4fab-2de2-47b3-9bcd-2f49b5a8e5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10479 | 2024.12.16 20:56:30.353459 [ 261 ] {2bfe4fab-2de2-47b3-9bcd-2f49b5a8e5dc} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10480 | 2024.12.16 20:56:30.353497 [ 261 ] {2bfe4fab-2de2-47b3-9bcd-2f49b5a8e5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10481 | 2024.12.16 20:56:30.353899 [ 261 ] {2bfe4fab-2de2-47b3-9bcd-2f49b5a8e5dc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10482 | 2024.12.16 20:56:30.354146 [ 261 ] {2bfe4fab-2de2-47b3-9bcd-2f49b5a8e5dc} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10483 | 2024.12.16 20:56:30.354351 [ 261 ] {2bfe4fab-2de2-47b3-9bcd-2f49b5a8e5dc} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001617 sec., 147804.57637600496 rows/sec., 9.91 MiB/sec. | ||
| 10484 | 2024.12.16 20:56:30.354407 [ 261 ] {2bfe4fab-2de2-47b3-9bcd-2f49b5a8e5dc} <Debug> TCPHandler: Processed in 0.001852915 sec. | ||
| 10485 | 2024.12.16 20:56:30.354542 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10486 | 2024.12.16 20:56:30.354665 [ 260 ] {aecf60f2-a2b6-4729-b197-c4cd1b683736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10487 | 2024.12.16 20:56:30.354717 [ 260 ] {aecf60f2-a2b6-4729-b197-c4cd1b683736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10488 | 2024.12.16 20:56:30.355168 [ 260 ] {aecf60f2-a2b6-4729-b197-c4cd1b683736} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10489 | 2024.12.16 20:56:30.355204 [ 260 ] {aecf60f2-a2b6-4729-b197-c4cd1b683736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10490 | 2024.12.16 20:56:30.355552 [ 260 ] {aecf60f2-a2b6-4729-b197-c4cd1b683736} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10491 | 2024.12.16 20:56:30.355793 [ 260 ] {aecf60f2-a2b6-4729-b197-c4cd1b683736} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10492 | 2024.12.16 20:56:30.355966 [ 260 ] {aecf60f2-a2b6-4729-b197-c4cd1b683736} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001334 sec., 749.625187406297 rows/sec., 50.51 KiB/sec. | ||
| 10493 | 2024.12.16 20:56:30.356013 [ 260 ] {aecf60f2-a2b6-4729-b197-c4cd1b683736} <Debug> TCPHandler: Processed in 0.00152622 sec. | ||
| 10494 | 2024.12.16 20:56:30.356147 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10495 | 2024.12.16 20:56:30.356282 [ 261 ] {17e344cb-1ba0-4b09-b1d5-08d9d4c5c4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10496 | 2024.12.16 20:56:30.356421 [ 261 ] {17e344cb-1ba0-4b09-b1d5-08d9d4c5c4b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.16 20:56:30.357915 [ 261 ] {17e344cb-1ba0-4b09-b1d5-08d9d4c5c4b0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10498 | 2024.12.16 20:56:30.357954 [ 261 ] {17e344cb-1ba0-4b09-b1d5-08d9d4c5c4b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10499 | 2024.12.16 20:56:30.358576 [ 261 ] {17e344cb-1ba0-4b09-b1d5-08d9d4c5c4b0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10500 | 2024.12.16 20:56:30.358837 [ 261 ] {17e344cb-1ba0-4b09-b1d5-08d9d4c5c4b0} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10501 | 2024.12.16 20:56:30.359116 [ 261 ] {17e344cb-1ba0-4b09-b1d5-08d9d4c5c4b0} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002865 sec., 6631.762652705062 rows/sec., 11.88 MiB/sec. | ||
| 10502 | 2024.12.16 20:56:30.359623 [ 261 ] {17e344cb-1ba0-4b09-b1d5-08d9d4c5c4b0} <Debug> TCPHandler: Processed in 0.003524358 sec. | ||
| 10503 | 2024.12.16 20:56:30.359883 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10504 | 2024.12.16 20:56:30.360152 [ 260 ] {5a126acc-7d21-4d2d-b6f8-d0c11481c9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10505 | 2024.12.16 20:56:30.360208 [ 260 ] {5a126acc-7d21-4d2d-b6f8-d0c11481c9b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10506 | 2024.12.16 20:56:30.360699 [ 260 ] {5a126acc-7d21-4d2d-b6f8-d0c11481c9b1} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10507 | 2024.12.16 20:56:30.360737 [ 260 ] {5a126acc-7d21-4d2d-b6f8-d0c11481c9b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10508 | 2024.12.16 20:56:30.361101 [ 260 ] {5a126acc-7d21-4d2d-b6f8-d0c11481c9b1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10509 | 2024.12.16 20:56:30.361336 [ 260 ] {5a126acc-7d21-4d2d-b6f8-d0c11481c9b1} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10510 | 2024.12.16 20:56:30.361528 [ 260 ] {5a126acc-7d21-4d2d-b6f8-d0c11481c9b1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec. | ||
| 10511 | 2024.12.16 20:56:30.361611 [ 260 ] {5a126acc-7d21-4d2d-b6f8-d0c11481c9b1} <Debug> TCPHandler: Processed in 0.001878376 sec. | ||
| 10512 | 2024.12.16 20:56:30.703987 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10513 | 2024.12.16 20:56:30.726936 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10514 | 2024.12.16 20:56:30.727008 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10515 | 2024.12.16 20:56:30.734999 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10516 | 2024.12.16 20:56:30.735849 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10517 | 2024.12.16 20:56:30.736274 [ 90 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10518 | 2024.12.16 20:56:30.736392 [ 90 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10519 | 2024.12.16 20:56:30.736463 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 10520 | 2024.12.16 20:56:30.737053 [ 199 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 10521 | 2024.12.16 20:56:30.753654 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10522 | 2024.12.16 20:56:30.755296 [ 199 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10523 | 2024.12.16 20:56:30.756949 [ 199 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 10524 | 2024.12.16 20:56:30.762956 [ 199 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 10525 | 2024.12.16 20:56:30.769085 [ 199 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 10526 | 2024.12.16 20:56:30.775245 [ 199 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 10527 | 2024.12.16 20:56:30.781249 [ 199 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 10528 | 2024.12.16 20:56:30.786061 [ 199 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 10529 | 2024.12.16 20:56:30.844586 [ 192 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.107980363 sec., 3565.4631018419527 rows/sec., 18.44 MiB/sec. | ||
| 10530 | 2024.12.16 20:56:30.847769 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10531 | 2024.12.16 20:56:30.850751 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_51_10} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10532 | 2024.12.16 20:56:30.850851 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_51_10} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10533 | 2024.12.16 20:56:30.853330 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10534 | 2024.12.16 20:56:31.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.43 MiB, peak 252.86 MiB, free memory in arenas 0.00 B, will set to 237.74 MiB (RSS), difference: -1.69 MiB | ||
| 10535 | 2024.12.16 20:56:35.323311 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10536 | 2024.12.16 20:56:35.323516 [ 261 ] {3eced99f-1db0-4d1b-8d09-3a5619f4ab41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10537 | 2024.12.16 20:56:35.323591 [ 261 ] {3eced99f-1db0-4d1b-8d09-3a5619f4ab41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10538 | 2024.12.16 20:56:35.324381 [ 261 ] {3eced99f-1db0-4d1b-8d09-3a5619f4ab41} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10539 | 2024.12.16 20:56:35.324426 [ 261 ] {3eced99f-1db0-4d1b-8d09-3a5619f4ab41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10540 | 2024.12.16 20:56:35.324879 [ 261 ] {3eced99f-1db0-4d1b-8d09-3a5619f4ab41} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10541 | 2024.12.16 20:56:35.325136 [ 261 ] {3eced99f-1db0-4d1b-8d09-3a5619f4ab41} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10542 | 2024.12.16 20:56:35.325297 [ 91 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10543 | 2024.12.16 20:56:35.325347 [ 261 ] {3eced99f-1db0-4d1b-8d09-3a5619f4ab41} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001884 sec., 54140.12738853503 rows/sec., 4.51 MiB/sec. | ||
| 10544 | 2024.12.16 20:56:35.325352 [ 91 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10545 | 2024.12.16 20:56:35.325401 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10546 | 2024.12.16 20:56:35.325434 [ 261 ] {3eced99f-1db0-4d1b-8d09-3a5619f4ab41} <Debug> TCPHandler: Processed in 0.002247794 sec. | ||
| 10547 | 2024.12.16 20:56:35.325624 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 10548 | 2024.12.16 20:56:35.325704 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10549 | 2024.12.16 20:56:35.325784 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10550 | 2024.12.16 20:56:35.325827 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1437 rows starting from the beginning of the part | ||
| 10551 | 2024.12.16 20:56:35.325882 [ 260 ] {36b69cc1-1e85-449a-a855-9a93d4ed4eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10552 | 2024.12.16 20:56:35.325931 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part | ||
| 10553 | 2024.12.16 20:56:35.326017 [ 260 ] {36b69cc1-1e85-449a-a855-9a93d4ed4eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10554 | 2024.12.16 20:56:35.326354 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 241 rows starting from the beginning of the part | ||
| 10555 | 2024.12.16 20:56:35.326723 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 102 rows starting from the beginning of the part | ||
| 10556 | 2024.12.16 20:56:35.327124 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 243 rows starting from the beginning of the part | ||
| 10557 | 2024.12.16 20:56:35.327445 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 102 rows starting from the beginning of the part | ||
| 10558 | 2024.12.16 20:56:35.328362 [ 260 ] {36b69cc1-1e85-449a-a855-9a93d4ed4eff} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10559 | 2024.12.16 20:56:35.328416 [ 260 ] {36b69cc1-1e85-449a-a855-9a93d4ed4eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10560 | 2024.12.16 20:56:35.329026 [ 260 ] {36b69cc1-1e85-449a-a855-9a93d4ed4eff} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10561 | 2024.12.16 20:56:35.329318 [ 260 ] {36b69cc1-1e85-449a-a855-9a93d4ed4eff} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10562 | 2024.12.16 20:56:35.329607 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2181 rows, containing 5 columns (5 merged, 0 gathered) in 0.004111598 sec., 530450.690947899 rows/sec., 46.67 MiB/sec. | ||
| 10563 | 2024.12.16 20:56:35.329697 [ 260 ] {36b69cc1-1e85-449a-a855-9a93d4ed4eff} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.003872 sec., 5940.082644628099 rows/sec., 446.67 KiB/sec. | ||
| 10564 | 2024.12.16 20:56:35.329768 [ 260 ] {36b69cc1-1e85-449a-a855-9a93d4ed4eff} <Debug> TCPHandler: Processed in 0.0042008 sec. | ||
| 10565 | 2024.12.16 20:56:35.329843 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10566 | 2024.12.16 20:56:35.329961 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10567 | 2024.12.16 20:56:35.330165 [ 261 ] {06f27870-9cfa-4e37-a99c-73b237f39b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10568 | 2024.12.16 20:56:35.330259 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_81_16} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10569 | 2024.12.16 20:56:35.330260 [ 261 ] {06f27870-9cfa-4e37-a99c-73b237f39b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10570 | 2024.12.16 20:56:35.330465 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_81_16} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10571 | 2024.12.16 20:56:35.330611 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 10572 | 2024.12.16 20:56:35.331163 [ 261 ] {06f27870-9cfa-4e37-a99c-73b237f39b94} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10573 | 2024.12.16 20:56:35.331207 [ 261 ] {06f27870-9cfa-4e37-a99c-73b237f39b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10574 | 2024.12.16 20:56:35.331592 [ 261 ] {06f27870-9cfa-4e37-a99c-73b237f39b94} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10575 | 2024.12.16 20:56:35.331834 [ 261 ] {06f27870-9cfa-4e37-a99c-73b237f39b94} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10576 | 2024.12.16 20:56:35.331980 [ 91 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10577 | 2024.12.16 20:56:35.332019 [ 91 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10578 | 2024.12.16 20:56:35.332027 [ 261 ] {06f27870-9cfa-4e37-a99c-73b237f39b94} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001922 sec., 45265.34859521332 rows/sec., 3.53 MiB/sec. | ||
| 10579 | 2024.12.16 20:56:35.332043 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10580 | 2024.12.16 20:56:35.332133 [ 261 ] {06f27870-9cfa-4e37-a99c-73b237f39b94} <Debug> TCPHandler: Processed in 0.002262223 sec. | ||
| 10581 | 2024.12.16 20:56:35.332337 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 10582 | 2024.12.16 20:56:35.332350 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10583 | 2024.12.16 20:56:35.332633 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10584 | 2024.12.16 20:56:35.332671 [ 260 ] {7faa3da3-9166-4768-8948-de9ca873e38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10585 | 2024.12.16 20:56:35.332694 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 916 rows starting from the beginning of the part | ||
| 10586 | 2024.12.16 20:56:35.332813 [ 260 ] {7faa3da3-9166-4768-8948-de9ca873e38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10587 | 2024.12.16 20:56:35.333041 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part | ||
| 10588 | 2024.12.16 20:56:35.333403 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 401 rows starting from the beginning of the part | ||
| 10589 | 2024.12.16 20:56:35.333830 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 87 rows starting from the beginning of the part | ||
| 10590 | 2024.12.16 20:56:35.334174 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 405 rows starting from the beginning of the part | ||
| 10591 | 2024.12.16 20:56:35.334450 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 87 rows starting from the beginning of the part | ||
| 10592 | 2024.12.16 20:56:35.335715 [ 260 ] {7faa3da3-9166-4768-8948-de9ca873e38e} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10593 | 2024.12.16 20:56:35.335789 [ 260 ] {7faa3da3-9166-4768-8948-de9ca873e38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10594 | 2024.12.16 20:56:35.336764 [ 260 ] {7faa3da3-9166-4768-8948-de9ca873e38e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10595 | 2024.12.16 20:56:35.337222 [ 260 ] {7faa3da3-9166-4768-8948-de9ca873e38e} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10596 | 2024.12.16 20:56:35.337516 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10597 | 2024.12.16 20:56:35.337613 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10598 | 2024.12.16 20:56:35.337692 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10599 | 2024.12.16 20:56:35.337832 [ 260 ] {7faa3da3-9166-4768-8948-de9ca873e38e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005255 sec., 30447.19314938154 rows/sec., 2.12 MiB/sec. | ||
| 10600 | 2024.12.16 20:56:35.338288 [ 260 ] {7faa3da3-9166-4768-8948-de9ca873e38e} <Debug> TCPHandler: Processed in 0.006051806 sec. | ||
| 10601 | 2024.12.16 20:56:35.338320 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 10602 | 2024.12.16 20:56:35.338575 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10603 | 2024.12.16 20:56:35.338585 [ 187 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.006430312 sec., 304806.3608733138 rows/sec., 23.34 MiB/sec. | ||
| 10604 | 2024.12.16 20:56:35.338692 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10605 | 2024.12.16 20:56:35.338794 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 24344 rows starting from the beginning of the part | ||
| 10606 | 2024.12.16 20:56:35.338853 [ 261 ] {0aa98d09-91ea-42f7-9dd6-3524d3a95ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10607 | 2024.12.16 20:56:35.338923 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10608 | 2024.12.16 20:56:35.339156 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part | ||
| 10609 | 2024.12.16 20:56:35.339371 [ 261 ] {0aa98d09-91ea-42f7-9dd6-3524d3a95ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10610 | 2024.12.16 20:56:35.339851 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 10611 | 2024.12.16 20:56:35.340362 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 10612 | 2024.12.16 20:56:35.340882 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 239 rows starting from the beginning of the part | ||
| 10613 | 2024.12.16 20:56:35.341111 [ 201 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_81_16} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10614 | 2024.12.16 20:56:35.341471 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 10615 | 2024.12.16 20:56:35.342290 [ 201 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_81_16} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10616 | 2024.12.16 20:56:35.343356 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 10617 | 2024.12.16 20:56:35.345006 [ 261 ] {0aa98d09-91ea-42f7-9dd6-3524d3a95ace} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10618 | 2024.12.16 20:56:35.345083 [ 261 ] {0aa98d09-91ea-42f7-9dd6-3524d3a95ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10619 | 2024.12.16 20:56:35.346667 [ 261 ] {0aa98d09-91ea-42f7-9dd6-3524d3a95ace} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10620 | 2024.12.16 20:56:35.347439 [ 261 ] {0aa98d09-91ea-42f7-9dd6-3524d3a95ace} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10621 | 2024.12.16 20:56:35.347665 [ 261 ] {0aa98d09-91ea-42f7-9dd6-3524d3a95ace} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.008919 sec., 2578.764435474829 rows/sec., 4.62 MiB/sec. | ||
| 10622 | 2024.12.16 20:56:35.348078 [ 261 ] {0aa98d09-91ea-42f7-9dd6-3524d3a95ace} <Debug> TCPHandler: Processed in 0.009640034 sec. | ||
| 10623 | 2024.12.16 20:56:35.348382 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10624 | 2024.12.16 20:56:35.348717 [ 260 ] {1c12bc23-d3fd-4e4a-996d-77a83b47ee1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10625 | 2024.12.16 20:56:35.348788 [ 260 ] {1c12bc23-d3fd-4e4a-996d-77a83b47ee1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10626 | 2024.12.16 20:56:35.349441 [ 260 ] {1c12bc23-d3fd-4e4a-996d-77a83b47ee1e} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10627 | 2024.12.16 20:56:35.349493 [ 260 ] {1c12bc23-d3fd-4e4a-996d-77a83b47ee1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10628 | 2024.12.16 20:56:35.349965 [ 260 ] {1c12bc23-d3fd-4e4a-996d-77a83b47ee1e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10629 | 2024.12.16 20:56:35.350327 [ 260 ] {1c12bc23-d3fd-4e4a-996d-77a83b47ee1e} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10630 | 2024.12.16 20:56:35.350579 [ 91 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10631 | 2024.12.16 20:56:35.350652 [ 91 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10632 | 2024.12.16 20:56:35.350699 [ 260 ] {1c12bc23-d3fd-4e4a-996d-77a83b47ee1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002081 sec., 28832.292167227297 rows/sec., 1.94 MiB/sec. | ||
| 10633 | 2024.12.16 20:56:35.350714 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10634 | 2024.12.16 20:56:35.350887 [ 260 ] {1c12bc23-d3fd-4e4a-996d-77a83b47ee1e} <Debug> TCPHandler: Processed in 0.002664731 sec. | ||
| 10635 | 2024.12.16 20:56:35.350979 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 10636 | 2024.12.16 20:56:35.351178 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10637 | 2024.12.16 20:56:35.351252 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4654 rows starting from the beginning of the part | ||
| 10638 | 2024.12.16 20:56:35.351564 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 24 rows starting from the beginning of the part | ||
| 10639 | 2024.12.16 20:56:35.352063 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 10640 | 2024.12.16 20:56:35.352213 [ 195 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25204 rows, containing 5 columns (5 merged, 0 gathered) in 0.014358504 sec., 1755336.071223019 rows/sec., 118.55 MiB/sec. | ||
| 10641 | 2024.12.16 20:56:35.352434 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 10642 | 2024.12.16 20:56:35.352553 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 10643 | 2024.12.16 20:56:35.352752 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10644 | 2024.12.16 20:56:35.352855 [ 201 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 10645 | 2024.12.16 20:56:35.353726 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10646 | 2024.12.16 20:56:35.353946 [ 186 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10647 | 2024.12.16 20:56:35.354082 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 10648 | 2024.12.16 20:56:35.355441 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4962 rows, containing 4 columns (4 merged, 0 gathered) in 0.004588028 sec., 1081510.4005468145 rows/sec., 70.60 MiB/sec. | ||
| 10649 | 2024.12.16 20:56:35.355834 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10650 | 2024.12.16 20:56:35.356176 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_81_16} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10651 | 2024.12.16 20:56:35.356270 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_81_16} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10652 | 2024.12.16 20:56:35.356353 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 10653 | 2024.12.16 20:56:36.286936 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10654 | 2024.12.16 20:56:36.286991 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10655 | 2024.12.16 20:56:36.473915 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 10656 | 2024.12.16 20:56:36.474673 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10657 | 2024.12.16 20:56:36.474726 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10658 | 2024.12.16 20:56:36.475280 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10659 | 2024.12.16 20:56:36.475539 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10660 | 2024.12.16 20:56:36.475847 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10661 | 2024.12.16 20:56:36.601128 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1498 | ||
| 10662 | 2024.12.16 20:56:36.604404 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10663 | 2024.12.16 20:56:36.604466 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10664 | 2024.12.16 20:56:36.605945 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10665 | 2024.12.16 20:56:36.606258 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10666 | 2024.12.16 20:56:36.606911 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1498 | ||
| 10667 | 2024.12.16 20:56:38.253731 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10668 | 2024.12.16 20:56:38.273505 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10669 | 2024.12.16 20:56:38.273571 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10670 | 2024.12.16 20:56:38.280728 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10671 | 2024.12.16 20:56:38.281515 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10672 | 2024.12.16 20:56:38.285083 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10673 | 2024.12.16 20:56:40.327928 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10674 | 2024.12.16 20:56:40.328164 [ 261 ] {1a1d6834-2ad3-4d11-90ab-da66f0bfbad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10675 | 2024.12.16 20:56:40.328245 [ 261 ] {1a1d6834-2ad3-4d11-90ab-da66f0bfbad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10676 | 2024.12.16 20:56:40.329006 [ 261 ] {1a1d6834-2ad3-4d11-90ab-da66f0bfbad7} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10677 | 2024.12.16 20:56:40.329059 [ 261 ] {1a1d6834-2ad3-4d11-90ab-da66f0bfbad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10678 | 2024.12.16 20:56:40.329508 [ 261 ] {1a1d6834-2ad3-4d11-90ab-da66f0bfbad7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10679 | 2024.12.16 20:56:40.329775 [ 261 ] {1a1d6834-2ad3-4d11-90ab-da66f0bfbad7} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10680 | 2024.12.16 20:56:40.330048 [ 261 ] {1a1d6834-2ad3-4d11-90ab-da66f0bfbad7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec. | ||
| 10681 | 2024.12.16 20:56:40.330116 [ 261 ] {1a1d6834-2ad3-4d11-90ab-da66f0bfbad7} <Debug> TCPHandler: Processed in 0.002321525 sec. | ||
| 10682 | 2024.12.16 20:56:40.330350 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10683 | 2024.12.16 20:56:40.330534 [ 260 ] {2fc0ff7e-8de0-42f6-9b7e-bd3568e63b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10684 | 2024.12.16 20:56:40.330607 [ 260 ] {2fc0ff7e-8de0-42f6-9b7e-bd3568e63b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10685 | 2024.12.16 20:56:40.331453 [ 260 ] {2fc0ff7e-8de0-42f6-9b7e-bd3568e63b4b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10686 | 2024.12.16 20:56:40.331508 [ 260 ] {2fc0ff7e-8de0-42f6-9b7e-bd3568e63b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10687 | 2024.12.16 20:56:40.332256 [ 260 ] {2fc0ff7e-8de0-42f6-9b7e-bd3568e63b4b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10688 | 2024.12.16 20:56:40.332563 [ 260 ] {2fc0ff7e-8de0-42f6-9b7e-bd3568e63b4b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10689 | 2024.12.16 20:56:40.332858 [ 260 ] {2fc0ff7e-8de0-42f6-9b7e-bd3568e63b4b} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002366 sec., 101859.6787827557 rows/sec., 8.93 MiB/sec. | ||
| 10690 | 2024.12.16 20:56:40.332946 [ 260 ] {2fc0ff7e-8de0-42f6-9b7e-bd3568e63b4b} <Debug> TCPHandler: Processed in 0.002719462 sec. | ||
| 10691 | 2024.12.16 20:56:40.333208 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10692 | 2024.12.16 20:56:40.333416 [ 261 ] {41877469-60b0-435f-9e98-f9971ed9018b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10693 | 2024.12.16 20:56:40.333477 [ 261 ] {41877469-60b0-435f-9e98-f9971ed9018b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10694 | 2024.12.16 20:56:40.334083 [ 261 ] {41877469-60b0-435f-9e98-f9971ed9018b} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10695 | 2024.12.16 20:56:40.334125 [ 261 ] {41877469-60b0-435f-9e98-f9971ed9018b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10696 | 2024.12.16 20:56:40.334487 [ 261 ] {41877469-60b0-435f-9e98-f9971ed9018b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10697 | 2024.12.16 20:56:40.334722 [ 261 ] {41877469-60b0-435f-9e98-f9971ed9018b} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10698 | 2024.12.16 20:56:40.334935 [ 261 ] {41877469-60b0-435f-9e98-f9971ed9018b} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001554 sec., 16731.01673101673 rows/sec., 1.18 MiB/sec. | ||
| 10699 | 2024.12.16 20:56:40.334991 [ 261 ] {41877469-60b0-435f-9e98-f9971ed9018b} <Debug> TCPHandler: Processed in 0.001932607 sec. | ||
| 10700 | 2024.12.16 20:56:40.335130 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10701 | 2024.12.16 20:56:40.335254 [ 260 ] {f09c5653-d242-421f-84e7-b43e70367f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10702 | 2024.12.16 20:56:40.335305 [ 260 ] {f09c5653-d242-421f-84e7-b43e70367f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10703 | 2024.12.16 20:56:40.335894 [ 260 ] {f09c5653-d242-421f-84e7-b43e70367f84} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10704 | 2024.12.16 20:56:40.335936 [ 260 ] {f09c5653-d242-421f-84e7-b43e70367f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10705 | 2024.12.16 20:56:40.336294 [ 260 ] {f09c5653-d242-421f-84e7-b43e70367f84} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10706 | 2024.12.16 20:56:40.336529 [ 260 ] {f09c5653-d242-421f-84e7-b43e70367f84} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10707 | 2024.12.16 20:56:40.336771 [ 260 ] {f09c5653-d242-421f-84e7-b43e70367f84} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec. | ||
| 10708 | 2024.12.16 20:56:40.336827 [ 260 ] {f09c5653-d242-421f-84e7-b43e70367f84} <Debug> TCPHandler: Processed in 0.001756214 sec. | ||
| 10709 | 2024.12.16 20:56:40.336977 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10710 | 2024.12.16 20:56:40.337124 [ 261 ] {f4765f72-85c3-462a-a7cc-a07b2a16632d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10711 | 2024.12.16 20:56:40.337182 [ 261 ] {f4765f72-85c3-462a-a7cc-a07b2a16632d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10712 | 2024.12.16 20:56:40.337823 [ 261 ] {f4765f72-85c3-462a-a7cc-a07b2a16632d} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10713 | 2024.12.16 20:56:40.337863 [ 261 ] {f4765f72-85c3-462a-a7cc-a07b2a16632d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10714 | 2024.12.16 20:56:40.338230 [ 261 ] {f4765f72-85c3-462a-a7cc-a07b2a16632d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10715 | 2024.12.16 20:56:40.338472 [ 261 ] {f4765f72-85c3-462a-a7cc-a07b2a16632d} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10716 | 2024.12.16 20:56:40.338649 [ 261 ] {f4765f72-85c3-462a-a7cc-a07b2a16632d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001556 sec., 8354.755784061696 rows/sec., 520.92 KiB/sec. | ||
| 10717 | 2024.12.16 20:56:40.338704 [ 261 ] {f4765f72-85c3-462a-a7cc-a07b2a16632d} <Debug> TCPHandler: Processed in 0.001796094 sec. | ||
| 10718 | 2024.12.16 20:56:40.338837 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10719 | 2024.12.16 20:56:40.338954 [ 260 ] {376a2310-3fe4-4caa-bad5-6ee78e3fb784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10720 | 2024.12.16 20:56:40.339002 [ 260 ] {376a2310-3fe4-4caa-bad5-6ee78e3fb784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10721 | 2024.12.16 20:56:40.339722 [ 260 ] {376a2310-3fe4-4caa-bad5-6ee78e3fb784} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10722 | 2024.12.16 20:56:40.339761 [ 260 ] {376a2310-3fe4-4caa-bad5-6ee78e3fb784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10723 | 2024.12.16 20:56:40.340143 [ 260 ] {376a2310-3fe4-4caa-bad5-6ee78e3fb784} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10724 | 2024.12.16 20:56:40.340378 [ 260 ] {376a2310-3fe4-4caa-bad5-6ee78e3fb784} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10725 | 2024.12.16 20:56:40.340579 [ 260 ] {376a2310-3fe4-4caa-bad5-6ee78e3fb784} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001649 sec., 243177.68344451181 rows/sec., 17.29 MiB/sec. | ||
| 10726 | 2024.12.16 20:56:40.340634 [ 260 ] {376a2310-3fe4-4caa-bad5-6ee78e3fb784} <Debug> TCPHandler: Processed in 0.001857426 sec. | ||
| 10727 | 2024.12.16 20:56:40.340778 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10728 | 2024.12.16 20:56:40.340916 [ 261 ] {fee93cd7-5358-4b32-9aea-8a6afc6570ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10729 | 2024.12.16 20:56:40.340975 [ 261 ] {fee93cd7-5358-4b32-9aea-8a6afc6570ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10730 | 2024.12.16 20:56:40.341527 [ 261 ] {fee93cd7-5358-4b32-9aea-8a6afc6570ae} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10731 | 2024.12.16 20:56:40.341571 [ 261 ] {fee93cd7-5358-4b32-9aea-8a6afc6570ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10732 | 2024.12.16 20:56:40.341933 [ 261 ] {fee93cd7-5358-4b32-9aea-8a6afc6570ae} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10733 | 2024.12.16 20:56:40.342163 [ 261 ] {fee93cd7-5358-4b32-9aea-8a6afc6570ae} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10734 | 2024.12.16 20:56:40.342344 [ 261 ] {fee93cd7-5358-4b32-9aea-8a6afc6570ae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec. | ||
| 10735 | 2024.12.16 20:56:40.342395 [ 261 ] {fee93cd7-5358-4b32-9aea-8a6afc6570ae} <Debug> TCPHandler: Processed in 0.001680942 sec. | ||
| 10736 | 2024.12.16 20:56:40.342523 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10737 | 2024.12.16 20:56:40.342639 [ 260 ] {6e0ee42c-b12c-4cb4-897b-28e3ee822206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10738 | 2024.12.16 20:56:40.342699 [ 260 ] {6e0ee42c-b12c-4cb4-897b-28e3ee822206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10739 | 2024.12.16 20:56:40.343280 [ 260 ] {6e0ee42c-b12c-4cb4-897b-28e3ee822206} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10740 | 2024.12.16 20:56:40.343319 [ 260 ] {6e0ee42c-b12c-4cb4-897b-28e3ee822206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10741 | 2024.12.16 20:56:40.343716 [ 260 ] {6e0ee42c-b12c-4cb4-897b-28e3ee822206} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10742 | 2024.12.16 20:56:40.343947 [ 260 ] {6e0ee42c-b12c-4cb4-897b-28e3ee822206} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10743 | 2024.12.16 20:56:40.344154 [ 260 ] {6e0ee42c-b12c-4cb4-897b-28e3ee822206} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001538 sec., 154096.22886866058 rows/sec., 10.33 MiB/sec. | ||
| 10744 | 2024.12.16 20:56:40.344207 [ 260 ] {6e0ee42c-b12c-4cb4-897b-28e3ee822206} <Debug> TCPHandler: Processed in 0.001740813 sec. | ||
| 10745 | 2024.12.16 20:56:40.344335 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10746 | 2024.12.16 20:56:40.344450 [ 261 ] {768f1b1c-6c51-483f-8447-6cfabee37939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10747 | 2024.12.16 20:56:40.344502 [ 261 ] {768f1b1c-6c51-483f-8447-6cfabee37939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10748 | 2024.12.16 20:56:40.345024 [ 261 ] {768f1b1c-6c51-483f-8447-6cfabee37939} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10749 | 2024.12.16 20:56:40.345067 [ 261 ] {768f1b1c-6c51-483f-8447-6cfabee37939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10750 | 2024.12.16 20:56:40.345479 [ 261 ] {768f1b1c-6c51-483f-8447-6cfabee37939} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10751 | 2024.12.16 20:56:40.345722 [ 261 ] {768f1b1c-6c51-483f-8447-6cfabee37939} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10752 | 2024.12.16 20:56:40.345897 [ 261 ] {768f1b1c-6c51-483f-8447-6cfabee37939} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 10753 | 2024.12.16 20:56:40.345947 [ 261 ] {768f1b1c-6c51-483f-8447-6cfabee37939} <Debug> TCPHandler: Processed in 0.001666472 sec. | ||
| 10754 | 2024.12.16 20:56:40.346073 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10755 | 2024.12.16 20:56:40.346189 [ 260 ] {a4652969-b0e1-4a7a-b32f-5bca1a271672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10756 | 2024.12.16 20:56:40.346274 [ 260 ] {a4652969-b0e1-4a7a-b32f-5bca1a271672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10757 | 2024.12.16 20:56:40.347392 [ 260 ] {a4652969-b0e1-4a7a-b32f-5bca1a271672} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10758 | 2024.12.16 20:56:40.347430 [ 260 ] {a4652969-b0e1-4a7a-b32f-5bca1a271672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10759 | 2024.12.16 20:56:40.348054 [ 260 ] {a4652969-b0e1-4a7a-b32f-5bca1a271672} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10760 | 2024.12.16 20:56:40.348305 [ 260 ] {a4652969-b0e1-4a7a-b32f-5bca1a271672} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10761 | 2024.12.16 20:56:40.348538 [ 260 ] {a4652969-b0e1-4a7a-b32f-5bca1a271672} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002372 sec., 8010.118043844856 rows/sec., 14.35 MiB/sec. | ||
| 10762 | 2024.12.16 20:56:40.348643 [ 260 ] {a4652969-b0e1-4a7a-b32f-5bca1a271672} <Debug> TCPHandler: Processed in 0.00262549 sec. | ||
| 10763 | 2024.12.16 20:56:40.348806 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10764 | 2024.12.16 20:56:40.348941 [ 261 ] {ef258310-876f-40df-8614-ba2fefe537ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10765 | 2024.12.16 20:56:40.348999 [ 261 ] {ef258310-876f-40df-8614-ba2fefe537ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10766 | 2024.12.16 20:56:40.349551 [ 261 ] {ef258310-876f-40df-8614-ba2fefe537ef} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10767 | 2024.12.16 20:56:40.349587 [ 261 ] {ef258310-876f-40df-8614-ba2fefe537ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10768 | 2024.12.16 20:56:40.349949 [ 261 ] {ef258310-876f-40df-8614-ba2fefe537ef} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10769 | 2024.12.16 20:56:40.350180 [ 261 ] {ef258310-876f-40df-8614-ba2fefe537ef} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10770 | 2024.12.16 20:56:40.350350 [ 261 ] {ef258310-876f-40df-8614-ba2fefe537ef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001441 sec., 56904.92713393477 rows/sec., 3.61 MiB/sec. | ||
| 10771 | 2024.12.16 20:56:40.350402 [ 261 ] {ef258310-876f-40df-8614-ba2fefe537ef} <Debug> TCPHandler: Processed in 0.001662031 sec. | ||
| 10772 | 2024.12.16 20:56:43.232558 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10773 | 2024.12.16 20:56:43.232743 [ 261 ] {74a57b47-ee91-4f77-a3bb-959def621571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10774 | 2024.12.16 20:56:43.232813 [ 261 ] {74a57b47-ee91-4f77-a3bb-959def621571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10775 | 2024.12.16 20:56:43.233558 [ 261 ] {74a57b47-ee91-4f77-a3bb-959def621571} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10776 | 2024.12.16 20:56:43.233609 [ 261 ] {74a57b47-ee91-4f77-a3bb-959def621571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10777 | 2024.12.16 20:56:43.234040 [ 261 ] {74a57b47-ee91-4f77-a3bb-959def621571} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10778 | 2024.12.16 20:56:43.234288 [ 261 ] {74a57b47-ee91-4f77-a3bb-959def621571} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10779 | 2024.12.16 20:56:43.234521 [ 261 ] {74a57b47-ee91-4f77-a3bb-959def621571} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001817 sec., 4402.861860209136 rows/sec., 359.02 KiB/sec. | ||
| 10780 | 2024.12.16 20:56:43.234719 [ 261 ] {74a57b47-ee91-4f77-a3bb-959def621571} <Debug> TCPHandler: Processed in 0.002283124 sec. | ||
| 10781 | 2024.12.16 20:56:43.234991 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10782 | 2024.12.16 20:56:43.235180 [ 260 ] {09ac672b-071d-44ab-bd36-baff82a36f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10783 | 2024.12.16 20:56:43.235250 [ 260 ] {09ac672b-071d-44ab-bd36-baff82a36f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10784 | 2024.12.16 20:56:43.236619 [ 260 ] {09ac672b-071d-44ab-bd36-baff82a36f5a} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10785 | 2024.12.16 20:56:43.236678 [ 260 ] {09ac672b-071d-44ab-bd36-baff82a36f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10786 | 2024.12.16 20:56:43.237177 [ 260 ] {09ac672b-071d-44ab-bd36-baff82a36f5a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10787 | 2024.12.16 20:56:43.237432 [ 260 ] {09ac672b-071d-44ab-bd36-baff82a36f5a} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10788 | 2024.12.16 20:56:43.237672 [ 260 ] {09ac672b-071d-44ab-bd36-baff82a36f5a} <Debug> executeQuery: Read 1246 rows, 105.10 KiB in 0.002532 sec., 492101.1058451817 rows/sec., 40.54 MiB/sec. | ||
| 10789 | 2024.12.16 20:56:43.237727 [ 260 ] {09ac672b-071d-44ab-bd36-baff82a36f5a} <Debug> TCPHandler: Processed in 0.002869725 sec. | ||
| 10790 | 2024.12.16 20:56:43.237893 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10791 | 2024.12.16 20:56:43.238040 [ 261 ] {31a300ef-5afd-4f47-841a-ab1ec1a6c800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10792 | 2024.12.16 20:56:43.238100 [ 261 ] {31a300ef-5afd-4f47-841a-ab1ec1a6c800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10793 | 2024.12.16 20:56:43.238771 [ 261 ] {31a300ef-5afd-4f47-841a-ab1ec1a6c800} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10794 | 2024.12.16 20:56:43.238809 [ 261 ] {31a300ef-5afd-4f47-841a-ab1ec1a6c800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10795 | 2024.12.16 20:56:43.239163 [ 261 ] {31a300ef-5afd-4f47-841a-ab1ec1a6c800} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10796 | 2024.12.16 20:56:43.239393 [ 261 ] {31a300ef-5afd-4f47-841a-ab1ec1a6c800} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10797 | 2024.12.16 20:56:43.239571 [ 261 ] {31a300ef-5afd-4f47-841a-ab1ec1a6c800} <Debug> executeQuery: Read 31 rows, 2.29 KiB in 0.001569 sec., 19757.807520713828 rows/sec., 1.42 MiB/sec. | ||
| 10798 | 2024.12.16 20:56:43.239627 [ 261 ] {31a300ef-5afd-4f47-841a-ab1ec1a6c800} <Debug> TCPHandler: Processed in 0.001800885 sec. | ||
| 10799 | 2024.12.16 20:56:43.239779 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10800 | 2024.12.16 20:56:43.239898 [ 260 ] {8bb2c24d-dacb-4913-ace5-8a8b48ae90e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10801 | 2024.12.16 20:56:43.239946 [ 260 ] {8bb2c24d-dacb-4913-ace5-8a8b48ae90e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10802 | 2024.12.16 20:56:43.240613 [ 260 ] {8bb2c24d-dacb-4913-ace5-8a8b48ae90e4} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10803 | 2024.12.16 20:56:43.240653 [ 260 ] {8bb2c24d-dacb-4913-ace5-8a8b48ae90e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10804 | 2024.12.16 20:56:43.241019 [ 260 ] {8bb2c24d-dacb-4913-ace5-8a8b48ae90e4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10805 | 2024.12.16 20:56:43.241250 [ 260 ] {8bb2c24d-dacb-4913-ace5-8a8b48ae90e4} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10806 | 2024.12.16 20:56:43.241455 [ 260 ] {8bb2c24d-dacb-4913-ace5-8a8b48ae90e4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00158 sec., 144303.79746835443 rows/sec., 9.77 MiB/sec. | ||
| 10807 | 2024.12.16 20:56:43.241507 [ 260 ] {8bb2c24d-dacb-4913-ace5-8a8b48ae90e4} <Debug> TCPHandler: Processed in 0.001785894 sec. | ||
| 10808 | 2024.12.16 20:56:43.241658 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10809 | 2024.12.16 20:56:43.241785 [ 261 ] {945e92fb-b4e2-4274-94c5-7fffc861b4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10810 | 2024.12.16 20:56:43.241835 [ 261 ] {945e92fb-b4e2-4274-94c5-7fffc861b4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10811 | 2024.12.16 20:56:43.242665 [ 261 ] {945e92fb-b4e2-4274-94c5-7fffc861b4b2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10812 | 2024.12.16 20:56:43.242703 [ 261 ] {945e92fb-b4e2-4274-94c5-7fffc861b4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10813 | 2024.12.16 20:56:43.243095 [ 261 ] {945e92fb-b4e2-4274-94c5-7fffc861b4b2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10814 | 2024.12.16 20:56:43.243339 [ 261 ] {945e92fb-b4e2-4274-94c5-7fffc861b4b2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10815 | 2024.12.16 20:56:43.243521 [ 261 ] {945e92fb-b4e2-4274-94c5-7fffc861b4b2} <Debug> executeQuery: Read 551 rows, 41.90 KiB in 0.001762 sec., 312712.82633371174 rows/sec., 23.22 MiB/sec. | ||
| 10816 | 2024.12.16 20:56:43.243577 [ 261 ] {945e92fb-b4e2-4274-94c5-7fffc861b4b2} <Debug> TCPHandler: Processed in 0.001979908 sec. | ||
| 10817 | 2024.12.16 20:56:43.243726 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10818 | 2024.12.16 20:56:43.243842 [ 260 ] {78ac1e62-7be7-4b4f-84d0-1f0a44d0572f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10819 | 2024.12.16 20:56:43.243893 [ 260 ] {78ac1e62-7be7-4b4f-84d0-1f0a44d0572f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10820 | 2024.12.16 20:56:43.244654 [ 260 ] {78ac1e62-7be7-4b4f-84d0-1f0a44d0572f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10821 | 2024.12.16 20:56:43.244701 [ 260 ] {78ac1e62-7be7-4b4f-84d0-1f0a44d0572f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10822 | 2024.12.16 20:56:43.245130 [ 260 ] {78ac1e62-7be7-4b4f-84d0-1f0a44d0572f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10823 | 2024.12.16 20:56:43.245357 [ 260 ] {78ac1e62-7be7-4b4f-84d0-1f0a44d0572f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10824 | 2024.12.16 20:56:43.245558 [ 260 ] {78ac1e62-7be7-4b4f-84d0-1f0a44d0572f} <Debug> executeQuery: Read 946 rows, 64.96 KiB in 0.00174 sec., 543678.1609195402 rows/sec., 36.46 MiB/sec. | ||
| 10825 | 2024.12.16 20:56:43.245609 [ 260 ] {78ac1e62-7be7-4b4f-84d0-1f0a44d0572f} <Debug> TCPHandler: Processed in 0.001943897 sec. | ||
| 10826 | 2024.12.16 20:56:43.245769 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10827 | 2024.12.16 20:56:43.245909 [ 261 ] {5b7a8c30-4789-4e7d-b829-1d3b5a1c9637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10828 | 2024.12.16 20:56:43.246001 [ 261 ] {5b7a8c30-4789-4e7d-b829-1d3b5a1c9637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10829 | 2024.12.16 20:56:43.247240 [ 261 ] {5b7a8c30-4789-4e7d-b829-1d3b5a1c9637} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10830 | 2024.12.16 20:56:43.247278 [ 261 ] {5b7a8c30-4789-4e7d-b829-1d3b5a1c9637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10831 | 2024.12.16 20:56:43.247914 [ 261 ] {5b7a8c30-4789-4e7d-b829-1d3b5a1c9637} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10832 | 2024.12.16 20:56:43.248173 [ 261 ] {5b7a8c30-4789-4e7d-b829-1d3b5a1c9637} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10833 | 2024.12.16 20:56:43.248422 [ 261 ] {5b7a8c30-4789-4e7d-b829-1d3b5a1c9637} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002538 sec., 9062.253743104808 rows/sec., 16.24 MiB/sec. | ||
| 10834 | 2024.12.16 20:56:43.248815 [ 261 ] {5b7a8c30-4789-4e7d-b829-1d3b5a1c9637} <Debug> TCPHandler: Processed in 0.003107329 sec. | ||
| 10835 | 2024.12.16 20:56:43.249063 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10836 | 2024.12.16 20:56:43.249248 [ 260 ] {f907301d-5c0f-440c-9c0c-8a80e351290b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10837 | 2024.12.16 20:56:43.249298 [ 260 ] {f907301d-5c0f-440c-9c0c-8a80e351290b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10838 | 2024.12.16 20:56:43.249807 [ 260 ] {f907301d-5c0f-440c-9c0c-8a80e351290b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10839 | 2024.12.16 20:56:43.249845 [ 260 ] {f907301d-5c0f-440c-9c0c-8a80e351290b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10840 | 2024.12.16 20:56:43.250196 [ 260 ] {f907301d-5c0f-440c-9c0c-8a80e351290b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10841 | 2024.12.16 20:56:43.250426 [ 260 ] {f907301d-5c0f-440c-9c0c-8a80e351290b} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10842 | 2024.12.16 20:56:43.250628 [ 260 ] {f907301d-5c0f-440c-9c0c-8a80e351290b} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00141 sec., 25531.91489361702 rows/sec., 1.72 MiB/sec. | ||
| 10843 | 2024.12.16 20:56:43.250687 [ 260 ] {f907301d-5c0f-440c-9c0c-8a80e351290b} <Debug> TCPHandler: Processed in 0.001764283 sec. | ||
| 10844 | 2024.12.16 20:56:43.976005 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 10845 | 2024.12.16 20:56:43.976766 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10846 | 2024.12.16 20:56:43.976821 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10847 | 2024.12.16 20:56:43.977359 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10848 | 2024.12.16 20:56:43.977621 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10849 | 2024.12.16 20:56:43.977878 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 10850 | 2024.12.16 20:56:45.317827 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10851 | 2024.12.16 20:56:45.318039 [ 261 ] {292b22ab-bb6c-4924-a393-cc14e8c56f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10852 | 2024.12.16 20:56:45.318120 [ 261 ] {292b22ab-bb6c-4924-a393-cc14e8c56f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10853 | 2024.12.16 20:56:45.318946 [ 261 ] {292b22ab-bb6c-4924-a393-cc14e8c56f56} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10854 | 2024.12.16 20:56:45.318998 [ 261 ] {292b22ab-bb6c-4924-a393-cc14e8c56f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10855 | 2024.12.16 20:56:45.319432 [ 261 ] {292b22ab-bb6c-4924-a393-cc14e8c56f56} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10856 | 2024.12.16 20:56:45.319681 [ 261 ] {292b22ab-bb6c-4924-a393-cc14e8c56f56} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10857 | 2024.12.16 20:56:45.319925 [ 261 ] {292b22ab-bb6c-4924-a393-cc14e8c56f56} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.20 MiB/sec. | ||
| 10858 | 2024.12.16 20:56:45.319988 [ 261 ] {292b22ab-bb6c-4924-a393-cc14e8c56f56} <Debug> TCPHandler: Processed in 0.002300134 sec. | ||
| 10859 | 2024.12.16 20:56:45.320226 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10860 | 2024.12.16 20:56:45.320410 [ 260 ] {751907cf-0e88-4da8-aa03-5a24b3a33fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10861 | 2024.12.16 20:56:45.320483 [ 260 ] {751907cf-0e88-4da8-aa03-5a24b3a33fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10862 | 2024.12.16 20:56:45.321243 [ 260 ] {751907cf-0e88-4da8-aa03-5a24b3a33fae} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10863 | 2024.12.16 20:56:45.321294 [ 260 ] {751907cf-0e88-4da8-aa03-5a24b3a33fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10864 | 2024.12.16 20:56:45.321727 [ 260 ] {751907cf-0e88-4da8-aa03-5a24b3a33fae} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10865 | 2024.12.16 20:56:45.321973 [ 260 ] {751907cf-0e88-4da8-aa03-5a24b3a33fae} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10866 | 2024.12.16 20:56:45.322213 [ 260 ] {751907cf-0e88-4da8-aa03-5a24b3a33fae} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001852 sec., 34557.23542116631 rows/sec., 2.70 MiB/sec. | ||
| 10867 | 2024.12.16 20:56:45.322280 [ 260 ] {751907cf-0e88-4da8-aa03-5a24b3a33fae} <Debug> TCPHandler: Processed in 0.002180382 sec. | ||
| 10868 | 2024.12.16 20:56:45.322500 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10869 | 2024.12.16 20:56:45.322746 [ 261 ] {5f9e1207-b9df-41ca-9b0e-fdcb6d646598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10870 | 2024.12.16 20:56:45.322807 [ 261 ] {5f9e1207-b9df-41ca-9b0e-fdcb6d646598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10871 | 2024.12.16 20:56:45.323356 [ 261 ] {5f9e1207-b9df-41ca-9b0e-fdcb6d646598} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10872 | 2024.12.16 20:56:45.323397 [ 261 ] {5f9e1207-b9df-41ca-9b0e-fdcb6d646598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10873 | 2024.12.16 20:56:45.323791 [ 261 ] {5f9e1207-b9df-41ca-9b0e-fdcb6d646598} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10874 | 2024.12.16 20:56:45.324026 [ 261 ] {5f9e1207-b9df-41ca-9b0e-fdcb6d646598} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10875 | 2024.12.16 20:56:45.324243 [ 261 ] {5f9e1207-b9df-41ca-9b0e-fdcb6d646598} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001558 sec., 41078.30551989731 rows/sec., 2.86 MiB/sec. | ||
| 10876 | 2024.12.16 20:56:45.324297 [ 261 ] {5f9e1207-b9df-41ca-9b0e-fdcb6d646598} <Debug> TCPHandler: Processed in 0.001907557 sec. | ||
| 10877 | 2024.12.16 20:56:45.324436 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10878 | 2024.12.16 20:56:45.324559 [ 260 ] {b22496e3-57a5-4927-9ca5-d2438f2c1110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10879 | 2024.12.16 20:56:45.324613 [ 260 ] {b22496e3-57a5-4927-9ca5-d2438f2c1110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10880 | 2024.12.16 20:56:45.325108 [ 260 ] {b22496e3-57a5-4927-9ca5-d2438f2c1110} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10881 | 2024.12.16 20:56:45.325149 [ 260 ] {b22496e3-57a5-4927-9ca5-d2438f2c1110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10882 | 2024.12.16 20:56:45.325525 [ 260 ] {b22496e3-57a5-4927-9ca5-d2438f2c1110} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10883 | 2024.12.16 20:56:45.325765 [ 260 ] {b22496e3-57a5-4927-9ca5-d2438f2c1110} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10884 | 2024.12.16 20:56:45.325979 [ 260 ] {b22496e3-57a5-4927-9ca5-d2438f2c1110} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001448 sec., 16574.585635359115 rows/sec., 1.12 MiB/sec. | ||
| 10885 | 2024.12.16 20:56:45.326031 [ 260 ] {b22496e3-57a5-4927-9ca5-d2438f2c1110} <Debug> TCPHandler: Processed in 0.001652422 sec. | ||
| 10886 | 2024.12.16 20:56:45.785154 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10887 | 2024.12.16 20:56:45.805835 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10888 | 2024.12.16 20:56:45.805901 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10889 | 2024.12.16 20:56:45.813486 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10890 | 2024.12.16 20:56:45.814273 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10891 | 2024.12.16 20:56:45.819182 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10892 | 2024.12.16 20:56:46.607133 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1544 | ||
| 10893 | 2024.12.16 20:56:46.611060 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10894 | 2024.12.16 20:56:46.611128 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10895 | 2024.12.16 20:56:46.612608 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10896 | 2024.12.16 20:56:46.612914 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10897 | 2024.12.16 20:56:46.614232 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1544 | ||
| 10898 | 2024.12.16 20:56:50.329782 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10899 | 2024.12.16 20:56:50.330000 [ 261 ] {ad93f2fd-8cc0-40ef-a7fe-d2ce0a9f2352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10900 | 2024.12.16 20:56:50.330074 [ 261 ] {ad93f2fd-8cc0-40ef-a7fe-d2ce0a9f2352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10901 | 2024.12.16 20:56:50.330834 [ 261 ] {ad93f2fd-8cc0-40ef-a7fe-d2ce0a9f2352} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10902 | 2024.12.16 20:56:50.330892 [ 261 ] {ad93f2fd-8cc0-40ef-a7fe-d2ce0a9f2352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10903 | 2024.12.16 20:56:50.331333 [ 261 ] {ad93f2fd-8cc0-40ef-a7fe-d2ce0a9f2352} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10904 | 2024.12.16 20:56:50.331594 [ 261 ] {ad93f2fd-8cc0-40ef-a7fe-d2ce0a9f2352} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10905 | 2024.12.16 20:56:50.331800 [ 261 ] {ad93f2fd-8cc0-40ef-a7fe-d2ce0a9f2352} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00185 sec., 7567.5675675675675 rows/sec., 544.76 KiB/sec. | ||
| 10906 | 2024.12.16 20:56:50.331867 [ 261 ] {ad93f2fd-8cc0-40ef-a7fe-d2ce0a9f2352} <Debug> TCPHandler: Processed in 0.002228113 sec. | ||
| 10907 | 2024.12.16 20:56:50.332204 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10908 | 2024.12.16 20:56:50.332455 [ 260 ] {a0e0bca7-b2c0-43a2-8258-a1f2ae1eeb88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10909 | 2024.12.16 20:56:50.332558 [ 260 ] {a0e0bca7-b2c0-43a2-8258-a1f2ae1eeb88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10910 | 2024.12.16 20:56:50.333779 [ 260 ] {a0e0bca7-b2c0-43a2-8258-a1f2ae1eeb88} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10911 | 2024.12.16 20:56:50.333869 [ 260 ] {a0e0bca7-b2c0-43a2-8258-a1f2ae1eeb88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10912 | 2024.12.16 20:56:50.334908 [ 260 ] {a0e0bca7-b2c0-43a2-8258-a1f2ae1eeb88} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10913 | 2024.12.16 20:56:50.335329 [ 260 ] {a0e0bca7-b2c0-43a2-8258-a1f2ae1eeb88} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10914 | 2024.12.16 20:56:50.335706 [ 260 ] {a0e0bca7-b2c0-43a2-8258-a1f2ae1eeb88} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.003288 sec., 73296.83698296837 rows/sec., 6.42 MiB/sec. | ||
| 10915 | 2024.12.16 20:56:50.335876 [ 260 ] {a0e0bca7-b2c0-43a2-8258-a1f2ae1eeb88} <Debug> TCPHandler: Processed in 0.003860214 sec. | ||
| 10916 | 2024.12.16 20:56:50.336164 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10917 | 2024.12.16 20:56:50.336317 [ 261 ] {1f0a8db9-b64b-4920-af05-a547feabaf89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10918 | 2024.12.16 20:56:50.336372 [ 261 ] {1f0a8db9-b64b-4920-af05-a547feabaf89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10919 | 2024.12.16 20:56:50.336985 [ 261 ] {1f0a8db9-b64b-4920-af05-a547feabaf89} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10920 | 2024.12.16 20:56:50.337024 [ 261 ] {1f0a8db9-b64b-4920-af05-a547feabaf89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10921 | 2024.12.16 20:56:50.337386 [ 261 ] {1f0a8db9-b64b-4920-af05-a547feabaf89} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10922 | 2024.12.16 20:56:50.337627 [ 261 ] {1f0a8db9-b64b-4920-af05-a547feabaf89} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10923 | 2024.12.16 20:56:50.337765 [ 71 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10924 | 2024.12.16 20:56:50.337809 [ 71 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10925 | 2024.12.16 20:56:50.337814 [ 261 ] {1f0a8db9-b64b-4920-af05-a547feabaf89} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001525 sec., 17049.180327868853 rows/sec., 1.21 MiB/sec. | ||
| 10926 | 2024.12.16 20:56:50.337834 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10927 | 2024.12.16 20:56:50.337935 [ 261 ] {1f0a8db9-b64b-4920-af05-a547feabaf89} <Debug> TCPHandler: Processed in 0.001895166 sec. | ||
| 10928 | 2024.12.16 20:56:50.338184 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 10929 | 2024.12.16 20:56:50.338229 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10930 | 2024.12.16 20:56:50.338715 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10931 | 2024.12.16 20:56:50.338734 [ 260 ] {ee2aa303-0e12-4b0b-8643-dcdde090953d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10932 | 2024.12.16 20:56:50.338845 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 67 rows starting from the beginning of the part | ||
| 10933 | 2024.12.16 20:56:50.338952 [ 260 ] {ee2aa303-0e12-4b0b-8643-dcdde090953d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10934 | 2024.12.16 20:56:50.339344 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 30 rows starting from the beginning of the part | ||
| 10935 | 2024.12.16 20:56:50.339651 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 23 rows starting from the beginning of the part | ||
| 10936 | 2024.12.16 20:56:50.340122 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 26 rows starting from the beginning of the part | ||
| 10937 | 2024.12.16 20:56:50.340462 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 31 rows starting from the beginning of the part | ||
| 10938 | 2024.12.16 20:56:50.340705 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 26 rows starting from the beginning of the part | ||
| 10939 | 2024.12.16 20:56:50.341664 [ 260 ] {ee2aa303-0e12-4b0b-8643-dcdde090953d} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10940 | 2024.12.16 20:56:50.341738 [ 260 ] {ee2aa303-0e12-4b0b-8643-dcdde090953d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10941 | 2024.12.16 20:56:50.342841 [ 260 ] {ee2aa303-0e12-4b0b-8643-dcdde090953d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10942 | 2024.12.16 20:56:50.343361 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.005405163 sec., 37556.68422950427 rows/sec., 2.82 MiB/sec. | ||
| 10943 | 2024.12.16 20:56:50.343429 [ 260 ] {ee2aa303-0e12-4b0b-8643-dcdde090953d} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10944 | 2024.12.16 20:56:50.343573 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10945 | 2024.12.16 20:56:50.343678 [ 71 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10946 | 2024.12.16 20:56:50.343785 [ 71 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10947 | 2024.12.16 20:56:50.343869 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10948 | 2024.12.16 20:56:50.343987 [ 260 ] {ee2aa303-0e12-4b0b-8643-dcdde090953d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005427 sec., 2579.694121982679 rows/sec., 180.66 KiB/sec. | ||
| 10949 | 2024.12.16 20:56:50.344359 [ 260 ] {ee2aa303-0e12-4b0b-8643-dcdde090953d} <Debug> TCPHandler: Processed in 0.00628334 sec. | ||
| 10950 | 2024.12.16 20:56:50.344702 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10951 | 2024.12.16 20:56:50.344823 [ 200 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 10952 | 2024.12.16 20:56:50.344900 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_71_14} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10953 | 2024.12.16 20:56:50.345153 [ 261 ] {7a23aeb0-7df7-4bfd-8359-4e35026e99a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10954 | 2024.12.16 20:56:50.345389 [ 261 ] {7a23aeb0-7df7-4bfd-8359-4e35026e99a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10955 | 2024.12.16 20:56:50.345413 [ 193 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_71_14} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10956 | 2024.12.16 20:56:50.345685 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10957 | 2024.12.16 20:56:50.345989 [ 200 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10958 | 2024.12.16 20:56:50.346097 [ 200 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 10959 | 2024.12.16 20:56:50.346534 [ 200 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 10960 | 2024.12.16 20:56:50.346905 [ 200 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 10961 | 2024.12.16 20:56:50.347222 [ 200 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 10962 | 2024.12.16 20:56:50.347613 [ 200 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 10963 | 2024.12.16 20:56:50.347952 [ 200 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 10964 | 2024.12.16 20:56:50.348438 [ 261 ] {7a23aeb0-7df7-4bfd-8359-4e35026e99a6} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10965 | 2024.12.16 20:56:50.348521 [ 261 ] {7a23aeb0-7df7-4bfd-8359-4e35026e99a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10966 | 2024.12.16 20:56:50.349334 [ 261 ] {7a23aeb0-7df7-4bfd-8359-4e35026e99a6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10967 | 2024.12.16 20:56:50.349930 [ 261 ] {7a23aeb0-7df7-4bfd-8359-4e35026e99a6} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10968 | 2024.12.16 20:56:50.350466 [ 261 ] {7a23aeb0-7df7-4bfd-8359-4e35026e99a6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005475 sec., 2374.4292237442924 rows/sec., 148.05 KiB/sec. | ||
| 10969 | 2024.12.16 20:56:50.350648 [ 261 ] {7a23aeb0-7df7-4bfd-8359-4e35026e99a6} <Debug> TCPHandler: Processed in 0.006123327 sec. | ||
| 10970 | 2024.12.16 20:56:50.350943 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10971 | 2024.12.16 20:56:50.351072 [ 188 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.007048675 sec., 74765.82478267192 rows/sec., 5.35 MiB/sec. | ||
| 10972 | 2024.12.16 20:56:50.351156 [ 260 ] {dabc2dbf-1bb5-42a3-adaf-ade9c8b563b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10973 | 2024.12.16 20:56:50.351244 [ 260 ] {dabc2dbf-1bb5-42a3-adaf-ade9c8b563b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10974 | 2024.12.16 20:56:50.351382 [ 188 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10975 | 2024.12.16 20:56:50.352118 [ 188 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_46_9} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10976 | 2024.12.16 20:56:50.352361 [ 188 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_46_9} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10977 | 2024.12.16 20:56:50.352580 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10978 | 2024.12.16 20:56:50.352694 [ 260 ] {dabc2dbf-1bb5-42a3-adaf-ade9c8b563b3} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10979 | 2024.12.16 20:56:50.352744 [ 260 ] {dabc2dbf-1bb5-42a3-adaf-ade9c8b563b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10980 | 2024.12.16 20:56:50.353166 [ 260 ] {dabc2dbf-1bb5-42a3-adaf-ade9c8b563b3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10981 | 2024.12.16 20:56:50.353427 [ 260 ] {dabc2dbf-1bb5-42a3-adaf-ade9c8b563b3} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10982 | 2024.12.16 20:56:50.353645 [ 260 ] {dabc2dbf-1bb5-42a3-adaf-ade9c8b563b3} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.00254 sec., 157874.0157480315 rows/sec., 11.23 MiB/sec. | ||
| 10983 | 2024.12.16 20:56:50.353714 [ 260 ] {dabc2dbf-1bb5-42a3-adaf-ade9c8b563b3} <Debug> TCPHandler: Processed in 0.002929287 sec. | ||
| 10984 | 2024.12.16 20:56:50.353879 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10985 | 2024.12.16 20:56:50.354022 [ 261 ] {54cfa8bd-fe76-4385-8807-f9f1e34224ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10986 | 2024.12.16 20:56:50.354084 [ 261 ] {54cfa8bd-fe76-4385-8807-f9f1e34224ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10987 | 2024.12.16 20:56:50.354676 [ 261 ] {54cfa8bd-fe76-4385-8807-f9f1e34224ce} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10988 | 2024.12.16 20:56:50.354724 [ 261 ] {54cfa8bd-fe76-4385-8807-f9f1e34224ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10989 | 2024.12.16 20:56:50.355135 [ 261 ] {54cfa8bd-fe76-4385-8807-f9f1e34224ce} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10990 | 2024.12.16 20:56:50.355381 [ 261 ] {54cfa8bd-fe76-4385-8807-f9f1e34224ce} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10991 | 2024.12.16 20:56:50.355599 [ 261 ] {54cfa8bd-fe76-4385-8807-f9f1e34224ce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001609 sec., 3729.0242386575515 rows/sec., 194.83 KiB/sec. | ||
| 10992 | 2024.12.16 20:56:50.355656 [ 261 ] {54cfa8bd-fe76-4385-8807-f9f1e34224ce} <Debug> TCPHandler: Processed in 0.001848276 sec. | ||
| 10993 | 2024.12.16 20:56:50.355812 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10994 | 2024.12.16 20:56:50.355949 [ 260 ] {2ade18d9-5218-4a6d-9733-775b5bcbb386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10995 | 2024.12.16 20:56:50.356010 [ 260 ] {2ade18d9-5218-4a6d-9733-775b5bcbb386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10996 | 2024.12.16 20:56:50.356697 [ 260 ] {2ade18d9-5218-4a6d-9733-775b5bcbb386} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10997 | 2024.12.16 20:56:50.356749 [ 260 ] {2ade18d9-5218-4a6d-9733-775b5bcbb386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 10998 | 2024.12.16 20:56:50.357191 [ 260 ] {2ade18d9-5218-4a6d-9733-775b5bcbb386} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10999 | 2024.12.16 20:56:50.357432 [ 260 ] {2ade18d9-5218-4a6d-9733-775b5bcbb386} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11000 | 2024.12.16 20:56:50.357636 [ 260 ] {2ade18d9-5218-4a6d-9733-775b5bcbb386} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001718 sec., 137951.10593713622 rows/sec., 9.25 MiB/sec. | ||
| 11001 | 2024.12.16 20:56:50.357706 [ 260 ] {2ade18d9-5218-4a6d-9733-775b5bcbb386} <Debug> TCPHandler: Processed in 0.001953517 sec. | ||
| 11002 | 2024.12.16 20:56:50.357850 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11003 | 2024.12.16 20:56:50.358018 [ 261 ] {d9275ebf-2c3c-4b3b-a293-3cc1551d1ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11004 | 2024.12.16 20:56:50.358093 [ 261 ] {d9275ebf-2c3c-4b3b-a293-3cc1551d1ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11005 | 2024.12.16 20:56:50.358776 [ 261 ] {d9275ebf-2c3c-4b3b-a293-3cc1551d1ce7} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11006 | 2024.12.16 20:56:50.358823 [ 261 ] {d9275ebf-2c3c-4b3b-a293-3cc1551d1ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 11007 | 2024.12.16 20:56:50.359197 [ 261 ] {d9275ebf-2c3c-4b3b-a293-3cc1551d1ce7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11008 | 2024.12.16 20:56:50.359436 [ 261 ] {d9275ebf-2c3c-4b3b-a293-3cc1551d1ce7} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11009 | 2024.12.16 20:56:50.359654 [ 261 ] {d9275ebf-2c3c-4b3b-a293-3cc1551d1ce7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00168 sec., 595.2380952380952 rows/sec., 40.11 KiB/sec. | ||
| 11010 | 2024.12.16 20:56:50.359720 [ 261 ] {d9275ebf-2c3c-4b3b-a293-3cc1551d1ce7} <Debug> TCPHandler: Processed in 0.001931687 sec. | ||
| 11011 | 2024.12.16 20:56:50.359877 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11012 | 2024.12.16 20:56:50.360006 [ 260 ] {ed3beb4b-95b3-4c93-993d-29f8c4172db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11013 | 2024.12.16 20:56:50.360092 [ 260 ] {ed3beb4b-95b3-4c93-993d-29f8c4172db7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11014 | 2024.12.16 20:56:50.361284 [ 260 ] {ed3beb4b-95b3-4c93-993d-29f8c4172db7} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11015 | 2024.12.16 20:56:50.361324 [ 260 ] {ed3beb4b-95b3-4c93-993d-29f8c4172db7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 11016 | 2024.12.16 20:56:50.361997 [ 260 ] {ed3beb4b-95b3-4c93-993d-29f8c4172db7} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11017 | 2024.12.16 20:56:50.362256 [ 260 ] {ed3beb4b-95b3-4c93-993d-29f8c4172db7} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11018 | 2024.12.16 20:56:50.362404 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11019 | 2024.12.16 20:56:50.362446 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11020 | 2024.12.16 20:56:50.362465 [ 260 ] {ed3beb4b-95b3-4c93-993d-29f8c4172db7} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002487 sec., 7639.726578206674 rows/sec., 13.69 MiB/sec. | ||
| 11021 | 2024.12.16 20:56:50.362469 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 11022 | 2024.12.16 20:56:50.362816 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 11023 | 2024.12.16 20:56:50.362837 [ 260 ] {ed3beb4b-95b3-4c93-993d-29f8c4172db7} <Debug> TCPHandler: Processed in 0.003017708 sec. | ||
| 11024 | 2024.12.16 20:56:50.363079 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11025 | 2024.12.16 20:56:50.363398 [ 261 ] {3fd33b21-1a45-4863-8bcc-af01a2ca0f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11026 | 2024.12.16 20:56:50.363437 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11027 | 2024.12.16 20:56:50.363569 [ 261 ] {3fd33b21-1a45-4863-8bcc-af01a2ca0f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11028 | 2024.12.16 20:56:50.363610 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1356 rows starting from the beginning of the part | ||
| 11029 | 2024.12.16 20:56:50.364586 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 19 rows starting from the beginning of the part | ||
| 11030 | 2024.12.16 20:56:50.365247 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 23 rows starting from the beginning of the part | ||
| 11031 | 2024.12.16 20:56:50.365981 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 19 rows starting from the beginning of the part | ||
| 11032 | 2024.12.16 20:56:50.366072 [ 261 ] {3fd33b21-1a45-4863-8bcc-af01a2ca0f54} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11033 | 2024.12.16 20:56:50.366218 [ 261 ] {3fd33b21-1a45-4863-8bcc-af01a2ca0f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 11034 | 2024.12.16 20:56:50.366654 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 23 rows starting from the beginning of the part | ||
| 11035 | 2024.12.16 20:56:50.367292 [ 200 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 19 rows starting from the beginning of the part | ||
| 11036 | 2024.12.16 20:56:50.368020 [ 261 ] {3fd33b21-1a45-4863-8bcc-af01a2ca0f54} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11037 | 2024.12.16 20:56:50.369022 [ 261 ] {3fd33b21-1a45-4863-8bcc-af01a2ca0f54} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11038 | 2024.12.16 20:56:50.369833 [ 261 ] {3fd33b21-1a45-4863-8bcc-af01a2ca0f54} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006511 sec., 12594.071571187222 rows/sec., 819.08 KiB/sec. | ||
| 11039 | 2024.12.16 20:56:50.370072 [ 261 ] {3fd33b21-1a45-4863-8bcc-af01a2ca0f54} <Debug> TCPHandler: Processed in 0.007120326 sec. | ||
| 11040 | 2024.12.16 20:56:50.377665 [ 188 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1459 rows, containing 19 columns (19 merged, 0 gathered) in 0.015073698 sec., 96791.11257237606 rows/sec., 173.45 MiB/sec. | ||
| 11041 | 2024.12.16 20:56:50.379109 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11042 | 2024.12.16 20:56:50.379564 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11043 | 2024.12.16 20:56:50.379664 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11044 | 2024.12.16 20:56:50.379842 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. | ||
| 11045 | 2024.12.16 20:56:51.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.00 MiB, peak 252.86 MiB, free memory in arenas 0.00 B, will set to 242.82 MiB (RSS), difference: 2.82 MiB | ||
| 11046 | 2024.12.16 20:56:51.287054 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11047 | 2024.12.16 20:56:51.287116 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11048 | 2024.12.16 20:56:51.478013 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 11049 | 2024.12.16 20:56:51.478815 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11050 | 2024.12.16 20:56:51.478876 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 11051 | 2024.12.16 20:56:51.479427 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11052 | 2024.12.16 20:56:51.479688 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11053 | 2024.12.16 20:56:51.479989 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 11054 | 2024.12.16 20:56:53.319264 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 408 | ||
| 11055 | 2024.12.16 20:56:53.341532 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11056 | 2024.12.16 20:56:53.341601 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 11057 | 2024.12.16 20:56:53.349005 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11058 | 2024.12.16 20:56:53.349794 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11059 | 2024.12.16 20:56:53.352771 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 408 | ||
| 11060 | 2024.12.16 20:56:55.323637 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11061 | 2024.12.16 20:56:55.323857 [ 261 ] {3f2a977d-074e-4daf-b888-47752fe23b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11062 | 2024.12.16 20:56:55.323934 [ 261 ] {3f2a977d-074e-4daf-b888-47752fe23b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11063 | 2024.12.16 20:56:55.324679 [ 261 ] {3f2a977d-074e-4daf-b888-47752fe23b0b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11064 | 2024.12.16 20:56:55.324728 [ 261 ] {3f2a977d-074e-4daf-b888-47752fe23b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11065 | 2024.12.16 20:56:55.325161 [ 261 ] {3f2a977d-074e-4daf-b888-47752fe23b0b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11066 | 2024.12.16 20:56:55.325411 [ 261 ] {3f2a977d-074e-4daf-b888-47752fe23b0b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11067 | 2024.12.16 20:56:55.325618 [ 65 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11068 | 2024.12.16 20:56:55.325642 [ 261 ] {3f2a977d-074e-4daf-b888-47752fe23b0b} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001835 sec., 55585.831062670295 rows/sec., 4.63 MiB/sec. | ||
| 11069 | 2024.12.16 20:56:55.325716 [ 65 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11070 | 2024.12.16 20:56:55.325797 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11071 | 2024.12.16 20:56:55.325806 [ 261 ] {3f2a977d-074e-4daf-b888-47752fe23b0b} <Debug> TCPHandler: Processed in 0.002301714 sec. | ||
| 11072 | 2024.12.16 20:56:55.326043 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 11073 | 2024.12.16 20:56:55.326104 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11074 | 2024.12.16 20:56:55.326329 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11075 | 2024.12.16 20:56:55.326400 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1437 rows starting from the beginning of the part | ||
| 11076 | 2024.12.16 20:56:55.326411 [ 260 ] {c7d280bc-2a7b-411b-8391-55ef5c362eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11077 | 2024.12.16 20:56:55.326577 [ 260 ] {c7d280bc-2a7b-411b-8391-55ef5c362eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11078 | 2024.12.16 20:56:55.326654 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 241 rows starting from the beginning of the part | ||
| 11079 | 2024.12.16 20:56:55.327099 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1246 rows starting from the beginning of the part | ||
| 11080 | 2024.12.16 20:56:55.327460 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part | ||
| 11081 | 2024.12.16 20:56:55.327856 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 241 rows starting from the beginning of the part | ||
| 11082 | 2024.12.16 20:56:55.328230 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 102 rows starting from the beginning of the part | ||
| 11083 | 2024.12.16 20:56:55.329615 [ 260 ] {c7d280bc-2a7b-411b-8391-55ef5c362eaa} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11084 | 2024.12.16 20:56:55.329700 [ 260 ] {c7d280bc-2a7b-411b-8391-55ef5c362eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11085 | 2024.12.16 20:56:55.330914 [ 260 ] {c7d280bc-2a7b-411b-8391-55ef5c362eaa} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11086 | 2024.12.16 20:56:55.331220 [ 260 ] {c7d280bc-2a7b-411b-8391-55ef5c362eaa} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11087 | 2024.12.16 20:56:55.331700 [ 260 ] {c7d280bc-2a7b-411b-8391-55ef5c362eaa} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.005359 sec., 4291.845493562232 rows/sec., 322.73 KiB/sec. | ||
| 11088 | 2024.12.16 20:56:55.331961 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3323 rows, containing 5 columns (5 merged, 0 gathered) in 0.006023575 sec., 551665.7466703743 rows/sec., 48.19 MiB/sec. | ||
| 11089 | 2024.12.16 20:56:55.331965 [ 260 ] {c7d280bc-2a7b-411b-8391-55ef5c362eaa} <Debug> TCPHandler: Processed in 0.006030646 sec. | ||
| 11090 | 2024.12.16 20:56:55.332225 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11091 | 2024.12.16 20:56:55.332257 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11092 | 2024.12.16 20:56:55.332588 [ 261 ] {93c8fcbf-82f7-4a9d-913f-e937c0c8c054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11093 | 2024.12.16 20:56:55.332667 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_86_17} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11094 | 2024.12.16 20:56:55.332753 [ 261 ] {93c8fcbf-82f7-4a9d-913f-e937c0c8c054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11095 | 2024.12.16 20:56:55.332858 [ 200 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_86_17} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11096 | 2024.12.16 20:56:55.333081 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 11097 | 2024.12.16 20:56:55.333641 [ 261 ] {93c8fcbf-82f7-4a9d-913f-e937c0c8c054} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11098 | 2024.12.16 20:56:55.333687 [ 261 ] {93c8fcbf-82f7-4a9d-913f-e937c0c8c054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11099 | 2024.12.16 20:56:55.334055 [ 261 ] {93c8fcbf-82f7-4a9d-913f-e937c0c8c054} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11100 | 2024.12.16 20:56:55.334297 [ 261 ] {93c8fcbf-82f7-4a9d-913f-e937c0c8c054} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11101 | 2024.12.16 20:56:55.334473 [ 65 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11102 | 2024.12.16 20:56:55.334527 [ 65 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11103 | 2024.12.16 20:56:55.334544 [ 261 ] {93c8fcbf-82f7-4a9d-913f-e937c0c8c054} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.002048 sec., 42480.46875 rows/sec., 3.32 MiB/sec. | ||
| 11104 | 2024.12.16 20:56:55.334564 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11105 | 2024.12.16 20:56:55.334751 [ 261 ] {93c8fcbf-82f7-4a9d-913f-e937c0c8c054} <Debug> TCPHandler: Processed in 0.002627161 sec. | ||
| 11106 | 2024.12.16 20:56:55.334994 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 11107 | 2024.12.16 20:56:55.335031 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11108 | 2024.12.16 20:56:55.335462 [ 260 ] {6d976e06-f27b-4b0f-9b47-7c72355a628d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11109 | 2024.12.16 20:56:55.335568 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11110 | 2024.12.16 20:56:55.335674 [ 260 ] {6d976e06-f27b-4b0f-9b47-7c72355a628d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11111 | 2024.12.16 20:56:55.335745 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 916 rows starting from the beginning of the part | ||
| 11112 | 2024.12.16 20:56:55.336808 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 401 rows starting from the beginning of the part | ||
| 11113 | 2024.12.16 20:56:55.337428 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 551 rows starting from the beginning of the part | ||
| 11114 | 2024.12.16 20:56:55.337597 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part | ||
| 11115 | 2024.12.16 20:56:55.337889 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 401 rows starting from the beginning of the part | ||
| 11116 | 2024.12.16 20:56:55.338212 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 87 rows starting from the beginning of the part | ||
| 11117 | 2024.12.16 20:56:55.338967 [ 260 ] {6d976e06-f27b-4b0f-9b47-7c72355a628d} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11118 | 2024.12.16 20:56:55.339041 [ 260 ] {6d976e06-f27b-4b0f-9b47-7c72355a628d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11119 | 2024.12.16 20:56:55.340169 [ 260 ] {6d976e06-f27b-4b0f-9b47-7c72355a628d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11120 | 2024.12.16 20:56:55.340581 [ 260 ] {6d976e06-f27b-4b0f-9b47-7c72355a628d} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11121 | 2024.12.16 20:56:55.340990 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11122 | 2024.12.16 20:56:55.341142 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11123 | 2024.12.16 20:56:55.341165 [ 260 ] {6d976e06-f27b-4b0f-9b47-7c72355a628d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00583 sec., 27444.2538593482 rows/sec., 1.91 MiB/sec. | ||
| 11124 | 2024.12.16 20:56:55.341226 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11125 | 2024.12.16 20:56:55.341588 [ 260 ] {6d976e06-f27b-4b0f-9b47-7c72355a628d} <Debug> TCPHandler: Processed in 0.006699418 sec. | ||
| 11126 | 2024.12.16 20:56:55.341759 [ 191 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.007063615 sec., 342600.7787797042 rows/sec., 26.28 MiB/sec. | ||
| 11127 | 2024.12.16 20:56:55.341865 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11128 | 2024.12.16 20:56:55.341866 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 11129 | 2024.12.16 20:56:55.342151 [ 191 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11130 | 2024.12.16 20:56:55.342157 [ 261 ] {8067e804-7e1e-4bf0-8869-3fe5a6719ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11131 | 2024.12.16 20:56:55.342286 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11132 | 2024.12.16 20:56:55.342430 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 25204 rows starting from the beginning of the part | ||
| 11133 | 2024.12.16 20:56:55.342483 [ 261 ] {8067e804-7e1e-4bf0-8869-3fe5a6719ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11134 | 2024.12.16 20:56:55.342856 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::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 | ||
| 11135 | 2024.12.16 20:56:55.343459 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 946 rows starting from the beginning of the part | ||
| 11136 | 2024.12.16 20:56:55.343461 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_86_17} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11137 | 2024.12.16 20:56:55.344010 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part | ||
| 11138 | 2024.12.16 20:56:55.344047 [ 192 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_86_17} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11139 | 2024.12.16 20:56:55.344428 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 11140 | 2024.12.16 20:56:55.344637 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part | ||
| 11141 | 2024.12.16 20:56:55.345032 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 11142 | 2024.12.16 20:56:55.347832 [ 261 ] {8067e804-7e1e-4bf0-8869-3fe5a6719ac2} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11143 | 2024.12.16 20:56:55.347898 [ 261 ] {8067e804-7e1e-4bf0-8869-3fe5a6719ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11144 | 2024.12.16 20:56:55.349357 [ 261 ] {8067e804-7e1e-4bf0-8869-3fe5a6719ac2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11145 | 2024.12.16 20:56:55.349759 [ 261 ] {8067e804-7e1e-4bf0-8869-3fe5a6719ac2} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11146 | 2024.12.16 20:56:55.350022 [ 261 ] {8067e804-7e1e-4bf0-8869-3fe5a6719ac2} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.008005 sec., 2873.204247345409 rows/sec., 5.15 MiB/sec. | ||
| 11147 | 2024.12.16 20:56:55.350183 [ 261 ] {8067e804-7e1e-4bf0-8869-3fe5a6719ac2} <Debug> TCPHandler: Processed in 0.008460602 sec. | ||
| 11148 | 2024.12.16 20:56:55.350359 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11149 | 2024.12.16 20:56:55.350540 [ 260 ] {009fb981-a812-4996-ae4d-efd9a0884e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11150 | 2024.12.16 20:56:55.350594 [ 260 ] {009fb981-a812-4996-ae4d-efd9a0884e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11151 | 2024.12.16 20:56:55.351164 [ 260 ] {009fb981-a812-4996-ae4d-efd9a0884e83} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11152 | 2024.12.16 20:56:55.351204 [ 260 ] {009fb981-a812-4996-ae4d-efd9a0884e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11153 | 2024.12.16 20:56:55.351743 [ 260 ] {009fb981-a812-4996-ae4d-efd9a0884e83} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11154 | 2024.12.16 20:56:55.352043 [ 260 ] {009fb981-a812-4996-ae4d-efd9a0884e83} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11155 | 2024.12.16 20:56:55.352241 [ 65 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11156 | 2024.12.16 20:56:55.352312 [ 65 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11157 | 2024.12.16 20:56:55.352346 [ 260 ] {009fb981-a812-4996-ae4d-efd9a0884e83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00185 sec., 32432.43243243243 rows/sec., 2.19 MiB/sec. | ||
| 11158 | 2024.12.16 20:56:55.352355 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11159 | 2024.12.16 20:56:55.352555 [ 260 ] {009fb981-a812-4996-ae4d-efd9a0884e83} <Debug> TCPHandler: Processed in 0.002274313 sec. | ||
| 11160 | 2024.12.16 20:56:55.352735 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 11161 | 2024.12.16 20:56:55.353304 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11162 | 2024.12.16 20:56:55.353418 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4962 rows starting from the beginning of the part | ||
| 11163 | 2024.12.16 20:56:55.353878 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 11164 | 2024.12.16 20:56:55.354362 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 36 rows starting from the beginning of the part | ||
| 11165 | 2024.12.16 20:56:55.354938 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 24 rows starting from the beginning of the part | ||
| 11166 | 2024.12.16 20:56:55.355676 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 11167 | 2024.12.16 20:56:55.356147 [ 191 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 11168 | 2024.12.16 20:56:55.357166 [ 195 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26848 rows, containing 5 columns (5 merged, 0 gathered) in 0.01567214 sec., 1713103.6348577794 rows/sec., 115.68 MiB/sec. | ||
| 11169 | 2024.12.16 20:56:55.357816 [ 189 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11170 | 2024.12.16 20:56:55.358503 [ 189 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11171 | 2024.12.16 20:56:55.358731 [ 189 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11172 | 2024.12.16 20:56:55.358899 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 11173 | 2024.12.16 20:56:55.359857 [ 190 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5246 rows, containing 4 columns (4 merged, 0 gathered) in 0.007348391 sec., 713897.7770780025 rows/sec., 46.60 MiB/sec. | ||
| 11174 | 2024.12.16 20:56:55.360266 [ 195 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11175 | 2024.12.16 20:56:55.360625 [ 195 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_86_17} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11176 | 2024.12.16 20:56:55.360729 [ 195 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_86_17} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11177 | 2024.12.16 20:56:55.360824 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 11178 | 2024.12.16 20:56:56.375992 [ 63 ] {} <Debug> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 11179 | 2024.12.16 20:56:56.376053 [ 63 ] {} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11180 | 2024.12.16 20:56:56.376075 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11181 | 2024.12.16 20:56:56.376242 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 11182 | 2024.12.16 20:56:56.376417 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11183 | 2024.12.16 20:56:56.376460 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 11184 | 2024.12.16 20:56:56.376553 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 11185 | 2024.12.16 20:56:56.376824 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 11186 | 2024.12.16 20:56:56.377021 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 11187 | 2024.12.16 20:56:56.377182 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 11188 | 2024.12.16 20:56:56.378276 [ 190 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002128311 sec., 16914.821189196504 rows/sec., 1.41 MiB/sec. | ||
| 11189 | 2024.12.16 20:56:56.378403 [ 190 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 11190 | 2024.12.16 20:56:56.378689 [ 190 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_21_5} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11191 | 2024.12.16 20:56:56.378768 [ 190 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_21_5} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 11192 | 2024.12.16 20:56:56.378850 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11193 | 2024.12.16 20:56:56.614472 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1578 | ||
| 11194 | 2024.12.16 20:56:56.617508 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11195 | 2024.12.16 20:56:56.617569 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11196 | 2024.12.16 20:56:56.619065 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11197 | 2024.12.16 20:56:56.619392 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11198 | 2024.12.16 20:56:56.620075 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1578 | ||
| 11199 | 2024.12.16 20:56:58.980178 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 11200 | 2024.12.16 20:56:58.981270 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11201 | 2024.12.16 20:56:58.981323 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11202 | 2024.12.16 20:56:58.981900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11203 | 2024.12.16 20:56:58.982159 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11204 | 2024.12.16 20:56:58.982432 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 11205 | 2024.12.16 20:57:00.328233 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11206 | 2024.12.16 20:57:00.328441 [ 261 ] {74dace68-af20-4877-9ccd-5477deca1a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11207 | 2024.12.16 20:57:00.328521 [ 261 ] {74dace68-af20-4877-9ccd-5477deca1a27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11208 | 2024.12.16 20:57:00.329338 [ 261 ] {74dace68-af20-4877-9ccd-5477deca1a27} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11209 | 2024.12.16 20:57:00.329392 [ 261 ] {74dace68-af20-4877-9ccd-5477deca1a27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11210 | 2024.12.16 20:57:00.329839 [ 261 ] {74dace68-af20-4877-9ccd-5477deca1a27} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11211 | 2024.12.16 20:57:00.330093 [ 261 ] {74dace68-af20-4877-9ccd-5477deca1a27} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11212 | 2024.12.16 20:57:00.330316 [ 261 ] {74dace68-af20-4877-9ccd-5477deca1a27} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec. | ||
| 11213 | 2024.12.16 20:57:00.330384 [ 261 ] {74dace68-af20-4877-9ccd-5477deca1a27} <Debug> TCPHandler: Processed in 0.002284193 sec. | ||
| 11214 | 2024.12.16 20:57:00.330645 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11215 | 2024.12.16 20:57:00.330855 [ 260 ] {00415a97-d683-412f-945f-7921dfbc07bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11216 | 2024.12.16 20:57:00.330935 [ 260 ] {00415a97-d683-412f-945f-7921dfbc07bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11217 | 2024.12.16 20:57:00.331687 [ 260 ] {00415a97-d683-412f-945f-7921dfbc07bb} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11218 | 2024.12.16 20:57:00.331736 [ 260 ] {00415a97-d683-412f-945f-7921dfbc07bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11219 | 2024.12.16 20:57:00.332163 [ 260 ] {00415a97-d683-412f-945f-7921dfbc07bb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11220 | 2024.12.16 20:57:00.332419 [ 260 ] {00415a97-d683-412f-945f-7921dfbc07bb} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11221 | 2024.12.16 20:57:00.332674 [ 260 ] {00415a97-d683-412f-945f-7921dfbc07bb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001874 sec., 2134.4717182497334 rows/sec., 174.05 KiB/sec. | ||
| 11222 | 2024.12.16 20:57:00.332813 [ 260 ] {00415a97-d683-412f-945f-7921dfbc07bb} <Debug> TCPHandler: Processed in 0.002307544 sec. | ||
| 11223 | 2024.12.16 20:57:00.333031 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11224 | 2024.12.16 20:57:00.333261 [ 261 ] {4df32d0a-4028-4af3-8aff-4db528f6bba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11225 | 2024.12.16 20:57:00.333355 [ 261 ] {4df32d0a-4028-4af3-8aff-4db528f6bba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11226 | 2024.12.16 20:57:00.334428 [ 261 ] {4df32d0a-4028-4af3-8aff-4db528f6bba4} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11227 | 2024.12.16 20:57:00.334469 [ 261 ] {4df32d0a-4028-4af3-8aff-4db528f6bba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11228 | 2024.12.16 20:57:00.334858 [ 261 ] {4df32d0a-4028-4af3-8aff-4db528f6bba4} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11229 | 2024.12.16 20:57:00.335101 [ 261 ] {4df32d0a-4028-4af3-8aff-4db528f6bba4} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11230 | 2024.12.16 20:57:00.335314 [ 261 ] {4df32d0a-4028-4af3-8aff-4db528f6bba4} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.002111 sec., 115111.32164850782 rows/sec., 10.07 MiB/sec. | ||
| 11231 | 2024.12.16 20:57:00.335368 [ 261 ] {4df32d0a-4028-4af3-8aff-4db528f6bba4} <Debug> TCPHandler: Processed in 0.002446587 sec. | ||
| 11232 | 2024.12.16 20:57:00.335552 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11233 | 2024.12.16 20:57:00.335700 [ 260 ] {26b37219-a8cb-4d3d-89e5-5a051f00dd49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11234 | 2024.12.16 20:57:00.335762 [ 260 ] {26b37219-a8cb-4d3d-89e5-5a051f00dd49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11235 | 2024.12.16 20:57:00.336423 [ 260 ] {26b37219-a8cb-4d3d-89e5-5a051f00dd49} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11236 | 2024.12.16 20:57:00.336463 [ 260 ] {26b37219-a8cb-4d3d-89e5-5a051f00dd49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11237 | 2024.12.16 20:57:00.336832 [ 260 ] {26b37219-a8cb-4d3d-89e5-5a051f00dd49} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11238 | 2024.12.16 20:57:00.337072 [ 260 ] {26b37219-a8cb-4d3d-89e5-5a051f00dd49} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11239 | 2024.12.16 20:57:00.337316 [ 260 ] {26b37219-a8cb-4d3d-89e5-5a051f00dd49} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001647 sec., 18214.936247723133 rows/sec., 1.28 MiB/sec. | ||
| 11240 | 2024.12.16 20:57:00.337385 [ 260 ] {26b37219-a8cb-4d3d-89e5-5a051f00dd49} <Debug> TCPHandler: Processed in 0.001902716 sec. | ||
| 11241 | 2024.12.16 20:57:00.337704 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11242 | 2024.12.16 20:57:00.337943 [ 261 ] {6d5ab1a7-967b-42d7-b557-a7348ad3487e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11243 | 2024.12.16 20:57:00.338035 [ 261 ] {6d5ab1a7-967b-42d7-b557-a7348ad3487e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11244 | 2024.12.16 20:57:00.338686 [ 261 ] {6d5ab1a7-967b-42d7-b557-a7348ad3487e} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11245 | 2024.12.16 20:57:00.338726 [ 261 ] {6d5ab1a7-967b-42d7-b557-a7348ad3487e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11246 | 2024.12.16 20:57:00.339080 [ 261 ] {6d5ab1a7-967b-42d7-b557-a7348ad3487e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 11247 | 2024.12.16 20:57:00.339325 [ 261 ] {6d5ab1a7-967b-42d7-b557-a7348ad3487e} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11248 | 2024.12.16 20:57:00.339570 [ 261 ] {6d5ab1a7-967b-42d7-b557-a7348ad3487e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001669 sec., 8388.256440982625 rows/sec., 587.46 KiB/sec. | ||
| 11249 | 2024.12.16 20:57:00.339749 [ 261 ] {6d5ab1a7-967b-42d7-b557-a7348ad3487e} <Debug> TCPHandler: Processed in 0.002246023 sec. | ||
| 11250 | 2024.12.16 20:57:00.339967 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11251 | 2024.12.16 20:57:00.340107 [ 260 ] {87f8f28c-60c4-478f-99d1-6cc3a76283df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11252 | 2024.12.16 20:57:00.340165 [ 260 ] {87f8f28c-60c4-478f-99d1-6cc3a76283df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11253 | 2024.12.16 20:57:00.340730 [ 260 ] {87f8f28c-60c4-478f-99d1-6cc3a76283df} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11254 | 2024.12.16 20:57:00.340768 [ 260 ] {87f8f28c-60c4-478f-99d1-6cc3a76283df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11255 | 2024.12.16 20:57:00.341123 [ 260 ] {87f8f28c-60c4-478f-99d1-6cc3a76283df} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11256 | 2024.12.16 20:57:00.341387 [ 260 ] {87f8f28c-60c4-478f-99d1-6cc3a76283df} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11257 | 2024.12.16 20:57:00.341597 [ 260 ] {87f8f28c-60c4-478f-99d1-6cc3a76283df} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001522 sec., 8541.392904073587 rows/sec., 532.55 KiB/sec. | ||
| 11258 | 2024.12.16 20:57:00.341649 [ 260 ] {87f8f28c-60c4-478f-99d1-6cc3a76283df} <Debug> TCPHandler: Processed in 0.001764914 sec. | ||
| 11259 | 2024.12.16 20:57:00.341800 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11260 | 2024.12.16 20:57:00.341918 [ 261 ] {a13f9ad9-2c28-48a6-844e-27adcec6d95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11261 | 2024.12.16 20:57:00.341967 [ 261 ] {a13f9ad9-2c28-48a6-844e-27adcec6d95d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11262 | 2024.12.16 20:57:00.342678 [ 261 ] {a13f9ad9-2c28-48a6-844e-27adcec6d95d} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11263 | 2024.12.16 20:57:00.342719 [ 261 ] {a13f9ad9-2c28-48a6-844e-27adcec6d95d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11264 | 2024.12.16 20:57:00.343122 [ 261 ] {a13f9ad9-2c28-48a6-844e-27adcec6d95d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11265 | 2024.12.16 20:57:00.343367 [ 261 ] {a13f9ad9-2c28-48a6-844e-27adcec6d95d} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11266 | 2024.12.16 20:57:00.343605 [ 261 ] {a13f9ad9-2c28-48a6-844e-27adcec6d95d} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.001705 sec., 237536.6568914956 rows/sec., 16.91 MiB/sec. | ||
| 11267 | 2024.12.16 20:57:00.343674 [ 261 ] {a13f9ad9-2c28-48a6-844e-27adcec6d95d} <Debug> TCPHandler: Processed in 0.001934087 sec. | ||
| 11268 | 2024.12.16 20:57:00.343911 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11269 | 2024.12.16 20:57:00.344131 [ 260 ] {aab06857-d905-44bb-8af9-77f9b910d254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11270 | 2024.12.16 20:57:00.344188 [ 260 ] {aab06857-d905-44bb-8af9-77f9b910d254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11271 | 2024.12.16 20:57:00.344675 [ 260 ] {aab06857-d905-44bb-8af9-77f9b910d254} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11272 | 2024.12.16 20:57:00.344714 [ 260 ] {aab06857-d905-44bb-8af9-77f9b910d254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11273 | 2024.12.16 20:57:00.345079 [ 260 ] {aab06857-d905-44bb-8af9-77f9b910d254} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11274 | 2024.12.16 20:57:00.345313 [ 260 ] {aab06857-d905-44bb-8af9-77f9b910d254} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11275 | 2024.12.16 20:57:00.345472 [ 57 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11276 | 2024.12.16 20:57:00.345543 [ 260 ] {aab06857-d905-44bb-8af9-77f9b910d254} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec. | ||
| 11277 | 2024.12.16 20:57:00.345552 [ 57 ] {} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11278 | 2024.12.16 20:57:00.345637 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11279 | 2024.12.16 20:57:00.345671 [ 260 ] {aab06857-d905-44bb-8af9-77f9b910d254} <Debug> TCPHandler: Processed in 0.001904467 sec. | ||
| 11280 | 2024.12.16 20:57:00.345818 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 11281 | 2024.12.16 20:57:00.345878 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11282 | 2024.12.16 20:57:00.345966 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11283 | 2024.12.16 20:57:00.346041 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 11284 | 2024.12.16 20:57:00.346077 [ 261 ] {e336fd2b-1dd4-4d7a-8474-6a2c73ca9c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11285 | 2024.12.16 20:57:00.346213 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 11286 | 2024.12.16 20:57:00.346221 [ 261 ] {e336fd2b-1dd4-4d7a-8474-6a2c73ca9c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11287 | 2024.12.16 20:57:00.346589 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 11288 | 2024.12.16 20:57:00.346872 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 11289 | 2024.12.16 20:57:00.347159 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 11290 | 2024.12.16 20:57:00.347559 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 11291 | 2024.12.16 20:57:00.349062 [ 261 ] {e336fd2b-1dd4-4d7a-8474-6a2c73ca9c61} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11292 | 2024.12.16 20:57:00.349132 [ 261 ] {e336fd2b-1dd4-4d7a-8474-6a2c73ca9c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11293 | 2024.12.16 20:57:00.350265 [ 261 ] {e336fd2b-1dd4-4d7a-8474-6a2c73ca9c61} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11294 | 2024.12.16 20:57:00.350273 [ 193 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.004542266 sec., 47553.35772938001 rows/sec., 2.43 MiB/sec. | ||
| 11295 | 2024.12.16 20:57:00.350502 [ 193 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11296 | 2024.12.16 20:57:00.350701 [ 261 ] {e336fd2b-1dd4-4d7a-8474-6a2c73ca9c61} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11297 | 2024.12.16 20:57:00.351115 [ 261 ] {e336fd2b-1dd4-4d7a-8474-6a2c73ca9c61} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005086 sec., 46991.74203696421 rows/sec., 3.15 MiB/sec. | ||
| 11298 | 2024.12.16 20:57:00.351145 [ 193 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_36_7} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11299 | 2024.12.16 20:57:00.351475 [ 261 ] {e336fd2b-1dd4-4d7a-8474-6a2c73ca9c61} <Debug> TCPHandler: Processed in 0.005700999 sec. | ||
| 11300 | 2024.12.16 20:57:00.351598 [ 193 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_36_7} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11301 | 2024.12.16 20:57:00.351839 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11302 | 2024.12.16 20:57:00.352118 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11303 | 2024.12.16 20:57:00.352252 [ 260 ] {cd92b1bf-17d1-4eca-ae0a-ee8e3421aff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11304 | 2024.12.16 20:57:00.352399 [ 260 ] {cd92b1bf-17d1-4eca-ae0a-ee8e3421aff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11305 | 2024.12.16 20:57:00.352897 [ 260 ] {cd92b1bf-17d1-4eca-ae0a-ee8e3421aff2} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11306 | 2024.12.16 20:57:00.352936 [ 260 ] {cd92b1bf-17d1-4eca-ae0a-ee8e3421aff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11307 | 2024.12.16 20:57:00.353295 [ 260 ] {cd92b1bf-17d1-4eca-ae0a-ee8e3421aff2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11308 | 2024.12.16 20:57:00.353537 [ 260 ] {cd92b1bf-17d1-4eca-ae0a-ee8e3421aff2} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11309 | 2024.12.16 20:57:00.353705 [ 57 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11310 | 2024.12.16 20:57:00.353759 [ 57 ] {} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11311 | 2024.12.16 20:57:00.353785 [ 260 ] {cd92b1bf-17d1-4eca-ae0a-ee8e3421aff2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00169 sec., 591.7159763313609 rows/sec., 39.87 KiB/sec. | ||
| 11312 | 2024.12.16 20:57:00.353797 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11313 | 2024.12.16 20:57:00.353951 [ 260 ] {cd92b1bf-17d1-4eca-ae0a-ee8e3421aff2} <Debug> TCPHandler: Processed in 0.002325565 sec. | ||
| 11314 | 2024.12.16 20:57:00.354027 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 11315 | 2024.12.16 20:57:00.354177 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11316 | 2024.12.16 20:57:00.354225 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11317 | 2024.12.16 20:57:00.354284 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 32 rows starting from the beginning of the part | ||
| 11318 | 2024.12.16 20:57:00.354502 [ 261 ] {fdd0940b-7c40-4515-a6bb-433095137846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11319 | 2024.12.16 20:57:00.354562 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 11320 | 2024.12.16 20:57:00.354910 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 11321 | 2024.12.16 20:57:00.354932 [ 261 ] {fdd0940b-7c40-4515-a6bb-433095137846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11322 | 2024.12.16 20:57:00.355294 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 11323 | 2024.12.16 20:57:00.355719 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 11324 | 2024.12.16 20:57:00.356051 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 11325 | 2024.12.16 20:57:00.359657 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.005739809 sec., 6446.207530599015 rows/sec., 433.68 KiB/sec. | ||
| 11326 | 2024.12.16 20:57:00.359883 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11327 | 2024.12.16 20:57:00.360186 [ 261 ] {fdd0940b-7c40-4515-a6bb-433095137846} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11328 | 2024.12.16 20:57:00.360251 [ 261 ] {fdd0940b-7c40-4515-a6bb-433095137846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11329 | 2024.12.16 20:57:00.360476 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_36_7} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11330 | 2024.12.16 20:57:00.360697 [ 201 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_36_7} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11331 | 2024.12.16 20:57:00.360832 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11332 | 2024.12.16 20:57:00.361320 [ 261 ] {fdd0940b-7c40-4515-a6bb-433095137846} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11333 | 2024.12.16 20:57:00.361594 [ 261 ] {fdd0940b-7c40-4515-a6bb-433095137846} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11334 | 2024.12.16 20:57:00.361909 [ 261 ] {fdd0940b-7c40-4515-a6bb-433095137846} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.007564 sec., 2511.8984664198833 rows/sec., 4.50 MiB/sec. | ||
| 11335 | 2024.12.16 20:57:00.362481 [ 261 ] {fdd0940b-7c40-4515-a6bb-433095137846} <Debug> TCPHandler: Processed in 0.00839671 sec. | ||
| 11336 | 2024.12.16 20:57:00.362767 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11337 | 2024.12.16 20:57:00.362911 [ 260 ] {567228d6-98d1-4d53-bfb0-5d18d83b1ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11338 | 2024.12.16 20:57:00.362971 [ 260 ] {567228d6-98d1-4d53-bfb0-5d18d83b1ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11339 | 2024.12.16 20:57:00.363499 [ 260 ] {567228d6-98d1-4d53-bfb0-5d18d83b1ec5} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11340 | 2024.12.16 20:57:00.363538 [ 260 ] {567228d6-98d1-4d53-bfb0-5d18d83b1ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11341 | 2024.12.16 20:57:00.363917 [ 260 ] {567228d6-98d1-4d53-bfb0-5d18d83b1ec5} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11342 | 2024.12.16 20:57:00.364180 [ 260 ] {567228d6-98d1-4d53-bfb0-5d18d83b1ec5} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11343 | 2024.12.16 20:57:00.364388 [ 260 ] {567228d6-98d1-4d53-bfb0-5d18d83b1ec5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001508 sec., 54376.65782493369 rows/sec., 3.45 MiB/sec. | ||
| 11344 | 2024.12.16 20:57:00.364439 [ 260 ] {567228d6-98d1-4d53-bfb0-5d18d83b1ec5} <Debug> TCPHandler: Processed in 0.001836585 sec. | ||
| 11345 | 2024.12.16 20:57:00.852839 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 415 | ||
| 11346 | 2024.12.16 20:57:00.874926 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11347 | 2024.12.16 20:57:00.874989 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11348 | 2024.12.16 20:57:00.882655 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11349 | 2024.12.16 20:57:00.883479 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11350 | 2024.12.16 20:57:00.886724 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11351 | 2024.12.16 20:57:01.000208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.63 MiB, peak 252.86 MiB, free memory in arenas 0.00 B, will set to 243.39 MiB (RSS), difference: -1.23 MiB | ||
| 11352 | 2024.12.16 20:57:05.324070 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11353 | 2024.12.16 20:57:05.324289 [ 261 ] {c1ff2cb5-9f02-46d8-9fef-e26435682522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11354 | 2024.12.16 20:57:05.324364 [ 261 ] {c1ff2cb5-9f02-46d8-9fef-e26435682522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11355 | 2024.12.16 20:57:05.325099 [ 261 ] {c1ff2cb5-9f02-46d8-9fef-e26435682522} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11356 | 2024.12.16 20:57:05.325143 [ 261 ] {c1ff2cb5-9f02-46d8-9fef-e26435682522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11357 | 2024.12.16 20:57:05.325578 [ 261 ] {c1ff2cb5-9f02-46d8-9fef-e26435682522} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11358 | 2024.12.16 20:57:05.325833 [ 261 ] {c1ff2cb5-9f02-46d8-9fef-e26435682522} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11359 | 2024.12.16 20:57:05.326049 [ 261 ] {c1ff2cb5-9f02-46d8-9fef-e26435682522} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001816 sec., 56167.40088105727 rows/sec., 4.67 MiB/sec. | ||
| 11360 | 2024.12.16 20:57:05.326112 [ 261 ] {c1ff2cb5-9f02-46d8-9fef-e26435682522} <Debug> TCPHandler: Processed in 0.002172301 sec. | ||
| 11361 | 2024.12.16 20:57:05.326350 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11362 | 2024.12.16 20:57:05.326537 [ 260 ] {40a91491-6d5e-4cf6-8a28-6f6b289559bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11363 | 2024.12.16 20:57:05.326608 [ 260 ] {40a91491-6d5e-4cf6-8a28-6f6b289559bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11364 | 2024.12.16 20:57:05.327397 [ 260 ] {40a91491-6d5e-4cf6-8a28-6f6b289559bc} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11365 | 2024.12.16 20:57:05.327445 [ 260 ] {40a91491-6d5e-4cf6-8a28-6f6b289559bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11366 | 2024.12.16 20:57:05.327871 [ 260 ] {40a91491-6d5e-4cf6-8a28-6f6b289559bc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11367 | 2024.12.16 20:57:05.328126 [ 260 ] {40a91491-6d5e-4cf6-8a28-6f6b289559bc} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11368 | 2024.12.16 20:57:05.328355 [ 260 ] {40a91491-6d5e-4cf6-8a28-6f6b289559bc} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001869 sec., 12306.046013911182 rows/sec., 925.36 KiB/sec. | ||
| 11369 | 2024.12.16 20:57:05.328421 [ 260 ] {40a91491-6d5e-4cf6-8a28-6f6b289559bc} <Debug> TCPHandler: Processed in 0.002204142 sec. | ||
| 11370 | 2024.12.16 20:57:05.328650 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11371 | 2024.12.16 20:57:05.328877 [ 261 ] {230755e3-ff3d-42a8-b6dc-66ebb99667a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11372 | 2024.12.16 20:57:05.328970 [ 261 ] {230755e3-ff3d-42a8-b6dc-66ebb99667a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11373 | 2024.12.16 20:57:05.329763 [ 261 ] {230755e3-ff3d-42a8-b6dc-66ebb99667a1} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11374 | 2024.12.16 20:57:05.329800 [ 261 ] {230755e3-ff3d-42a8-b6dc-66ebb99667a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11375 | 2024.12.16 20:57:05.330171 [ 261 ] {230755e3-ff3d-42a8-b6dc-66ebb99667a1} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11376 | 2024.12.16 20:57:05.330424 [ 261 ] {230755e3-ff3d-42a8-b6dc-66ebb99667a1} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11377 | 2024.12.16 20:57:05.330608 [ 261 ] {230755e3-ff3d-42a8-b6dc-66ebb99667a1} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00179 sec., 48603.35195530726 rows/sec., 3.80 MiB/sec. | ||
| 11378 | 2024.12.16 20:57:05.330660 [ 261 ] {230755e3-ff3d-42a8-b6dc-66ebb99667a1} <Debug> TCPHandler: Processed in 0.00212066 sec. | ||
| 11379 | 2024.12.16 20:57:05.330817 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11380 | 2024.12.16 20:57:05.330961 [ 260 ] {f7d0d886-1f89-4d4a-8a48-6d76a62fba70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11381 | 2024.12.16 20:57:05.331027 [ 260 ] {f7d0d886-1f89-4d4a-8a48-6d76a62fba70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11382 | 2024.12.16 20:57:05.331649 [ 260 ] {f7d0d886-1f89-4d4a-8a48-6d76a62fba70} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11383 | 2024.12.16 20:57:05.331689 [ 260 ] {f7d0d886-1f89-4d4a-8a48-6d76a62fba70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11384 | 2024.12.16 20:57:05.332091 [ 260 ] {f7d0d886-1f89-4d4a-8a48-6d76a62fba70} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11385 | 2024.12.16 20:57:05.332333 [ 260 ] {f7d0d886-1f89-4d4a-8a48-6d76a62fba70} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11386 | 2024.12.16 20:57:05.332545 [ 260 ] {f7d0d886-1f89-4d4a-8a48-6d76a62fba70} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 11387 | 2024.12.16 20:57:05.332600 [ 260 ] {f7d0d886-1f89-4d4a-8a48-6d76a62fba70} <Debug> TCPHandler: Processed in 0.001854785 sec. | ||
| 11388 | 2024.12.16 20:57:05.332742 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11389 | 2024.12.16 20:57:05.332881 [ 261 ] {a296f0f9-456d-49a0-bb90-15534ee98a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11390 | 2024.12.16 20:57:05.332972 [ 261 ] {a296f0f9-456d-49a0-bb90-15534ee98a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11391 | 2024.12.16 20:57:05.334123 [ 261 ] {a296f0f9-456d-49a0-bb90-15534ee98a3b} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11392 | 2024.12.16 20:57:05.334161 [ 261 ] {a296f0f9-456d-49a0-bb90-15534ee98a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11393 | 2024.12.16 20:57:05.334786 [ 261 ] {a296f0f9-456d-49a0-bb90-15534ee98a3b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11394 | 2024.12.16 20:57:05.335043 [ 261 ] {a296f0f9-456d-49a0-bb90-15534ee98a3b} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11395 | 2024.12.16 20:57:05.335267 [ 261 ] {a296f0f9-456d-49a0-bb90-15534ee98a3b} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002414 sec., 9527.754763877383 rows/sec., 17.07 MiB/sec. | ||
| 11396 | 2024.12.16 20:57:05.335444 [ 261 ] {a296f0f9-456d-49a0-bb90-15534ee98a3b} <Debug> TCPHandler: Processed in 0.002764703 sec. | ||
| 11397 | 2024.12.16 20:57:05.335702 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11398 | 2024.12.16 20:57:05.335893 [ 260 ] {502c8ff4-850b-4d59-948d-83833afe7a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11399 | 2024.12.16 20:57:05.335951 [ 260 ] {502c8ff4-850b-4d59-948d-83833afe7a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11400 | 2024.12.16 20:57:05.336481 [ 260 ] {502c8ff4-850b-4d59-948d-83833afe7a4e} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11401 | 2024.12.16 20:57:05.336518 [ 260 ] {502c8ff4-850b-4d59-948d-83833afe7a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11402 | 2024.12.16 20:57:05.336890 [ 260 ] {502c8ff4-850b-4d59-948d-83833afe7a4e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11403 | 2024.12.16 20:57:05.337136 [ 260 ] {502c8ff4-850b-4d59-948d-83833afe7a4e} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11404 | 2024.12.16 20:57:05.337376 [ 260 ] {502c8ff4-850b-4d59-948d-83833afe7a4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 11405 | 2024.12.16 20:57:05.337439 [ 260 ] {502c8ff4-850b-4d59-948d-83833afe7a4e} <Debug> TCPHandler: Processed in 0.001892636 sec. | ||
| 11406 | 2024.12.16 20:57:06.287363 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11407 | 2024.12.16 20:57:06.287419 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11408 | 2024.12.16 20:57:06.482603 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 11409 | 2024.12.16 20:57:06.483783 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11410 | 2024.12.16 20:57:06.483839 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11411 | 2024.12.16 20:57:06.484382 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11412 | 2024.12.16 20:57:06.484644 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11413 | 2024.12.16 20:57:06.484922 [ 49 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11414 | 2024.12.16 20:57:06.484952 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11415 | 2024.12.16 20:57:06.485056 [ 49 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11416 | 2024.12.16 20:57:06.485105 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11417 | 2024.12.16 20:57:06.485291 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 11418 | 2024.12.16 20:57:06.485478 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11419 | 2024.12.16 20:57:06.485524 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
| 11420 | 2024.12.16 20:57:06.485615 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
| 11421 | 2024.12.16 20:57:06.485848 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
| 11422 | 2024.12.16 20:57:06.486091 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
| 11423 | 2024.12.16 20:57:06.486287 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
| 11424 | 2024.12.16 20:57:06.486521 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
| 11425 | 2024.12.16 20:57:06.489501 [ 194 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004300702 sec., 5971350.723672554 rows/sec., 85.42 MiB/sec. | ||
| 11426 | 2024.12.16 20:57:06.489848 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11427 | 2024.12.16 20:57:06.490266 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_56_11} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11428 | 2024.12.16 20:57:06.490376 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_56_11} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11429 | 2024.12.16 20:57:06.490501 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. | ||
| 11430 | 2024.12.16 20:57:06.620272 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1614 | ||
| 11431 | 2024.12.16 20:57:06.623471 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11432 | 2024.12.16 20:57:06.623527 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11433 | 2024.12.16 20:57:06.625053 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11434 | 2024.12.16 20:57:06.625385 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11435 | 2024.12.16 20:57:06.626051 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1614 | ||
| 11436 | 2024.12.16 20:57:08.386800 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423 | ||
| 11437 | 2024.12.16 20:57:08.410198 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11438 | 2024.12.16 20:57:08.410262 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11439 | 2024.12.16 20:57:08.417676 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11440 | 2024.12.16 20:57:08.418436 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11441 | 2024.12.16 20:57:08.418896 [ 46 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11442 | 2024.12.16 20:57:08.419064 [ 46 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11443 | 2024.12.16 20:57:08.419153 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11444 | 2024.12.16 20:57:08.419496 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 11445 | 2024.12.16 20:57:08.428368 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423 | ||
| 11446 | 2024.12.16 20:57:08.429652 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11447 | 2024.12.16 20:57:08.430562 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 11448 | 2024.12.16 20:57:08.435361 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 11449 | 2024.12.16 20:57:08.440223 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 11450 | 2024.12.16 20:57:08.445462 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part | ||
| 11451 | 2024.12.16 20:57:08.450866 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 7 rows starting from the beginning of the part | ||
| 11452 | 2024.12.16 20:57:08.455542 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 11453 | 2024.12.16 20:57:08.513899 [ 194 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.094583218 sec., 4472.2521494246475 rows/sec., 23.13 MiB/sec. | ||
| 11454 | 2024.12.16 20:57:08.517515 [ 187 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11455 | 2024.12.16 20:57:08.520718 [ 187 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_56_11} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11456 | 2024.12.16 20:57:08.520853 [ 187 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_56_11} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11457 | 2024.12.16 20:57:08.523655 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 11458 | 2024.12.16 20:57:10.329551 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11459 | 2024.12.16 20:57:10.329872 [ 261 ] {0821b979-2910-4f30-a862-3dc2af37a0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11460 | 2024.12.16 20:57:10.329983 [ 261 ] {0821b979-2910-4f30-a862-3dc2af37a0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11461 | 2024.12.16 20:57:10.330932 [ 261 ] {0821b979-2910-4f30-a862-3dc2af37a0f6} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11462 | 2024.12.16 20:57:10.330977 [ 261 ] {0821b979-2910-4f30-a862-3dc2af37a0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11463 | 2024.12.16 20:57:10.331412 [ 261 ] {0821b979-2910-4f30-a862-3dc2af37a0f6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11464 | 2024.12.16 20:57:10.331668 [ 261 ] {0821b979-2910-4f30-a862-3dc2af37a0f6} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11465 | 2024.12.16 20:57:10.331885 [ 45 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11466 | 2024.12.16 20:57:10.331959 [ 261 ] {0821b979-2910-4f30-a862-3dc2af37a0f6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002165 sec., 6466.512702078522 rows/sec., 465.50 KiB/sec. | ||
| 11467 | 2024.12.16 20:57:10.331984 [ 45 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11468 | 2024.12.16 20:57:10.332056 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11469 | 2024.12.16 20:57:10.332103 [ 261 ] {0821b979-2910-4f30-a862-3dc2af37a0f6} <Debug> TCPHandler: Processed in 0.002732243 sec. | ||
| 11470 | 2024.12.16 20:57:10.332390 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 11471 | 2024.12.16 20:57:10.332444 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11472 | 2024.12.16 20:57:10.332694 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11473 | 2024.12.16 20:57:10.332770 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 11474 | 2024.12.16 20:57:10.332788 [ 260 ] {99fcdf2e-3fc5-404e-a712-082557d80b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11475 | 2024.12.16 20:57:10.332969 [ 260 ] {99fcdf2e-3fc5-404e-a712-082557d80b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11476 | 2024.12.16 20:57:10.332973 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 11477 | 2024.12.16 20:57:10.333440 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 11478 | 2024.12.16 20:57:10.333794 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 11479 | 2024.12.16 20:57:10.334156 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 11480 | 2024.12.16 20:57:10.336114 [ 260 ] {99fcdf2e-3fc5-404e-a712-082557d80b77} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11481 | 2024.12.16 20:57:10.336208 [ 260 ] {99fcdf2e-3fc5-404e-a712-082557d80b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11482 | 2024.12.16 20:57:10.336717 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004508977 sec., 15524.585731974237 rows/sec., 1.15 MiB/sec. | ||
| 11483 | 2024.12.16 20:57:10.336921 [ 192 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11484 | 2024.12.16 20:57:10.337292 [ 260 ] {99fcdf2e-3fc5-404e-a712-082557d80b77} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11485 | 2024.12.16 20:57:10.337460 [ 188 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_37_9} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11486 | 2024.12.16 20:57:10.337629 [ 188 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_37_9} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11487 | 2024.12.16 20:57:10.337797 [ 260 ] {99fcdf2e-3fc5-404e-a712-082557d80b77} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11488 | 2024.12.16 20:57:10.337812 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11489 | 2024.12.16 20:57:10.338131 [ 260 ] {99fcdf2e-3fc5-404e-a712-082557d80b77} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.005442 sec., 44285.18926865124 rows/sec., 3.88 MiB/sec. | ||
| 11490 | 2024.12.16 20:57:10.338270 [ 260 ] {99fcdf2e-3fc5-404e-a712-082557d80b77} <Debug> TCPHandler: Processed in 0.006022515 sec. | ||
| 11491 | 2024.12.16 20:57:10.338541 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11492 | 2024.12.16 20:57:10.338704 [ 261 ] {2e8934e6-5109-476b-8e33-b5b191dc1d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11493 | 2024.12.16 20:57:10.338763 [ 261 ] {2e8934e6-5109-476b-8e33-b5b191dc1d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11494 | 2024.12.16 20:57:10.339451 [ 261 ] {2e8934e6-5109-476b-8e33-b5b191dc1d5e} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11495 | 2024.12.16 20:57:10.339494 [ 261 ] {2e8934e6-5109-476b-8e33-b5b191dc1d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11496 | 2024.12.16 20:57:10.339875 [ 261 ] {2e8934e6-5109-476b-8e33-b5b191dc1d5e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11497 | 2024.12.16 20:57:10.340142 [ 261 ] {2e8934e6-5109-476b-8e33-b5b191dc1d5e} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11498 | 2024.12.16 20:57:10.340365 [ 261 ] {2e8934e6-5109-476b-8e33-b5b191dc1d5e} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001696 sec., 15330.188679245282 rows/sec., 1.09 MiB/sec. | ||
| 11499 | 2024.12.16 20:57:10.340422 [ 261 ] {2e8934e6-5109-476b-8e33-b5b191dc1d5e} <Debug> TCPHandler: Processed in 0.002022639 sec. | ||
| 11500 | 2024.12.16 20:57:10.340576 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11501 | 2024.12.16 20:57:10.340723 [ 260 ] {ea363274-fc5b-4c28-b50e-cc6a8af276e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11502 | 2024.12.16 20:57:10.340784 [ 260 ] {ea363274-fc5b-4c28-b50e-cc6a8af276e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11503 | 2024.12.16 20:57:10.341476 [ 260 ] {ea363274-fc5b-4c28-b50e-cc6a8af276e8} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11504 | 2024.12.16 20:57:10.341520 [ 260 ] {ea363274-fc5b-4c28-b50e-cc6a8af276e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11505 | 2024.12.16 20:57:10.341896 [ 260 ] {ea363274-fc5b-4c28-b50e-cc6a8af276e8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11506 | 2024.12.16 20:57:10.342138 [ 260 ] {ea363274-fc5b-4c28-b50e-cc6a8af276e8} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11507 | 2024.12.16 20:57:10.342346 [ 260 ] {ea363274-fc5b-4c28-b50e-cc6a8af276e8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001658 sec., 8443.90832328106 rows/sec., 591.36 KiB/sec. | ||
| 11508 | 2024.12.16 20:57:10.342402 [ 260 ] {ea363274-fc5b-4c28-b50e-cc6a8af276e8} <Debug> TCPHandler: Processed in 0.001896416 sec. | ||
| 11509 | 2024.12.16 20:57:10.342538 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11510 | 2024.12.16 20:57:10.342656 [ 261 ] {f25032c1-21ff-472a-b398-05d637144fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11511 | 2024.12.16 20:57:10.342709 [ 261 ] {f25032c1-21ff-472a-b398-05d637144fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11512 | 2024.12.16 20:57:10.343279 [ 261 ] {f25032c1-21ff-472a-b398-05d637144fb4} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11513 | 2024.12.16 20:57:10.343318 [ 261 ] {f25032c1-21ff-472a-b398-05d637144fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11514 | 2024.12.16 20:57:10.343681 [ 261 ] {f25032c1-21ff-472a-b398-05d637144fb4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11515 | 2024.12.16 20:57:10.343920 [ 261 ] {f25032c1-21ff-472a-b398-05d637144fb4} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11516 | 2024.12.16 20:57:10.344080 [ 45 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11517 | 2024.12.16 20:57:10.344138 [ 45 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11518 | 2024.12.16 20:57:10.344176 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11519 | 2024.12.16 20:57:10.344184 [ 261 ] {f25032c1-21ff-472a-b398-05d637144fb4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001542 sec., 8430.609597924773 rows/sec., 525.65 KiB/sec. | ||
| 11520 | 2024.12.16 20:57:10.344528 [ 261 ] {f25032c1-21ff-472a-b398-05d637144fb4} <Debug> TCPHandler: Processed in 0.002041309 sec. | ||
| 11521 | 2024.12.16 20:57:10.344646 [ 200 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 11522 | 2024.12.16 20:57:10.344860 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11523 | 2024.12.16 20:57:10.345229 [ 200 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11524 | 2024.12.16 20:57:10.345361 [ 200 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 11525 | 2024.12.16 20:57:10.345390 [ 260 ] {24ffcf35-a23e-42d3-bf2a-e04a59d22691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11526 | 2024.12.16 20:57:10.345550 [ 260 ] {24ffcf35-a23e-42d3-bf2a-e04a59d22691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11527 | 2024.12.16 20:57:10.345754 [ 200 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 11528 | 2024.12.16 20:57:10.346110 [ 200 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 11529 | 2024.12.16 20:57:10.346531 [ 200 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 11530 | 2024.12.16 20:57:10.346967 [ 200 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 11531 | 2024.12.16 20:57:10.348279 [ 260 ] {24ffcf35-a23e-42d3-bf2a-e04a59d22691} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11532 | 2024.12.16 20:57:10.348355 [ 260 ] {24ffcf35-a23e-42d3-bf2a-e04a59d22691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11533 | 2024.12.16 20:57:10.349221 [ 200 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004921074 sec., 13208.498795181702 rows/sec., 875.14 KiB/sec. | ||
| 11534 | 2024.12.16 20:57:10.349419 [ 200 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11535 | 2024.12.16 20:57:10.349423 [ 260 ] {24ffcf35-a23e-42d3-bf2a-e04a59d22691} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11536 | 2024.12.16 20:57:10.349891 [ 200 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_37_9} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11537 | 2024.12.16 20:57:10.349945 [ 260 ] {24ffcf35-a23e-42d3-bf2a-e04a59d22691} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11538 | 2024.12.16 20:57:10.350060 [ 200 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_37_9} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11539 | 2024.12.16 20:57:10.350268 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11540 | 2024.12.16 20:57:10.350434 [ 260 ] {24ffcf35-a23e-42d3-bf2a-e04a59d22691} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.005229 sec., 76687.70319372728 rows/sec., 5.45 MiB/sec. | ||
| 11541 | 2024.12.16 20:57:10.350510 [ 260 ] {24ffcf35-a23e-42d3-bf2a-e04a59d22691} <Debug> TCPHandler: Processed in 0.005852741 sec. | ||
| 11542 | 2024.12.16 20:57:10.350669 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11543 | 2024.12.16 20:57:10.350810 [ 261 ] {ae41671b-077b-4901-a551-a8f5ba0da86e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11544 | 2024.12.16 20:57:10.350869 [ 261 ] {ae41671b-077b-4901-a551-a8f5ba0da86e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11545 | 2024.12.16 20:57:10.351435 [ 261 ] {ae41671b-077b-4901-a551-a8f5ba0da86e} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11546 | 2024.12.16 20:57:10.351481 [ 261 ] {ae41671b-077b-4901-a551-a8f5ba0da86e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11547 | 2024.12.16 20:57:10.351857 [ 261 ] {ae41671b-077b-4901-a551-a8f5ba0da86e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11548 | 2024.12.16 20:57:10.352103 [ 261 ] {ae41671b-077b-4901-a551-a8f5ba0da86e} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11549 | 2024.12.16 20:57:10.352308 [ 261 ] {ae41671b-077b-4901-a551-a8f5ba0da86e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec. | ||
| 11550 | 2024.12.16 20:57:10.352362 [ 261 ] {ae41671b-077b-4901-a551-a8f5ba0da86e} <Debug> TCPHandler: Processed in 0.001759394 sec. | ||
| 11551 | 2024.12.16 20:57:10.352506 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11552 | 2024.12.16 20:57:10.352645 [ 260 ] {43a8de95-649c-428a-9605-29cf9a2bfd34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11553 | 2024.12.16 20:57:10.352709 [ 260 ] {43a8de95-649c-428a-9605-29cf9a2bfd34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11554 | 2024.12.16 20:57:10.353385 [ 260 ] {43a8de95-649c-428a-9605-29cf9a2bfd34} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11555 | 2024.12.16 20:57:10.353430 [ 260 ] {43a8de95-649c-428a-9605-29cf9a2bfd34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11556 | 2024.12.16 20:57:10.353870 [ 260 ] {43a8de95-649c-428a-9605-29cf9a2bfd34} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11557 | 2024.12.16 20:57:10.354114 [ 260 ] {43a8de95-649c-428a-9605-29cf9a2bfd34} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11558 | 2024.12.16 20:57:10.354326 [ 260 ] {43a8de95-649c-428a-9605-29cf9a2bfd34} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001713 sec., 138353.765323993 rows/sec., 9.27 MiB/sec. | ||
| 11559 | 2024.12.16 20:57:10.354382 [ 260 ] {43a8de95-649c-428a-9605-29cf9a2bfd34} <Debug> TCPHandler: Processed in 0.001939568 sec. | ||
| 11560 | 2024.12.16 20:57:10.354563 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11561 | 2024.12.16 20:57:10.354792 [ 261 ] {9c869b26-7c61-497e-88c7-3c1d5a9c58f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11562 | 2024.12.16 20:57:10.354889 [ 261 ] {9c869b26-7c61-497e-88c7-3c1d5a9c58f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11563 | 2024.12.16 20:57:10.355629 [ 261 ] {9c869b26-7c61-497e-88c7-3c1d5a9c58f7} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11564 | 2024.12.16 20:57:10.355668 [ 261 ] {9c869b26-7c61-497e-88c7-3c1d5a9c58f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11565 | 2024.12.16 20:57:10.356028 [ 261 ] {9c869b26-7c61-497e-88c7-3c1d5a9c58f7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11566 | 2024.12.16 20:57:10.356271 [ 261 ] {9c869b26-7c61-497e-88c7-3c1d5a9c58f7} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11567 | 2024.12.16 20:57:10.356478 [ 261 ] {9c869b26-7c61-497e-88c7-3c1d5a9c58f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001739 sec., 575.0431282346176 rows/sec., 38.75 KiB/sec. | ||
| 11568 | 2024.12.16 20:57:10.356530 [ 261 ] {9c869b26-7c61-497e-88c7-3c1d5a9c58f7} <Debug> TCPHandler: Processed in 0.002069769 sec. | ||
| 11569 | 2024.12.16 20:57:10.356678 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11570 | 2024.12.16 20:57:10.356797 [ 260 ] {52ae14cf-df06-488c-af41-6754e26bc4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11571 | 2024.12.16 20:57:10.356878 [ 260 ] {52ae14cf-df06-488c-af41-6754e26bc4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11572 | 2024.12.16 20:57:10.358015 [ 260 ] {52ae14cf-df06-488c-af41-6754e26bc4c4} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11573 | 2024.12.16 20:57:10.358055 [ 260 ] {52ae14cf-df06-488c-af41-6754e26bc4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11574 | 2024.12.16 20:57:10.358717 [ 260 ] {52ae14cf-df06-488c-af41-6754e26bc4c4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11575 | 2024.12.16 20:57:10.358978 [ 260 ] {52ae14cf-df06-488c-af41-6754e26bc4c4} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11576 | 2024.12.16 20:57:10.359237 [ 260 ] {52ae14cf-df06-488c-af41-6754e26bc4c4} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002465 sec., 7707.910750507099 rows/sec., 13.81 MiB/sec. | ||
| 11577 | 2024.12.16 20:57:10.359352 [ 260 ] {52ae14cf-df06-488c-af41-6754e26bc4c4} <Debug> TCPHandler: Processed in 0.002732653 sec. | ||
| 11578 | 2024.12.16 20:57:10.359548 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11579 | 2024.12.16 20:57:10.359769 [ 261 ] {f9e43a29-575e-4b5d-b469-4ef0db2b3ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11580 | 2024.12.16 20:57:10.359860 [ 261 ] {f9e43a29-575e-4b5d-b469-4ef0db2b3ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11581 | 2024.12.16 20:57:10.360634 [ 261 ] {f9e43a29-575e-4b5d-b469-4ef0db2b3ce9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11582 | 2024.12.16 20:57:10.360673 [ 261 ] {f9e43a29-575e-4b5d-b469-4ef0db2b3ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11583 | 2024.12.16 20:57:10.361074 [ 261 ] {f9e43a29-575e-4b5d-b469-4ef0db2b3ce9} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11584 | 2024.12.16 20:57:10.361313 [ 261 ] {f9e43a29-575e-4b5d-b469-4ef0db2b3ce9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11585 | 2024.12.16 20:57:10.361497 [ 261 ] {f9e43a29-575e-4b5d-b469-4ef0db2b3ce9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001782 sec., 46015.71268237935 rows/sec., 2.92 MiB/sec. | ||
| 11586 | 2024.12.16 20:57:10.361557 [ 261 ] {f9e43a29-575e-4b5d-b469-4ef0db2b3ce9} <Debug> TCPHandler: Processed in 0.00211968 sec. | ||
| 11587 | 2024.12.16 20:57:13.230868 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11588 | 2024.12.16 20:57:13.231075 [ 261 ] {947dc1a2-6bd5-4078-ab00-4b333c7f40e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11589 | 2024.12.16 20:57:13.231155 [ 261 ] {947dc1a2-6bd5-4078-ab00-4b333c7f40e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11590 | 2024.12.16 20:57:13.231942 [ 261 ] {947dc1a2-6bd5-4078-ab00-4b333c7f40e7} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11591 | 2024.12.16 20:57:13.231992 [ 261 ] {947dc1a2-6bd5-4078-ab00-4b333c7f40e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11592 | 2024.12.16 20:57:13.232398 [ 261 ] {947dc1a2-6bd5-4078-ab00-4b333c7f40e7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11593 | 2024.12.16 20:57:13.232640 [ 261 ] {947dc1a2-6bd5-4078-ab00-4b333c7f40e7} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11594 | 2024.12.16 20:57:13.232912 [ 261 ] {947dc1a2-6bd5-4078-ab00-4b333c7f40e7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001884 sec., 1061.5711252653928 rows/sec., 86.56 KiB/sec. | ||
| 11595 | 2024.12.16 20:57:13.233070 [ 261 ] {947dc1a2-6bd5-4078-ab00-4b333c7f40e7} <Debug> TCPHandler: Processed in 0.002331554 sec. | ||
| 11596 | 2024.12.16 20:57:13.233379 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11597 | 2024.12.16 20:57:13.233592 [ 260 ] {2662cbd2-2dc8-41f4-888e-815607b7fbd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11598 | 2024.12.16 20:57:13.233665 [ 260 ] {2662cbd2-2dc8-41f4-888e-815607b7fbd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11599 | 2024.12.16 20:57:13.235090 [ 260 ] {2662cbd2-2dc8-41f4-888e-815607b7fbd3} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11600 | 2024.12.16 20:57:13.235143 [ 260 ] {2662cbd2-2dc8-41f4-888e-815607b7fbd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11601 | 2024.12.16 20:57:13.235646 [ 260 ] {2662cbd2-2dc8-41f4-888e-815607b7fbd3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11602 | 2024.12.16 20:57:13.235906 [ 260 ] {2662cbd2-2dc8-41f4-888e-815607b7fbd3} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11603 | 2024.12.16 20:57:13.236164 [ 260 ] {2662cbd2-2dc8-41f4-888e-815607b7fbd3} <Debug> executeQuery: Read 1243 rows, 104.88 KiB in 0.002631 sec., 472443.93766628654 rows/sec., 38.93 MiB/sec. | ||
| 11604 | 2024.12.16 20:57:13.236244 [ 260 ] {2662cbd2-2dc8-41f4-888e-815607b7fbd3} <Debug> TCPHandler: Processed in 0.003007047 sec. | ||
| 11605 | 2024.12.16 20:57:13.236431 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11606 | 2024.12.16 20:57:13.236641 [ 261 ] {95713808-8f0a-4507-9b3d-36183fa68582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11607 | 2024.12.16 20:57:13.236694 [ 261 ] {95713808-8f0a-4507-9b3d-36183fa68582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11608 | 2024.12.16 20:57:13.237292 [ 261 ] {95713808-8f0a-4507-9b3d-36183fa68582} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11609 | 2024.12.16 20:57:13.237333 [ 261 ] {95713808-8f0a-4507-9b3d-36183fa68582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11610 | 2024.12.16 20:57:13.237697 [ 261 ] {95713808-8f0a-4507-9b3d-36183fa68582} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11611 | 2024.12.16 20:57:13.237933 [ 261 ] {95713808-8f0a-4507-9b3d-36183fa68582} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11612 | 2024.12.16 20:57:13.238139 [ 261 ] {95713808-8f0a-4507-9b3d-36183fa68582} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001542 sec., 16212.710765239948 rows/sec., 1.18 MiB/sec. | ||
| 11613 | 2024.12.16 20:57:13.238175 [ 40 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11614 | 2024.12.16 20:57:13.238223 [ 261 ] {95713808-8f0a-4507-9b3d-36183fa68582} <Debug> TCPHandler: Processed in 0.001894766 sec. | ||
| 11615 | 2024.12.16 20:57:13.238313 [ 40 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11616 | 2024.12.16 20:57:13.238391 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11617 | 2024.12.16 20:57:13.238435 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11618 | 2024.12.16 20:57:13.238730 [ 196 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 11619 | 2024.12.16 20:57:13.238743 [ 260 ] {b61f5614-e255-48be-baf1-b943e98d1996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11620 | 2024.12.16 20:57:13.238881 [ 260 ] {b61f5614-e255-48be-baf1-b943e98d1996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11621 | 2024.12.16 20:57:13.239109 [ 196 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11622 | 2024.12.16 20:57:13.239203 [ 196 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 67 rows starting from the beginning of the part | ||
| 11623 | 2024.12.16 20:57:13.239513 [ 196 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 23 rows starting from the beginning of the part | ||
| 11624 | 2024.12.16 20:57:13.239915 [ 196 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 30 rows starting from the beginning of the part | ||
| 11625 | 2024.12.16 20:57:13.240298 [ 196 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 23 rows starting from the beginning of the part | ||
| 11626 | 2024.12.16 20:57:13.240650 [ 196 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 26 rows starting from the beginning of the part | ||
| 11627 | 2024.12.16 20:57:13.240984 [ 196 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 25 rows starting from the beginning of the part | ||
| 11628 | 2024.12.16 20:57:13.241973 [ 260 ] {b61f5614-e255-48be-baf1-b943e98d1996} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11629 | 2024.12.16 20:57:13.242076 [ 260 ] {b61f5614-e255-48be-baf1-b943e98d1996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11630 | 2024.12.16 20:57:13.243187 [ 260 ] {b61f5614-e255-48be-baf1-b943e98d1996} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11631 | 2024.12.16 20:57:13.243692 [ 190 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005168388 sec., 37535.88159402893 rows/sec., 2.84 MiB/sec. | ||
| 11632 | 2024.12.16 20:57:13.243733 [ 260 ] {b61f5614-e255-48be-baf1-b943e98d1996} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11633 | 2024.12.16 20:57:13.243889 [ 190 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11634 | 2024.12.16 20:57:13.244062 [ 260 ] {b61f5614-e255-48be-baf1-b943e98d1996} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005407 sec., 42167.560569631954 rows/sec., 2.86 MiB/sec. | ||
| 11635 | 2024.12.16 20:57:13.244155 [ 260 ] {b61f5614-e255-48be-baf1-b943e98d1996} <Debug> TCPHandler: Processed in 0.005802701 sec. | ||
| 11636 | 2024.12.16 20:57:13.244389 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_76_15} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11637 | 2024.12.16 20:57:13.244438 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11638 | 2024.12.16 20:57:13.244547 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_76_15} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11639 | 2024.12.16 20:57:13.244714 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11640 | 2024.12.16 20:57:13.244746 [ 261 ] {5768c1c8-92c5-4909-81cc-ce31b0043012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11641 | 2024.12.16 20:57:13.244815 [ 261 ] {5768c1c8-92c5-4909-81cc-ce31b0043012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11642 | 2024.12.16 20:57:13.245725 [ 261 ] {5768c1c8-92c5-4909-81cc-ce31b0043012} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11643 | 2024.12.16 20:57:13.245765 [ 261 ] {5768c1c8-92c5-4909-81cc-ce31b0043012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11644 | 2024.12.16 20:57:13.246162 [ 261 ] {5768c1c8-92c5-4909-81cc-ce31b0043012} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11645 | 2024.12.16 20:57:13.246404 [ 261 ] {5768c1c8-92c5-4909-81cc-ce31b0043012} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11646 | 2024.12.16 20:57:13.246625 [ 261 ] {5768c1c8-92c5-4909-81cc-ce31b0043012} <Debug> executeQuery: Read 545 rows, 41.41 KiB in 0.001959 sec., 278203.16488004086 rows/sec., 20.64 MiB/sec. | ||
| 11647 | 2024.12.16 20:57:13.246682 [ 261 ] {5768c1c8-92c5-4909-81cc-ce31b0043012} <Debug> TCPHandler: Processed in 0.002392446 sec. | ||
| 11648 | 2024.12.16 20:57:13.246837 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11649 | 2024.12.16 20:57:13.246981 [ 260 ] {d4357cac-f0b6-48f4-8ad3-c03ed9139526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11650 | 2024.12.16 20:57:13.247047 [ 260 ] {d4357cac-f0b6-48f4-8ad3-c03ed9139526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11651 | 2024.12.16 20:57:13.247870 [ 260 ] {d4357cac-f0b6-48f4-8ad3-c03ed9139526} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11652 | 2024.12.16 20:57:13.247911 [ 260 ] {d4357cac-f0b6-48f4-8ad3-c03ed9139526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11653 | 2024.12.16 20:57:13.248356 [ 260 ] {d4357cac-f0b6-48f4-8ad3-c03ed9139526} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11654 | 2024.12.16 20:57:13.248596 [ 260 ] {d4357cac-f0b6-48f4-8ad3-c03ed9139526} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11655 | 2024.12.16 20:57:13.248831 [ 260 ] {d4357cac-f0b6-48f4-8ad3-c03ed9139526} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.001883 sec., 500796.6011683484 rows/sec., 33.58 MiB/sec. | ||
| 11656 | 2024.12.16 20:57:13.248884 [ 260 ] {d4357cac-f0b6-48f4-8ad3-c03ed9139526} <Debug> TCPHandler: Processed in 0.002116951 sec. | ||
| 11657 | 2024.12.16 20:57:13.249028 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11658 | 2024.12.16 20:57:13.249146 [ 261 ] {ed82ea03-af86-4237-88e5-a53bfa73be64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11659 | 2024.12.16 20:57:13.249229 [ 261 ] {ed82ea03-af86-4237-88e5-a53bfa73be64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11660 | 2024.12.16 20:57:13.250398 [ 261 ] {ed82ea03-af86-4237-88e5-a53bfa73be64} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11661 | 2024.12.16 20:57:13.250439 [ 261 ] {ed82ea03-af86-4237-88e5-a53bfa73be64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11662 | 2024.12.16 20:57:13.251130 [ 261 ] {ed82ea03-af86-4237-88e5-a53bfa73be64} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11663 | 2024.12.16 20:57:13.251385 [ 261 ] {ed82ea03-af86-4237-88e5-a53bfa73be64} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11664 | 2024.12.16 20:57:13.251578 [ 40 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11665 | 2024.12.16 20:57:13.251639 [ 40 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11666 | 2024.12.16 20:57:13.251675 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11667 | 2024.12.16 20:57:13.251683 [ 261 ] {ed82ea03-af86-4237-88e5-a53bfa73be64} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002548 sec., 9026.68759811617 rows/sec., 16.18 MiB/sec. | ||
| 11668 | 2024.12.16 20:57:13.251942 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 11669 | 2024.12.16 20:57:13.252065 [ 261 ] {ed82ea03-af86-4237-88e5-a53bfa73be64} <Debug> TCPHandler: Processed in 0.003088079 sec. | ||
| 11670 | 2024.12.16 20:57:13.252327 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11671 | 2024.12.16 20:57:13.252616 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11672 | 2024.12.16 20:57:13.252626 [ 260 ] {51fa281d-7e4b-44e2-823b-aedee5544b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11673 | 2024.12.16 20:57:13.252768 [ 260 ] {51fa281d-7e4b-44e2-823b-aedee5544b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11674 | 2024.12.16 20:57:13.252776 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1459 rows starting from the beginning of the part | ||
| 11675 | 2024.12.16 20:57:13.253694 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 23 rows starting from the beginning of the part | ||
| 11676 | 2024.12.16 20:57:13.254343 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 19 rows starting from the beginning of the part | ||
| 11677 | 2024.12.16 20:57:13.255106 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 23 rows starting from the beginning of the part | ||
| 11678 | 2024.12.16 20:57:13.255183 [ 260 ] {51fa281d-7e4b-44e2-823b-aedee5544b57} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11679 | 2024.12.16 20:57:13.255270 [ 260 ] {51fa281d-7e4b-44e2-823b-aedee5544b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11680 | 2024.12.16 20:57:13.255738 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 19 rows starting from the beginning of the part | ||
| 11681 | 2024.12.16 20:57:13.256327 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 23 rows starting from the beginning of the part | ||
| 11682 | 2024.12.16 20:57:13.257076 [ 260 ] {51fa281d-7e4b-44e2-823b-aedee5544b57} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11683 | 2024.12.16 20:57:13.257669 [ 260 ] {51fa281d-7e4b-44e2-823b-aedee5544b57} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11684 | 2024.12.16 20:57:13.258273 [ 260 ] {51fa281d-7e4b-44e2-823b-aedee5544b57} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00573 sec., 6282.722513089006 rows/sec., 433.57 KiB/sec. | ||
| 11685 | 2024.12.16 20:57:13.258585 [ 260 ] {51fa281d-7e4b-44e2-823b-aedee5544b57} <Debug> TCPHandler: Processed in 0.006404053 sec. | ||
| 11686 | 2024.12.16 20:57:13.265473 [ 198 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1566 rows, containing 19 columns (19 merged, 0 gathered) in 0.013728122 sec., 114072.41281800963 rows/sec., 204.41 MiB/sec. | ||
| 11687 | 2024.12.16 20:57:13.267283 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11688 | 2024.12.16 20:57:13.267773 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11689 | 2024.12.16 20:57:13.267870 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11690 | 2024.12.16 20:57:13.268052 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
| 11691 | 2024.12.16 20:57:13.985137 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 11692 | 2024.12.16 20:57:13.985848 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11693 | 2024.12.16 20:57:13.985890 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11694 | 2024.12.16 20:57:13.986409 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11695 | 2024.12.16 20:57:13.986665 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11696 | 2024.12.16 20:57:13.986933 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 11697 | 2024.12.16 20:57:14.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.36 MiB, peak 257.99 MiB, free memory in arenas 0.00 B, will set to 247.68 MiB (RSS), difference: 2.31 MiB | ||
| 11698 | 2024.12.16 20:57:15.317669 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11699 | 2024.12.16 20:57:15.317877 [ 261 ] {8e7957f3-42ee-43ef-bd78-f8308a008c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11700 | 2024.12.16 20:57:15.317954 [ 261 ] {8e7957f3-42ee-43ef-bd78-f8308a008c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11701 | 2024.12.16 20:57:15.318819 [ 261 ] {8e7957f3-42ee-43ef-bd78-f8308a008c38} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11702 | 2024.12.16 20:57:15.318864 [ 261 ] {8e7957f3-42ee-43ef-bd78-f8308a008c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11703 | 2024.12.16 20:57:15.319282 [ 261 ] {8e7957f3-42ee-43ef-bd78-f8308a008c38} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11704 | 2024.12.16 20:57:15.319525 [ 261 ] {8e7957f3-42ee-43ef-bd78-f8308a008c38} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11705 | 2024.12.16 20:57:15.319714 [ 38 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11706 | 2024.12.16 20:57:15.319784 [ 261 ] {8e7957f3-42ee-43ef-bd78-f8308a008c38} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.19 MiB/sec. | ||
| 11707 | 2024.12.16 20:57:15.319798 [ 38 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11708 | 2024.12.16 20:57:15.319865 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11709 | 2024.12.16 20:57:15.319925 [ 261 ] {8e7957f3-42ee-43ef-bd78-f8308a008c38} <Debug> TCPHandler: Processed in 0.002381765 sec. | ||
| 11710 | 2024.12.16 20:57:15.320103 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 11711 | 2024.12.16 20:57:15.320257 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11712 | 2024.12.16 20:57:15.320308 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11713 | 2024.12.16 20:57:15.320354 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1437 rows starting from the beginning of the part | ||
| 11714 | 2024.12.16 20:57:15.320591 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 243 rows starting from the beginning of the part | ||
| 11715 | 2024.12.16 20:57:15.320620 [ 260 ] {d1a0fa94-3906-4fdb-96ba-eabecb749eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11716 | 2024.12.16 20:57:15.320888 [ 260 ] {d1a0fa94-3906-4fdb-96ba-eabecb749eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11717 | 2024.12.16 20:57:15.320964 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 102 rows starting from the beginning of the part | ||
| 11718 | 2024.12.16 20:57:15.321299 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 241 rows starting from the beginning of the part | ||
| 11719 | 2024.12.16 20:57:15.321648 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1243 rows starting from the beginning of the part | ||
| 11720 | 2024.12.16 20:57:15.321970 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 11721 | 2024.12.16 20:57:15.323852 [ 260 ] {d1a0fa94-3906-4fdb-96ba-eabecb749eda} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11722 | 2024.12.16 20:57:15.323942 [ 260 ] {d1a0fa94-3906-4fdb-96ba-eabecb749eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11723 | 2024.12.16 20:57:15.324836 [ 260 ] {d1a0fa94-3906-4fdb-96ba-eabecb749eda} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11724 | 2024.12.16 20:57:15.325238 [ 260 ] {d1a0fa94-3906-4fdb-96ba-eabecb749eda} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11725 | 2024.12.16 20:57:15.325629 [ 38 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11726 | 2024.12.16 20:57:15.325679 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.005691459 sec., 583681.6183688575 rows/sec., 50.98 MiB/sec. | ||
| 11727 | 2024.12.16 20:57:15.325719 [ 38 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11728 | 2024.12.16 20:57:15.325786 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11729 | 2024.12.16 20:57:15.325819 [ 260 ] {d1a0fa94-3906-4fdb-96ba-eabecb749eda} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005366 sec., 11926.947446887812 rows/sec., 953.27 KiB/sec. | ||
| 11730 | 2024.12.16 20:57:15.326070 [ 260 ] {d1a0fa94-3906-4fdb-96ba-eabecb749eda} <Debug> TCPHandler: Processed in 0.005955824 sec. | ||
| 11731 | 2024.12.16 20:57:15.326114 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11732 | 2024.12.16 20:57:15.326129 [ 186 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 11733 | 2024.12.16 20:57:15.326361 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11734 | 2024.12.16 20:57:15.326497 [ 186 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11735 | 2024.12.16 20:57:15.326619 [ 186 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 916 rows starting from the beginning of the part | ||
| 11736 | 2024.12.16 20:57:15.326712 [ 261 ] {809d29a5-fa80-42da-b8fc-37fd82e52595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11737 | 2024.12.16 20:57:15.326983 [ 261 ] {809d29a5-fa80-42da-b8fc-37fd82e52595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11738 | 2024.12.16 20:57:15.327035 [ 186 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 405 rows starting from the beginning of the part | ||
| 11739 | 2024.12.16 20:57:15.327156 [ 199 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_91_18} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11740 | 2024.12.16 20:57:15.327604 [ 199 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_91_18} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11741 | 2024.12.16 20:57:15.327601 [ 186 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 87 rows starting from the beginning of the part | ||
| 11742 | 2024.12.16 20:57:15.328003 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 11743 | 2024.12.16 20:57:15.328117 [ 186 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 401 rows starting from the beginning of the part | ||
| 11744 | 2024.12.16 20:57:15.328434 [ 186 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 545 rows starting from the beginning of the part | ||
| 11745 | 2024.12.16 20:57:15.328984 [ 186 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 11746 | 2024.12.16 20:57:15.330247 [ 261 ] {809d29a5-fa80-42da-b8fc-37fd82e52595} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11747 | 2024.12.16 20:57:15.330314 [ 261 ] {809d29a5-fa80-42da-b8fc-37fd82e52595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11748 | 2024.12.16 20:57:15.331216 [ 261 ] {809d29a5-fa80-42da-b8fc-37fd82e52595} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11749 | 2024.12.16 20:57:15.331624 [ 261 ] {809d29a5-fa80-42da-b8fc-37fd82e52595} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11750 | 2024.12.16 20:57:15.331843 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 5 parts from all_1_86_17 to all_90_90_0 | ||
| 11751 | 2024.12.16 20:57:15.331930 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11752 | 2024.12.16 20:57:15.331994 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11753 | 2024.12.16 20:57:15.332107 [ 261 ] {809d29a5-fa80-42da-b8fc-37fd82e52595} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.005458 sec., 11725.906925613777 rows/sec., 836.29 KiB/sec. | ||
| 11754 | 2024.12.16 20:57:15.332550 [ 261 ] {809d29a5-fa80-42da-b8fc-37fd82e52595} <Debug> TCPHandler: Processed in 0.006346491 sec. | ||
| 11755 | 2024.12.16 20:57:15.332786 [ 186 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.006923393 sec., 349250.72143095155 rows/sec., 26.79 MiB/sec. | ||
| 11756 | 2024.12.16 20:57:15.332831 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11757 | 2024.12.16 20:57:15.332929 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_86_17 to all_90_90_0 into Compact with storage Full | ||
| 11758 | 2024.12.16 20:57:15.333170 [ 186 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11759 | 2024.12.16 20:57:15.333315 [ 260 ] {2130dd06-f70f-4b98-a79c-7fa73f1747e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11760 | 2024.12.16 20:57:15.333561 [ 260 ] {2130dd06-f70f-4b98-a79c-7fa73f1747e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11761 | 2024.12.16 20:57:15.333588 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11762 | 2024.12.16 20:57:15.333792 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26848 rows starting from the beginning of the part | ||
| 11763 | 2024.12.16 20:57:15.334369 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 239 rows starting from the beginning of the part | ||
| 11764 | 2024.12.16 20:57:15.334371 [ 187 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_91_18} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11765 | 2024.12.16 20:57:15.334884 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
| 11766 | 2024.12.16 20:57:15.334904 [ 187 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_91_18} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11767 | 2024.12.16 20:57:15.335500 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 11768 | 2024.12.16 20:57:15.335524 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 11769 | 2024.12.16 20:57:15.336002 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 943 rows starting from the beginning of the part | ||
| 11770 | 2024.12.16 20:57:15.337483 [ 260 ] {2130dd06-f70f-4b98-a79c-7fa73f1747e8} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11771 | 2024.12.16 20:57:15.337594 [ 260 ] {2130dd06-f70f-4b98-a79c-7fa73f1747e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11772 | 2024.12.16 20:57:15.338714 [ 260 ] {2130dd06-f70f-4b98-a79c-7fa73f1747e8} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11773 | 2024.12.16 20:57:15.339181 [ 260 ] {2130dd06-f70f-4b98-a79c-7fa73f1747e8} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11774 | 2024.12.16 20:57:15.339497 [ 38 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11775 | 2024.12.16 20:57:15.339578 [ 38 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11776 | 2024.12.16 20:57:15.339648 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11777 | 2024.12.16 20:57:15.339775 [ 260 ] {2130dd06-f70f-4b98-a79c-7fa73f1747e8} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.006595 sec., 3639.120545868082 rows/sec., 251.14 KiB/sec. | ||
| 11778 | 2024.12.16 20:57:15.340190 [ 260 ] {2130dd06-f70f-4b98-a79c-7fa73f1747e8} <Debug> TCPHandler: Processed in 0.007505513 sec. | ||
| 11779 | 2024.12.16 20:57:15.340308 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 11780 | 2024.12.16 20:57:15.340894 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11781 | 2024.12.16 20:57:15.340997 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5246 rows starting from the beginning of the part | ||
| 11782 | 2024.12.16 20:57:15.341386 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 11783 | 2024.12.16 20:57:15.341879 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 11784 | 2024.12.16 20:57:15.342210 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 11785 | 2024.12.16 20:57:15.342359 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 36 rows starting from the beginning of the part | ||
| 11786 | 2024.12.16 20:57:15.342511 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 24 rows starting from the beginning of the part | ||
| 11787 | 2024.12.16 20:57:15.345346 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5530 rows, containing 4 columns (4 merged, 0 gathered) in 0.005538686 sec., 998431.7580018076 rows/sec., 65.16 MiB/sec. | ||
| 11788 | 2024.12.16 20:57:15.345668 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11789 | 2024.12.16 20:57:15.345951 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_91_18} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11790 | 2024.12.16 20:57:15.346058 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_91_18} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11791 | 2024.12.16 20:57:15.346149 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 11792 | 2024.12.16 20:57:15.346491 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28427 rows, containing 5 columns (5 merged, 0 gathered) in 0.014284962 sec., 1989994.793125806 rows/sec., 134.35 MiB/sec. | ||
| 11793 | 2024.12.16 20:57:15.346978 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 11794 | 2024.12.16 20:57:15.347377 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11795 | 2024.12.16 20:57:15.347487 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 5 parts: [all_1_86_17, all_90_90_0] -> all_1_90_18 | ||
| 11796 | 2024.12.16 20:57:15.347608 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.21 MiB. | ||
| 11797 | 2024.12.16 20:57:15.928435 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430 | ||
| 11798 | 2024.12.16 20:57:15.948021 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11799 | 2024.12.16 20:57:15.948090 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11800 | 2024.12.16 20:57:15.955139 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11801 | 2024.12.16 20:57:15.955902 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11802 | 2024.12.16 20:57:15.960892 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11803 | 2024.12.16 20:57:16.626308 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1660 | ||
| 11804 | 2024.12.16 20:57:16.629859 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11805 | 2024.12.16 20:57:16.629920 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11806 | 2024.12.16 20:57:16.631426 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11807 | 2024.12.16 20:57:16.631744 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11808 | 2024.12.16 20:57:16.631993 [ 36 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11809 | 2024.12.16 20:57:16.632121 [ 36 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11810 | 2024.12.16 20:57:16.632184 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 11811 | 2024.12.16 20:57:16.633104 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 11812 | 2024.12.16 20:57:16.633858 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1660 | ||
| 11813 | 2024.12.16 20:57:16.634360 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11814 | 2024.12.16 20:57:16.634566 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1462 rows starting from the beginning of the part | ||
| 11815 | 2024.12.16 20:57:16.635124 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part | ||
| 11816 | 2024.12.16 20:57:16.635657 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 11817 | 2024.12.16 20:57:16.636152 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 11818 | 2024.12.16 20:57:16.636851 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 36 rows starting from the beginning of the part | ||
| 11819 | 2024.12.16 20:57:16.637339 [ 189 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 11820 | 2024.12.16 20:57:16.646676 [ 194 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1660 rows, containing 72 columns (72 merged, 0 gathered) in 0.014283533 sec., 116217.74528752796 rows/sec., 89.51 MiB/sec. | ||
| 11821 | 2024.12.16 20:57:16.648652 [ 188 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11822 | 2024.12.16 20:57:16.649490 [ 188 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_41_8} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11823 | 2024.12.16 20:57:16.649591 [ 188 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_41_8} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11824 | 2024.12.16 20:57:16.649953 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 11825 | 2024.12.16 20:57:20.333458 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11826 | 2024.12.16 20:57:20.333721 [ 261 ] {1a3ce173-921e-431d-ae91-ebd8b8bb9f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11827 | 2024.12.16 20:57:20.333802 [ 261 ] {1a3ce173-921e-431d-ae91-ebd8b8bb9f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11828 | 2024.12.16 20:57:20.334609 [ 261 ] {1a3ce173-921e-431d-ae91-ebd8b8bb9f73} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11829 | 2024.12.16 20:57:20.334670 [ 261 ] {1a3ce173-921e-431d-ae91-ebd8b8bb9f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11830 | 2024.12.16 20:57:20.335177 [ 261 ] {1a3ce173-921e-431d-ae91-ebd8b8bb9f73} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11831 | 2024.12.16 20:57:20.335547 [ 261 ] {1a3ce173-921e-431d-ae91-ebd8b8bb9f73} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11832 | 2024.12.16 20:57:20.335856 [ 261 ] {1a3ce173-921e-431d-ae91-ebd8b8bb9f73} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002199 sec., 6366.530241018645 rows/sec., 458.30 KiB/sec. | ||
| 11833 | 2024.12.16 20:57:20.335950 [ 261 ] {1a3ce173-921e-431d-ae91-ebd8b8bb9f73} <Debug> TCPHandler: Processed in 0.002681281 sec. | ||
| 11834 | 2024.12.16 20:57:20.336285 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11835 | 2024.12.16 20:57:20.336482 [ 260 ] {decf4a67-4094-4d29-92a2-c576233d3d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11836 | 2024.12.16 20:57:20.336556 [ 260 ] {decf4a67-4094-4d29-92a2-c576233d3d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11837 | 2024.12.16 20:57:20.337479 [ 260 ] {decf4a67-4094-4d29-92a2-c576233d3d88} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11838 | 2024.12.16 20:57:20.337532 [ 260 ] {decf4a67-4094-4d29-92a2-c576233d3d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11839 | 2024.12.16 20:57:20.337988 [ 260 ] {decf4a67-4094-4d29-92a2-c576233d3d88} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11840 | 2024.12.16 20:57:20.338233 [ 260 ] {decf4a67-4094-4d29-92a2-c576233d3d88} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11841 | 2024.12.16 20:57:20.338442 [ 260 ] {decf4a67-4094-4d29-92a2-c576233d3d88} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002061 sec., 116933.52741387677 rows/sec., 10.25 MiB/sec. | ||
| 11842 | 2024.12.16 20:57:20.338506 [ 260 ] {decf4a67-4094-4d29-92a2-c576233d3d88} <Debug> TCPHandler: Processed in 0.002413536 sec. | ||
| 11843 | 2024.12.16 20:57:20.338742 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11844 | 2024.12.16 20:57:20.338877 [ 261 ] {911620d6-4f9f-456b-9589-7a9e0f3d5619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11845 | 2024.12.16 20:57:20.338934 [ 261 ] {911620d6-4f9f-456b-9589-7a9e0f3d5619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11846 | 2024.12.16 20:57:20.339573 [ 261 ] {911620d6-4f9f-456b-9589-7a9e0f3d5619} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11847 | 2024.12.16 20:57:20.339619 [ 261 ] {911620d6-4f9f-456b-9589-7a9e0f3d5619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11848 | 2024.12.16 20:57:20.340018 [ 261 ] {911620d6-4f9f-456b-9589-7a9e0f3d5619} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11849 | 2024.12.16 20:57:20.340274 [ 261 ] {911620d6-4f9f-456b-9589-7a9e0f3d5619} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11850 | 2024.12.16 20:57:20.340502 [ 261 ] {911620d6-4f9f-456b-9589-7a9e0f3d5619} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001654 sec., 15719.467956469165 rows/sec., 1.11 MiB/sec. | ||
| 11851 | 2024.12.16 20:57:20.340571 [ 261 ] {911620d6-4f9f-456b-9589-7a9e0f3d5619} <Debug> TCPHandler: Processed in 0.001891656 sec. | ||
| 11852 | 2024.12.16 20:57:20.340747 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11853 | 2024.12.16 20:57:20.340880 [ 260 ] {cd107fc6-a2b9-4c90-b5a5-42381695cc6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11854 | 2024.12.16 20:57:20.340934 [ 260 ] {cd107fc6-a2b9-4c90-b5a5-42381695cc6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11855 | 2024.12.16 20:57:20.341576 [ 260 ] {cd107fc6-a2b9-4c90-b5a5-42381695cc6d} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11856 | 2024.12.16 20:57:20.341617 [ 260 ] {cd107fc6-a2b9-4c90-b5a5-42381695cc6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11857 | 2024.12.16 20:57:20.342004 [ 260 ] {cd107fc6-a2b9-4c90-b5a5-42381695cc6d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11858 | 2024.12.16 20:57:20.342246 [ 260 ] {cd107fc6-a2b9-4c90-b5a5-42381695cc6d} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11859 | 2024.12.16 20:57:20.342448 [ 260 ] {cd107fc6-a2b9-4c90-b5a5-42381695cc6d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001589 sec., 8810.57268722467 rows/sec., 617.04 KiB/sec. | ||
| 11860 | 2024.12.16 20:57:20.342565 [ 260 ] {cd107fc6-a2b9-4c90-b5a5-42381695cc6d} <Debug> TCPHandler: Processed in 0.001876535 sec. | ||
| 11861 | 2024.12.16 20:57:20.342802 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11862 | 2024.12.16 20:57:20.342994 [ 261 ] {95b1dfeb-bfeb-4a1e-b9ef-1de5934ce8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11863 | 2024.12.16 20:57:20.343049 [ 261 ] {95b1dfeb-bfeb-4a1e-b9ef-1de5934ce8e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11864 | 2024.12.16 20:57:20.343788 [ 261 ] {95b1dfeb-bfeb-4a1e-b9ef-1de5934ce8e2} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11865 | 2024.12.16 20:57:20.343834 [ 261 ] {95b1dfeb-bfeb-4a1e-b9ef-1de5934ce8e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11866 | 2024.12.16 20:57:20.344224 [ 261 ] {95b1dfeb-bfeb-4a1e-b9ef-1de5934ce8e2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11867 | 2024.12.16 20:57:20.344476 [ 261 ] {95b1dfeb-bfeb-4a1e-b9ef-1de5934ce8e2} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11868 | 2024.12.16 20:57:20.344714 [ 261 ] {95b1dfeb-bfeb-4a1e-b9ef-1de5934ce8e2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001758 sec., 7394.766780432309 rows/sec., 461.06 KiB/sec. | ||
| 11869 | 2024.12.16 20:57:20.344784 [ 261 ] {95b1dfeb-bfeb-4a1e-b9ef-1de5934ce8e2} <Debug> TCPHandler: Processed in 0.00208594 sec. | ||
| 11870 | 2024.12.16 20:57:20.344951 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11871 | 2024.12.16 20:57:20.345089 [ 260 ] {fe4df507-05e5-4692-baca-631686f89b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11872 | 2024.12.16 20:57:20.345143 [ 260 ] {fe4df507-05e5-4692-baca-631686f89b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11873 | 2024.12.16 20:57:20.346058 [ 260 ] {fe4df507-05e5-4692-baca-631686f89b37} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11874 | 2024.12.16 20:57:20.346110 [ 260 ] {fe4df507-05e5-4692-baca-631686f89b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11875 | 2024.12.16 20:57:20.346662 [ 260 ] {fe4df507-05e5-4692-baca-631686f89b37} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11876 | 2024.12.16 20:57:20.346914 [ 260 ] {fe4df507-05e5-4692-baca-631686f89b37} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11877 | 2024.12.16 20:57:20.347135 [ 260 ] {fe4df507-05e5-4692-baca-631686f89b37} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.002062 sec., 194471.3870029098 rows/sec., 13.83 MiB/sec. | ||
| 11878 | 2024.12.16 20:57:20.347247 [ 260 ] {fe4df507-05e5-4692-baca-631686f89b37} <Debug> TCPHandler: Processed in 0.002353305 sec. | ||
| 11879 | 2024.12.16 20:57:20.347480 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11880 | 2024.12.16 20:57:20.347790 [ 261 ] {7f5805df-ef8f-41d3-8139-5412067b54b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11881 | 2024.12.16 20:57:20.347941 [ 261 ] {7f5805df-ef8f-41d3-8139-5412067b54b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11882 | 2024.12.16 20:57:20.348842 [ 261 ] {7f5805df-ef8f-41d3-8139-5412067b54b3} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11883 | 2024.12.16 20:57:20.348884 [ 261 ] {7f5805df-ef8f-41d3-8139-5412067b54b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11884 | 2024.12.16 20:57:20.349266 [ 261 ] {7f5805df-ef8f-41d3-8139-5412067b54b3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11885 | 2024.12.16 20:57:20.349510 [ 261 ] {7f5805df-ef8f-41d3-8139-5412067b54b3} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11886 | 2024.12.16 20:57:20.349762 [ 261 ] {7f5805df-ef8f-41d3-8139-5412067b54b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002083 sec., 2880.460873739798 rows/sec., 150.49 KiB/sec. | ||
| 11887 | 2024.12.16 20:57:20.349863 [ 261 ] {7f5805df-ef8f-41d3-8139-5412067b54b3} <Debug> TCPHandler: Processed in 0.002485937 sec. | ||
| 11888 | 2024.12.16 20:57:20.350080 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11889 | 2024.12.16 20:57:20.350232 [ 260 ] {3a2485bb-27ef-48fe-ba72-7788f50b78be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11890 | 2024.12.16 20:57:20.350297 [ 260 ] {3a2485bb-27ef-48fe-ba72-7788f50b78be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11891 | 2024.12.16 20:57:20.350972 [ 260 ] {3a2485bb-27ef-48fe-ba72-7788f50b78be} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11892 | 2024.12.16 20:57:20.351010 [ 260 ] {3a2485bb-27ef-48fe-ba72-7788f50b78be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11893 | 2024.12.16 20:57:20.351425 [ 260 ] {3a2485bb-27ef-48fe-ba72-7788f50b78be} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11894 | 2024.12.16 20:57:20.351655 [ 260 ] {3a2485bb-27ef-48fe-ba72-7788f50b78be} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11895 | 2024.12.16 20:57:20.351843 [ 260 ] {3a2485bb-27ef-48fe-ba72-7788f50b78be} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001647 sec., 143897.99635701274 rows/sec., 9.65 MiB/sec. | ||
| 11896 | 2024.12.16 20:57:20.351895 [ 260 ] {3a2485bb-27ef-48fe-ba72-7788f50b78be} <Debug> TCPHandler: Processed in 0.001898987 sec. | ||
| 11897 | 2024.12.16 20:57:20.352071 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11898 | 2024.12.16 20:57:20.352220 [ 261 ] {14200f50-48b8-47e2-919a-916f1b2e6621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11899 | 2024.12.16 20:57:20.352282 [ 261 ] {14200f50-48b8-47e2-919a-916f1b2e6621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11900 | 2024.12.16 20:57:20.352823 [ 261 ] {14200f50-48b8-47e2-919a-916f1b2e6621} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11901 | 2024.12.16 20:57:20.352862 [ 261 ] {14200f50-48b8-47e2-919a-916f1b2e6621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11902 | 2024.12.16 20:57:20.353229 [ 261 ] {14200f50-48b8-47e2-919a-916f1b2e6621} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11903 | 2024.12.16 20:57:20.353467 [ 261 ] {14200f50-48b8-47e2-919a-916f1b2e6621} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11904 | 2024.12.16 20:57:20.353688 [ 261 ] {14200f50-48b8-47e2-919a-916f1b2e6621} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001502 sec., 665.7789613848201 rows/sec., 44.86 KiB/sec. | ||
| 11905 | 2024.12.16 20:57:20.353747 [ 261 ] {14200f50-48b8-47e2-919a-916f1b2e6621} <Debug> TCPHandler: Processed in 0.001746283 sec. | ||
| 11906 | 2024.12.16 20:57:20.353900 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11907 | 2024.12.16 20:57:20.354027 [ 260 ] {be05da02-ddb5-484a-b33a-73db08844256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11908 | 2024.12.16 20:57:20.354108 [ 260 ] {be05da02-ddb5-484a-b33a-73db08844256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11909 | 2024.12.16 20:57:20.355262 [ 260 ] {be05da02-ddb5-484a-b33a-73db08844256} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11910 | 2024.12.16 20:57:20.355303 [ 260 ] {be05da02-ddb5-484a-b33a-73db08844256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11911 | 2024.12.16 20:57:20.355958 [ 260 ] {be05da02-ddb5-484a-b33a-73db08844256} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11912 | 2024.12.16 20:57:20.356217 [ 260 ] {be05da02-ddb5-484a-b33a-73db08844256} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11913 | 2024.12.16 20:57:20.356430 [ 260 ] {be05da02-ddb5-484a-b33a-73db08844256} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002428 sec., 7825.370675453048 rows/sec., 14.02 MiB/sec. | ||
| 11914 | 2024.12.16 20:57:20.356568 [ 260 ] {be05da02-ddb5-484a-b33a-73db08844256} <Debug> TCPHandler: Processed in 0.002727322 sec. | ||
| 11915 | 2024.12.16 20:57:20.356734 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11916 | 2024.12.16 20:57:20.356873 [ 261 ] {14833559-5f1c-46dc-b83f-74e303062d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11917 | 2024.12.16 20:57:20.356933 [ 261 ] {14833559-5f1c-46dc-b83f-74e303062d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11918 | 2024.12.16 20:57:20.357508 [ 261 ] {14833559-5f1c-46dc-b83f-74e303062d13} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11919 | 2024.12.16 20:57:20.357556 [ 261 ] {14833559-5f1c-46dc-b83f-74e303062d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11920 | 2024.12.16 20:57:20.357969 [ 261 ] {14833559-5f1c-46dc-b83f-74e303062d13} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11921 | 2024.12.16 20:57:20.358200 [ 261 ] {14833559-5f1c-46dc-b83f-74e303062d13} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11922 | 2024.12.16 20:57:20.358430 [ 261 ] {14833559-5f1c-46dc-b83f-74e303062d13} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001584 sec., 51767.67676767677 rows/sec., 3.29 MiB/sec. | ||
| 11923 | 2024.12.16 20:57:20.358516 [ 261 ] {14833559-5f1c-46dc-b83f-74e303062d13} <Debug> TCPHandler: Processed in 0.001849315 sec. | ||
| 11924 | 2024.12.16 20:57:21.287460 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11925 | 2024.12.16 20:57:21.287532 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11926 | 2024.12.16 20:57:21.487069 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 11927 | 2024.12.16 20:57:21.487856 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11928 | 2024.12.16 20:57:21.487907 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11929 | 2024.12.16 20:57:21.488441 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11930 | 2024.12.16 20:57:21.488710 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11931 | 2024.12.16 20:57:21.488984 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11932 | 2024.12.16 20:57:23.460954 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11933 | 2024.12.16 20:57:23.481957 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11934 | 2024.12.16 20:57:23.482018 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11935 | 2024.12.16 20:57:23.489313 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11936 | 2024.12.16 20:57:23.490066 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11937 | 2024.12.16 20:57:23.492766 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11938 | 2024.12.16 20:57:25.324417 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11939 | 2024.12.16 20:57:25.324618 [ 261 ] {c15dbeaf-e7f2-497e-bf3d-a20f7c8dbfa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11940 | 2024.12.16 20:57:25.324683 [ 261 ] {c15dbeaf-e7f2-497e-bf3d-a20f7c8dbfa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11941 | 2024.12.16 20:57:25.325419 [ 261 ] {c15dbeaf-e7f2-497e-bf3d-a20f7c8dbfa8} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11942 | 2024.12.16 20:57:25.325466 [ 261 ] {c15dbeaf-e7f2-497e-bf3d-a20f7c8dbfa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11943 | 2024.12.16 20:57:25.325888 [ 261 ] {c15dbeaf-e7f2-497e-bf3d-a20f7c8dbfa8} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11944 | 2024.12.16 20:57:25.326127 [ 261 ] {c15dbeaf-e7f2-497e-bf3d-a20f7c8dbfa8} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11945 | 2024.12.16 20:57:25.326347 [ 261 ] {c15dbeaf-e7f2-497e-bf3d-a20f7c8dbfa8} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.00178 sec., 57303.370786516854 rows/sec., 4.77 MiB/sec. | ||
| 11946 | 2024.12.16 20:57:25.326402 [ 261 ] {c15dbeaf-e7f2-497e-bf3d-a20f7c8dbfa8} <Debug> TCPHandler: Processed in 0.00210665 sec. | ||
| 11947 | 2024.12.16 20:57:25.326651 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11948 | 2024.12.16 20:57:25.326844 [ 260 ] {4c62d1e1-d111-4b53-bf59-0605261a968a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11949 | 2024.12.16 20:57:25.326915 [ 260 ] {4c62d1e1-d111-4b53-bf59-0605261a968a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11950 | 2024.12.16 20:57:25.327645 [ 260 ] {4c62d1e1-d111-4b53-bf59-0605261a968a} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11951 | 2024.12.16 20:57:25.327698 [ 260 ] {4c62d1e1-d111-4b53-bf59-0605261a968a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11952 | 2024.12.16 20:57:25.328121 [ 260 ] {4c62d1e1-d111-4b53-bf59-0605261a968a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11953 | 2024.12.16 20:57:25.328370 [ 260 ] {4c62d1e1-d111-4b53-bf59-0605261a968a} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11954 | 2024.12.16 20:57:25.328627 [ 260 ] {4c62d1e1-d111-4b53-bf59-0605261a968a} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00183 sec., 12568.306010928962 rows/sec., 945.08 KiB/sec. | ||
| 11955 | 2024.12.16 20:57:25.328714 [ 260 ] {4c62d1e1-d111-4b53-bf59-0605261a968a} <Debug> TCPHandler: Processed in 0.002195802 sec. | ||
| 11956 | 2024.12.16 20:57:25.328949 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11957 | 2024.12.16 20:57:25.329169 [ 261 ] {3c0316ef-77d7-4ce9-a519-dd411beb3aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11958 | 2024.12.16 20:57:25.329226 [ 261 ] {3c0316ef-77d7-4ce9-a519-dd411beb3aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11959 | 2024.12.16 20:57:25.329944 [ 261 ] {3c0316ef-77d7-4ce9-a519-dd411beb3aec} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11960 | 2024.12.16 20:57:25.329984 [ 261 ] {3c0316ef-77d7-4ce9-a519-dd411beb3aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11961 | 2024.12.16 20:57:25.330333 [ 261 ] {3c0316ef-77d7-4ce9-a519-dd411beb3aec} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11962 | 2024.12.16 20:57:25.330562 [ 261 ] {3c0316ef-77d7-4ce9-a519-dd411beb3aec} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11963 | 2024.12.16 20:57:25.330777 [ 261 ] {3c0316ef-77d7-4ce9-a519-dd411beb3aec} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001646 sec., 52855.40704738761 rows/sec., 4.13 MiB/sec. | ||
| 11964 | 2024.12.16 20:57:25.330827 [ 261 ] {3c0316ef-77d7-4ce9-a519-dd411beb3aec} <Debug> TCPHandler: Processed in 0.002023119 sec. | ||
| 11965 | 2024.12.16 20:57:25.330996 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11966 | 2024.12.16 20:57:25.331120 [ 260 ] {43716a15-dee5-4121-ab01-b98dbfa9fde5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11967 | 2024.12.16 20:57:25.331174 [ 260 ] {43716a15-dee5-4121-ab01-b98dbfa9fde5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11968 | 2024.12.16 20:57:25.331740 [ 260 ] {43716a15-dee5-4121-ab01-b98dbfa9fde5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11969 | 2024.12.16 20:57:25.331780 [ 260 ] {43716a15-dee5-4121-ab01-b98dbfa9fde5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11970 | 2024.12.16 20:57:25.332170 [ 260 ] {43716a15-dee5-4121-ab01-b98dbfa9fde5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11971 | 2024.12.16 20:57:25.332405 [ 260 ] {43716a15-dee5-4121-ab01-b98dbfa9fde5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11972 | 2024.12.16 20:57:25.332629 [ 260 ] {43716a15-dee5-4121-ab01-b98dbfa9fde5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. | ||
| 11973 | 2024.12.16 20:57:25.332730 [ 260 ] {43716a15-dee5-4121-ab01-b98dbfa9fde5} <Debug> TCPHandler: Processed in 0.001792664 sec. | ||
| 11974 | 2024.12.16 20:57:25.332935 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11975 | 2024.12.16 20:57:25.333194 [ 261 ] {a4ab1d28-3101-48aa-ba0d-06d93aff7db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11976 | 2024.12.16 20:57:25.333333 [ 261 ] {a4ab1d28-3101-48aa-ba0d-06d93aff7db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11977 | 2024.12.16 20:57:25.334717 [ 261 ] {a4ab1d28-3101-48aa-ba0d-06d93aff7db9} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11978 | 2024.12.16 20:57:25.334756 [ 261 ] {a4ab1d28-3101-48aa-ba0d-06d93aff7db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11979 | 2024.12.16 20:57:25.335376 [ 261 ] {a4ab1d28-3101-48aa-ba0d-06d93aff7db9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11980 | 2024.12.16 20:57:25.335631 [ 261 ] {a4ab1d28-3101-48aa-ba0d-06d93aff7db9} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11981 | 2024.12.16 20:57:25.335882 [ 261 ] {a4ab1d28-3101-48aa-ba0d-06d93aff7db9} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002742 sec., 8388.037928519328 rows/sec., 15.03 MiB/sec. | ||
| 11982 | 2024.12.16 20:57:25.335975 [ 261 ] {a4ab1d28-3101-48aa-ba0d-06d93aff7db9} <Debug> TCPHandler: Processed in 0.003154351 sec. | ||
| 11983 | 2024.12.16 20:57:25.336124 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11984 | 2024.12.16 20:57:25.336244 [ 260 ] {41408033-49ad-4920-8bb7-7ef5ab56efe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11985 | 2024.12.16 20:57:25.336294 [ 260 ] {41408033-49ad-4920-8bb7-7ef5ab56efe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11986 | 2024.12.16 20:57:25.336781 [ 260 ] {41408033-49ad-4920-8bb7-7ef5ab56efe7} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11987 | 2024.12.16 20:57:25.336821 [ 260 ] {41408033-49ad-4920-8bb7-7ef5ab56efe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11988 | 2024.12.16 20:57:25.337185 [ 260 ] {41408033-49ad-4920-8bb7-7ef5ab56efe7} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11989 | 2024.12.16 20:57:25.337426 [ 260 ] {41408033-49ad-4920-8bb7-7ef5ab56efe7} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11990 | 2024.12.16 20:57:25.337628 [ 260 ] {41408033-49ad-4920-8bb7-7ef5ab56efe7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
| 11991 | 2024.12.16 20:57:25.337682 [ 260 ] {41408033-49ad-4920-8bb7-7ef5ab56efe7} <Debug> TCPHandler: Processed in 0.001614231 sec. | ||
| 11992 | 2024.12.16 20:57:26.634100 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1694 | ||
| 11993 | 2024.12.16 20:57:26.637297 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11994 | 2024.12.16 20:57:26.637356 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 11995 | 2024.12.16 20:57:26.638839 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11996 | 2024.12.16 20:57:26.639157 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11997 | 2024.12.16 20:57:26.639748 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1694 | ||
| 11998 | 2024.12.16 20:57:28.989107 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 11999 | 2024.12.16 20:57:28.989878 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12000 | 2024.12.16 20:57:28.989929 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12001 | 2024.12.16 20:57:28.990473 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12002 | 2024.12.16 20:57:28.990739 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12003 | 2024.12.16 20:57:28.990960 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 12004 | 2024.12.16 20:57:30.328280 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12005 | 2024.12.16 20:57:30.328464 [ 261 ] {0b5c74cb-8d7f-4842-9caa-26265ba11299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12006 | 2024.12.16 20:57:30.328535 [ 261 ] {0b5c74cb-8d7f-4842-9caa-26265ba11299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12007 | 2024.12.16 20:57:30.329279 [ 261 ] {0b5c74cb-8d7f-4842-9caa-26265ba11299} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12008 | 2024.12.16 20:57:30.329327 [ 261 ] {0b5c74cb-8d7f-4842-9caa-26265ba11299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12009 | 2024.12.16 20:57:30.329752 [ 261 ] {0b5c74cb-8d7f-4842-9caa-26265ba11299} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12010 | 2024.12.16 20:57:30.330004 [ 261 ] {0b5c74cb-8d7f-4842-9caa-26265ba11299} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12011 | 2024.12.16 20:57:30.330279 [ 261 ] {0b5c74cb-8d7f-4842-9caa-26265ba11299} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec. | ||
| 12012 | 2024.12.16 20:57:30.330373 [ 261 ] {0b5c74cb-8d7f-4842-9caa-26265ba11299} <Debug> TCPHandler: Processed in 0.002214952 sec. | ||
| 12013 | 2024.12.16 20:57:30.330663 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12014 | 2024.12.16 20:57:30.330865 [ 260 ] {c34f7a4d-bb49-4f84-889f-5e714efce54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12015 | 2024.12.16 20:57:30.330943 [ 260 ] {c34f7a4d-bb49-4f84-889f-5e714efce54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12016 | 2024.12.16 20:57:30.331668 [ 260 ] {c34f7a4d-bb49-4f84-889f-5e714efce54c} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12017 | 2024.12.16 20:57:30.331715 [ 260 ] {c34f7a4d-bb49-4f84-889f-5e714efce54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12018 | 2024.12.16 20:57:30.332137 [ 260 ] {c34f7a4d-bb49-4f84-889f-5e714efce54c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12019 | 2024.12.16 20:57:30.332401 [ 260 ] {c34f7a4d-bb49-4f84-889f-5e714efce54c} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12020 | 2024.12.16 20:57:30.332681 [ 260 ] {c34f7a4d-bb49-4f84-889f-5e714efce54c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001869 sec., 2140.1819154628142 rows/sec., 174.52 KiB/sec. | ||
| 12021 | 2024.12.16 20:57:30.332889 [ 260 ] {c34f7a4d-bb49-4f84-889f-5e714efce54c} <Debug> TCPHandler: Processed in 0.002387896 sec. | ||
| 12022 | 2024.12.16 20:57:30.333068 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12023 | 2024.12.16 20:57:30.333209 [ 261 ] {21fcf07e-c57d-4736-8763-a120c6825abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12024 | 2024.12.16 20:57:30.333267 [ 261 ] {21fcf07e-c57d-4736-8763-a120c6825abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12025 | 2024.12.16 20:57:30.334072 [ 261 ] {21fcf07e-c57d-4736-8763-a120c6825abc} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12026 | 2024.12.16 20:57:30.334112 [ 261 ] {21fcf07e-c57d-4736-8763-a120c6825abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12027 | 2024.12.16 20:57:30.334494 [ 261 ] {21fcf07e-c57d-4736-8763-a120c6825abc} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12028 | 2024.12.16 20:57:30.334730 [ 261 ] {21fcf07e-c57d-4736-8763-a120c6825abc} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12029 | 2024.12.16 20:57:30.334949 [ 261 ] {21fcf07e-c57d-4736-8763-a120c6825abc} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.00177 sec., 137288.13559322033 rows/sec., 12.01 MiB/sec. | ||
| 12030 | 2024.12.16 20:57:30.335033 [ 261 ] {21fcf07e-c57d-4736-8763-a120c6825abc} <Debug> TCPHandler: Processed in 0.002032959 sec. | ||
| 12031 | 2024.12.16 20:57:30.335214 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12032 | 2024.12.16 20:57:30.335381 [ 260 ] {8f36001a-29f1-43ff-9c8c-f782235c07a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12033 | 2024.12.16 20:57:30.335439 [ 260 ] {8f36001a-29f1-43ff-9c8c-f782235c07a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12034 | 2024.12.16 20:57:30.336130 [ 260 ] {8f36001a-29f1-43ff-9c8c-f782235c07a0} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12035 | 2024.12.16 20:57:30.336170 [ 260 ] {8f36001a-29f1-43ff-9c8c-f782235c07a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12036 | 2024.12.16 20:57:30.336530 [ 260 ] {8f36001a-29f1-43ff-9c8c-f782235c07a0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12037 | 2024.12.16 20:57:30.336763 [ 260 ] {8f36001a-29f1-43ff-9c8c-f782235c07a0} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12038 | 2024.12.16 20:57:30.336974 [ 260 ] {8f36001a-29f1-43ff-9c8c-f782235c07a0} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001628 sec., 18427.518427518426 rows/sec., 1.30 MiB/sec. | ||
| 12039 | 2024.12.16 20:57:30.337029 [ 260 ] {8f36001a-29f1-43ff-9c8c-f782235c07a0} <Debug> TCPHandler: Processed in 0.001904816 sec. | ||
| 12040 | 2024.12.16 20:57:30.337189 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12041 | 2024.12.16 20:57:30.337340 [ 261 ] {29e4e500-78b4-41cf-ab10-d16fef449efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12042 | 2024.12.16 20:57:30.337398 [ 261 ] {29e4e500-78b4-41cf-ab10-d16fef449efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12043 | 2024.12.16 20:57:30.338086 [ 261 ] {29e4e500-78b4-41cf-ab10-d16fef449efb} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12044 | 2024.12.16 20:57:30.338127 [ 261 ] {29e4e500-78b4-41cf-ab10-d16fef449efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12045 | 2024.12.16 20:57:30.338490 [ 261 ] {29e4e500-78b4-41cf-ab10-d16fef449efb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 12046 | 2024.12.16 20:57:30.338743 [ 261 ] {29e4e500-78b4-41cf-ab10-d16fef449efb} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12047 | 2024.12.16 20:57:30.338929 [ 29 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 12048 | 2024.12.16 20:57:30.338986 [ 261 ] {29e4e500-78b4-41cf-ab10-d16fef449efb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001678 sec., 8343.265792610251 rows/sec., 584.31 KiB/sec. | ||
| 12049 | 2024.12.16 20:57:30.339005 [ 29 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12050 | 2024.12.16 20:57:30.339069 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12051 | 2024.12.16 20:57:30.339118 [ 261 ] {29e4e500-78b4-41cf-ab10-d16fef449efb} <Debug> TCPHandler: Processed in 0.001999438 sec. | ||
| 12052 | 2024.12.16 20:57:30.339332 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12053 | 2024.12.16 20:57:30.339333 [ 194 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 12054 | 2024.12.16 20:57:30.339502 [ 260 ] {8a9e06e9-3f22-4251-bdf0-409ef1095610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12055 | 2024.12.16 20:57:30.339511 [ 194 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12056 | 2024.12.16 20:57:30.339560 [ 194 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 12057 | 2024.12.16 20:57:30.339568 [ 260 ] {8a9e06e9-3f22-4251-bdf0-409ef1095610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12058 | 2024.12.16 20:57:30.339788 [ 194 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 12059 | 2024.12.16 20:57:30.340185 [ 194 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 12060 | 2024.12.16 20:57:30.340392 [ 194 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 12061 | 2024.12.16 20:57:30.340625 [ 194 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 12062 | 2024.12.16 20:57:30.340838 [ 194 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 12063 | 2024.12.16 20:57:30.341580 [ 260 ] {8a9e06e9-3f22-4251-bdf0-409ef1095610} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12064 | 2024.12.16 20:57:30.341625 [ 260 ] {8a9e06e9-3f22-4251-bdf0-409ef1095610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12065 | 2024.12.16 20:57:30.342187 [ 260 ] {8a9e06e9-3f22-4251-bdf0-409ef1095610} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12066 | 2024.12.16 20:57:30.342512 [ 188 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.003332693 sec., 158130.37684539202 rows/sec., 11.32 MiB/sec. | ||
| 12067 | 2024.12.16 20:57:30.342556 [ 260 ] {8a9e06e9-3f22-4251-bdf0-409ef1095610} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12068 | 2024.12.16 20:57:30.342896 [ 188 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 12069 | 2024.12.16 20:57:30.343030 [ 260 ] {8a9e06e9-3f22-4251-bdf0-409ef1095610} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003537 sec., 3675.4311563471865 rows/sec., 229.16 KiB/sec. | ||
| 12070 | 2024.12.16 20:57:30.343375 [ 260 ] {8a9e06e9-3f22-4251-bdf0-409ef1095610} <Debug> TCPHandler: Processed in 0.004147509 sec. | ||
| 12071 | 2024.12.16 20:57:30.343810 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12072 | 2024.12.16 20:57:30.344077 [ 188 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_51_10} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12073 | 2024.12.16 20:57:30.344225 [ 261 ] {84a3dfb0-3006-453a-b8d8-a7f1f9159de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12074 | 2024.12.16 20:57:30.344295 [ 261 ] {84a3dfb0-3006-453a-b8d8-a7f1f9159de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12075 | 2024.12.16 20:57:30.344295 [ 188 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_51_10} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 12076 | 2024.12.16 20:57:30.344502 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 12077 | 2024.12.16 20:57:30.345191 [ 261 ] {84a3dfb0-3006-453a-b8d8-a7f1f9159de2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12078 | 2024.12.16 20:57:30.345234 [ 261 ] {84a3dfb0-3006-453a-b8d8-a7f1f9159de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12079 | 2024.12.16 20:57:30.345613 [ 261 ] {84a3dfb0-3006-453a-b8d8-a7f1f9159de2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12080 | 2024.12.16 20:57:30.345853 [ 261 ] {84a3dfb0-3006-453a-b8d8-a7f1f9159de2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12081 | 2024.12.16 20:57:30.346082 [ 261 ] {84a3dfb0-3006-453a-b8d8-a7f1f9159de2} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.001928 sec., 210062.24066390042 rows/sec., 14.96 MiB/sec. | ||
| 12082 | 2024.12.16 20:57:30.346138 [ 261 ] {84a3dfb0-3006-453a-b8d8-a7f1f9159de2} <Debug> TCPHandler: Processed in 0.00260904 sec. | ||
| 12083 | 2024.12.16 20:57:30.346297 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12084 | 2024.12.16 20:57:30.346439 [ 260 ] {a1b2a600-8805-419a-9435-c99049fc4ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12085 | 2024.12.16 20:57:30.346500 [ 260 ] {a1b2a600-8805-419a-9435-c99049fc4ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12086 | 2024.12.16 20:57:30.347069 [ 260 ] {a1b2a600-8805-419a-9435-c99049fc4ca2} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12087 | 2024.12.16 20:57:30.347108 [ 260 ] {a1b2a600-8805-419a-9435-c99049fc4ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12088 | 2024.12.16 20:57:30.347463 [ 260 ] {a1b2a600-8805-419a-9435-c99049fc4ca2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12089 | 2024.12.16 20:57:30.347706 [ 260 ] {a1b2a600-8805-419a-9435-c99049fc4ca2} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12090 | 2024.12.16 20:57:30.347917 [ 260 ] {a1b2a600-8805-419a-9435-c99049fc4ca2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec. | ||
| 12091 | 2024.12.16 20:57:30.347969 [ 260 ] {a1b2a600-8805-419a-9435-c99049fc4ca2} <Debug> TCPHandler: Processed in 0.001743753 sec. | ||
| 12092 | 2024.12.16 20:57:30.348106 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12093 | 2024.12.16 20:57:30.348245 [ 261 ] {835da836-6176-43cd-bda5-5047de820d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12094 | 2024.12.16 20:57:30.348307 [ 261 ] {835da836-6176-43cd-bda5-5047de820d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12095 | 2024.12.16 20:57:30.348994 [ 261 ] {835da836-6176-43cd-bda5-5047de820d20} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12096 | 2024.12.16 20:57:30.349041 [ 261 ] {835da836-6176-43cd-bda5-5047de820d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12097 | 2024.12.16 20:57:30.349440 [ 261 ] {835da836-6176-43cd-bda5-5047de820d20} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12098 | 2024.12.16 20:57:30.349677 [ 261 ] {835da836-6176-43cd-bda5-5047de820d20} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12099 | 2024.12.16 20:57:30.349896 [ 261 ] {835da836-6176-43cd-bda5-5047de820d20} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001682 sec., 142092.74673008325 rows/sec., 9.53 MiB/sec. | ||
| 12100 | 2024.12.16 20:57:30.349958 [ 261 ] {835da836-6176-43cd-bda5-5047de820d20} <Debug> TCPHandler: Processed in 0.001917547 sec. | ||
| 12101 | 2024.12.16 20:57:30.350102 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12102 | 2024.12.16 20:57:30.350241 [ 260 ] {708bebc2-bbbc-4dfd-8ba6-47daa1077068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12103 | 2024.12.16 20:57:30.350303 [ 260 ] {708bebc2-bbbc-4dfd-8ba6-47daa1077068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12104 | 2024.12.16 20:57:30.350855 [ 260 ] {708bebc2-bbbc-4dfd-8ba6-47daa1077068} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12105 | 2024.12.16 20:57:30.350901 [ 260 ] {708bebc2-bbbc-4dfd-8ba6-47daa1077068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12106 | 2024.12.16 20:57:30.351282 [ 260 ] {708bebc2-bbbc-4dfd-8ba6-47daa1077068} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12107 | 2024.12.16 20:57:30.351515 [ 260 ] {708bebc2-bbbc-4dfd-8ba6-47daa1077068} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12108 | 2024.12.16 20:57:30.351717 [ 260 ] {708bebc2-bbbc-4dfd-8ba6-47daa1077068} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001508 sec., 663.1299734748011 rows/sec., 44.68 KiB/sec. | ||
| 12109 | 2024.12.16 20:57:30.351769 [ 260 ] {708bebc2-bbbc-4dfd-8ba6-47daa1077068} <Debug> TCPHandler: Processed in 0.001730393 sec. | ||
| 12110 | 2024.12.16 20:57:30.351911 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12111 | 2024.12.16 20:57:30.352052 [ 261 ] {7a2ab990-5fad-4882-afd1-d834ec2b9f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12112 | 2024.12.16 20:57:30.352145 [ 261 ] {7a2ab990-5fad-4882-afd1-d834ec2b9f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12113 | 2024.12.16 20:57:30.353460 [ 261 ] {7a2ab990-5fad-4882-afd1-d834ec2b9f37} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12114 | 2024.12.16 20:57:30.353500 [ 261 ] {7a2ab990-5fad-4882-afd1-d834ec2b9f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12115 | 2024.12.16 20:57:30.354128 [ 261 ] {7a2ab990-5fad-4882-afd1-d834ec2b9f37} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12116 | 2024.12.16 20:57:30.354390 [ 261 ] {7a2ab990-5fad-4882-afd1-d834ec2b9f37} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12117 | 2024.12.16 20:57:30.354631 [ 261 ] {7a2ab990-5fad-4882-afd1-d834ec2b9f37} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002623 sec., 7243.614182234083 rows/sec., 12.98 MiB/sec. | ||
| 12118 | 2024.12.16 20:57:30.354768 [ 261 ] {7a2ab990-5fad-4882-afd1-d834ec2b9f37} <Debug> TCPHandler: Processed in 0.002911356 sec. | ||
| 12119 | 2024.12.16 20:57:30.354916 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12120 | 2024.12.16 20:57:30.355031 [ 260 ] {fefc4f70-d08f-42ac-83ce-2056b08689da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12121 | 2024.12.16 20:57:30.355088 [ 260 ] {fefc4f70-d08f-42ac-83ce-2056b08689da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12122 | 2024.12.16 20:57:30.355656 [ 260 ] {fefc4f70-d08f-42ac-83ce-2056b08689da} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12123 | 2024.12.16 20:57:30.355702 [ 260 ] {fefc4f70-d08f-42ac-83ce-2056b08689da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12124 | 2024.12.16 20:57:30.356121 [ 260 ] {fefc4f70-d08f-42ac-83ce-2056b08689da} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12125 | 2024.12.16 20:57:30.356357 [ 260 ] {fefc4f70-d08f-42ac-83ce-2056b08689da} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12126 | 2024.12.16 20:57:30.356565 [ 260 ] {fefc4f70-d08f-42ac-83ce-2056b08689da} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001558 sec., 52631.57894736843 rows/sec., 3.34 MiB/sec. | ||
| 12127 | 2024.12.16 20:57:30.356614 [ 260 ] {fefc4f70-d08f-42ac-83ce-2056b08689da} <Debug> TCPHandler: Processed in 0.001754073 sec. | ||
| 12128 | 2024.12.16 20:57:30.992823 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 12129 | 2024.12.16 20:57:31.015183 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12130 | 2024.12.16 20:57:31.015240 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12131 | 2024.12.16 20:57:31.022681 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12132 | 2024.12.16 20:57:31.023522 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12133 | 2024.12.16 20:57:31.026452 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 12134 | 2024.12.16 20:57:35.324249 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12135 | 2024.12.16 20:57:35.324470 [ 261 ] {e42ecbf1-6637-4749-9c87-dbdacbe11dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12136 | 2024.12.16 20:57:35.324550 [ 261 ] {e42ecbf1-6637-4749-9c87-dbdacbe11dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12137 | 2024.12.16 20:57:35.325407 [ 261 ] {e42ecbf1-6637-4749-9c87-dbdacbe11dfc} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12138 | 2024.12.16 20:57:35.325457 [ 261 ] {e42ecbf1-6637-4749-9c87-dbdacbe11dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12139 | 2024.12.16 20:57:35.325889 [ 261 ] {e42ecbf1-6637-4749-9c87-dbdacbe11dfc} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12140 | 2024.12.16 20:57:35.326142 [ 261 ] {e42ecbf1-6637-4749-9c87-dbdacbe11dfc} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12141 | 2024.12.16 20:57:35.326404 [ 261 ] {e42ecbf1-6637-4749-9c87-dbdacbe11dfc} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.00199 sec., 51256.281407035174 rows/sec., 4.27 MiB/sec. | ||
| 12142 | 2024.12.16 20:57:35.326470 [ 261 ] {e42ecbf1-6637-4749-9c87-dbdacbe11dfc} <Debug> TCPHandler: Processed in 0.002355905 sec. | ||
| 12143 | 2024.12.16 20:57:35.326739 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12144 | 2024.12.16 20:57:35.326951 [ 260 ] {5cedd2c7-08cf-4f77-bac0-4e6c29544d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12145 | 2024.12.16 20:57:35.327030 [ 260 ] {5cedd2c7-08cf-4f77-bac0-4e6c29544d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12146 | 2024.12.16 20:57:35.327782 [ 260 ] {5cedd2c7-08cf-4f77-bac0-4e6c29544d08} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12147 | 2024.12.16 20:57:35.327832 [ 260 ] {5cedd2c7-08cf-4f77-bac0-4e6c29544d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12148 | 2024.12.16 20:57:35.328252 [ 260 ] {5cedd2c7-08cf-4f77-bac0-4e6c29544d08} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12149 | 2024.12.16 20:57:35.328504 [ 260 ] {5cedd2c7-08cf-4f77-bac0-4e6c29544d08} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12150 | 2024.12.16 20:57:35.328746 [ 260 ] {5cedd2c7-08cf-4f77-bac0-4e6c29544d08} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001848 sec., 12445.887445887445 rows/sec., 935.87 KiB/sec. | ||
| 12151 | 2024.12.16 20:57:35.328846 [ 260 ] {5cedd2c7-08cf-4f77-bac0-4e6c29544d08} <Debug> TCPHandler: Processed in 0.002242352 sec. | ||
| 12152 | 2024.12.16 20:57:35.329047 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12153 | 2024.12.16 20:57:35.329246 [ 261 ] {dc6cd60b-e308-4d2b-9acc-312d67de4ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12154 | 2024.12.16 20:57:35.329307 [ 261 ] {dc6cd60b-e308-4d2b-9acc-312d67de4ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12155 | 2024.12.16 20:57:35.330072 [ 261 ] {dc6cd60b-e308-4d2b-9acc-312d67de4ea5} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12156 | 2024.12.16 20:57:35.330122 [ 261 ] {dc6cd60b-e308-4d2b-9acc-312d67de4ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12157 | 2024.12.16 20:57:35.330502 [ 261 ] {dc6cd60b-e308-4d2b-9acc-312d67de4ea5} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12158 | 2024.12.16 20:57:35.330735 [ 261 ] {dc6cd60b-e308-4d2b-9acc-312d67de4ea5} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12159 | 2024.12.16 20:57:35.330975 [ 261 ] {dc6cd60b-e308-4d2b-9acc-312d67de4ea5} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001764 sec., 49319.727891156464 rows/sec., 3.85 MiB/sec. | ||
| 12160 | 2024.12.16 20:57:35.331047 [ 261 ] {dc6cd60b-e308-4d2b-9acc-312d67de4ea5} <Debug> TCPHandler: Processed in 0.002098681 sec. | ||
| 12161 | 2024.12.16 20:57:35.331239 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12162 | 2024.12.16 20:57:35.331418 [ 260 ] {a74d1d58-8223-4d9c-a81e-6295872a7809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12163 | 2024.12.16 20:57:35.331475 [ 260 ] {a74d1d58-8223-4d9c-a81e-6295872a7809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12164 | 2024.12.16 20:57:35.332048 [ 260 ] {a74d1d58-8223-4d9c-a81e-6295872a7809} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12165 | 2024.12.16 20:57:35.332088 [ 260 ] {a74d1d58-8223-4d9c-a81e-6295872a7809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12166 | 2024.12.16 20:57:35.332482 [ 260 ] {a74d1d58-8223-4d9c-a81e-6295872a7809} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12167 | 2024.12.16 20:57:35.332716 [ 260 ] {a74d1d58-8223-4d9c-a81e-6295872a7809} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12168 | 2024.12.16 20:57:35.332895 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 | ||
| 12169 | 2024.12.16 20:57:35.332957 [ 260 ] {a74d1d58-8223-4d9c-a81e-6295872a7809} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
| 12170 | 2024.12.16 20:57:35.332985 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12171 | 2024.12.16 20:57:35.333044 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12172 | 2024.12.16 20:57:35.333076 [ 260 ] {a74d1d58-8223-4d9c-a81e-6295872a7809} <Debug> TCPHandler: Processed in 0.001935537 sec. | ||
| 12173 | 2024.12.16 20:57:35.333283 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12174 | 2024.12.16 20:57:35.333305 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full | ||
| 12175 | 2024.12.16 20:57:35.333522 [ 261 ] {683e79dc-d40c-4ae1-b7bf-2201b98eff21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12176 | 2024.12.16 20:57:35.333601 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12177 | 2024.12.16 20:57:35.333707 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 28427 rows starting from the beginning of the part | ||
| 12178 | 2024.12.16 20:57:35.333725 [ 261 ] {683e79dc-d40c-4ae1-b7bf-2201b98eff21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12179 | 2024.12.16 20:57:35.334188 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part | ||
| 12180 | 2024.12.16 20:57:35.334633 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 237 rows starting from the beginning of the part | ||
| 12181 | 2024.12.16 20:57:35.335029 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 12182 | 2024.12.16 20:57:35.335468 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 239 rows starting from the beginning of the part | ||
| 12183 | 2024.12.16 20:57:35.335824 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
| 12184 | 2024.12.16 20:57:35.338025 [ 261 ] {683e79dc-d40c-4ae1-b7bf-2201b98eff21} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12185 | 2024.12.16 20:57:35.338084 [ 261 ] {683e79dc-d40c-4ae1-b7bf-2201b98eff21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12186 | 2024.12.16 20:57:35.339939 [ 261 ] {683e79dc-d40c-4ae1-b7bf-2201b98eff21} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12187 | 2024.12.16 20:57:35.340366 [ 261 ] {683e79dc-d40c-4ae1-b7bf-2201b98eff21} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12188 | 2024.12.16 20:57:35.340635 [ 261 ] {683e79dc-d40c-4ae1-b7bf-2201b98eff21} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.007217 sec., 3186.919772758764 rows/sec., 5.71 MiB/sec. | ||
| 12189 | 2024.12.16 20:57:35.340794 [ 261 ] {683e79dc-d40c-4ae1-b7bf-2201b98eff21} <Debug> TCPHandler: Processed in 0.007621266 sec. | ||
| 12190 | 2024.12.16 20:57:35.341049 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12191 | 2024.12.16 20:57:35.341175 [ 260 ] {12de88f6-4e21-4d90-bb2f-fd02529721b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12192 | 2024.12.16 20:57:35.341228 [ 260 ] {12de88f6-4e21-4d90-bb2f-fd02529721b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12193 | 2024.12.16 20:57:35.341881 [ 260 ] {12de88f6-4e21-4d90-bb2f-fd02529721b7} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12194 | 2024.12.16 20:57:35.341921 [ 260 ] {12de88f6-4e21-4d90-bb2f-fd02529721b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12195 | 2024.12.16 20:57:35.342468 [ 260 ] {12de88f6-4e21-4d90-bb2f-fd02529721b7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12196 | 2024.12.16 20:57:35.343019 [ 260 ] {12de88f6-4e21-4d90-bb2f-fd02529721b7} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12197 | 2024.12.16 20:57:35.343395 [ 260 ] {12de88f6-4e21-4d90-bb2f-fd02529721b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002246 sec., 26714.158504007122 rows/sec., 1.80 MiB/sec. | ||
| 12198 | 2024.12.16 20:57:35.343459 [ 260 ] {12de88f6-4e21-4d90-bb2f-fd02529721b7} <Debug> TCPHandler: Processed in 0.002489298 sec. | ||
| 12199 | 2024.12.16 20:57:35.345041 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29287 rows, containing 5 columns (5 merged, 0 gathered) in 0.011886607 sec., 2463865.4243385014 rows/sec., 166.40 MiB/sec. | ||
| 12200 | 2024.12.16 20:57:35.345454 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
| 12201 | 2024.12.16 20:57:35.345769 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12202 | 2024.12.16 20:57:35.345848 [ 194 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 | ||
| 12203 | 2024.12.16 20:57:35.345945 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12204 | 2024.12.16 20:57:36.287612 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12205 | 2024.12.16 20:57:36.287704 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12206 | 2024.12.16 20:57:36.491101 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 12207 | 2024.12.16 20:57:36.492231 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12208 | 2024.12.16 20:57:36.492303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12209 | 2024.12.16 20:57:36.492838 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12210 | 2024.12.16 20:57:36.493089 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12211 | 2024.12.16 20:57:36.493362 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 12212 | 2024.12.16 20:57:36.639940 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1730 | ||
| 12213 | 2024.12.16 20:57:36.643163 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12214 | 2024.12.16 20:57:36.643227 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12215 | 2024.12.16 20:57:36.644704 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12216 | 2024.12.16 20:57:36.645014 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12217 | 2024.12.16 20:57:36.646482 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1730 | ||
| 12218 | 2024.12.16 20:57:38.526522 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 12219 | 2024.12.16 20:57:38.548779 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12220 | 2024.12.16 20:57:38.548846 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12221 | 2024.12.16 20:57:38.556465 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12222 | 2024.12.16 20:57:38.557247 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12223 | 2024.12.16 20:57:38.560317 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 12224 | 2024.12.16 20:57:40.328205 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12225 | 2024.12.16 20:57:40.328414 [ 261 ] {2dc36c47-915b-479e-bcc9-eda4c80bcb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12226 | 2024.12.16 20:57:40.328482 [ 261 ] {2dc36c47-915b-479e-bcc9-eda4c80bcb43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12227 | 2024.12.16 20:57:40.329209 [ 261 ] {2dc36c47-915b-479e-bcc9-eda4c80bcb43} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12228 | 2024.12.16 20:57:40.329249 [ 261 ] {2dc36c47-915b-479e-bcc9-eda4c80bcb43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12229 | 2024.12.16 20:57:40.329669 [ 261 ] {2dc36c47-915b-479e-bcc9-eda4c80bcb43} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12230 | 2024.12.16 20:57:40.329924 [ 261 ] {2dc36c47-915b-479e-bcc9-eda4c80bcb43} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12231 | 2024.12.16 20:57:40.330119 [ 261 ] {2dc36c47-915b-479e-bcc9-eda4c80bcb43} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001757 sec., 7968.12749003984 rows/sec., 573.60 KiB/sec. | ||
| 12232 | 2024.12.16 20:57:40.330174 [ 261 ] {2dc36c47-915b-479e-bcc9-eda4c80bcb43} <Debug> TCPHandler: Processed in 0.0021037 sec. | ||
| 12233 | 2024.12.16 20:57:40.330441 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12234 | 2024.12.16 20:57:40.330652 [ 260 ] {92583fbe-25ef-4ada-9f1d-41e482511258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12235 | 2024.12.16 20:57:40.330734 [ 260 ] {92583fbe-25ef-4ada-9f1d-41e482511258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12236 | 2024.12.16 20:57:40.331743 [ 260 ] {92583fbe-25ef-4ada-9f1d-41e482511258} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12237 | 2024.12.16 20:57:40.331808 [ 260 ] {92583fbe-25ef-4ada-9f1d-41e482511258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12238 | 2024.12.16 20:57:40.332390 [ 260 ] {92583fbe-25ef-4ada-9f1d-41e482511258} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12239 | 2024.12.16 20:57:40.332660 [ 260 ] {92583fbe-25ef-4ada-9f1d-41e482511258} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12240 | 2024.12.16 20:57:40.332853 [ 147 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12241 | 2024.12.16 20:57:40.332908 [ 147 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12242 | 2024.12.16 20:57:40.332930 [ 260 ] {92583fbe-25ef-4ada-9f1d-41e482511258} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002327 sec., 103566.82423721529 rows/sec., 9.08 MiB/sec. | ||
| 12243 | 2024.12.16 20:57:40.332944 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12244 | 2024.12.16 20:57:40.333119 [ 260 ] {92583fbe-25ef-4ada-9f1d-41e482511258} <Debug> TCPHandler: Processed in 0.002815204 sec. | ||
| 12245 | 2024.12.16 20:57:40.333191 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 12246 | 2024.12.16 20:57:40.333326 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12247 | 2024.12.16 20:57:40.333416 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12248 | 2024.12.16 20:57:40.333546 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1437 rows starting from the beginning of the part | ||
| 12249 | 2024.12.16 20:57:40.333728 [ 261 ] {ae95d6c6-337a-43cf-bc18-f352a7dd4a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12250 | 2024.12.16 20:57:40.334023 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 241 rows starting from the beginning of the part | ||
| 12251 | 2024.12.16 20:57:40.334023 [ 261 ] {ae95d6c6-337a-43cf-bc18-f352a7dd4a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12252 | 2024.12.16 20:57:40.334405 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 102 rows starting from the beginning of the part | ||
| 12253 | 2024.12.16 20:57:40.334783 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 243 rows starting from the beginning of the part | ||
| 12254 | 2024.12.16 20:57:40.335077 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 102 rows starting from the beginning of the part | ||
| 12255 | 2024.12.16 20:57:40.335451 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 241 rows starting from the beginning of the part | ||
| 12256 | 2024.12.16 20:57:40.338111 [ 261 ] {ae95d6c6-337a-43cf-bc18-f352a7dd4a1f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12257 | 2024.12.16 20:57:40.338185 [ 261 ] {ae95d6c6-337a-43cf-bc18-f352a7dd4a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12258 | 2024.12.16 20:57:40.339208 [ 261 ] {ae95d6c6-337a-43cf-bc18-f352a7dd4a1f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12259 | 2024.12.16 20:57:40.339498 [ 261 ] {ae95d6c6-337a-43cf-bc18-f352a7dd4a1f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12260 | 2024.12.16 20:57:40.339859 [ 147 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12261 | 2024.12.16 20:57:40.340010 [ 147 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12262 | 2024.12.16 20:57:40.340089 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12263 | 2024.12.16 20:57:40.340136 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2366 rows, containing 5 columns (5 merged, 0 gathered) in 0.007072675 sec., 334526.89399696724 rows/sec., 29.61 MiB/sec. | ||
| 12264 | 2024.12.16 20:57:40.340213 [ 261 ] {ae95d6c6-337a-43cf-bc18-f352a7dd4a1f} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.006596 sec., 3941.7828987265007 rows/sec., 285.74 KiB/sec. | ||
| 12265 | 2024.12.16 20:57:40.340636 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12266 | 2024.12.16 20:57:40.340662 [ 261 ] {ae95d6c6-337a-43cf-bc18-f352a7dd4a1f} <Debug> TCPHandler: Processed in 0.007429552 sec. | ||
| 12267 | 2024.12.16 20:57:40.340648 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 12268 | 2024.12.16 20:57:40.341066 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12269 | 2024.12.16 20:57:40.341282 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12270 | 2024.12.16 20:57:40.341447 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 67 rows starting from the beginning of the part | ||
| 12271 | 2024.12.16 20:57:40.341497 [ 260 ] {dc3f6fca-c2a9-4b0d-a5f4-d0191561fbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12272 | 2024.12.16 20:57:40.341718 [ 260 ] {dc3f6fca-c2a9-4b0d-a5f4-d0191561fbf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12273 | 2024.12.16 20:57:40.341946 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 26 rows starting from the beginning of the part | ||
| 12274 | 2024.12.16 20:57:40.342219 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_96_19} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12275 | 2024.12.16 20:57:40.342486 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 23 rows starting from the beginning of the part | ||
| 12276 | 2024.12.16 20:57:40.342711 [ 190 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_96_19} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12277 | 2024.12.16 20:57:40.343023 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 30 rows starting from the beginning of the part | ||
| 12278 | 2024.12.16 20:57:40.343153 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 12279 | 2024.12.16 20:57:40.343548 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 23 rows starting from the beginning of the part | ||
| 12280 | 2024.12.16 20:57:40.344051 [ 199 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 26 rows starting from the beginning of the part | ||
| 12281 | 2024.12.16 20:57:40.346601 [ 260 ] {dc3f6fca-c2a9-4b0d-a5f4-d0191561fbf0} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12282 | 2024.12.16 20:57:40.346674 [ 260 ] {dc3f6fca-c2a9-4b0d-a5f4-d0191561fbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12283 | 2024.12.16 20:57:40.347694 [ 260 ] {dc3f6fca-c2a9-4b0d-a5f4-d0191561fbf0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 12284 | 2024.12.16 20:57:40.347846 [ 198 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.007636785 sec., 25534.305339223247 rows/sec., 1.92 MiB/sec. | ||
| 12285 | 2024.12.16 20:57:40.348111 [ 260 ] {dc3f6fca-c2a9-4b0d-a5f4-d0191561fbf0} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12286 | 2024.12.16 20:57:40.348121 [ 200 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12287 | 2024.12.16 20:57:40.348443 [ 260 ] {dc3f6fca-c2a9-4b0d-a5f4-d0191561fbf0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007096 sec., 1972.9425028184894 rows/sec., 138.17 KiB/sec. | ||
| 12288 | 2024.12.16 20:57:40.348629 [ 260 ] {dc3f6fca-c2a9-4b0d-a5f4-d0191561fbf0} <Debug> TCPHandler: Processed in 0.007812039 sec. | ||
| 12289 | 2024.12.16 20:57:40.348840 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12290 | 2024.12.16 20:57:40.348852 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_81_16} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12291 | 2024.12.16 20:57:40.349070 [ 261 ] {9a8fc2bb-c845-457e-b350-0ab5f999acf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12292 | 2024.12.16 20:57:40.349116 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_81_16} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12293 | 2024.12.16 20:57:40.349158 [ 261 ] {9a8fc2bb-c845-457e-b350-0ab5f999acf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12294 | 2024.12.16 20:57:40.349340 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12295 | 2024.12.16 20:57:40.349927 [ 261 ] {9a8fc2bb-c845-457e-b350-0ab5f999acf6} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12296 | 2024.12.16 20:57:40.349973 [ 261 ] {9a8fc2bb-c845-457e-b350-0ab5f999acf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12297 | 2024.12.16 20:57:40.350331 [ 261 ] {9a8fc2bb-c845-457e-b350-0ab5f999acf6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12298 | 2024.12.16 20:57:40.350576 [ 261 ] {9a8fc2bb-c845-457e-b350-0ab5f999acf6} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12299 | 2024.12.16 20:57:40.350764 [ 261 ] {9a8fc2bb-c845-457e-b350-0ab5f999acf6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001753 sec., 7415.858528237308 rows/sec., 462.38 KiB/sec. | ||
| 12300 | 2024.12.16 20:57:40.350875 [ 261 ] {9a8fc2bb-c845-457e-b350-0ab5f999acf6} <Debug> TCPHandler: Processed in 0.002138591 sec. | ||
| 12301 | 2024.12.16 20:57:40.351063 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12302 | 2024.12.16 20:57:40.351193 [ 260 ] {13d60918-a0c8-4249-9b1b-2e4ed109ebd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12303 | 2024.12.16 20:57:40.351246 [ 260 ] {13d60918-a0c8-4249-9b1b-2e4ed109ebd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12304 | 2024.12.16 20:57:40.352033 [ 260 ] {13d60918-a0c8-4249-9b1b-2e4ed109ebd0} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12305 | 2024.12.16 20:57:40.352074 [ 260 ] {13d60918-a0c8-4249-9b1b-2e4ed109ebd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12306 | 2024.12.16 20:57:40.352469 [ 260 ] {13d60918-a0c8-4249-9b1b-2e4ed109ebd0} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12307 | 2024.12.16 20:57:40.352718 [ 260 ] {13d60918-a0c8-4249-9b1b-2e4ed109ebd0} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12308 | 2024.12.16 20:57:40.352897 [ 151 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12309 | 2024.12.16 20:57:40.352960 [ 260 ] {13d60918-a0c8-4249-9b1b-2e4ed109ebd0} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001788 sec., 224272.93064876957 rows/sec., 15.95 MiB/sec. | ||
| 12310 | 2024.12.16 20:57:40.352965 [ 151 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12311 | 2024.12.16 20:57:40.353044 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12312 | 2024.12.16 20:57:40.353090 [ 260 ] {13d60918-a0c8-4249-9b1b-2e4ed109ebd0} <Debug> TCPHandler: Processed in 0.002108131 sec. | ||
| 12313 | 2024.12.16 20:57:40.353229 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 12314 | 2024.12.16 20:57:40.353289 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12315 | 2024.12.16 20:57:40.353384 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12316 | 2024.12.16 20:57:40.353456 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 916 rows starting from the beginning of the part | ||
| 12317 | 2024.12.16 20:57:40.353491 [ 261 ] {e8b52364-c1e1-4348-8fef-1a0e423ec0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12318 | 2024.12.16 20:57:40.353682 [ 261 ] {e8b52364-c1e1-4348-8fef-1a0e423ec0d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12319 | 2024.12.16 20:57:40.353699 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 401 rows starting from the beginning of the part | ||
| 12320 | 2024.12.16 20:57:40.353996 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 87 rows starting from the beginning of the part | ||
| 12321 | 2024.12.16 20:57:40.354454 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 405 rows starting from the beginning of the part | ||
| 12322 | 2024.12.16 20:57:40.354836 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 87 rows starting from the beginning of the part | ||
| 12323 | 2024.12.16 20:57:40.355187 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 401 rows starting from the beginning of the part | ||
| 12324 | 2024.12.16 20:57:40.356231 [ 261 ] {e8b52364-c1e1-4348-8fef-1a0e423ec0d3} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12325 | 2024.12.16 20:57:40.356287 [ 261 ] {e8b52364-c1e1-4348-8fef-1a0e423ec0d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12326 | 2024.12.16 20:57:40.357249 [ 261 ] {e8b52364-c1e1-4348-8fef-1a0e423ec0d3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12327 | 2024.12.16 20:57:40.357628 [ 261 ] {e8b52364-c1e1-4348-8fef-1a0e423ec0d3} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12328 | 2024.12.16 20:57:40.358064 [ 261 ] {e8b52364-c1e1-4348-8fef-1a0e423ec0d3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004619 sec., 1298.9824637367396 rows/sec., 67.87 KiB/sec. | ||
| 12329 | 2024.12.16 20:57:40.358259 [ 261 ] {e8b52364-c1e1-4348-8fef-1a0e423ec0d3} <Debug> TCPHandler: Processed in 0.005057666 sec. | ||
| 12330 | 2024.12.16 20:57:40.358265 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2297 rows, containing 5 columns (5 merged, 0 gathered) in 0.005130508 sec., 447713.9495738044 rows/sec., 34.09 MiB/sec. | ||
| 12331 | 2024.12.16 20:57:40.358467 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12332 | 2024.12.16 20:57:40.358501 [ 187 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12333 | 2024.12.16 20:57:40.358658 [ 260 ] {1243eab1-3cdf-4e24-a830-8796bbd9a78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12334 | 2024.12.16 20:57:40.358764 [ 260 ] {1243eab1-3cdf-4e24-a830-8796bbd9a78e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12335 | 2024.12.16 20:57:40.359071 [ 187 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_96_19} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12336 | 2024.12.16 20:57:40.359285 [ 187 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_96_19} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12337 | 2024.12.16 20:57:40.359408 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 12338 | 2024.12.16 20:57:40.359722 [ 260 ] {1243eab1-3cdf-4e24-a830-8796bbd9a78e} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12339 | 2024.12.16 20:57:40.359766 [ 260 ] {1243eab1-3cdf-4e24-a830-8796bbd9a78e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12340 | 2024.12.16 20:57:40.360175 [ 260 ] {1243eab1-3cdf-4e24-a830-8796bbd9a78e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12341 | 2024.12.16 20:57:40.360415 [ 260 ] {1243eab1-3cdf-4e24-a830-8796bbd9a78e} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12342 | 2024.12.16 20:57:40.360651 [ 260 ] {1243eab1-3cdf-4e24-a830-8796bbd9a78e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002025 sec., 117037.03703703704 rows/sec., 7.84 MiB/sec. | ||
| 12343 | 2024.12.16 20:57:40.360756 [ 260 ] {1243eab1-3cdf-4e24-a830-8796bbd9a78e} <Debug> TCPHandler: Processed in 0.002372225 sec. | ||
| 12344 | 2024.12.16 20:57:40.360964 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12345 | 2024.12.16 20:57:40.361173 [ 261 ] {0234c641-abb6-4f60-9432-015ad7f60c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12346 | 2024.12.16 20:57:40.361224 [ 261 ] {0234c641-abb6-4f60-9432-015ad7f60c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12347 | 2024.12.16 20:57:40.361691 [ 261 ] {0234c641-abb6-4f60-9432-015ad7f60c45} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12348 | 2024.12.16 20:57:40.361730 [ 261 ] {0234c641-abb6-4f60-9432-015ad7f60c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12349 | 2024.12.16 20:57:40.362080 [ 261 ] {0234c641-abb6-4f60-9432-015ad7f60c45} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12350 | 2024.12.16 20:57:40.362314 [ 261 ] {0234c641-abb6-4f60-9432-015ad7f60c45} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12351 | 2024.12.16 20:57:40.362533 [ 261 ] {0234c641-abb6-4f60-9432-015ad7f60c45} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec. | ||
| 12352 | 2024.12.16 20:57:40.362646 [ 261 ] {0234c641-abb6-4f60-9432-015ad7f60c45} <Debug> TCPHandler: Processed in 0.001785614 sec. | ||
| 12353 | 2024.12.16 20:57:40.362888 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12354 | 2024.12.16 20:57:40.363023 [ 260 ] {b85b7f34-6e2f-4f31-86b4-22538ed33777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12355 | 2024.12.16 20:57:40.363104 [ 260 ] {b85b7f34-6e2f-4f31-86b4-22538ed33777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12356 | 2024.12.16 20:57:40.364246 [ 260 ] {b85b7f34-6e2f-4f31-86b4-22538ed33777} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12357 | 2024.12.16 20:57:40.364288 [ 260 ] {b85b7f34-6e2f-4f31-86b4-22538ed33777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12358 | 2024.12.16 20:57:40.364932 [ 260 ] {b85b7f34-6e2f-4f31-86b4-22538ed33777} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12359 | 2024.12.16 20:57:40.365181 [ 260 ] {b85b7f34-6e2f-4f31-86b4-22538ed33777} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12360 | 2024.12.16 20:57:40.365381 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12361 | 2024.12.16 20:57:40.365437 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12362 | 2024.12.16 20:57:40.365451 [ 260 ] {b85b7f34-6e2f-4f31-86b4-22538ed33777} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002444 sec., 7774.140752864158 rows/sec., 13.93 MiB/sec. | ||
| 12363 | 2024.12.16 20:57:40.365466 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12364 | 2024.12.16 20:57:40.365855 [ 260 ] {b85b7f34-6e2f-4f31-86b4-22538ed33777} <Debug> TCPHandler: Processed in 0.003077028 sec. | ||
| 12365 | 2024.12.16 20:57:40.365855 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 12366 | 2024.12.16 20:57:40.366058 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12367 | 2024.12.16 20:57:40.366337 [ 261 ] {9dcc72ca-d511-4bc8-b291-9d9f96dad6b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12368 | 2024.12.16 20:57:40.366472 [ 261 ] {9dcc72ca-d511-4bc8-b291-9d9f96dad6b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12369 | 2024.12.16 20:57:40.366648 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12370 | 2024.12.16 20:57:40.366917 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1566 rows starting from the beginning of the part | ||
| 12371 | 2024.12.16 20:57:40.367677 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 19 rows starting from the beginning of the part | ||
| 12372 | 2024.12.16 20:57:40.368598 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 23 rows starting from the beginning of the part | ||
| 12373 | 2024.12.16 20:57:40.368759 [ 261 ] {9dcc72ca-d511-4bc8-b291-9d9f96dad6b2} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12374 | 2024.12.16 20:57:40.368880 [ 261 ] {9dcc72ca-d511-4bc8-b291-9d9f96dad6b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12375 | 2024.12.16 20:57:40.369312 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 19 rows starting from the beginning of the part | ||
| 12376 | 2024.12.16 20:57:40.370041 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 23 rows starting from the beginning of the part | ||
| 12377 | 2024.12.16 20:57:40.370615 [ 261 ] {9dcc72ca-d511-4bc8-b291-9d9f96dad6b2} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12378 | 2024.12.16 20:57:40.370779 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 19 rows starting from the beginning of the part | ||
| 12379 | 2024.12.16 20:57:40.371471 [ 261 ] {9dcc72ca-d511-4bc8-b291-9d9f96dad6b2} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12380 | 2024.12.16 20:57:40.371803 [ 151 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12381 | 2024.12.16 20:57:40.371990 [ 151 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12382 | 2024.12.16 20:57:40.372102 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12383 | 2024.12.16 20:57:40.372241 [ 261 ] {9dcc72ca-d511-4bc8-b291-9d9f96dad6b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005945 sec., 13793.103448275862 rows/sec., 897.06 KiB/sec. | ||
| 12384 | 2024.12.16 20:57:40.372513 [ 261 ] {9dcc72ca-d511-4bc8-b291-9d9f96dad6b2} <Debug> TCPHandler: Processed in 0.006553896 sec. | ||
| 12385 | 2024.12.16 20:57:40.372521 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 12386 | 2024.12.16 20:57:40.372861 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12387 | 2024.12.16 20:57:40.372932 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5530 rows starting from the beginning of the part | ||
| 12388 | 2024.12.16 20:57:40.373209 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 12389 | 2024.12.16 20:57:40.373518 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 12390 | 2024.12.16 20:57:40.373851 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 12391 | 2024.12.16 20:57:40.374246 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 12392 | 2024.12.16 20:57:40.374493 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 12393 | 2024.12.16 20:57:40.378457 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5896 rows, containing 4 columns (4 merged, 0 gathered) in 0.006208638 sec., 949644.6724708382 rows/sec., 61.95 MiB/sec. | ||
| 12394 | 2024.12.16 20:57:40.379366 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12395 | 2024.12.16 20:57:40.379716 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_96_19} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12396 | 2024.12.16 20:57:40.379812 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_96_19} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12397 | 2024.12.16 20:57:40.380105 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 12398 | 2024.12.16 20:57:40.384335 [ 192 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1669 rows, containing 19 columns (19 merged, 0 gathered) in 0.018720297 sec., 89154.56843446447 rows/sec., 159.76 MiB/sec. | ||
| 12399 | 2024.12.16 20:57:40.385942 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12400 | 2024.12.16 20:57:40.386365 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12401 | 2024.12.16 20:57:40.386451 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12402 | 2024.12.16 20:57:40.386603 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
| 12403 | 2024.12.16 20:57:41.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.55 MiB, peak 261.07 MiB, free memory in arenas 0.00 B, will set to 252.29 MiB (RSS), difference: 2.73 MiB | ||
| 12404 | 2024.12.16 20:57:43.230798 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12405 | 2024.12.16 20:57:43.230985 [ 261 ] {2d18bfc1-2572-4f27-a323-434bccd84f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12406 | 2024.12.16 20:57:43.231054 [ 261 ] {2d18bfc1-2572-4f27-a323-434bccd84f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12407 | 2024.12.16 20:57:43.231792 [ 261 ] {2d18bfc1-2572-4f27-a323-434bccd84f18} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12408 | 2024.12.16 20:57:43.231844 [ 261 ] {2d18bfc1-2572-4f27-a323-434bccd84f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12409 | 2024.12.16 20:57:43.232269 [ 261 ] {2d18bfc1-2572-4f27-a323-434bccd84f18} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12410 | 2024.12.16 20:57:43.232531 [ 261 ] {2d18bfc1-2572-4f27-a323-434bccd84f18} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12411 | 2024.12.16 20:57:43.232783 [ 261 ] {2d18bfc1-2572-4f27-a323-434bccd84f18} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001845 sec., 4336.043360433604 rows/sec., 353.57 KiB/sec. | ||
| 12412 | 2024.12.16 20:57:43.232871 [ 261 ] {2d18bfc1-2572-4f27-a323-434bccd84f18} <Debug> TCPHandler: Processed in 0.002200122 sec. | ||
| 12413 | 2024.12.16 20:57:43.233174 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12414 | 2024.12.16 20:57:43.233366 [ 260 ] {2498fcc6-eec7-4a8e-942e-9a268297ea0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12415 | 2024.12.16 20:57:43.233438 [ 260 ] {2498fcc6-eec7-4a8e-942e-9a268297ea0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12416 | 2024.12.16 20:57:43.234818 [ 260 ] {2498fcc6-eec7-4a8e-942e-9a268297ea0e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12417 | 2024.12.16 20:57:43.234871 [ 260 ] {2498fcc6-eec7-4a8e-942e-9a268297ea0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12418 | 2024.12.16 20:57:43.235371 [ 260 ] {2498fcc6-eec7-4a8e-942e-9a268297ea0e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12419 | 2024.12.16 20:57:43.235630 [ 260 ] {2498fcc6-eec7-4a8e-942e-9a268297ea0e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12420 | 2024.12.16 20:57:43.235920 [ 260 ] {2498fcc6-eec7-4a8e-942e-9a268297ea0e} <Debug> executeQuery: Read 1246 rows, 105.10 KiB in 0.002598 sec., 479599.6920708237 rows/sec., 39.51 MiB/sec. | ||
| 12421 | 2024.12.16 20:57:43.236058 [ 260 ] {2498fcc6-eec7-4a8e-942e-9a268297ea0e} <Debug> TCPHandler: Processed in 0.003012917 sec. | ||
| 12422 | 2024.12.16 20:57:43.236343 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12423 | 2024.12.16 20:57:43.236703 [ 261 ] {321e1e10-8ab9-4fad-969f-795e00c2a054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12424 | 2024.12.16 20:57:43.236764 [ 261 ] {321e1e10-8ab9-4fad-969f-795e00c2a054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12425 | 2024.12.16 20:57:43.237476 [ 261 ] {321e1e10-8ab9-4fad-969f-795e00c2a054} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12426 | 2024.12.16 20:57:43.237515 [ 261 ] {321e1e10-8ab9-4fad-969f-795e00c2a054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12427 | 2024.12.16 20:57:43.237876 [ 261 ] {321e1e10-8ab9-4fad-969f-795e00c2a054} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12428 | 2024.12.16 20:57:43.238110 [ 261 ] {321e1e10-8ab9-4fad-969f-795e00c2a054} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12429 | 2024.12.16 20:57:43.238332 [ 261 ] {321e1e10-8ab9-4fad-969f-795e00c2a054} <Debug> executeQuery: Read 31 rows, 2.29 KiB in 0.001713 sec., 18096.906012842966 rows/sec., 1.30 MiB/sec. | ||
| 12430 | 2024.12.16 20:57:43.238391 [ 261 ] {321e1e10-8ab9-4fad-969f-795e00c2a054} <Debug> TCPHandler: Processed in 0.002232062 sec. | ||
| 12431 | 2024.12.16 20:57:43.238593 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12432 | 2024.12.16 20:57:43.238770 [ 260 ] {d258e334-26e7-481d-94ea-64c22a16fc2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12433 | 2024.12.16 20:57:43.238823 [ 260 ] {d258e334-26e7-481d-94ea-64c22a16fc2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12434 | 2024.12.16 20:57:43.239509 [ 260 ] {d258e334-26e7-481d-94ea-64c22a16fc2e} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12435 | 2024.12.16 20:57:43.239551 [ 260 ] {d258e334-26e7-481d-94ea-64c22a16fc2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12436 | 2024.12.16 20:57:43.239930 [ 260 ] {d258e334-26e7-481d-94ea-64c22a16fc2e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 12437 | 2024.12.16 20:57:43.240173 [ 260 ] {d258e334-26e7-481d-94ea-64c22a16fc2e} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12438 | 2024.12.16 20:57:43.240383 [ 260 ] {d258e334-26e7-481d-94ea-64c22a16fc2e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00164 sec., 139024.39024390245 rows/sec., 9.41 MiB/sec. | ||
| 12439 | 2024.12.16 20:57:43.240437 [ 260 ] {d258e334-26e7-481d-94ea-64c22a16fc2e} <Debug> TCPHandler: Processed in 0.001947767 sec. | ||
| 12440 | 2024.12.16 20:57:43.240598 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12441 | 2024.12.16 20:57:43.240735 [ 261 ] {677257ab-fa27-4aac-a2fe-6d041e25e5f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12442 | 2024.12.16 20:57:43.240790 [ 261 ] {677257ab-fa27-4aac-a2fe-6d041e25e5f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12443 | 2024.12.16 20:57:43.241690 [ 261 ] {677257ab-fa27-4aac-a2fe-6d041e25e5f4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12444 | 2024.12.16 20:57:43.241730 [ 261 ] {677257ab-fa27-4aac-a2fe-6d041e25e5f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12445 | 2024.12.16 20:57:43.242107 [ 261 ] {677257ab-fa27-4aac-a2fe-6d041e25e5f4} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12446 | 2024.12.16 20:57:43.242337 [ 261 ] {677257ab-fa27-4aac-a2fe-6d041e25e5f4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12447 | 2024.12.16 20:57:43.242566 [ 261 ] {677257ab-fa27-4aac-a2fe-6d041e25e5f4} <Debug> executeQuery: Read 551 rows, 41.90 KiB in 0.001861 sec., 296077.37775389577 rows/sec., 21.99 MiB/sec. | ||
| 12448 | 2024.12.16 20:57:43.242619 [ 261 ] {677257ab-fa27-4aac-a2fe-6d041e25e5f4} <Debug> TCPHandler: Processed in 0.0020892 sec. | ||
| 12449 | 2024.12.16 20:57:43.242762 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12450 | 2024.12.16 20:57:43.242878 [ 260 ] {c6872b42-0e87-4c1c-864f-8925aef5e5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12451 | 2024.12.16 20:57:43.242931 [ 260 ] {c6872b42-0e87-4c1c-864f-8925aef5e5da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12452 | 2024.12.16 20:57:43.243714 [ 260 ] {c6872b42-0e87-4c1c-864f-8925aef5e5da} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12453 | 2024.12.16 20:57:43.243754 [ 260 ] {c6872b42-0e87-4c1c-864f-8925aef5e5da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12454 | 2024.12.16 20:57:43.244192 [ 260 ] {c6872b42-0e87-4c1c-864f-8925aef5e5da} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12455 | 2024.12.16 20:57:43.244427 [ 260 ] {c6872b42-0e87-4c1c-864f-8925aef5e5da} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12456 | 2024.12.16 20:57:43.244656 [ 260 ] {c6872b42-0e87-4c1c-864f-8925aef5e5da} <Debug> executeQuery: Read 946 rows, 64.96 KiB in 0.001802 sec., 524972.2530521642 rows/sec., 35.20 MiB/sec. | ||
| 12457 | 2024.12.16 20:57:43.244708 [ 260 ] {c6872b42-0e87-4c1c-864f-8925aef5e5da} <Debug> TCPHandler: Processed in 0.002002838 sec. | ||
| 12458 | 2024.12.16 20:57:43.244859 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12459 | 2024.12.16 20:57:43.244995 [ 261 ] {9b706e3c-d435-4ab2-9dde-4738c7c8e407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12460 | 2024.12.16 20:57:43.245087 [ 261 ] {9b706e3c-d435-4ab2-9dde-4738c7c8e407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12461 | 2024.12.16 20:57:43.246294 [ 261 ] {9b706e3c-d435-4ab2-9dde-4738c7c8e407} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12462 | 2024.12.16 20:57:43.246334 [ 261 ] {9b706e3c-d435-4ab2-9dde-4738c7c8e407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12463 | 2024.12.16 20:57:43.246957 [ 261 ] {9b706e3c-d435-4ab2-9dde-4738c7c8e407} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12464 | 2024.12.16 20:57:43.247204 [ 261 ] {9b706e3c-d435-4ab2-9dde-4738c7c8e407} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12465 | 2024.12.16 20:57:43.247483 [ 261 ] {9b706e3c-d435-4ab2-9dde-4738c7c8e407} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002516 sec., 9141.494435612083 rows/sec., 16.38 MiB/sec. | ||
| 12466 | 2024.12.16 20:57:43.247987 [ 261 ] {9b706e3c-d435-4ab2-9dde-4738c7c8e407} <Debug> TCPHandler: Processed in 0.003188151 sec. | ||
| 12467 | 2024.12.16 20:57:43.248256 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12468 | 2024.12.16 20:57:43.248403 [ 260 ] {e77b7bd6-3fe6-4147-b116-48e8a970ed18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12469 | 2024.12.16 20:57:43.248453 [ 260 ] {e77b7bd6-3fe6-4147-b116-48e8a970ed18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12470 | 2024.12.16 20:57:43.248942 [ 260 ] {e77b7bd6-3fe6-4147-b116-48e8a970ed18} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12471 | 2024.12.16 20:57:43.248981 [ 260 ] {e77b7bd6-3fe6-4147-b116-48e8a970ed18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 12472 | 2024.12.16 20:57:43.249349 [ 260 ] {e77b7bd6-3fe6-4147-b116-48e8a970ed18} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12473 | 2024.12.16 20:57:43.249576 [ 260 ] {e77b7bd6-3fe6-4147-b116-48e8a970ed18} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12474 | 2024.12.16 20:57:43.249780 [ 260 ] {e77b7bd6-3fe6-4147-b116-48e8a970ed18} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001401 sec., 25695.93147751606 rows/sec., 1.73 MiB/sec. | ||
| 12475 | 2024.12.16 20:57:43.249830 [ 260 ] {e77b7bd6-3fe6-4147-b116-48e8a970ed18} <Debug> TCPHandler: Processed in 0.001729704 sec. | ||
| 12476 | 2024.12.16 20:57:43.993535 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 12477 | 2024.12.16 20:57:43.994624 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12478 | 2024.12.16 20:57:43.994677 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12479 | 2024.12.16 20:57:43.995216 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12480 | 2024.12.16 20:57:43.995489 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12481 | 2024.12.16 20:57:43.995751 [ 146 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12482 | 2024.12.16 20:57:43.995767 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 12483 | 2024.12.16 20:57:43.995845 [ 146 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12484 | 2024.12.16 20:57:43.995878 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12485 | 2024.12.16 20:57:43.996090 [ 189 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 12486 | 2024.12.16 20:57:43.996347 [ 189 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12487 | 2024.12.16 20:57:43.996419 [ 189 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 12488 | 2024.12.16 20:57:43.996544 [ 189 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
| 12489 | 2024.12.16 20:57:43.996778 [ 189 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
| 12490 | 2024.12.16 20:57:43.996960 [ 189 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
| 12491 | 2024.12.16 20:57:43.997083 [ 189 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 12492 | 2024.12.16 20:57:43.997288 [ 189 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 12493 | 2024.12.16 20:57:43.999998 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.004025837 sec., 6939674.904870714 rows/sec., 99.27 MiB/sec. | ||
| 12494 | 2024.12.16 20:57:44.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.17 MiB, peak 261.07 MiB, free memory in arenas 0.00 B, will set to 252.29 MiB (RSS), difference: -6.89 MiB | ||
| 12495 | 2024.12.16 20:57:44.000378 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12496 | 2024.12.16 20:57:44.000947 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_61_12} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12497 | 2024.12.16 20:57:44.001033 [ 192 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_61_12} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12498 | 2024.12.16 20:57:44.001144 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 12499 | 2024.12.16 20:57:45.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.02 MiB, peak 261.07 MiB, free memory in arenas 0.00 B, will set to 252.29 MiB (RSS), difference: 6.26 MiB | ||
| 12500 | 2024.12.16 20:57:45.317602 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12501 | 2024.12.16 20:57:45.317804 [ 261 ] {80cd4335-ad8f-49cc-8873-e1d2cbf1a125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12502 | 2024.12.16 20:57:45.317882 [ 261 ] {80cd4335-ad8f-49cc-8873-e1d2cbf1a125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12503 | 2024.12.16 20:57:45.318708 [ 261 ] {80cd4335-ad8f-49cc-8873-e1d2cbf1a125} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12504 | 2024.12.16 20:57:45.318760 [ 261 ] {80cd4335-ad8f-49cc-8873-e1d2cbf1a125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12505 | 2024.12.16 20:57:45.319181 [ 261 ] {80cd4335-ad8f-49cc-8873-e1d2cbf1a125} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12506 | 2024.12.16 20:57:45.319427 [ 261 ] {80cd4335-ad8f-49cc-8873-e1d2cbf1a125} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12507 | 2024.12.16 20:57:45.319667 [ 261 ] {80cd4335-ad8f-49cc-8873-e1d2cbf1a125} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.23 MiB/sec. | ||
| 12508 | 2024.12.16 20:57:45.319732 [ 261 ] {80cd4335-ad8f-49cc-8873-e1d2cbf1a125} <Debug> TCPHandler: Processed in 0.002299584 sec. | ||
| 12509 | 2024.12.16 20:57:45.319988 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12510 | 2024.12.16 20:57:45.320174 [ 260 ] {f1560777-1d32-42fa-8796-1f4c4e4aaca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12511 | 2024.12.16 20:57:45.320246 [ 260 ] {f1560777-1d32-42fa-8796-1f4c4e4aaca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12512 | 2024.12.16 20:57:45.321002 [ 260 ] {f1560777-1d32-42fa-8796-1f4c4e4aaca8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12513 | 2024.12.16 20:57:45.321057 [ 260 ] {f1560777-1d32-42fa-8796-1f4c4e4aaca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12514 | 2024.12.16 20:57:45.321496 [ 260 ] {f1560777-1d32-42fa-8796-1f4c4e4aaca8} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12515 | 2024.12.16 20:57:45.321744 [ 260 ] {f1560777-1d32-42fa-8796-1f4c4e4aaca8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12516 | 2024.12.16 20:57:45.322028 [ 260 ] {f1560777-1d32-42fa-8796-1f4c4e4aaca8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001893 sec., 33808.769149498155 rows/sec., 2.64 MiB/sec. | ||
| 12517 | 2024.12.16 20:57:45.322101 [ 260 ] {f1560777-1d32-42fa-8796-1f4c4e4aaca8} <Debug> TCPHandler: Processed in 0.002243333 sec. | ||
| 12518 | 2024.12.16 20:57:45.322441 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12519 | 2024.12.16 20:57:45.322643 [ 261 ] {2c3ad9ec-8408-46a6-b0fd-e8d981bc9df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12520 | 2024.12.16 20:57:45.322710 [ 261 ] {2c3ad9ec-8408-46a6-b0fd-e8d981bc9df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12521 | 2024.12.16 20:57:45.323366 [ 261 ] {2c3ad9ec-8408-46a6-b0fd-e8d981bc9df2} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12522 | 2024.12.16 20:57:45.323414 [ 261 ] {2c3ad9ec-8408-46a6-b0fd-e8d981bc9df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12523 | 2024.12.16 20:57:45.323829 [ 261 ] {2c3ad9ec-8408-46a6-b0fd-e8d981bc9df2} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12524 | 2024.12.16 20:57:45.324082 [ 261 ] {2c3ad9ec-8408-46a6-b0fd-e8d981bc9df2} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12525 | 2024.12.16 20:57:45.324323 [ 261 ] {2c3ad9ec-8408-46a6-b0fd-e8d981bc9df2} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001712 sec., 37383.17757009346 rows/sec., 2.60 MiB/sec. | ||
| 12526 | 2024.12.16 20:57:45.324414 [ 261 ] {2c3ad9ec-8408-46a6-b0fd-e8d981bc9df2} <Debug> TCPHandler: Processed in 0.002191132 sec. | ||
| 12527 | 2024.12.16 20:57:45.324601 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12528 | 2024.12.16 20:57:45.324752 [ 260 ] {dc915ed0-3a1c-4c34-a29f-c713eccac035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12529 | 2024.12.16 20:57:45.324808 [ 260 ] {dc915ed0-3a1c-4c34-a29f-c713eccac035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12530 | 2024.12.16 20:57:45.325296 [ 260 ] {dc915ed0-3a1c-4c34-a29f-c713eccac035} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12531 | 2024.12.16 20:57:45.325337 [ 260 ] {dc915ed0-3a1c-4c34-a29f-c713eccac035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12532 | 2024.12.16 20:57:45.325717 [ 260 ] {dc915ed0-3a1c-4c34-a29f-c713eccac035} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12533 | 2024.12.16 20:57:45.325953 [ 260 ] {dc915ed0-3a1c-4c34-a29f-c713eccac035} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12534 | 2024.12.16 20:57:45.326192 [ 260 ] {dc915ed0-3a1c-4c34-a29f-c713eccac035} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001476 sec., 16260.162601626014 rows/sec., 1.10 MiB/sec. | ||
| 12535 | 2024.12.16 20:57:45.326262 [ 260 ] {dc915ed0-3a1c-4c34-a29f-c713eccac035} <Debug> TCPHandler: Processed in 0.001740453 sec. | ||
| 12536 | 2024.12.16 20:57:46.060378 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12537 | 2024.12.16 20:57:46.084708 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12538 | 2024.12.16 20:57:46.084794 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12539 | 2024.12.16 20:57:46.093445 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12540 | 2024.12.16 20:57:46.094414 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12541 | 2024.12.16 20:57:46.094904 [ 140 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12542 | 2024.12.16 20:57:46.095025 [ 140 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12543 | 2024.12.16 20:57:46.095106 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12544 | 2024.12.16 20:57:46.095507 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 12545 | 2024.12.16 20:57:46.113367 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12546 | 2024.12.16 20:57:46.114826 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12547 | 2024.12.16 20:57:46.116386 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part | ||
| 12548 | 2024.12.16 20:57:46.122458 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part | ||
| 12549 | 2024.12.16 20:57:46.128446 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 12550 | 2024.12.16 20:57:46.134202 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 12551 | 2024.12.16 20:57:46.140175 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 12552 | 2024.12.16 20:57:46.144888 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 12553 | 2024.12.16 20:57:46.211316 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.116075278 sec., 3962.945494733168 rows/sec., 20.49 MiB/sec. | ||
| 12554 | 2024.12.16 20:57:46.214796 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12555 | 2024.12.16 20:57:46.217709 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_61_12} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12556 | 2024.12.16 20:57:46.217836 [ 189 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_61_12} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12557 | 2024.12.16 20:57:46.220068 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 12558 | 2024.12.16 20:57:46.646673 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1776 | ||
| 12559 | 2024.12.16 20:57:46.650063 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12560 | 2024.12.16 20:57:46.650126 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12561 | 2024.12.16 20:57:46.651604 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12562 | 2024.12.16 20:57:46.651907 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12563 | 2024.12.16 20:57:46.653580 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1776 | ||
| 12564 | 2024.12.16 20:57:47.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.36 MiB, peak 266.76 MiB, free memory in arenas 0.00 B, will set to 254.79 MiB (RSS), difference: 1.43 MiB | ||
| 12565 | 2024.12.16 20:57:50.329630 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12566 | 2024.12.16 20:57:50.329834 [ 261 ] {4b0f4a13-e6f6-4a95-aa97-37c6bfb53088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12567 | 2024.12.16 20:57:50.329908 [ 261 ] {4b0f4a13-e6f6-4a95-aa97-37c6bfb53088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12568 | 2024.12.16 20:57:50.330743 [ 261 ] {4b0f4a13-e6f6-4a95-aa97-37c6bfb53088} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12569 | 2024.12.16 20:57:50.330804 [ 261 ] {4b0f4a13-e6f6-4a95-aa97-37c6bfb53088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12570 | 2024.12.16 20:57:50.331369 [ 261 ] {4b0f4a13-e6f6-4a95-aa97-37c6bfb53088} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12571 | 2024.12.16 20:57:50.331683 [ 261 ] {4b0f4a13-e6f6-4a95-aa97-37c6bfb53088} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12572 | 2024.12.16 20:57:50.331946 [ 136 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12573 | 2024.12.16 20:57:50.331985 [ 261 ] {4b0f4a13-e6f6-4a95-aa97-37c6bfb53088} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002199 sec., 6366.530241018645 rows/sec., 458.30 KiB/sec. | ||
| 12574 | 2024.12.16 20:57:50.332041 [ 136 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12575 | 2024.12.16 20:57:50.332103 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12576 | 2024.12.16 20:57:50.332166 [ 261 ] {4b0f4a13-e6f6-4a95-aa97-37c6bfb53088} <Debug> TCPHandler: Processed in 0.002664311 sec. | ||
| 12577 | 2024.12.16 20:57:50.332538 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12578 | 2024.12.16 20:57:50.332581 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 12579 | 2024.12.16 20:57:50.332949 [ 260 ] {b87f4599-77d8-4b72-9526-6fc30e2708b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12580 | 2024.12.16 20:57:50.333165 [ 260 ] {b87f4599-77d8-4b72-9526-6fc30e2708b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12581 | 2024.12.16 20:57:50.333195 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12582 | 2024.12.16 20:57:50.333306 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 12583 | 2024.12.16 20:57:50.333497 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 12584 | 2024.12.16 20:57:50.333878 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 12585 | 2024.12.16 20:57:50.334281 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 12586 | 2024.12.16 20:57:50.334776 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 12587 | 2024.12.16 20:57:50.335923 [ 260 ] {b87f4599-77d8-4b72-9526-6fc30e2708b1} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12588 | 2024.12.16 20:57:50.335975 [ 260 ] {b87f4599-77d8-4b72-9526-6fc30e2708b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12589 | 2024.12.16 20:57:50.336590 [ 260 ] {b87f4599-77d8-4b72-9526-6fc30e2708b1} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12590 | 2024.12.16 20:57:50.336639 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004391914 sec., 15938.381307102096 rows/sec., 1.18 MiB/sec. | ||
| 12591 | 2024.12.16 20:57:50.336950 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12592 | 2024.12.16 20:57:50.337122 [ 260 ] {b87f4599-77d8-4b72-9526-6fc30e2708b1} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12593 | 2024.12.16 20:57:50.337631 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_41_10} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12594 | 2024.12.16 20:57:50.337668 [ 260 ] {b87f4599-77d8-4b72-9526-6fc30e2708b1} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.004834 sec., 49855.19238725693 rows/sec., 4.37 MiB/sec. | ||
| 12595 | 2024.12.16 20:57:50.337957 [ 196 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_41_10} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12596 | 2024.12.16 20:57:50.337987 [ 260 ] {b87f4599-77d8-4b72-9526-6fc30e2708b1} <Debug> TCPHandler: Processed in 0.005646968 sec. | ||
| 12597 | 2024.12.16 20:57:50.338327 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12598 | 2024.12.16 20:57:50.338436 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12599 | 2024.12.16 20:57:50.338690 [ 261 ] {de9a5899-7a31-4683-800e-f5ce5b5a084c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12600 | 2024.12.16 20:57:50.338854 [ 261 ] {de9a5899-7a31-4683-800e-f5ce5b5a084c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12601 | 2024.12.16 20:57:50.339580 [ 261 ] {de9a5899-7a31-4683-800e-f5ce5b5a084c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12602 | 2024.12.16 20:57:50.339624 [ 261 ] {de9a5899-7a31-4683-800e-f5ce5b5a084c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12603 | 2024.12.16 20:57:50.340025 [ 261 ] {de9a5899-7a31-4683-800e-f5ce5b5a084c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12604 | 2024.12.16 20:57:50.340284 [ 261 ] {de9a5899-7a31-4683-800e-f5ce5b5a084c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12605 | 2024.12.16 20:57:50.340518 [ 261 ] {de9a5899-7a31-4683-800e-f5ce5b5a084c} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001957 sec., 13285.641287685232 rows/sec., 963.09 KiB/sec. | ||
| 12606 | 2024.12.16 20:57:50.340585 [ 261 ] {de9a5899-7a31-4683-800e-f5ce5b5a084c} <Debug> TCPHandler: Processed in 0.002412306 sec. | ||
| 12607 | 2024.12.16 20:57:50.340830 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12608 | 2024.12.16 20:57:50.340979 [ 260 ] {850e03a4-910a-4d37-9655-68abf0dc5be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12609 | 2024.12.16 20:57:50.341037 [ 260 ] {850e03a4-910a-4d37-9655-68abf0dc5be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12610 | 2024.12.16 20:57:50.341722 [ 260 ] {850e03a4-910a-4d37-9655-68abf0dc5be3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12611 | 2024.12.16 20:57:50.341770 [ 260 ] {850e03a4-910a-4d37-9655-68abf0dc5be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12612 | 2024.12.16 20:57:50.342154 [ 260 ] {850e03a4-910a-4d37-9655-68abf0dc5be3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 12613 | 2024.12.16 20:57:50.342401 [ 260 ] {850e03a4-910a-4d37-9655-68abf0dc5be3} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12614 | 2024.12.16 20:57:50.342635 [ 260 ] {850e03a4-910a-4d37-9655-68abf0dc5be3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001691 sec., 8279.124778237729 rows/sec., 579.82 KiB/sec. | ||
| 12615 | 2024.12.16 20:57:50.342702 [ 260 ] {850e03a4-910a-4d37-9655-68abf0dc5be3} <Debug> TCPHandler: Processed in 0.002012738 sec. | ||
| 12616 | 2024.12.16 20:57:50.342865 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12617 | 2024.12.16 20:57:50.342989 [ 261 ] {6bb7b291-8eb7-497d-a0b6-89bec9a664f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12618 | 2024.12.16 20:57:50.343060 [ 261 ] {6bb7b291-8eb7-497d-a0b6-89bec9a664f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12619 | 2024.12.16 20:57:50.343640 [ 261 ] {6bb7b291-8eb7-497d-a0b6-89bec9a664f0} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12620 | 2024.12.16 20:57:50.343681 [ 261 ] {6bb7b291-8eb7-497d-a0b6-89bec9a664f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12621 | 2024.12.16 20:57:50.344057 [ 261 ] {6bb7b291-8eb7-497d-a0b6-89bec9a664f0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12622 | 2024.12.16 20:57:50.344313 [ 261 ] {6bb7b291-8eb7-497d-a0b6-89bec9a664f0} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12623 | 2024.12.16 20:57:50.344499 [ 133 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12624 | 2024.12.16 20:57:50.344521 [ 261 ] {6bb7b291-8eb7-497d-a0b6-89bec9a664f0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec. | ||
| 12625 | 2024.12.16 20:57:50.344575 [ 133 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12626 | 2024.12.16 20:57:50.344646 [ 261 ] {6bb7b291-8eb7-497d-a0b6-89bec9a664f0} <Debug> TCPHandler: Processed in 0.001836915 sec. | ||
| 12627 | 2024.12.16 20:57:50.344650 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12628 | 2024.12.16 20:57:50.344847 [ 195 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 12629 | 2024.12.16 20:57:50.344859 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12630 | 2024.12.16 20:57:50.345055 [ 195 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12631 | 2024.12.16 20:57:50.345093 [ 260 ] {527b2e5b-4a2f-414a-99a8-743ab4c1663d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12632 | 2024.12.16 20:57:50.345116 [ 195 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 12633 | 2024.12.16 20:57:50.345184 [ 260 ] {527b2e5b-4a2f-414a-99a8-743ab4c1663d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12634 | 2024.12.16 20:57:50.345361 [ 195 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 12635 | 2024.12.16 20:57:50.345728 [ 195 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 12636 | 2024.12.16 20:57:50.346061 [ 195 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 12637 | 2024.12.16 20:57:50.346292 [ 195 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 12638 | 2024.12.16 20:57:50.348066 [ 260 ] {527b2e5b-4a2f-414a-99a8-743ab4c1663d} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12639 | 2024.12.16 20:57:50.348141 [ 260 ] {527b2e5b-4a2f-414a-99a8-743ab4c1663d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12640 | 2024.12.16 20:57:50.349183 [ 260 ] {527b2e5b-4a2f-414a-99a8-743ab4c1663d} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12641 | 2024.12.16 20:57:50.349258 [ 194 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004472045 sec., 14534.737463509424 rows/sec., 963.01 KiB/sec. | ||
| 12642 | 2024.12.16 20:57:50.349460 [ 196 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12643 | 2024.12.16 20:57:50.349644 [ 260 ] {527b2e5b-4a2f-414a-99a8-743ab4c1663d} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12644 | 2024.12.16 20:57:50.350088 [ 196 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_41_10} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12645 | 2024.12.16 20:57:50.350193 [ 260 ] {527b2e5b-4a2f-414a-99a8-743ab4c1663d} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.005153 sec., 77818.74636134291 rows/sec., 5.53 MiB/sec. | ||
| 12646 | 2024.12.16 20:57:50.350281 [ 196 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_41_10} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12647 | 2024.12.16 20:57:50.350353 [ 260 ] {527b2e5b-4a2f-414a-99a8-743ab4c1663d} <Debug> TCPHandler: Processed in 0.005598327 sec. | ||
| 12648 | 2024.12.16 20:57:50.350566 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12649 | 2024.12.16 20:57:50.350596 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12650 | 2024.12.16 20:57:50.350722 [ 261 ] {f0484680-f7d1-48f8-a091-52ca37264c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12651 | 2024.12.16 20:57:50.350772 [ 261 ] {f0484680-f7d1-48f8-a091-52ca37264c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12652 | 2024.12.16 20:57:50.351258 [ 261 ] {f0484680-f7d1-48f8-a091-52ca37264c21} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12653 | 2024.12.16 20:57:50.351297 [ 261 ] {f0484680-f7d1-48f8-a091-52ca37264c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12654 | 2024.12.16 20:57:50.351668 [ 261 ] {f0484680-f7d1-48f8-a091-52ca37264c21} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12655 | 2024.12.16 20:57:50.351908 [ 261 ] {f0484680-f7d1-48f8-a091-52ca37264c21} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12656 | 2024.12.16 20:57:50.352082 [ 133 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 12657 | 2024.12.16 20:57:50.352136 [ 133 ] {} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12658 | 2024.12.16 20:57:50.352152 [ 261 ] {f0484680-f7d1-48f8-a091-52ca37264c21} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 12659 | 2024.12.16 20:57:50.352173 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12660 | 2024.12.16 20:57:50.352301 [ 261 ] {f0484680-f7d1-48f8-a091-52ca37264c21} <Debug> TCPHandler: Processed in 0.001821985 sec. | ||
| 12661 | 2024.12.16 20:57:50.352357 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 12662 | 2024.12.16 20:57:50.352474 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12663 | 2024.12.16 20:57:50.352516 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12664 | 2024.12.16 20:57:50.352531 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 12665 | 2024.12.16 20:57:50.352714 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 12666 | 2024.12.16 20:57:50.352889 [ 260 ] {0841023c-4d08-4dde-bc52-76b40c098de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12667 | 2024.12.16 20:57:50.352976 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 12668 | 2024.12.16 20:57:50.353123 [ 260 ] {0841023c-4d08-4dde-bc52-76b40c098de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12669 | 2024.12.16 20:57:50.353334 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 12670 | 2024.12.16 20:57:50.353799 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 12671 | 2024.12.16 20:57:50.354200 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 12672 | 2024.12.16 20:57:50.355788 [ 260 ] {0841023c-4d08-4dde-bc52-76b40c098de3} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12673 | 2024.12.16 20:57:50.355866 [ 260 ] {0841023c-4d08-4dde-bc52-76b40c098de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12674 | 2024.12.16 20:57:50.356832 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.004537157 sec., 54218.9745693173 rows/sec., 2.77 MiB/sec. | ||
| 12675 | 2024.12.16 20:57:50.356952 [ 260 ] {0841023c-4d08-4dde-bc52-76b40c098de3} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12676 | 2024.12.16 20:57:50.357006 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 12677 | 2024.12.16 20:57:50.357437 [ 260 ] {0841023c-4d08-4dde-bc52-76b40c098de3} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12678 | 2024.12.16 20:57:50.357496 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_41_8} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12679 | 2024.12.16 20:57:50.357680 [ 187 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_41_8} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 12680 | 2024.12.16 20:57:50.357888 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12681 | 2024.12.16 20:57:50.357942 [ 260 ] {0841023c-4d08-4dde-bc52-76b40c098de3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00522 sec., 45402.29885057471 rows/sec., 3.04 MiB/sec. | ||
| 12682 | 2024.12.16 20:57:50.358026 [ 260 ] {0841023c-4d08-4dde-bc52-76b40c098de3} <Debug> TCPHandler: Processed in 0.005601217 sec. | ||
| 12683 | 2024.12.16 20:57:50.358183 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12684 | 2024.12.16 20:57:50.358302 [ 261 ] {711d6a73-020a-46dd-be5e-370fd79ca2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12685 | 2024.12.16 20:57:50.358354 [ 261 ] {711d6a73-020a-46dd-be5e-370fd79ca2c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12686 | 2024.12.16 20:57:50.358826 [ 261 ] {711d6a73-020a-46dd-be5e-370fd79ca2c9} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12687 | 2024.12.16 20:57:50.358864 [ 261 ] {711d6a73-020a-46dd-be5e-370fd79ca2c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12688 | 2024.12.16 20:57:50.359247 [ 261 ] {711d6a73-020a-46dd-be5e-370fd79ca2c9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12689 | 2024.12.16 20:57:50.359500 [ 261 ] {711d6a73-020a-46dd-be5e-370fd79ca2c9} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12690 | 2024.12.16 20:57:50.359674 [ 133 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 12691 | 2024.12.16 20:57:50.359726 [ 261 ] {711d6a73-020a-46dd-be5e-370fd79ca2c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001447 sec., 691.0850034554251 rows/sec., 46.57 KiB/sec. | ||
| 12692 | 2024.12.16 20:57:50.359789 [ 133 ] {} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12693 | 2024.12.16 20:57:50.359857 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12694 | 2024.12.16 20:57:50.359874 [ 261 ] {711d6a73-020a-46dd-be5e-370fd79ca2c9} <Debug> TCPHandler: Processed in 0.001747873 sec. | ||
| 12695 | 2024.12.16 20:57:50.360081 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 12696 | 2024.12.16 20:57:50.360082 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12697 | 2024.12.16 20:57:50.360234 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12698 | 2024.12.16 20:57:50.360265 [ 260 ] {3e0facb3-9d11-4be5-bee0-15e2b75a051f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12699 | 2024.12.16 20:57:50.360275 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 37 rows starting from the beginning of the part | ||
| 12700 | 2024.12.16 20:57:50.360444 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 12701 | 2024.12.16 20:57:50.360456 [ 260 ] {3e0facb3-9d11-4be5-bee0-15e2b75a051f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12702 | 2024.12.16 20:57:50.360692 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 12703 | 2024.12.16 20:57:50.361150 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 12704 | 2024.12.16 20:57:50.361363 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 12705 | 2024.12.16 20:57:50.361542 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 12706 | 2024.12.16 20:57:50.363433 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.003476276 sec., 12081.894533115323 rows/sec., 812.99 KiB/sec. | ||
| 12707 | 2024.12.16 20:57:50.363586 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 12708 | 2024.12.16 20:57:50.363711 [ 260 ] {3e0facb3-9d11-4be5-bee0-15e2b75a051f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12709 | 2024.12.16 20:57:50.363756 [ 260 ] {3e0facb3-9d11-4be5-bee0-15e2b75a051f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12710 | 2024.12.16 20:57:50.363960 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_41_8} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12711 | 2024.12.16 20:57:50.364057 [ 194 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_41_8} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 12712 | 2024.12.16 20:57:50.364157 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12713 | 2024.12.16 20:57:50.364508 [ 260 ] {3e0facb3-9d11-4be5-bee0-15e2b75a051f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12714 | 2024.12.16 20:57:50.364774 [ 260 ] {3e0facb3-9d11-4be5-bee0-15e2b75a051f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12715 | 2024.12.16 20:57:50.365042 [ 260 ] {3e0facb3-9d11-4be5-bee0-15e2b75a051f} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.004826 sec., 3937.007874015748 rows/sec., 7.05 MiB/sec. | ||
| 12716 | 2024.12.16 20:57:50.365187 [ 260 ] {3e0facb3-9d11-4be5-bee0-15e2b75a051f} <Debug> TCPHandler: Processed in 0.00520299 sec. | ||
| 12717 | 2024.12.16 20:57:50.365347 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12718 | 2024.12.16 20:57:50.365467 [ 261 ] {b2315e45-9784-4822-b87e-63bef5259e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12719 | 2024.12.16 20:57:50.365517 [ 261 ] {b2315e45-9784-4822-b87e-63bef5259e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12720 | 2024.12.16 20:57:50.366023 [ 261 ] {b2315e45-9784-4822-b87e-63bef5259e68} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12721 | 2024.12.16 20:57:50.366062 [ 261 ] {b2315e45-9784-4822-b87e-63bef5259e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12722 | 2024.12.16 20:57:50.366448 [ 261 ] {b2315e45-9784-4822-b87e-63bef5259e68} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12723 | 2024.12.16 20:57:50.366695 [ 261 ] {b2315e45-9784-4822-b87e-63bef5259e68} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12724 | 2024.12.16 20:57:50.366939 [ 261 ] {b2315e45-9784-4822-b87e-63bef5259e68} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001493 sec., 54922.97387809779 rows/sec., 3.49 MiB/sec. | ||
| 12725 | 2024.12.16 20:57:50.367036 [ 261 ] {b2315e45-9784-4822-b87e-63bef5259e68} <Debug> TCPHandler: Processed in 0.001748623 sec. | ||
| 12726 | 2024.12.16 20:57:51.287769 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12727 | 2024.12.16 20:57:51.287823 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12728 | 2024.12.16 20:57:51.495953 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 12729 | 2024.12.16 20:57:51.496905 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12730 | 2024.12.16 20:57:51.496954 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 12731 | 2024.12.16 20:57:51.497492 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12732 | 2024.12.16 20:57:51.497757 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12733 | 2024.12.16 20:57:51.498033 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 12734 | 2024.12.16 20:57:53.613465 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12735 | 2024.12.16 20:57:53.632314 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12736 | 2024.12.16 20:57:53.632376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12737 | 2024.12.16 20:57:53.639296 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12738 | 2024.12.16 20:57:53.640035 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12739 | 2024.12.16 20:57:53.642703 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12740 | 2024.12.16 20:57:55.325092 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12741 | 2024.12.16 20:57:55.325393 [ 261 ] {74db2f43-9c6d-4354-8ad2-523cc9d7f78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12742 | 2024.12.16 20:57:55.325503 [ 261 ] {74db2f43-9c6d-4354-8ad2-523cc9d7f78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12743 | 2024.12.16 20:57:55.326386 [ 261 ] {74db2f43-9c6d-4354-8ad2-523cc9d7f78a} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12744 | 2024.12.16 20:57:55.326427 [ 261 ] {74db2f43-9c6d-4354-8ad2-523cc9d7f78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12745 | 2024.12.16 20:57:55.326869 [ 261 ] {74db2f43-9c6d-4354-8ad2-523cc9d7f78a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12746 | 2024.12.16 20:57:55.327124 [ 261 ] {74db2f43-9c6d-4354-8ad2-523cc9d7f78a} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12747 | 2024.12.16 20:57:55.327328 [ 261 ] {74db2f43-9c6d-4354-8ad2-523cc9d7f78a} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.002017 sec., 50570.15369360436 rows/sec., 4.21 MiB/sec. | ||
| 12748 | 2024.12.16 20:57:55.327381 [ 261 ] {74db2f43-9c6d-4354-8ad2-523cc9d7f78a} <Debug> TCPHandler: Processed in 0.002465237 sec. | ||
| 12749 | 2024.12.16 20:57:55.327636 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12750 | 2024.12.16 20:57:55.327838 [ 260 ] {2e1007f8-946e-4e92-a5ef-c732f072d486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12751 | 2024.12.16 20:57:55.327920 [ 260 ] {2e1007f8-946e-4e92-a5ef-c732f072d486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12752 | 2024.12.16 20:57:55.328765 [ 260 ] {2e1007f8-946e-4e92-a5ef-c732f072d486} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12753 | 2024.12.16 20:57:55.328822 [ 260 ] {2e1007f8-946e-4e92-a5ef-c732f072d486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12754 | 2024.12.16 20:57:55.329244 [ 260 ] {2e1007f8-946e-4e92-a5ef-c732f072d486} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12755 | 2024.12.16 20:57:55.329496 [ 260 ] {2e1007f8-946e-4e92-a5ef-c732f072d486} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12756 | 2024.12.16 20:57:55.329728 [ 260 ] {2e1007f8-946e-4e92-a5ef-c732f072d486} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001946 sec., 11819.116135662898 rows/sec., 888.74 KiB/sec. | ||
| 12757 | 2024.12.16 20:57:55.329795 [ 260 ] {2e1007f8-946e-4e92-a5ef-c732f072d486} <Debug> TCPHandler: Processed in 0.002288674 sec. | ||
| 12758 | 2024.12.16 20:57:55.329949 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12759 | 2024.12.16 20:57:55.330086 [ 261 ] {f2a74172-36d8-4e10-92b6-526bbf220db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12760 | 2024.12.16 20:57:55.330142 [ 261 ] {f2a74172-36d8-4e10-92b6-526bbf220db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12761 | 2024.12.16 20:57:55.330841 [ 261 ] {f2a74172-36d8-4e10-92b6-526bbf220db8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12762 | 2024.12.16 20:57:55.330878 [ 261 ] {f2a74172-36d8-4e10-92b6-526bbf220db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12763 | 2024.12.16 20:57:55.331234 [ 261 ] {f2a74172-36d8-4e10-92b6-526bbf220db8} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12764 | 2024.12.16 20:57:55.331463 [ 261 ] {f2a74172-36d8-4e10-92b6-526bbf220db8} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12765 | 2024.12.16 20:57:55.331651 [ 261 ] {f2a74172-36d8-4e10-92b6-526bbf220db8} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001593 sec., 54613.93596986817 rows/sec., 4.26 MiB/sec. | ||
| 12766 | 2024.12.16 20:57:55.331749 [ 261 ] {f2a74172-36d8-4e10-92b6-526bbf220db8} <Debug> TCPHandler: Processed in 0.001858966 sec. | ||
| 12767 | 2024.12.16 20:57:55.331960 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12768 | 2024.12.16 20:57:55.332262 [ 260 ] {175d0107-53bb-4732-bcd0-cb26dd223551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12769 | 2024.12.16 20:57:55.332330 [ 260 ] {175d0107-53bb-4732-bcd0-cb26dd223551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12770 | 2024.12.16 20:57:55.332983 [ 260 ] {175d0107-53bb-4732-bcd0-cb26dd223551} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12771 | 2024.12.16 20:57:55.333024 [ 260 ] {175d0107-53bb-4732-bcd0-cb26dd223551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12772 | 2024.12.16 20:57:55.333420 [ 260 ] {175d0107-53bb-4732-bcd0-cb26dd223551} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12773 | 2024.12.16 20:57:55.333656 [ 260 ] {175d0107-53bb-4732-bcd0-cb26dd223551} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12774 | 2024.12.16 20:57:55.333822 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 | ||
| 12775 | 2024.12.16 20:57:55.333881 [ 260 ] {175d0107-53bb-4732-bcd0-cb26dd223551} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec. | ||
| 12776 | 2024.12.16 20:57:55.333889 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12777 | 2024.12.16 20:57:55.333966 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12778 | 2024.12.16 20:57:55.333999 [ 260 ] {175d0107-53bb-4732-bcd0-cb26dd223551} <Debug> TCPHandler: Processed in 0.002149681 sec. | ||
| 12779 | 2024.12.16 20:57:55.334210 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12780 | 2024.12.16 20:57:55.334239 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full | ||
| 12781 | 2024.12.16 20:57:55.334431 [ 261 ] {2f94f4c1-b1cd-490e-9e70-c3cc0b942c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12782 | 2024.12.16 20:57:55.334623 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12783 | 2024.12.16 20:57:55.334648 [ 261 ] {2f94f4c1-b1cd-490e-9e70-c3cc0b942c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12784 | 2024.12.16 20:57:55.334728 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_95_19, total 29287 rows starting from the beginning of the part | ||
| 12785 | 2024.12.16 20:57:55.335307 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 12786 | 2024.12.16 20:57:55.335674 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 946 rows starting from the beginning of the part | ||
| 12787 | 2024.12.16 20:57:55.336044 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part | ||
| 12788 | 2024.12.16 20:57:55.336383 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 237 rows starting from the beginning of the part | ||
| 12789 | 2024.12.16 20:57:55.336951 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 12790 | 2024.12.16 20:57:55.339101 [ 261 ] {2f94f4c1-b1cd-490e-9e70-c3cc0b942c2f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12791 | 2024.12.16 20:57:55.339152 [ 261 ] {2f94f4c1-b1cd-490e-9e70-c3cc0b942c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12792 | 2024.12.16 20:57:55.340898 [ 261 ] {2f94f4c1-b1cd-490e-9e70-c3cc0b942c2f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12793 | 2024.12.16 20:57:55.341198 [ 261 ] {2f94f4c1-b1cd-490e-9e70-c3cc0b942c2f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12794 | 2024.12.16 20:57:55.341791 [ 261 ] {2f94f4c1-b1cd-490e-9e70-c3cc0b942c2f} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.007429 sec., 3095.9752321981423 rows/sec., 5.55 MiB/sec. | ||
| 12795 | 2024.12.16 20:57:55.341897 [ 261 ] {2f94f4c1-b1cd-490e-9e70-c3cc0b942c2f} <Debug> TCPHandler: Processed in 0.007802839 sec. | ||
| 12796 | 2024.12.16 20:57:55.342044 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12797 | 2024.12.16 20:57:55.342194 [ 260 ] {c537d8c0-51f1-426b-acb7-2cceea200ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12798 | 2024.12.16 20:57:55.342331 [ 260 ] {c537d8c0-51f1-426b-acb7-2cceea200ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12799 | 2024.12.16 20:57:55.342961 [ 260 ] {c537d8c0-51f1-426b-acb7-2cceea200ee6} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12800 | 2024.12.16 20:57:55.343008 [ 260 ] {c537d8c0-51f1-426b-acb7-2cceea200ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12801 | 2024.12.16 20:57:55.343581 [ 260 ] {c537d8c0-51f1-426b-acb7-2cceea200ee6} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12802 | 2024.12.16 20:57:55.343935 [ 260 ] {c537d8c0-51f1-426b-acb7-2cceea200ee6} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12803 | 2024.12.16 20:57:55.344172 [ 260 ] {c537d8c0-51f1-426b-acb7-2cceea200ee6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002018 sec., 29732.408325074335 rows/sec., 2.00 MiB/sec. | ||
| 12804 | 2024.12.16 20:57:55.344233 [ 260 ] {c537d8c0-51f1-426b-acb7-2cceea200ee6} <Debug> TCPHandler: Processed in 0.002245473 sec. | ||
| 12805 | 2024.12.16 20:57:55.345912 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30931 rows, containing 5 columns (5 merged, 0 gathered) in 0.011793115 sec., 2622801.524448799 rows/sec., 177.11 MiB/sec. | ||
| 12806 | 2024.12.16 20:57:55.346885 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) | ||
| 12807 | 2024.12.16 20:57:55.347238 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12808 | 2024.12.16 20:57:55.347330 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 | ||
| 12809 | 2024.12.16 20:57:55.347444 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 12810 | 2024.12.16 20:57:55.670213 [ 127 ] {} <Debug> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 12811 | 2024.12.16 20:57:55.670296 [ 127 ] {} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12812 | 2024.12.16 20:57:55.670339 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12813 | 2024.12.16 20:57:55.670657 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 12814 | 2024.12.16 20:57:55.671020 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12815 | 2024.12.16 20:57:55.671091 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 12816 | 2024.12.16 20:57:55.671267 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 12817 | 2024.12.16 20:57:55.671466 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 12818 | 2024.12.16 20:57:55.671665 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 12819 | 2024.12.16 20:57:55.671889 [ 198 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 12820 | 2024.12.16 20:57:55.672992 [ 200 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002547359 sec., 14132.283671049114 rows/sec., 1.18 MiB/sec. | ||
| 12821 | 2024.12.16 20:57:55.673162 [ 190 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 12822 | 2024.12.16 20:57:55.673488 [ 190 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_25_6} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12823 | 2024.12.16 20:57:55.673585 [ 190 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_25_6} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 12824 | 2024.12.16 20:57:55.673681 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12825 | 2024.12.16 20:57:56.653797 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1810 | ||
| 12826 | 2024.12.16 20:57:56.657036 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12827 | 2024.12.16 20:57:56.657087 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12828 | 2024.12.16 20:57:56.658579 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12829 | 2024.12.16 20:57:56.658895 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12830 | 2024.12.16 20:57:56.659490 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1810 | ||
| 12831 | 2024.12.16 20:57:58.998197 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 12832 | 2024.12.16 20:57:58.998993 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12833 | 2024.12.16 20:57:58.999036 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12834 | 2024.12.16 20:57:58.999575 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12835 | 2024.12.16 20:57:58.999847 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12836 | 2024.12.16 20:57:59.000107 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 12837 | 2024.12.16 20:58:00.328586 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12838 | 2024.12.16 20:58:00.328881 [ 261 ] {b0f659b4-00b0-4f15-90c0-fb4c200095fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12839 | 2024.12.16 20:58:00.328993 [ 261 ] {b0f659b4-00b0-4f15-90c0-fb4c200095fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12840 | 2024.12.16 20:58:00.329724 [ 261 ] {b0f659b4-00b0-4f15-90c0-fb4c200095fd} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12841 | 2024.12.16 20:58:00.329772 [ 261 ] {b0f659b4-00b0-4f15-90c0-fb4c200095fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12842 | 2024.12.16 20:58:00.330206 [ 261 ] {b0f659b4-00b0-4f15-90c0-fb4c200095fd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12843 | 2024.12.16 20:58:00.330459 [ 261 ] {b0f659b4-00b0-4f15-90c0-fb4c200095fd} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12844 | 2024.12.16 20:58:00.330697 [ 261 ] {b0f659b4-00b0-4f15-90c0-fb4c200095fd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec. | ||
| 12845 | 2024.12.16 20:58:00.330766 [ 261 ] {b0f659b4-00b0-4f15-90c0-fb4c200095fd} <Debug> TCPHandler: Processed in 0.002378496 sec. | ||
| 12846 | 2024.12.16 20:58:00.331028 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12847 | 2024.12.16 20:58:00.331217 [ 260 ] {e6a27bb4-fa43-48e1-a229-44ab805eaaac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12848 | 2024.12.16 20:58:00.331288 [ 260 ] {e6a27bb4-fa43-48e1-a229-44ab805eaaac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12849 | 2024.12.16 20:58:00.331999 [ 260 ] {e6a27bb4-fa43-48e1-a229-44ab805eaaac} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12850 | 2024.12.16 20:58:00.332043 [ 260 ] {e6a27bb4-fa43-48e1-a229-44ab805eaaac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12851 | 2024.12.16 20:58:00.332467 [ 260 ] {e6a27bb4-fa43-48e1-a229-44ab805eaaac} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 12852 | 2024.12.16 20:58:00.332728 [ 260 ] {e6a27bb4-fa43-48e1-a229-44ab805eaaac} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12853 | 2024.12.16 20:58:00.332938 [ 260 ] {e6a27bb4-fa43-48e1-a229-44ab805eaaac} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001769 sec., 2261.1644997173544 rows/sec., 184.38 KiB/sec. | ||
| 12854 | 2024.12.16 20:58:00.333073 [ 260 ] {e6a27bb4-fa43-48e1-a229-44ab805eaaac} <Debug> TCPHandler: Processed in 0.002186072 sec. | ||
| 12855 | 2024.12.16 20:58:00.333227 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12856 | 2024.12.16 20:58:00.333371 [ 261 ] {b2cb2fbc-0dee-4e8b-9ae7-0c92509d5fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12857 | 2024.12.16 20:58:00.333433 [ 261 ] {b2cb2fbc-0dee-4e8b-9ae7-0c92509d5fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12858 | 2024.12.16 20:58:00.334194 [ 261 ] {b2cb2fbc-0dee-4e8b-9ae7-0c92509d5fac} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12859 | 2024.12.16 20:58:00.334234 [ 261 ] {b2cb2fbc-0dee-4e8b-9ae7-0c92509d5fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12860 | 2024.12.16 20:58:00.334620 [ 261 ] {b2cb2fbc-0dee-4e8b-9ae7-0c92509d5fac} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12861 | 2024.12.16 20:58:00.334863 [ 261 ] {b2cb2fbc-0dee-4e8b-9ae7-0c92509d5fac} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12862 | 2024.12.16 20:58:00.335041 [ 122 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12863 | 2024.12.16 20:58:00.335080 [ 261 ] {b2cb2fbc-0dee-4e8b-9ae7-0c92509d5fac} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001736 sec., 139976.95852534563 rows/sec., 12.25 MiB/sec. | ||
| 12864 | 2024.12.16 20:58:00.335100 [ 122 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12865 | 2024.12.16 20:58:00.335172 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12866 | 2024.12.16 20:58:00.335203 [ 261 ] {b2cb2fbc-0dee-4e8b-9ae7-0c92509d5fac} <Debug> TCPHandler: Processed in 0.002038639 sec. | ||
| 12867 | 2024.12.16 20:58:00.335381 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12868 | 2024.12.16 20:58:00.335400 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 12869 | 2024.12.16 20:58:00.335534 [ 260 ] {419a2027-54b4-4235-a66a-6f0f81cea9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12870 | 2024.12.16 20:58:00.335562 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12871 | 2024.12.16 20:58:00.335599 [ 260 ] {419a2027-54b4-4235-a66a-6f0f81cea9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12872 | 2024.12.16 20:58:00.335609 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1437 rows starting from the beginning of the part | ||
| 12873 | 2024.12.16 20:58:00.335826 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 1246 rows starting from the beginning of the part | ||
| 12874 | 2024.12.16 20:58:00.336230 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part | ||
| 12875 | 2024.12.16 20:58:00.336685 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 241 rows starting from the beginning of the part | ||
| 12876 | 2024.12.16 20:58:00.337109 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 102 rows starting from the beginning of the part | ||
| 12877 | 2024.12.16 20:58:00.337494 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 243 rows starting from the beginning of the part | ||
| 12878 | 2024.12.16 20:58:00.338271 [ 260 ] {419a2027-54b4-4235-a66a-6f0f81cea9a1} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12879 | 2024.12.16 20:58:00.338315 [ 260 ] {419a2027-54b4-4235-a66a-6f0f81cea9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12880 | 2024.12.16 20:58:00.338841 [ 260 ] {419a2027-54b4-4235-a66a-6f0f81cea9a1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12881 | 2024.12.16 20:58:00.339153 [ 260 ] {419a2027-54b4-4235-a66a-6f0f81cea9a1} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12882 | 2024.12.16 20:58:00.339384 [ 260 ] {419a2027-54b4-4235-a66a-6f0f81cea9a1} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.003894 sec., 7704.160246533128 rows/sec., 555.74 KiB/sec. | ||
| 12883 | 2024.12.16 20:58:00.339482 [ 260 ] {419a2027-54b4-4235-a66a-6f0f81cea9a1} <Debug> TCPHandler: Processed in 0.00418448 sec. | ||
| 12884 | 2024.12.16 20:58:00.339754 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12885 | 2024.12.16 20:58:00.340143 [ 261 ] {fac65eb3-fd74-4f2e-92f3-d5fbb8b5b4b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12886 | 2024.12.16 20:58:00.340316 [ 261 ] {fac65eb3-fd74-4f2e-92f3-d5fbb8b5b4b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12887 | 2024.12.16 20:58:00.340815 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3325 rows, containing 5 columns (5 merged, 0 gathered) in 0.005536656 sec., 600542.9992399744 rows/sec., 52.45 MiB/sec. | ||
| 12888 | 2024.12.16 20:58:00.341206 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12889 | 2024.12.16 20:58:00.341754 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_101_20} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12890 | 2024.12.16 20:58:00.341959 [ 198 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_101_20} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12891 | 2024.12.16 20:58:00.342140 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 12892 | 2024.12.16 20:58:00.342169 [ 261 ] {fac65eb3-fd74-4f2e-92f3-d5fbb8b5b4b5} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12893 | 2024.12.16 20:58:00.342224 [ 261 ] {fac65eb3-fd74-4f2e-92f3-d5fbb8b5b4b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12894 | 2024.12.16 20:58:00.342596 [ 261 ] {fac65eb3-fd74-4f2e-92f3-d5fbb8b5b4b5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 12895 | 2024.12.16 20:58:00.342836 [ 261 ] {fac65eb3-fd74-4f2e-92f3-d5fbb8b5b4b5} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12896 | 2024.12.16 20:58:00.343096 [ 261 ] {fac65eb3-fd74-4f2e-92f3-d5fbb8b5b4b5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00309 sec., 4530.74433656958 rows/sec., 317.30 KiB/sec. | ||
| 12897 | 2024.12.16 20:58:00.343266 [ 261 ] {fac65eb3-fd74-4f2e-92f3-d5fbb8b5b4b5} <Debug> TCPHandler: Processed in 0.00366556 sec. | ||
| 12898 | 2024.12.16 20:58:00.343485 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12899 | 2024.12.16 20:58:00.343614 [ 260 ] {854f501e-1ad1-495e-8b01-4f1521e1722d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12900 | 2024.12.16 20:58:00.343664 [ 260 ] {854f501e-1ad1-495e-8b01-4f1521e1722d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12901 | 2024.12.16 20:58:00.344230 [ 260 ] {854f501e-1ad1-495e-8b01-4f1521e1722d} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12902 | 2024.12.16 20:58:00.344268 [ 260 ] {854f501e-1ad1-495e-8b01-4f1521e1722d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12903 | 2024.12.16 20:58:00.344629 [ 260 ] {854f501e-1ad1-495e-8b01-4f1521e1722d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12904 | 2024.12.16 20:58:00.344865 [ 260 ] {854f501e-1ad1-495e-8b01-4f1521e1722d} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12905 | 2024.12.16 20:58:00.345038 [ 260 ] {854f501e-1ad1-495e-8b01-4f1521e1722d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001451 sec., 8959.33838731909 rows/sec., 558.61 KiB/sec. | ||
| 12906 | 2024.12.16 20:58:00.345089 [ 260 ] {854f501e-1ad1-495e-8b01-4f1521e1722d} <Debug> TCPHandler: Processed in 0.001703503 sec. | ||
| 12907 | 2024.12.16 20:58:00.345233 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12908 | 2024.12.16 20:58:00.345348 [ 261 ] {0be47953-fadc-4dca-9cdc-9192a0018130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12909 | 2024.12.16 20:58:00.345396 [ 261 ] {0be47953-fadc-4dca-9cdc-9192a0018130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12910 | 2024.12.16 20:58:00.346144 [ 261 ] {0be47953-fadc-4dca-9cdc-9192a0018130} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12911 | 2024.12.16 20:58:00.346183 [ 261 ] {0be47953-fadc-4dca-9cdc-9192a0018130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12912 | 2024.12.16 20:58:00.346558 [ 261 ] {0be47953-fadc-4dca-9cdc-9192a0018130} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12913 | 2024.12.16 20:58:00.346792 [ 261 ] {0be47953-fadc-4dca-9cdc-9192a0018130} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12914 | 2024.12.16 20:58:00.346955 [ 122 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12915 | 2024.12.16 20:58:00.347004 [ 122 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12916 | 2024.12.16 20:58:00.347018 [ 261 ] {0be47953-fadc-4dca-9cdc-9192a0018130} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.001685 sec., 240356.0830860534 rows/sec., 17.11 MiB/sec. | ||
| 12917 | 2024.12.16 20:58:00.347046 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12918 | 2024.12.16 20:58:00.347165 [ 261 ] {0be47953-fadc-4dca-9cdc-9192a0018130} <Debug> TCPHandler: Processed in 0.001983018 sec. | ||
| 12919 | 2024.12.16 20:58:00.347372 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 12920 | 2024.12.16 20:58:00.347399 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12921 | 2024.12.16 20:58:00.347682 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12922 | 2024.12.16 20:58:00.347684 [ 260 ] {7660b3a4-88ba-43bc-bf5c-87408d8b5c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12923 | 2024.12.16 20:58:00.347750 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 916 rows starting from the beginning of the part | ||
| 12924 | 2024.12.16 20:58:00.347815 [ 260 ] {7660b3a4-88ba-43bc-bf5c-87408d8b5c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12925 | 2024.12.16 20:58:00.348067 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 551 rows starting from the beginning of the part | ||
| 12926 | 2024.12.16 20:58:00.348425 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part | ||
| 12927 | 2024.12.16 20:58:00.348821 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 401 rows starting from the beginning of the part | ||
| 12928 | 2024.12.16 20:58:00.349223 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 87 rows starting from the beginning of the part | ||
| 12929 | 2024.12.16 20:58:00.349488 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 405 rows starting from the beginning of the part | ||
| 12930 | 2024.12.16 20:58:00.350411 [ 260 ] {7660b3a4-88ba-43bc-bf5c-87408d8b5c20} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12931 | 2024.12.16 20:58:00.350471 [ 260 ] {7660b3a4-88ba-43bc-bf5c-87408d8b5c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12932 | 2024.12.16 20:58:00.351385 [ 260 ] {7660b3a4-88ba-43bc-bf5c-87408d8b5c20} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12933 | 2024.12.16 20:58:00.351859 [ 260 ] {7660b3a4-88ba-43bc-bf5c-87408d8b5c20} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12934 | 2024.12.16 20:58:00.352122 [ 260 ] {7660b3a4-88ba-43bc-bf5c-87408d8b5c20} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004534 sec., 1323.3348037053374 rows/sec., 69.14 KiB/sec. | ||
| 12935 | 2024.12.16 20:58:00.352183 [ 260 ] {7660b3a4-88ba-43bc-bf5c-87408d8b5c20} <Debug> TCPHandler: Processed in 0.004910174 sec. | ||
| 12936 | 2024.12.16 20:58:00.352435 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12937 | 2024.12.16 20:58:00.352674 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.005477104 sec., 442569.649946395 rows/sec., 33.95 MiB/sec. | ||
| 12938 | 2024.12.16 20:58:00.352686 [ 261 ] {5d7d9339-d309-4817-b5ba-fc65d3ceb581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12939 | 2024.12.16 20:58:00.352853 [ 261 ] {5d7d9339-d309-4817-b5ba-fc65d3ceb581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12940 | 2024.12.16 20:58:00.353129 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12941 | 2024.12.16 20:58:00.353749 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_101_20} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12942 | 2024.12.16 20:58:00.353984 [ 197 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_101_20} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12943 | 2024.12.16 20:58:00.354041 [ 261 ] {5d7d9339-d309-4817-b5ba-fc65d3ceb581} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12944 | 2024.12.16 20:58:00.354123 [ 261 ] {5d7d9339-d309-4817-b5ba-fc65d3ceb581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12945 | 2024.12.16 20:58:00.354141 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 12946 | 2024.12.16 20:58:00.354567 [ 261 ] {5d7d9339-d309-4817-b5ba-fc65d3ceb581} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12947 | 2024.12.16 20:58:00.354812 [ 261 ] {5d7d9339-d309-4817-b5ba-fc65d3ceb581} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12948 | 2024.12.16 20:58:00.355031 [ 261 ] {5d7d9339-d309-4817-b5ba-fc65d3ceb581} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.002405 sec., 99376.29937629937 rows/sec., 6.66 MiB/sec. | ||
| 12949 | 2024.12.16 20:58:00.355092 [ 261 ] {5d7d9339-d309-4817-b5ba-fc65d3ceb581} <Debug> TCPHandler: Processed in 0.002816034 sec. | ||
| 12950 | 2024.12.16 20:58:00.355247 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12951 | 2024.12.16 20:58:00.355383 [ 260 ] {ca22651d-c3e0-4651-ba25-78486ba2169a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12952 | 2024.12.16 20:58:00.355442 [ 260 ] {ca22651d-c3e0-4651-ba25-78486ba2169a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12953 | 2024.12.16 20:58:00.355980 [ 260 ] {ca22651d-c3e0-4651-ba25-78486ba2169a} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12954 | 2024.12.16 20:58:00.356019 [ 260 ] {ca22651d-c3e0-4651-ba25-78486ba2169a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12955 | 2024.12.16 20:58:00.356370 [ 260 ] {ca22651d-c3e0-4651-ba25-78486ba2169a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12956 | 2024.12.16 20:58:00.356610 [ 260 ] {ca22651d-c3e0-4651-ba25-78486ba2169a} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12957 | 2024.12.16 20:58:00.356840 [ 260 ] {ca22651d-c3e0-4651-ba25-78486ba2169a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001481 sec., 675.2194463200541 rows/sec., 45.50 KiB/sec. | ||
| 12958 | 2024.12.16 20:58:00.356916 [ 260 ] {ca22651d-c3e0-4651-ba25-78486ba2169a} <Debug> TCPHandler: Processed in 0.001735393 sec. | ||
| 12959 | 2024.12.16 20:58:00.357128 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12960 | 2024.12.16 20:58:00.357274 [ 261 ] {30797dcd-3c66-45ba-9cb6-326a2d856a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12961 | 2024.12.16 20:58:00.357362 [ 261 ] {30797dcd-3c66-45ba-9cb6-326a2d856a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12962 | 2024.12.16 20:58:00.358590 [ 261 ] {30797dcd-3c66-45ba-9cb6-326a2d856a12} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12963 | 2024.12.16 20:58:00.358628 [ 261 ] {30797dcd-3c66-45ba-9cb6-326a2d856a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12964 | 2024.12.16 20:58:00.359270 [ 261 ] {30797dcd-3c66-45ba-9cb6-326a2d856a12} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12965 | 2024.12.16 20:58:00.359529 [ 261 ] {30797dcd-3c66-45ba-9cb6-326a2d856a12} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12966 | 2024.12.16 20:58:00.359823 [ 261 ] {30797dcd-3c66-45ba-9cb6-326a2d856a12} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002569 sec., 7395.873880887504 rows/sec., 13.25 MiB/sec. | ||
| 12967 | 2024.12.16 20:58:00.360152 [ 261 ] {30797dcd-3c66-45ba-9cb6-326a2d856a12} <Debug> TCPHandler: Processed in 0.003134819 sec. | ||
| 12968 | 2024.12.16 20:58:00.360408 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12969 | 2024.12.16 20:58:00.360562 [ 260 ] {f4d55e01-0111-4c61-a937-e82bc02ff6e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12970 | 2024.12.16 20:58:00.360618 [ 260 ] {f4d55e01-0111-4c61-a937-e82bc02ff6e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12971 | 2024.12.16 20:58:00.361137 [ 260 ] {f4d55e01-0111-4c61-a937-e82bc02ff6e1} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12972 | 2024.12.16 20:58:00.361174 [ 260 ] {f4d55e01-0111-4c61-a937-e82bc02ff6e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12973 | 2024.12.16 20:58:00.361533 [ 260 ] {f4d55e01-0111-4c61-a937-e82bc02ff6e1} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12974 | 2024.12.16 20:58:00.361762 [ 260 ] {f4d55e01-0111-4c61-a937-e82bc02ff6e1} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12975 | 2024.12.16 20:58:00.361946 [ 120 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12976 | 2024.12.16 20:58:00.361989 [ 260 ] {f4d55e01-0111-4c61-a937-e82bc02ff6e1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001446 sec., 56708.160442600274 rows/sec., 3.60 MiB/sec. | ||
| 12977 | 2024.12.16 20:58:00.362014 [ 120 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12978 | 2024.12.16 20:58:00.362073 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12979 | 2024.12.16 20:58:00.362092 [ 260 ] {f4d55e01-0111-4c61-a937-e82bc02ff6e1} <Debug> TCPHandler: Processed in 0.001818324 sec. | ||
| 12980 | 2024.12.16 20:58:00.362341 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 12981 | 2024.12.16 20:58:00.362653 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12982 | 2024.12.16 20:58:00.362745 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5896 rows starting from the beginning of the part | ||
| 12983 | 2024.12.16 20:58:00.363055 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 36 rows starting from the beginning of the part | ||
| 12984 | 2024.12.16 20:58:00.363570 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 24 rows starting from the beginning of the part | ||
| 12985 | 2024.12.16 20:58:00.364000 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 82 rows starting from the beginning of the part | ||
| 12986 | 2024.12.16 20:58:00.364111 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 12987 | 2024.12.16 20:58:00.364300 [ 192 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 12988 | 2024.12.16 20:58:00.366349 [ 189 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6180 rows, containing 4 columns (4 merged, 0 gathered) in 0.00418761 sec., 1475782.1287082608 rows/sec., 96.27 MiB/sec. | ||
| 12989 | 2024.12.16 20:58:00.366773 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12990 | 2024.12.16 20:58:00.367090 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_101_20} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12991 | 2024.12.16 20:58:00.367175 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_101_20} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12992 | 2024.12.16 20:58:00.367256 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 12993 | 2024.12.16 20:58:01.142777 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12994 | 2024.12.16 20:58:01.163985 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12995 | 2024.12.16 20:58:01.164048 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 12996 | 2024.12.16 20:58:01.171426 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12997 | 2024.12.16 20:58:01.172220 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12998 | 2024.12.16 20:58:01.175658 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12999 | 2024.12.16 20:58:05.323360 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13000 | 2024.12.16 20:58:05.323576 [ 261 ] {5d5c4d9f-a010-40eb-b93d-bb89f9b76896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13001 | 2024.12.16 20:58:05.323651 [ 261 ] {5d5c4d9f-a010-40eb-b93d-bb89f9b76896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13002 | 2024.12.16 20:58:05.324444 [ 261 ] {5d5c4d9f-a010-40eb-b93d-bb89f9b76896} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13003 | 2024.12.16 20:58:05.324486 [ 261 ] {5d5c4d9f-a010-40eb-b93d-bb89f9b76896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13004 | 2024.12.16 20:58:05.324915 [ 261 ] {5d5c4d9f-a010-40eb-b93d-bb89f9b76896} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13005 | 2024.12.16 20:58:05.325175 [ 261 ] {5d5c4d9f-a010-40eb-b93d-bb89f9b76896} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13006 | 2024.12.16 20:58:05.325395 [ 261 ] {5d5c4d9f-a010-40eb-b93d-bb89f9b76896} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001871 sec., 54516.30144307857 rows/sec., 4.54 MiB/sec. | ||
| 13007 | 2024.12.16 20:58:05.325486 [ 261 ] {5d5c4d9f-a010-40eb-b93d-bb89f9b76896} <Debug> TCPHandler: Processed in 0.002248573 sec. | ||
| 13008 | 2024.12.16 20:58:05.325780 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13009 | 2024.12.16 20:58:05.326002 [ 260 ] {6779034c-d5fb-4fa4-b401-980ecaf71bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13010 | 2024.12.16 20:58:05.326081 [ 260 ] {6779034c-d5fb-4fa4-b401-980ecaf71bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13011 | 2024.12.16 20:58:05.326851 [ 260 ] {6779034c-d5fb-4fa4-b401-980ecaf71bd5} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13012 | 2024.12.16 20:58:05.326904 [ 260 ] {6779034c-d5fb-4fa4-b401-980ecaf71bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13013 | 2024.12.16 20:58:05.327326 [ 260 ] {6779034c-d5fb-4fa4-b401-980ecaf71bd5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13014 | 2024.12.16 20:58:05.327576 [ 260 ] {6779034c-d5fb-4fa4-b401-980ecaf71bd5} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13015 | 2024.12.16 20:58:05.327745 [ 115 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13016 | 2024.12.16 20:58:05.327807 [ 115 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13017 | 2024.12.16 20:58:05.327842 [ 260 ] {6779034c-d5fb-4fa4-b401-980ecaf71bd5} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001884 sec., 12208.067940552017 rows/sec., 917.99 KiB/sec. | ||
| 13018 | 2024.12.16 20:58:05.327851 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13019 | 2024.12.16 20:58:05.328006 [ 260 ] {6779034c-d5fb-4fa4-b401-980ecaf71bd5} <Debug> TCPHandler: Processed in 0.002405696 sec. | ||
| 13020 | 2024.12.16 20:58:05.328134 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 13021 | 2024.12.16 20:58:05.328233 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13022 | 2024.12.16 20:58:05.328430 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13023 | 2024.12.16 20:58:05.328478 [ 261 ] {0ec7190d-22b8-4947-a913-e3b5a94af4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13024 | 2024.12.16 20:58:05.328503 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 67 rows starting from the beginning of the part | ||
| 13025 | 2024.12.16 20:58:05.328601 [ 261 ] {0ec7190d-22b8-4947-a913-e3b5a94af4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13026 | 2024.12.16 20:58:05.328845 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 31 rows starting from the beginning of the part | ||
| 13027 | 2024.12.16 20:58:05.329269 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 26 rows starting from the beginning of the part | ||
| 13028 | 2024.12.16 20:58:05.329652 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 23 rows starting from the beginning of the part | ||
| 13029 | 2024.12.16 20:58:05.330080 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 30 rows starting from the beginning of the part | ||
| 13030 | 2024.12.16 20:58:05.330393 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 23 rows starting from the beginning of the part | ||
| 13031 | 2024.12.16 20:58:05.331376 [ 261 ] {0ec7190d-22b8-4947-a913-e3b5a94af4e9} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13032 | 2024.12.16 20:58:05.331464 [ 261 ] {0ec7190d-22b8-4947-a913-e3b5a94af4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13033 | 2024.12.16 20:58:05.332484 [ 261 ] {0ec7190d-22b8-4947-a913-e3b5a94af4e9} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13034 | 2024.12.16 20:58:05.333097 [ 261 ] {0ec7190d-22b8-4947-a913-e3b5a94af4e9} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13035 | 2024.12.16 20:58:05.333141 [ 188 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.005120908 sec., 39055.573738094885 rows/sec., 2.95 MiB/sec. | ||
| 13036 | 2024.12.16 20:58:05.333513 [ 261 ] {0ec7190d-22b8-4947-a913-e3b5a94af4e9} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005086 sec., 17105.78057412505 rows/sec., 1.34 MiB/sec. | ||
| 13037 | 2024.12.16 20:58:05.333773 [ 188 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13038 | 2024.12.16 20:58:05.333792 [ 261 ] {0ec7190d-22b8-4947-a913-e3b5a94af4e9} <Debug> TCPHandler: Processed in 0.005646728 sec. | ||
| 13039 | 2024.12.16 20:58:05.334187 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13040 | 2024.12.16 20:58:05.334624 [ 260 ] {efa557a9-89ae-48b6-b26f-e29a02dd021c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13041 | 2024.12.16 20:58:05.334862 [ 260 ] {efa557a9-89ae-48b6-b26f-e29a02dd021c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13042 | 2024.12.16 20:58:05.335340 [ 188 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_86_17} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13043 | 2024.12.16 20:58:05.335601 [ 188 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_86_17} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13044 | 2024.12.16 20:58:05.335799 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13045 | 2024.12.16 20:58:05.336117 [ 260 ] {efa557a9-89ae-48b6-b26f-e29a02dd021c} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13046 | 2024.12.16 20:58:05.336163 [ 260 ] {efa557a9-89ae-48b6-b26f-e29a02dd021c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13047 | 2024.12.16 20:58:05.336571 [ 260 ] {efa557a9-89ae-48b6-b26f-e29a02dd021c} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13048 | 2024.12.16 20:58:05.336812 [ 260 ] {efa557a9-89ae-48b6-b26f-e29a02dd021c} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13049 | 2024.12.16 20:58:05.337027 [ 260 ] {efa557a9-89ae-48b6-b26f-e29a02dd021c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002586 sec., 61871.61639597834 rows/sec., 4.31 MiB/sec. | ||
| 13050 | 2024.12.16 20:58:05.337090 [ 260 ] {efa557a9-89ae-48b6-b26f-e29a02dd021c} <Debug> TCPHandler: Processed in 0.00314743 sec. | ||
| 13051 | 2024.12.16 20:58:05.337239 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13052 | 2024.12.16 20:58:05.337380 [ 261 ] {b7268259-526a-41ff-8c51-8cd33cce2684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13053 | 2024.12.16 20:58:05.337473 [ 261 ] {b7268259-526a-41ff-8c51-8cd33cce2684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13054 | 2024.12.16 20:58:05.338712 [ 261 ] {b7268259-526a-41ff-8c51-8cd33cce2684} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13055 | 2024.12.16 20:58:05.338750 [ 261 ] {b7268259-526a-41ff-8c51-8cd33cce2684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13056 | 2024.12.16 20:58:05.339393 [ 261 ] {b7268259-526a-41ff-8c51-8cd33cce2684} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13057 | 2024.12.16 20:58:05.339645 [ 261 ] {b7268259-526a-41ff-8c51-8cd33cce2684} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13058 | 2024.12.16 20:58:05.339809 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13059 | 2024.12.16 20:58:05.339852 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13060 | 2024.12.16 20:58:05.339862 [ 261 ] {b7268259-526a-41ff-8c51-8cd33cce2684} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002512 sec., 9156.050955414014 rows/sec., 16.41 MiB/sec. | ||
| 13061 | 2024.12.16 20:58:05.339880 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13062 | 2024.12.16 20:58:05.340129 [ 195 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 13063 | 2024.12.16 20:58:05.340140 [ 261 ] {b7268259-526a-41ff-8c51-8cd33cce2684} <Debug> TCPHandler: Processed in 0.002964946 sec. | ||
| 13064 | 2024.12.16 20:58:05.340341 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13065 | 2024.12.16 20:58:05.340602 [ 260 ] {d6e5f368-6578-4ece-92d3-ac5b34090c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13066 | 2024.12.16 20:58:05.340679 [ 195 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13067 | 2024.12.16 20:58:05.340700 [ 260 ] {d6e5f368-6578-4ece-92d3-ac5b34090c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13068 | 2024.12.16 20:58:05.340917 [ 195 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1669 rows starting from the beginning of the part | ||
| 13069 | 2024.12.16 20:58:05.341880 [ 195 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 23 rows starting from the beginning of the part | ||
| 13070 | 2024.12.16 20:58:05.342678 [ 195 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 19 rows starting from the beginning of the part | ||
| 13071 | 2024.12.16 20:58:05.342757 [ 260 ] {d6e5f368-6578-4ece-92d3-ac5b34090c7f} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13072 | 2024.12.16 20:58:05.342839 [ 260 ] {d6e5f368-6578-4ece-92d3-ac5b34090c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13073 | 2024.12.16 20:58:05.343270 [ 195 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 23 rows starting from the beginning of the part | ||
| 13074 | 2024.12.16 20:58:05.343989 [ 195 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 19 rows starting from the beginning of the part | ||
| 13075 | 2024.12.16 20:58:05.344402 [ 260 ] {d6e5f368-6578-4ece-92d3-ac5b34090c7f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13076 | 2024.12.16 20:58:05.344595 [ 195 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 23 rows starting from the beginning of the part | ||
| 13077 | 2024.12.16 20:58:05.345294 [ 260 ] {d6e5f368-6578-4ece-92d3-ac5b34090c7f} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13078 | 2024.12.16 20:58:05.345935 [ 260 ] {d6e5f368-6578-4ece-92d3-ac5b34090c7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005418 sec., 11074.197120708748 rows/sec., 764.23 KiB/sec. | ||
| 13079 | 2024.12.16 20:58:05.346050 [ 260 ] {d6e5f368-6578-4ece-92d3-ac5b34090c7f} <Debug> TCPHandler: Processed in 0.005804331 sec. | ||
| 13080 | 2024.12.16 20:58:05.355728 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 19 columns (19 merged, 0 gathered) in 0.015752611 sec., 112743.21444235499 rows/sec., 202.03 MiB/sec. | ||
| 13081 | 2024.12.16 20:58:05.357287 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13082 | 2024.12.16 20:58:05.357728 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13083 | 2024.12.16 20:58:05.357816 [ 186 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13084 | 2024.12.16 20:58:05.357980 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.08 MiB. | ||
| 13085 | 2024.12.16 20:58:06.000263 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.54 MiB, peak 272.57 MiB, free memory in arenas 0.00 B, will set to 259.96 MiB (RSS), difference: 4.43 MiB | ||
| 13086 | 2024.12.16 20:58:06.287877 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13087 | 2024.12.16 20:58:06.287930 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13088 | 2024.12.16 20:58:06.500278 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 13089 | 2024.12.16 20:58:06.501350 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13090 | 2024.12.16 20:58:06.501402 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13091 | 2024.12.16 20:58:06.501945 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13092 | 2024.12.16 20:58:06.502219 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13093 | 2024.12.16 20:58:06.502484 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 13094 | 2024.12.16 20:58:06.659703 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1846 | ||
| 13095 | 2024.12.16 20:58:06.662997 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13096 | 2024.12.16 20:58:06.663040 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13097 | 2024.12.16 20:58:06.664479 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13098 | 2024.12.16 20:58:06.664783 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13099 | 2024.12.16 20:58:06.665085 [ 113 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13100 | 2024.12.16 20:58:06.665271 [ 113 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13101 | 2024.12.16 20:58:06.665391 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13102 | 2024.12.16 20:58:06.666023 [ 194 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 13103 | 2024.12.16 20:58:06.666802 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1846 | ||
| 13104 | 2024.12.16 20:58:06.667522 [ 194 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13105 | 2024.12.16 20:58:06.667666 [ 194 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1660 rows starting from the beginning of the part | ||
| 13106 | 2024.12.16 20:58:06.668307 [ 194 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 13107 | 2024.12.16 20:58:06.668835 [ 194 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part | ||
| 13108 | 2024.12.16 20:58:06.669392 [ 194 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 46 rows starting from the beginning of the part | ||
| 13109 | 2024.12.16 20:58:06.669893 [ 194 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 13110 | 2024.12.16 20:58:06.670474 [ 194 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 36 rows starting from the beginning of the part | ||
| 13111 | 2024.12.16 20:58:06.678927 [ 187 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1846 rows, containing 72 columns (72 merged, 0 gathered) in 0.013347685 sec., 138301.13611461464 rows/sec., 105.64 MiB/sec. | ||
| 13112 | 2024.12.16 20:58:06.680828 [ 187 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13113 | 2024.12.16 20:58:06.681674 [ 187 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_46_9} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13114 | 2024.12.16 20:58:06.681781 [ 187 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_46_9} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13115 | 2024.12.16 20:58:06.682129 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 13116 | 2024.12.16 20:58:07.001908 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001319295 sec. | ||
| 13117 | 2024.12.16 20:58:08.675736 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 13118 | 2024.12.16 20:58:08.696766 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13119 | 2024.12.16 20:58:08.696825 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13120 | 2024.12.16 20:58:08.704213 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13121 | 2024.12.16 20:58:08.704989 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13122 | 2024.12.16 20:58:08.707632 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 13123 | 2024.12.16 20:58:10.328519 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13124 | 2024.12.16 20:58:10.328713 [ 261 ] {a5995deb-bb5a-4ac7-9e89-79eb6ee23b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13125 | 2024.12.16 20:58:10.328785 [ 261 ] {a5995deb-bb5a-4ac7-9e89-79eb6ee23b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13126 | 2024.12.16 20:58:10.329524 [ 261 ] {a5995deb-bb5a-4ac7-9e89-79eb6ee23b75} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13127 | 2024.12.16 20:58:10.329576 [ 261 ] {a5995deb-bb5a-4ac7-9e89-79eb6ee23b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13128 | 2024.12.16 20:58:10.330014 [ 261 ] {a5995deb-bb5a-4ac7-9e89-79eb6ee23b75} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13129 | 2024.12.16 20:58:10.330271 [ 261 ] {a5995deb-bb5a-4ac7-9e89-79eb6ee23b75} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13130 | 2024.12.16 20:58:10.330487 [ 261 ] {a5995deb-bb5a-4ac7-9e89-79eb6ee23b75} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001824 sec., 7675.438596491228 rows/sec., 552.53 KiB/sec. | ||
| 13131 | 2024.12.16 20:58:10.330550 [ 261 ] {a5995deb-bb5a-4ac7-9e89-79eb6ee23b75} <Debug> TCPHandler: Processed in 0.002158881 sec. | ||
| 13132 | 2024.12.16 20:58:10.330817 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13133 | 2024.12.16 20:58:10.331010 [ 260 ] {314ec648-2c89-4461-a7f7-578d20932bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13134 | 2024.12.16 20:58:10.331083 [ 260 ] {314ec648-2c89-4461-a7f7-578d20932bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13135 | 2024.12.16 20:58:10.331945 [ 260 ] {314ec648-2c89-4461-a7f7-578d20932bb7} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13136 | 2024.12.16 20:58:10.332001 [ 260 ] {314ec648-2c89-4461-a7f7-578d20932bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13137 | 2024.12.16 20:58:10.332453 [ 260 ] {314ec648-2c89-4461-a7f7-578d20932bb7} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13138 | 2024.12.16 20:58:10.332705 [ 260 ] {314ec648-2c89-4461-a7f7-578d20932bb7} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13139 | 2024.12.16 20:58:10.332943 [ 260 ] {314ec648-2c89-4461-a7f7-578d20932bb7} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.001984 sec., 121471.77419354838 rows/sec., 10.64 MiB/sec. | ||
| 13140 | 2024.12.16 20:58:10.333008 [ 260 ] {314ec648-2c89-4461-a7f7-578d20932bb7} <Debug> TCPHandler: Processed in 0.002325575 sec. | ||
| 13141 | 2024.12.16 20:58:10.333183 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13142 | 2024.12.16 20:58:10.333327 [ 261 ] {376bcdc4-e446-487a-b1c9-975eb509e85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13143 | 2024.12.16 20:58:10.333387 [ 261 ] {376bcdc4-e446-487a-b1c9-975eb509e85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13144 | 2024.12.16 20:58:10.334086 [ 261 ] {376bcdc4-e446-487a-b1c9-975eb509e85f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13145 | 2024.12.16 20:58:10.334131 [ 261 ] {376bcdc4-e446-487a-b1c9-975eb509e85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13146 | 2024.12.16 20:58:10.334518 [ 261 ] {376bcdc4-e446-487a-b1c9-975eb509e85f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13147 | 2024.12.16 20:58:10.334751 [ 261 ] {376bcdc4-e446-487a-b1c9-975eb509e85f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13148 | 2024.12.16 20:58:10.334929 [ 261 ] {376bcdc4-e446-487a-b1c9-975eb509e85f} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001638 sec., 15873.015873015875 rows/sec., 1.12 MiB/sec. | ||
| 13149 | 2024.12.16 20:58:10.334984 [ 261 ] {376bcdc4-e446-487a-b1c9-975eb509e85f} <Debug> TCPHandler: Processed in 0.001870796 sec. | ||
| 13150 | 2024.12.16 20:58:10.335141 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13151 | 2024.12.16 20:58:10.335272 [ 260 ] {9f0e510e-7af0-4ab9-995d-0d8f71793638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13152 | 2024.12.16 20:58:10.335334 [ 260 ] {9f0e510e-7af0-4ab9-995d-0d8f71793638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13153 | 2024.12.16 20:58:10.336031 [ 260 ] {9f0e510e-7af0-4ab9-995d-0d8f71793638} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13154 | 2024.12.16 20:58:10.336081 [ 260 ] {9f0e510e-7af0-4ab9-995d-0d8f71793638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13155 | 2024.12.16 20:58:10.336465 [ 260 ] {9f0e510e-7af0-4ab9-995d-0d8f71793638} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 13156 | 2024.12.16 20:58:10.336713 [ 260 ] {9f0e510e-7af0-4ab9-995d-0d8f71793638} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13157 | 2024.12.16 20:58:10.336882 [ 111 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 13158 | 2024.12.16 20:58:10.336950 [ 260 ] {9f0e510e-7af0-4ab9-995d-0d8f71793638} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001706 sec., 8206.3305978898 rows/sec., 574.72 KiB/sec. | ||
| 13159 | 2024.12.16 20:58:10.336950 [ 111 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13160 | 2024.12.16 20:58:10.337039 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13161 | 2024.12.16 20:58:10.337076 [ 260 ] {9f0e510e-7af0-4ab9-995d-0d8f71793638} <Debug> TCPHandler: Processed in 0.001988338 sec. | ||
| 13162 | 2024.12.16 20:58:10.337264 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13163 | 2024.12.16 20:58:10.337289 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 13164 | 2024.12.16 20:58:10.337432 [ 261 ] {9be4d993-ec76-45fe-8e67-89ff6c5cef13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13165 | 2024.12.16 20:58:10.337449 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13166 | 2024.12.16 20:58:10.337500 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 13167 | 2024.12.16 20:58:10.337504 [ 261 ] {9be4d993-ec76-45fe-8e67-89ff6c5cef13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13168 | 2024.12.16 20:58:10.337738 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 13169 | 2024.12.16 20:58:10.338111 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 13170 | 2024.12.16 20:58:10.338435 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 13171 | 2024.12.16 20:58:10.338865 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 13172 | 2024.12.16 20:58:10.339335 [ 199 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 13173 | 2024.12.16 20:58:10.340298 [ 261 ] {9be4d993-ec76-45fe-8e67-89ff6c5cef13} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13174 | 2024.12.16 20:58:10.340339 [ 261 ] {9be4d993-ec76-45fe-8e67-89ff6c5cef13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13175 | 2024.12.16 20:58:10.340873 [ 261 ] {9be4d993-ec76-45fe-8e67-89ff6c5cef13} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13176 | 2024.12.16 20:58:10.341149 [ 187 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004024087 sec., 130961.38329017241 rows/sec., 9.38 MiB/sec. | ||
| 13177 | 2024.12.16 20:58:10.341208 [ 261 ] {9be4d993-ec76-45fe-8e67-89ff6c5cef13} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13178 | 2024.12.16 20:58:10.341296 [ 187 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 13179 | 2024.12.16 20:58:10.341519 [ 261 ] {9be4d993-ec76-45fe-8e67-89ff6c5cef13} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004119 sec., 3156.1058509346926 rows/sec., 196.78 KiB/sec. | ||
| 13180 | 2024.12.16 20:58:10.341739 [ 261 ] {9be4d993-ec76-45fe-8e67-89ff6c5cef13} <Debug> TCPHandler: Processed in 0.004571947 sec. | ||
| 13181 | 2024.12.16 20:58:10.341995 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13182 | 2024.12.16 20:58:10.342005 [ 187 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_56_11} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13183 | 2024.12.16 20:58:10.342160 [ 187 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_56_11} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 13184 | 2024.12.16 20:58:10.342194 [ 260 ] {9fad760e-fe22-45b2-b684-6e88dcdf2643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13185 | 2024.12.16 20:58:10.342290 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 13186 | 2024.12.16 20:58:10.342299 [ 260 ] {9fad760e-fe22-45b2-b684-6e88dcdf2643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13187 | 2024.12.16 20:58:10.343109 [ 260 ] {9fad760e-fe22-45b2-b684-6e88dcdf2643} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13188 | 2024.12.16 20:58:10.343152 [ 260 ] {9fad760e-fe22-45b2-b684-6e88dcdf2643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13189 | 2024.12.16 20:58:10.343544 [ 260 ] {9fad760e-fe22-45b2-b684-6e88dcdf2643} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13190 | 2024.12.16 20:58:10.343787 [ 260 ] {9fad760e-fe22-45b2-b684-6e88dcdf2643} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13191 | 2024.12.16 20:58:10.344010 [ 260 ] {9fad760e-fe22-45b2-b684-6e88dcdf2643} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001867 sec., 214783.0744509909 rows/sec., 15.28 MiB/sec. | ||
| 13192 | 2024.12.16 20:58:10.344072 [ 260 ] {9fad760e-fe22-45b2-b684-6e88dcdf2643} <Debug> TCPHandler: Processed in 0.002210752 sec. | ||
| 13193 | 2024.12.16 20:58:10.344218 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13194 | 2024.12.16 20:58:10.344359 [ 261 ] {75d4f092-dc0a-4e62-ae14-a6be1a128779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13195 | 2024.12.16 20:58:10.344418 [ 261 ] {75d4f092-dc0a-4e62-ae14-a6be1a128779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13196 | 2024.12.16 20:58:10.344977 [ 261 ] {75d4f092-dc0a-4e62-ae14-a6be1a128779} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13197 | 2024.12.16 20:58:10.345021 [ 261 ] {75d4f092-dc0a-4e62-ae14-a6be1a128779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13198 | 2024.12.16 20:58:10.345411 [ 261 ] {75d4f092-dc0a-4e62-ae14-a6be1a128779} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13199 | 2024.12.16 20:58:10.345653 [ 261 ] {75d4f092-dc0a-4e62-ae14-a6be1a128779} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13200 | 2024.12.16 20:58:10.345833 [ 261 ] {75d4f092-dc0a-4e62-ae14-a6be1a128779} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec. | ||
| 13201 | 2024.12.16 20:58:10.345883 [ 261 ] {75d4f092-dc0a-4e62-ae14-a6be1a128779} <Debug> TCPHandler: Processed in 0.001731973 sec. | ||
| 13202 | 2024.12.16 20:58:10.346037 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13203 | 2024.12.16 20:58:10.346160 [ 260 ] {2049006c-b71a-4dff-8802-5487674d09c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13204 | 2024.12.16 20:58:10.346213 [ 260 ] {2049006c-b71a-4dff-8802-5487674d09c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13205 | 2024.12.16 20:58:10.346896 [ 260 ] {2049006c-b71a-4dff-8802-5487674d09c1} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13206 | 2024.12.16 20:58:10.346942 [ 260 ] {2049006c-b71a-4dff-8802-5487674d09c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13207 | 2024.12.16 20:58:10.347385 [ 260 ] {2049006c-b71a-4dff-8802-5487674d09c1} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13208 | 2024.12.16 20:58:10.347627 [ 260 ] {2049006c-b71a-4dff-8802-5487674d09c1} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13209 | 2024.12.16 20:58:10.347886 [ 260 ] {2049006c-b71a-4dff-8802-5487674d09c1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00175 sec., 135428.57142857142 rows/sec., 9.08 MiB/sec. | ||
| 13210 | 2024.12.16 20:58:10.347983 [ 260 ] {2049006c-b71a-4dff-8802-5487674d09c1} <Debug> TCPHandler: Processed in 0.002000598 sec. | ||
| 13211 | 2024.12.16 20:58:10.348160 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13212 | 2024.12.16 20:58:10.348497 [ 261 ] {9d85cef1-c0f0-4dee-abb8-7507f9aee088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13213 | 2024.12.16 20:58:10.348614 [ 261 ] {9d85cef1-c0f0-4dee-abb8-7507f9aee088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13214 | 2024.12.16 20:58:10.349179 [ 261 ] {9d85cef1-c0f0-4dee-abb8-7507f9aee088} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13215 | 2024.12.16 20:58:10.349224 [ 261 ] {9d85cef1-c0f0-4dee-abb8-7507f9aee088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13216 | 2024.12.16 20:58:10.349588 [ 261 ] {9d85cef1-c0f0-4dee-abb8-7507f9aee088} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13217 | 2024.12.16 20:58:10.349825 [ 261 ] {9d85cef1-c0f0-4dee-abb8-7507f9aee088} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13218 | 2024.12.16 20:58:10.350003 [ 261 ] {9d85cef1-c0f0-4dee-abb8-7507f9aee088} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001625 sec., 615.3846153846154 rows/sec., 41.47 KiB/sec. | ||
| 13219 | 2024.12.16 20:58:10.350053 [ 261 ] {9d85cef1-c0f0-4dee-abb8-7507f9aee088} <Debug> TCPHandler: Processed in 0.001976088 sec. | ||
| 13220 | 2024.12.16 20:58:10.350207 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13221 | 2024.12.16 20:58:10.350326 [ 260 ] {c429dd7e-014d-4dbe-be08-05ef92626d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13222 | 2024.12.16 20:58:10.350405 [ 260 ] {c429dd7e-014d-4dbe-be08-05ef92626d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13223 | 2024.12.16 20:58:10.351548 [ 260 ] {c429dd7e-014d-4dbe-be08-05ef92626d7d} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13224 | 2024.12.16 20:58:10.351586 [ 260 ] {c429dd7e-014d-4dbe-be08-05ef92626d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13225 | 2024.12.16 20:58:10.352204 [ 260 ] {c429dd7e-014d-4dbe-be08-05ef92626d7d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13226 | 2024.12.16 20:58:10.352467 [ 260 ] {c429dd7e-014d-4dbe-be08-05ef92626d7d} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13227 | 2024.12.16 20:58:10.352702 [ 260 ] {c429dd7e-014d-4dbe-be08-05ef92626d7d} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002402 sec., 7910.07493755204 rows/sec., 14.17 MiB/sec. | ||
| 13228 | 2024.12.16 20:58:10.352810 [ 260 ] {c429dd7e-014d-4dbe-be08-05ef92626d7d} <Debug> TCPHandler: Processed in 0.002660711 sec. | ||
| 13229 | 2024.12.16 20:58:10.352959 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13230 | 2024.12.16 20:58:10.353098 [ 261 ] {9dba8b3a-f230-4010-8a9e-55bfba91cede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13231 | 2024.12.16 20:58:10.353154 [ 261 ] {9dba8b3a-f230-4010-8a9e-55bfba91cede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13232 | 2024.12.16 20:58:10.353645 [ 261 ] {9dba8b3a-f230-4010-8a9e-55bfba91cede} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13233 | 2024.12.16 20:58:10.353681 [ 261 ] {9dba8b3a-f230-4010-8a9e-55bfba91cede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13234 | 2024.12.16 20:58:10.354052 [ 261 ] {9dba8b3a-f230-4010-8a9e-55bfba91cede} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13235 | 2024.12.16 20:58:10.354286 [ 261 ] {9dba8b3a-f230-4010-8a9e-55bfba91cede} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13236 | 2024.12.16 20:58:10.354471 [ 261 ] {9dba8b3a-f230-4010-8a9e-55bfba91cede} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001404 sec., 58404.558404558404 rows/sec., 3.71 MiB/sec. | ||
| 13237 | 2024.12.16 20:58:10.354524 [ 261 ] {9dba8b3a-f230-4010-8a9e-55bfba91cede} <Debug> TCPHandler: Processed in 0.001632221 sec. | ||
| 13238 | 2024.12.16 20:58:13.230339 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13239 | 2024.12.16 20:58:13.230544 [ 261 ] {1cef4fe2-8737-46fe-863f-f1f7e8bbd1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13240 | 2024.12.16 20:58:13.230625 [ 261 ] {1cef4fe2-8737-46fe-863f-f1f7e8bbd1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13241 | 2024.12.16 20:58:13.231429 [ 261 ] {1cef4fe2-8737-46fe-863f-f1f7e8bbd1f0} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13242 | 2024.12.16 20:58:13.231480 [ 261 ] {1cef4fe2-8737-46fe-863f-f1f7e8bbd1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13243 | 2024.12.16 20:58:13.231894 [ 261 ] {1cef4fe2-8737-46fe-863f-f1f7e8bbd1f0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13244 | 2024.12.16 20:58:13.232145 [ 261 ] {1cef4fe2-8737-46fe-863f-f1f7e8bbd1f0} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13245 | 2024.12.16 20:58:13.232418 [ 261 ] {1cef4fe2-8737-46fe-863f-f1f7e8bbd1f0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001927 sec., 1037.8827192527244 rows/sec., 84.63 KiB/sec. | ||
| 13246 | 2024.12.16 20:58:13.232643 [ 261 ] {1cef4fe2-8737-46fe-863f-f1f7e8bbd1f0} <Debug> TCPHandler: Processed in 0.002432507 sec. | ||
| 13247 | 2024.12.16 20:58:13.232927 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13248 | 2024.12.16 20:58:13.233129 [ 260 ] {6ce7e983-e343-498b-aec9-acc9e4987479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13249 | 2024.12.16 20:58:13.233209 [ 260 ] {6ce7e983-e343-498b-aec9-acc9e4987479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13250 | 2024.12.16 20:58:13.234937 [ 260 ] {6ce7e983-e343-498b-aec9-acc9e4987479} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13251 | 2024.12.16 20:58:13.234982 [ 260 ] {6ce7e983-e343-498b-aec9-acc9e4987479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13252 | 2024.12.16 20:58:13.235487 [ 260 ] {6ce7e983-e343-498b-aec9-acc9e4987479} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13253 | 2024.12.16 20:58:13.235749 [ 260 ] {6ce7e983-e343-498b-aec9-acc9e4987479} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13254 | 2024.12.16 20:58:13.235952 [ 260 ] {6ce7e983-e343-498b-aec9-acc9e4987479} <Debug> executeQuery: Read 1243 rows, 104.88 KiB in 0.002878 sec., 431897.1507991661 rows/sec., 35.59 MiB/sec. | ||
| 13255 | 2024.12.16 20:58:13.236017 [ 260 ] {6ce7e983-e343-498b-aec9-acc9e4987479} <Debug> TCPHandler: Processed in 0.003224762 sec. | ||
| 13256 | 2024.12.16 20:58:13.236255 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13257 | 2024.12.16 20:58:13.236489 [ 261 ] {7ef9bdcd-2acf-4247-b300-017ee221e03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13258 | 2024.12.16 20:58:13.236584 [ 261 ] {7ef9bdcd-2acf-4247-b300-017ee221e03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13259 | 2024.12.16 20:58:13.237525 [ 261 ] {7ef9bdcd-2acf-4247-b300-017ee221e03c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13260 | 2024.12.16 20:58:13.237566 [ 261 ] {7ef9bdcd-2acf-4247-b300-017ee221e03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13261 | 2024.12.16 20:58:13.237929 [ 261 ] {7ef9bdcd-2acf-4247-b300-017ee221e03c} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13262 | 2024.12.16 20:58:13.238169 [ 261 ] {7ef9bdcd-2acf-4247-b300-017ee221e03c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13263 | 2024.12.16 20:58:13.238405 [ 261 ] {7ef9bdcd-2acf-4247-b300-017ee221e03c} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001972 sec., 12677.484787018257 rows/sec., 947.84 KiB/sec. | ||
| 13264 | 2024.12.16 20:58:13.238505 [ 261 ] {7ef9bdcd-2acf-4247-b300-017ee221e03c} <Debug> TCPHandler: Processed in 0.002356975 sec. | ||
| 13265 | 2024.12.16 20:58:13.238771 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13266 | 2024.12.16 20:58:13.238963 [ 260 ] {b7698ea0-33bb-4030-8ac5-3c4fde9b5151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13267 | 2024.12.16 20:58:13.239022 [ 260 ] {b7698ea0-33bb-4030-8ac5-3c4fde9b5151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13268 | 2024.12.16 20:58:13.239752 [ 260 ] {b7698ea0-33bb-4030-8ac5-3c4fde9b5151} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13269 | 2024.12.16 20:58:13.239791 [ 260 ] {b7698ea0-33bb-4030-8ac5-3c4fde9b5151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13270 | 2024.12.16 20:58:13.240156 [ 260 ] {b7698ea0-33bb-4030-8ac5-3c4fde9b5151} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 13271 | 2024.12.16 20:58:13.240389 [ 260 ] {b7698ea0-33bb-4030-8ac5-3c4fde9b5151} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13272 | 2024.12.16 20:58:13.240578 [ 260 ] {b7698ea0-33bb-4030-8ac5-3c4fde9b5151} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001652 sec., 138014.52784503633 rows/sec., 9.35 MiB/sec. | ||
| 13273 | 2024.12.16 20:58:13.240666 [ 260 ] {b7698ea0-33bb-4030-8ac5-3c4fde9b5151} <Debug> TCPHandler: Processed in 0.002054529 sec. | ||
| 13274 | 2024.12.16 20:58:13.240845 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13275 | 2024.12.16 20:58:13.240987 [ 261 ] {e1e58237-80aa-4790-941d-600d9319d5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13276 | 2024.12.16 20:58:13.241037 [ 261 ] {e1e58237-80aa-4790-941d-600d9319d5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13277 | 2024.12.16 20:58:13.241924 [ 261 ] {e1e58237-80aa-4790-941d-600d9319d5a4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13278 | 2024.12.16 20:58:13.241964 [ 261 ] {e1e58237-80aa-4790-941d-600d9319d5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13279 | 2024.12.16 20:58:13.242356 [ 261 ] {e1e58237-80aa-4790-941d-600d9319d5a4} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13280 | 2024.12.16 20:58:13.242594 [ 261 ] {e1e58237-80aa-4790-941d-600d9319d5a4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13281 | 2024.12.16 20:58:13.242804 [ 261 ] {e1e58237-80aa-4790-941d-600d9319d5a4} <Debug> executeQuery: Read 545 rows, 41.41 KiB in 0.001845 sec., 295392.9539295393 rows/sec., 21.92 MiB/sec. | ||
| 13282 | 2024.12.16 20:58:13.242860 [ 261 ] {e1e58237-80aa-4790-941d-600d9319d5a4} <Debug> TCPHandler: Processed in 0.00211118 sec. | ||
| 13283 | 2024.12.16 20:58:13.243025 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13284 | 2024.12.16 20:58:13.243166 [ 260 ] {414f5c6f-af84-4e07-b7f0-145691702ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13285 | 2024.12.16 20:58:13.243229 [ 260 ] {414f5c6f-af84-4e07-b7f0-145691702ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13286 | 2024.12.16 20:58:13.244039 [ 260 ] {414f5c6f-af84-4e07-b7f0-145691702ae5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13287 | 2024.12.16 20:58:13.244076 [ 260 ] {414f5c6f-af84-4e07-b7f0-145691702ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13288 | 2024.12.16 20:58:13.244509 [ 260 ] {414f5c6f-af84-4e07-b7f0-145691702ae5} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13289 | 2024.12.16 20:58:13.244744 [ 260 ] {414f5c6f-af84-4e07-b7f0-145691702ae5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13290 | 2024.12.16 20:58:13.244937 [ 260 ] {414f5c6f-af84-4e07-b7f0-145691702ae5} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.001799 sec., 524180.10005558643 rows/sec., 35.15 MiB/sec. | ||
| 13291 | 2024.12.16 20:58:13.245022 [ 260 ] {414f5c6f-af84-4e07-b7f0-145691702ae5} <Debug> TCPHandler: Processed in 0.002059429 sec. | ||
| 13292 | 2024.12.16 20:58:13.245246 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13293 | 2024.12.16 20:58:13.245438 [ 261 ] {19fbe4cb-8b7a-4da5-aa96-fe366f7bd6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13294 | 2024.12.16 20:58:13.245520 [ 261 ] {19fbe4cb-8b7a-4da5-aa96-fe366f7bd6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13295 | 2024.12.16 20:58:13.246697 [ 261 ] {19fbe4cb-8b7a-4da5-aa96-fe366f7bd6e8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13296 | 2024.12.16 20:58:13.246737 [ 261 ] {19fbe4cb-8b7a-4da5-aa96-fe366f7bd6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13297 | 2024.12.16 20:58:13.247371 [ 261 ] {19fbe4cb-8b7a-4da5-aa96-fe366f7bd6e8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13298 | 2024.12.16 20:58:13.247621 [ 261 ] {19fbe4cb-8b7a-4da5-aa96-fe366f7bd6e8} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13299 | 2024.12.16 20:58:13.247868 [ 261 ] {19fbe4cb-8b7a-4da5-aa96-fe366f7bd6e8} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002457 sec., 9361.00936100936 rows/sec., 16.77 MiB/sec. | ||
| 13300 | 2024.12.16 20:58:13.247962 [ 261 ] {19fbe4cb-8b7a-4da5-aa96-fe366f7bd6e8} <Debug> TCPHandler: Processed in 0.002833864 sec. | ||
| 13301 | 2024.12.16 20:58:13.248113 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13302 | 2024.12.16 20:58:13.248233 [ 260 ] {8d0e03a4-ec8b-4e27-bf3b-35d1aa56f92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13303 | 2024.12.16 20:58:13.248284 [ 260 ] {8d0e03a4-ec8b-4e27-bf3b-35d1aa56f92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13304 | 2024.12.16 20:58:13.248836 [ 260 ] {8d0e03a4-ec8b-4e27-bf3b-35d1aa56f92a} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13305 | 2024.12.16 20:58:13.248882 [ 260 ] {8d0e03a4-ec8b-4e27-bf3b-35d1aa56f92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 13306 | 2024.12.16 20:58:13.249319 [ 260 ] {8d0e03a4-ec8b-4e27-bf3b-35d1aa56f92a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13307 | 2024.12.16 20:58:13.249552 [ 260 ] {8d0e03a4-ec8b-4e27-bf3b-35d1aa56f92a} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13308 | 2024.12.16 20:58:13.249772 [ 260 ] {8d0e03a4-ec8b-4e27-bf3b-35d1aa56f92a} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001564 sec., 23017.90281329923 rows/sec., 1.55 MiB/sec. | ||
| 13309 | 2024.12.16 20:58:13.249840 [ 260 ] {8d0e03a4-ec8b-4e27-bf3b-35d1aa56f92a} <Debug> TCPHandler: Processed in 0.001782465 sec. | ||
| 13310 | 2024.12.16 20:58:14.002613 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 13311 | 2024.12.16 20:58:14.003311 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13312 | 2024.12.16 20:58:14.003359 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13313 | 2024.12.16 20:58:14.003878 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13314 | 2024.12.16 20:58:14.004141 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13315 | 2024.12.16 20:58:14.004421 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 13316 | 2024.12.16 20:58:15.318211 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13317 | 2024.12.16 20:58:15.318414 [ 261 ] {74d3beb4-d6b1-4a8f-80b9-96eb92286747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13318 | 2024.12.16 20:58:15.318483 [ 261 ] {74d3beb4-d6b1-4a8f-80b9-96eb92286747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13319 | 2024.12.16 20:58:15.319237 [ 261 ] {74d3beb4-d6b1-4a8f-80b9-96eb92286747} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13320 | 2024.12.16 20:58:15.319282 [ 261 ] {74d3beb4-d6b1-4a8f-80b9-96eb92286747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13321 | 2024.12.16 20:58:15.319706 [ 261 ] {74d3beb4-d6b1-4a8f-80b9-96eb92286747} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13322 | 2024.12.16 20:58:15.319959 [ 261 ] {74d3beb4-d6b1-4a8f-80b9-96eb92286747} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13323 | 2024.12.16 20:58:15.320207 [ 261 ] {74d3beb4-d6b1-4a8f-80b9-96eb92286747} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001846 sec., 30335.861321776814 rows/sec., 2.32 MiB/sec. | ||
| 13324 | 2024.12.16 20:58:15.320274 [ 261 ] {74d3beb4-d6b1-4a8f-80b9-96eb92286747} <Debug> TCPHandler: Processed in 0.002198422 sec. | ||
| 13325 | 2024.12.16 20:58:15.320527 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13326 | 2024.12.16 20:58:15.320729 [ 260 ] {06a5a87b-5f23-4baf-a8e7-aba17c5deedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13327 | 2024.12.16 20:58:15.320810 [ 260 ] {06a5a87b-5f23-4baf-a8e7-aba17c5deedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13328 | 2024.12.16 20:58:15.321572 [ 260 ] {06a5a87b-5f23-4baf-a8e7-aba17c5deedb} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13329 | 2024.12.16 20:58:15.321624 [ 260 ] {06a5a87b-5f23-4baf-a8e7-aba17c5deedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13330 | 2024.12.16 20:58:15.322057 [ 260 ] {06a5a87b-5f23-4baf-a8e7-aba17c5deedb} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13331 | 2024.12.16 20:58:15.322305 [ 260 ] {06a5a87b-5f23-4baf-a8e7-aba17c5deedb} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13332 | 2024.12.16 20:58:15.322552 [ 260 ] {06a5a87b-5f23-4baf-a8e7-aba17c5deedb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001878 sec., 34078.80724174654 rows/sec., 2.66 MiB/sec. | ||
| 13333 | 2024.12.16 20:58:15.322619 [ 260 ] {06a5a87b-5f23-4baf-a8e7-aba17c5deedb} <Debug> TCPHandler: Processed in 0.002228332 sec. | ||
| 13334 | 2024.12.16 20:58:15.322783 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13335 | 2024.12.16 20:58:15.322929 [ 261 ] {569ae348-8701-42d8-bde4-3853683f2bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13336 | 2024.12.16 20:58:15.322994 [ 261 ] {569ae348-8701-42d8-bde4-3853683f2bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13337 | 2024.12.16 20:58:15.323612 [ 261 ] {569ae348-8701-42d8-bde4-3853683f2bb9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13338 | 2024.12.16 20:58:15.323652 [ 261 ] {569ae348-8701-42d8-bde4-3853683f2bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13339 | 2024.12.16 20:58:15.324047 [ 261 ] {569ae348-8701-42d8-bde4-3853683f2bb9} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13340 | 2024.12.16 20:58:15.324293 [ 261 ] {569ae348-8701-42d8-bde4-3853683f2bb9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13341 | 2024.12.16 20:58:15.324484 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 5 parts from all_1_100_20 to all_104_104_0 | ||
| 13342 | 2024.12.16 20:58:15.324542 [ 261 ] {569ae348-8701-42d8-bde4-3853683f2bb9} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001647 sec., 38858.53066180935 rows/sec., 2.71 MiB/sec. | ||
| 13343 | 2024.12.16 20:58:15.324564 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13344 | 2024.12.16 20:58:15.324626 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13345 | 2024.12.16 20:58:15.324674 [ 261 ] {569ae348-8701-42d8-bde4-3853683f2bb9} <Debug> TCPHandler: Processed in 0.001960467 sec. | ||
| 13346 | 2024.12.16 20:58:15.324867 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_104_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_100_20 to all_104_104_0 into Compact with storage Full | ||
| 13347 | 2024.12.16 20:58:15.324933 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13348 | 2024.12.16 20:58:15.325139 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13349 | 2024.12.16 20:58:15.325169 [ 260 ] {58232481-e699-4b95-824c-1e2ec34eebcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13350 | 2024.12.16 20:58:15.325203 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 30931 rows starting from the beginning of the part | ||
| 13351 | 2024.12.16 20:58:15.325273 [ 260 ] {58232481-e699-4b95-824c-1e2ec34eebcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13352 | 2024.12.16 20:58:15.325506 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 239 rows starting from the beginning of the part | ||
| 13353 | 2024.12.16 20:58:15.325899 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 13354 | 2024.12.16 20:58:15.326398 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 13355 | 2024.12.16 20:58:15.326695 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 943 rows starting from the beginning of the part | ||
| 13356 | 2024.12.16 20:58:15.327575 [ 260 ] {58232481-e699-4b95-824c-1e2ec34eebcf} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13357 | 2024.12.16 20:58:15.327650 [ 260 ] {58232481-e699-4b95-824c-1e2ec34eebcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13358 | 2024.12.16 20:58:15.328257 [ 260 ] {58232481-e699-4b95-824c-1e2ec34eebcf} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13359 | 2024.12.16 20:58:15.328566 [ 260 ] {58232481-e699-4b95-824c-1e2ec34eebcf} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13360 | 2024.12.16 20:58:15.329166 [ 260 ] {58232481-e699-4b95-824c-1e2ec34eebcf} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.004054 sec., 5920.078934385791 rows/sec., 408.55 KiB/sec. | ||
| 13361 | 2024.12.16 20:58:15.329493 [ 260 ] {58232481-e699-4b95-824c-1e2ec34eebcf} <Debug> TCPHandler: Processed in 0.004636838 sec. | ||
| 13362 | 2024.12.16 20:58:15.334998 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32510 rows, containing 5 columns (5 merged, 0 gathered) in 0.010266047 sec., 3166749.5775150843 rows/sec., 213.81 MiB/sec. | ||
| 13363 | 2024.12.16 20:58:15.335718 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary) | ||
| 13364 | 2024.12.16 20:58:15.336023 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13365 | 2024.12.16 20:58:15.336104 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 5 parts: [all_1_100_20, all_104_104_0] -> all_1_104_21 | ||
| 13366 | 2024.12.16 20:58:15.336201 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 13367 | 2024.12.16 20:58:16.207699 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 13368 | 2024.12.16 20:58:16.230569 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13369 | 2024.12.16 20:58:16.230643 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13370 | 2024.12.16 20:58:16.238044 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13371 | 2024.12.16 20:58:16.238839 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13372 | 2024.12.16 20:58:16.243521 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13373 | 2024.12.16 20:58:16.667062 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1892 | ||
| 13374 | 2024.12.16 20:58:16.670478 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13375 | 2024.12.16 20:58:16.670560 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13376 | 2024.12.16 20:58:16.672118 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13377 | 2024.12.16 20:58:16.672426 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13378 | 2024.12.16 20:58:16.674761 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1892 | ||
| 13379 | 2024.12.16 20:58:20.328997 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13380 | 2024.12.16 20:58:20.329270 [ 261 ] {96245731-0703-4323-893f-ab95d25ce8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13381 | 2024.12.16 20:58:20.329367 [ 261 ] {96245731-0703-4323-893f-ab95d25ce8b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13382 | 2024.12.16 20:58:20.330377 [ 261 ] {96245731-0703-4323-893f-ab95d25ce8b7} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13383 | 2024.12.16 20:58:20.330442 [ 261 ] {96245731-0703-4323-893f-ab95d25ce8b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13384 | 2024.12.16 20:58:20.331066 [ 261 ] {96245731-0703-4323-893f-ab95d25ce8b7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13385 | 2024.12.16 20:58:20.331431 [ 261 ] {96245731-0703-4323-893f-ab95d25ce8b7} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13386 | 2024.12.16 20:58:20.331786 [ 261 ] {96245731-0703-4323-893f-ab95d25ce8b7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002573 sec., 5441.119315973571 rows/sec., 391.69 KiB/sec. | ||
| 13387 | 2024.12.16 20:58:20.331983 [ 261 ] {96245731-0703-4323-893f-ab95d25ce8b7} <Debug> TCPHandler: Processed in 0.003179701 sec. | ||
| 13388 | 2024.12.16 20:58:20.332328 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13389 | 2024.12.16 20:58:20.332545 [ 260 ] {083b7629-ab63-43f7-994f-c77498979542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13390 | 2024.12.16 20:58:20.332622 [ 260 ] {083b7629-ab63-43f7-994f-c77498979542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13391 | 2024.12.16 20:58:20.333522 [ 260 ] {083b7629-ab63-43f7-994f-c77498979542} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13392 | 2024.12.16 20:58:20.333581 [ 260 ] {083b7629-ab63-43f7-994f-c77498979542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13393 | 2024.12.16 20:58:20.334058 [ 260 ] {083b7629-ab63-43f7-994f-c77498979542} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13394 | 2024.12.16 20:58:20.334328 [ 260 ] {083b7629-ab63-43f7-994f-c77498979542} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13395 | 2024.12.16 20:58:20.334545 [ 97 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13396 | 2024.12.16 20:58:20.334587 [ 260 ] {083b7629-ab63-43f7-994f-c77498979542} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002095 sec., 115035.79952267303 rows/sec., 10.08 MiB/sec. | ||
| 13397 | 2024.12.16 20:58:20.334625 [ 97 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13398 | 2024.12.16 20:58:20.334699 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13399 | 2024.12.16 20:58:20.334742 [ 260 ] {083b7629-ab63-43f7-994f-c77498979542} <Debug> TCPHandler: Processed in 0.002569549 sec. | ||
| 13400 | 2024.12.16 20:58:20.334975 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13401 | 2024.12.16 20:58:20.334975 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 13402 | 2024.12.16 20:58:20.335199 [ 261 ] {897047e5-4acf-44d8-ac2c-0b873c941f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13403 | 2024.12.16 20:58:20.335327 [ 261 ] {897047e5-4acf-44d8-ac2c-0b873c941f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13404 | 2024.12.16 20:58:20.335328 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13405 | 2024.12.16 20:58:20.335451 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1437 rows starting from the beginning of the part | ||
| 13406 | 2024.12.16 20:58:20.335749 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 102 rows starting from the beginning of the part | ||
| 13407 | 2024.12.16 20:58:20.336329 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 241 rows starting from the beginning of the part | ||
| 13408 | 2024.12.16 20:58:20.336688 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 1243 rows starting from the beginning of the part | ||
| 13409 | 2024.12.16 20:58:20.337015 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 13410 | 2024.12.16 20:58:20.337369 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 241 rows starting from the beginning of the part | ||
| 13411 | 2024.12.16 20:58:20.338101 [ 261 ] {897047e5-4acf-44d8-ac2c-0b873c941f5c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13412 | 2024.12.16 20:58:20.338156 [ 261 ] {897047e5-4acf-44d8-ac2c-0b873c941f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13413 | 2024.12.16 20:58:20.338935 [ 261 ] {897047e5-4acf-44d8-ac2c-0b873c941f5c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13414 | 2024.12.16 20:58:20.339520 [ 261 ] {897047e5-4acf-44d8-ac2c-0b873c941f5c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13415 | 2024.12.16 20:58:20.340075 [ 261 ] {897047e5-4acf-44d8-ac2c-0b873c941f5c} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.004927 sec., 5277.0448548812665 rows/sec., 382.54 KiB/sec. | ||
| 13416 | 2024.12.16 20:58:20.340608 [ 261 ] {897047e5-4acf-44d8-ac2c-0b873c941f5c} <Debug> TCPHandler: Processed in 0.00574381 sec. | ||
| 13417 | 2024.12.16 20:58:20.340890 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13418 | 2024.12.16 20:58:20.341170 [ 260 ] {03dd19db-f33d-45c9-8666-e8018ad0226a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13419 | 2024.12.16 20:58:20.341229 [ 260 ] {03dd19db-f33d-45c9-8666-e8018ad0226a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13420 | 2024.12.16 20:58:20.342127 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.007293709 sec., 455186.79179550486 rows/sec., 39.76 MiB/sec. | ||
| 13421 | 2024.12.16 20:58:20.342544 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13422 | 2024.12.16 20:58:20.342693 [ 260 ] {03dd19db-f33d-45c9-8666-e8018ad0226a} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13423 | 2024.12.16 20:58:20.342768 [ 260 ] {03dd19db-f33d-45c9-8666-e8018ad0226a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13424 | 2024.12.16 20:58:20.343327 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_106_21} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13425 | 2024.12.16 20:58:20.343369 [ 260 ] {03dd19db-f33d-45c9-8666-e8018ad0226a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 13426 | 2024.12.16 20:58:20.343575 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_106_21} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13427 | 2024.12.16 20:58:20.343789 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 13428 | 2024.12.16 20:58:20.343828 [ 260 ] {03dd19db-f33d-45c9-8666-e8018ad0226a} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13429 | 2024.12.16 20:58:20.344140 [ 260 ] {03dd19db-f33d-45c9-8666-e8018ad0226a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003049 sec., 4591.669399803214 rows/sec., 321.57 KiB/sec. | ||
| 13430 | 2024.12.16 20:58:20.344312 [ 260 ] {03dd19db-f33d-45c9-8666-e8018ad0226a} <Debug> TCPHandler: Processed in 0.003558578 sec. | ||
| 13431 | 2024.12.16 20:58:20.344574 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13432 | 2024.12.16 20:58:20.344727 [ 261 ] {a58010e6-de09-47ad-8303-b27b54231ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13433 | 2024.12.16 20:58:20.344789 [ 261 ] {a58010e6-de09-47ad-8303-b27b54231ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13434 | 2024.12.16 20:58:20.345484 [ 261 ] {a58010e6-de09-47ad-8303-b27b54231ac2} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13435 | 2024.12.16 20:58:20.345532 [ 261 ] {a58010e6-de09-47ad-8303-b27b54231ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13436 | 2024.12.16 20:58:20.345903 [ 261 ] {a58010e6-de09-47ad-8303-b27b54231ac2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13437 | 2024.12.16 20:58:20.346140 [ 261 ] {a58010e6-de09-47ad-8303-b27b54231ac2} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13438 | 2024.12.16 20:58:20.346379 [ 261 ] {a58010e6-de09-47ad-8303-b27b54231ac2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001683 sec., 7724.301841948901 rows/sec., 481.61 KiB/sec. | ||
| 13439 | 2024.12.16 20:58:20.346455 [ 261 ] {a58010e6-de09-47ad-8303-b27b54231ac2} <Debug> TCPHandler: Processed in 0.002017418 sec. | ||
| 13440 | 2024.12.16 20:58:20.346710 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13441 | 2024.12.16 20:58:20.346888 [ 260 ] {cde5fa17-63a5-44f5-bde1-c932b31cba70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13442 | 2024.12.16 20:58:20.346950 [ 260 ] {cde5fa17-63a5-44f5-bde1-c932b31cba70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13443 | 2024.12.16 20:58:20.347780 [ 260 ] {cde5fa17-63a5-44f5-bde1-c932b31cba70} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13444 | 2024.12.16 20:58:20.347824 [ 260 ] {cde5fa17-63a5-44f5-bde1-c932b31cba70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13445 | 2024.12.16 20:58:20.348219 [ 260 ] {cde5fa17-63a5-44f5-bde1-c932b31cba70} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13446 | 2024.12.16 20:58:20.348463 [ 260 ] {cde5fa17-63a5-44f5-bde1-c932b31cba70} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13447 | 2024.12.16 20:58:20.348658 [ 96 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13448 | 2024.12.16 20:58:20.348680 [ 260 ] {cde5fa17-63a5-44f5-bde1-c932b31cba70} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001825 sec., 219726.02739726027 rows/sec., 15.63 MiB/sec. | ||
| 13449 | 2024.12.16 20:58:20.348740 [ 96 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13450 | 2024.12.16 20:58:20.348816 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13451 | 2024.12.16 20:58:20.348844 [ 260 ] {cde5fa17-63a5-44f5-bde1-c932b31cba70} <Debug> TCPHandler: Processed in 0.002266813 sec. | ||
| 13452 | 2024.12.16 20:58:20.349021 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 13453 | 2024.12.16 20:58:20.349078 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13454 | 2024.12.16 20:58:20.349156 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13455 | 2024.12.16 20:58:20.349233 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 916 rows starting from the beginning of the part | ||
| 13456 | 2024.12.16 20:58:20.349315 [ 261 ] {34fa53be-2e68-425e-add5-f3a64c185880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13457 | 2024.12.16 20:58:20.349448 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 87 rows starting from the beginning of the part | ||
| 13458 | 2024.12.16 20:58:20.349505 [ 261 ] {34fa53be-2e68-425e-add5-f3a64c185880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13459 | 2024.12.16 20:58:20.349866 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 401 rows starting from the beginning of the part | ||
| 13460 | 2024.12.16 20:58:20.350293 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 545 rows starting from the beginning of the part | ||
| 13461 | 2024.12.16 20:58:20.350602 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 13462 | 2024.12.16 20:58:20.350895 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 401 rows starting from the beginning of the part | ||
| 13463 | 2024.12.16 20:58:20.351987 [ 261 ] {34fa53be-2e68-425e-add5-f3a64c185880} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13464 | 2024.12.16 20:58:20.352047 [ 261 ] {34fa53be-2e68-425e-add5-f3a64c185880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13465 | 2024.12.16 20:58:20.352947 [ 261 ] {34fa53be-2e68-425e-add5-f3a64c185880} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13466 | 2024.12.16 20:58:20.353415 [ 261 ] {34fa53be-2e68-425e-add5-f3a64c185880} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13467 | 2024.12.16 20:58:20.353741 [ 261 ] {34fa53be-2e68-425e-add5-f3a64c185880} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004493 sec., 1335.4106387714223 rows/sec., 69.77 KiB/sec. | ||
| 13468 | 2024.12.16 20:58:20.354046 [ 261 ] {34fa53be-2e68-425e-add5-f3a64c185880} <Debug> TCPHandler: Processed in 0.005051926 sec. | ||
| 13469 | 2024.12.16 20:58:20.354358 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13470 | 2024.12.16 20:58:20.354724 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.005798241 sec., 416333.16034983716 rows/sec., 31.93 MiB/sec. | ||
| 13471 | 2024.12.16 20:58:20.354901 [ 260 ] {fa730821-b4f9-4fec-8909-4a608d4f52d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13472 | 2024.12.16 20:58:20.355079 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13473 | 2024.12.16 20:58:20.355158 [ 260 ] {fa730821-b4f9-4fec-8909-4a608d4f52d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13474 | 2024.12.16 20:58:20.355660 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_106_21} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13475 | 2024.12.16 20:58:20.355779 [ 190 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_106_21} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13476 | 2024.12.16 20:58:20.355863 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 13477 | 2024.12.16 20:58:20.356259 [ 260 ] {fa730821-b4f9-4fec-8909-4a608d4f52d9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13478 | 2024.12.16 20:58:20.356309 [ 260 ] {fa730821-b4f9-4fec-8909-4a608d4f52d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13479 | 2024.12.16 20:58:20.356879 [ 260 ] {fa730821-b4f9-4fec-8909-4a608d4f52d9} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13480 | 2024.12.16 20:58:20.357238 [ 260 ] {fa730821-b4f9-4fec-8909-4a608d4f52d9} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13481 | 2024.12.16 20:58:20.357539 [ 260 ] {fa730821-b4f9-4fec-8909-4a608d4f52d9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002803 sec., 84552.26542989654 rows/sec., 5.67 MiB/sec. | ||
| 13482 | 2024.12.16 20:58:20.357664 [ 260 ] {fa730821-b4f9-4fec-8909-4a608d4f52d9} <Debug> TCPHandler: Processed in 0.003467657 sec. | ||
| 13483 | 2024.12.16 20:58:20.357925 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13484 | 2024.12.16 20:58:20.358249 [ 261 ] {122ab2a6-df6d-415b-b3ba-21d078fb700b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13485 | 2024.12.16 20:58:20.358368 [ 261 ] {122ab2a6-df6d-415b-b3ba-21d078fb700b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13486 | 2024.12.16 20:58:20.358857 [ 261 ] {122ab2a6-df6d-415b-b3ba-21d078fb700b} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13487 | 2024.12.16 20:58:20.358894 [ 261 ] {122ab2a6-df6d-415b-b3ba-21d078fb700b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13488 | 2024.12.16 20:58:20.359245 [ 261 ] {122ab2a6-df6d-415b-b3ba-21d078fb700b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13489 | 2024.12.16 20:58:20.359471 [ 261 ] {122ab2a6-df6d-415b-b3ba-21d078fb700b} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13490 | 2024.12.16 20:58:20.359718 [ 261 ] {122ab2a6-df6d-415b-b3ba-21d078fb700b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001573 sec., 635.7279084551813 rows/sec., 42.84 KiB/sec. | ||
| 13491 | 2024.12.16 20:58:20.359798 [ 261 ] {122ab2a6-df6d-415b-b3ba-21d078fb700b} <Debug> TCPHandler: Processed in 0.002022928 sec. | ||
| 13492 | 2024.12.16 20:58:20.360059 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13493 | 2024.12.16 20:58:20.360216 [ 260 ] {58c75ec1-fc35-4885-a2e5-ad8386b54dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13494 | 2024.12.16 20:58:20.360330 [ 260 ] {58c75ec1-fc35-4885-a2e5-ad8386b54dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13495 | 2024.12.16 20:58:20.361496 [ 260 ] {58c75ec1-fc35-4885-a2e5-ad8386b54dcf} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13496 | 2024.12.16 20:58:20.361537 [ 260 ] {58c75ec1-fc35-4885-a2e5-ad8386b54dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13497 | 2024.12.16 20:58:20.362174 [ 260 ] {58c75ec1-fc35-4885-a2e5-ad8386b54dcf} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13498 | 2024.12.16 20:58:20.362427 [ 260 ] {58c75ec1-fc35-4885-a2e5-ad8386b54dcf} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13499 | 2024.12.16 20:58:20.362671 [ 260 ] {58c75ec1-fc35-4885-a2e5-ad8386b54dcf} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.00249 sec., 7630.522088353414 rows/sec., 13.67 MiB/sec. | ||
| 13500 | 2024.12.16 20:58:20.362864 [ 260 ] {58c75ec1-fc35-4885-a2e5-ad8386b54dcf} <Debug> TCPHandler: Processed in 0.002949686 sec. | ||
| 13501 | 2024.12.16 20:58:20.363125 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13502 | 2024.12.16 20:58:20.363355 [ 261 ] {3278d266-d0ba-41b3-94a3-32014732dd67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13503 | 2024.12.16 20:58:20.363414 [ 261 ] {3278d266-d0ba-41b3-94a3-32014732dd67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13504 | 2024.12.16 20:58:20.363912 [ 261 ] {3278d266-d0ba-41b3-94a3-32014732dd67} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13505 | 2024.12.16 20:58:20.363951 [ 261 ] {3278d266-d0ba-41b3-94a3-32014732dd67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13506 | 2024.12.16 20:58:20.364317 [ 261 ] {3278d266-d0ba-41b3-94a3-32014732dd67} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13507 | 2024.12.16 20:58:20.364552 [ 261 ] {3278d266-d0ba-41b3-94a3-32014732dd67} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13508 | 2024.12.16 20:58:20.364739 [ 96 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13509 | 2024.12.16 20:58:20.364761 [ 261 ] {3278d266-d0ba-41b3-94a3-32014732dd67} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec. | ||
| 13510 | 2024.12.16 20:58:20.364803 [ 96 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13511 | 2024.12.16 20:58:20.364878 [ 261 ] {3278d266-d0ba-41b3-94a3-32014732dd67} <Debug> TCPHandler: Processed in 0.001897096 sec. | ||
| 13512 | 2024.12.16 20:58:20.364878 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13513 | 2024.12.16 20:58:20.365066 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 13514 | 2024.12.16 20:58:20.365238 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13515 | 2024.12.16 20:58:20.365284 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6180 rows starting from the beginning of the part | ||
| 13516 | 2024.12.16 20:58:20.365364 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 13517 | 2024.12.16 20:58:20.365580 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 13518 | 2024.12.16 20:58:20.365846 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 36 rows starting from the beginning of the part | ||
| 13519 | 2024.12.16 20:58:20.365979 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 24 rows starting from the beginning of the part | ||
| 13520 | 2024.12.16 20:58:20.366220 [ 197 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 13521 | 2024.12.16 20:58:20.368384 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6464 rows, containing 4 columns (4 merged, 0 gathered) in 0.003376334 sec., 1914502.5344056601 rows/sec., 124.88 MiB/sec. | ||
| 13522 | 2024.12.16 20:58:20.368833 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13523 | 2024.12.16 20:58:20.369188 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_106_21} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13524 | 2024.12.16 20:58:20.369291 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_106_21} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13525 | 2024.12.16 20:58:20.369393 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 13526 | 2024.12.16 20:58:21.287964 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13527 | 2024.12.16 20:58:21.288020 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13528 | 2024.12.16 20:58:21.504554 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 13529 | 2024.12.16 20:58:21.505221 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13530 | 2024.12.16 20:58:21.505274 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13531 | 2024.12.16 20:58:21.505808 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13532 | 2024.12.16 20:58:21.506070 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13533 | 2024.12.16 20:58:21.506305 [ 50 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13534 | 2024.12.16 20:58:21.506335 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 13535 | 2024.12.16 20:58:21.506380 [ 50 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13536 | 2024.12.16 20:58:21.506409 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13537 | 2024.12.16 20:58:21.506560 [ 198 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 13538 | 2024.12.16 20:58:21.506940 [ 198 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13539 | 2024.12.16 20:58:21.507046 [ 198 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
| 13540 | 2024.12.16 20:58:21.507253 [ 198 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 13541 | 2024.12.16 20:58:21.507392 [ 198 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
| 13542 | 2024.12.16 20:58:21.507683 [ 198 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
| 13543 | 2024.12.16 20:58:21.507899 [ 198 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 13544 | 2024.12.16 20:58:21.508213 [ 198 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 13545 | 2024.12.16 20:58:21.512180 [ 189 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.005705029 sec., 5303391.095820897 rows/sec., 75.87 MiB/sec. | ||
| 13546 | 2024.12.16 20:58:21.512646 [ 196 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13547 | 2024.12.16 20:58:21.512969 [ 196 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_66_13} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13548 | 2024.12.16 20:58:21.513047 [ 196 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_66_13} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13549 | 2024.12.16 20:58:21.513155 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 13550 | 2024.12.16 20:58:23.743584 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13551 | 2024.12.16 20:58:23.766119 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13552 | 2024.12.16 20:58:23.766185 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13553 | 2024.12.16 20:58:23.773573 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13554 | 2024.12.16 20:58:23.774367 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13555 | 2024.12.16 20:58:23.774795 [ 32 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13556 | 2024.12.16 20:58:23.774929 [ 32 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13557 | 2024.12.16 20:58:23.775012 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13558 | 2024.12.16 20:58:23.775442 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 13559 | 2024.12.16 20:58:23.792445 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13560 | 2024.12.16 20:58:23.793848 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13561 | 2024.12.16 20:58:23.795285 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 13562 | 2024.12.16 20:58:23.800732 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 13563 | 2024.12.16 20:58:23.806283 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 13564 | 2024.12.16 20:58:23.811807 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 13565 | 2024.12.16 20:58:23.817549 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 13566 | 2024.12.16 20:58:23.821990 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 13567 | 2024.12.16 20:58:23.882025 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.106861342 sec., 4660.244674823567 rows/sec., 24.10 MiB/sec. | ||
| 13568 | 2024.12.16 20:58:23.885829 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13569 | 2024.12.16 20:58:23.888899 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_66_13} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13570 | 2024.12.16 20:58:23.889034 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_66_13} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13571 | 2024.12.16 20:58:23.891801 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 13572 | 2024.12.16 20:58:25.324707 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13573 | 2024.12.16 20:58:25.324923 [ 261 ] {d87315c8-a1d0-4e66-9435-778968ad0a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13574 | 2024.12.16 20:58:25.325007 [ 261 ] {d87315c8-a1d0-4e66-9435-778968ad0a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13575 | 2024.12.16 20:58:25.325872 [ 261 ] {d87315c8-a1d0-4e66-9435-778968ad0a2d} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13576 | 2024.12.16 20:58:25.325927 [ 261 ] {d87315c8-a1d0-4e66-9435-778968ad0a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13577 | 2024.12.16 20:58:25.326372 [ 261 ] {d87315c8-a1d0-4e66-9435-778968ad0a2d} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13578 | 2024.12.16 20:58:25.326640 [ 261 ] {d87315c8-a1d0-4e66-9435-778968ad0a2d} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13579 | 2024.12.16 20:58:25.326945 [ 261 ] {d87315c8-a1d0-4e66-9435-778968ad0a2d} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.002072 sec., 49227.79922779922 rows/sec., 4.10 MiB/sec. | ||
| 13580 | 2024.12.16 20:58:25.327080 [ 261 ] {d87315c8-a1d0-4e66-9435-778968ad0a2d} <Debug> TCPHandler: Processed in 0.002510018 sec. | ||
| 13581 | 2024.12.16 20:58:25.327410 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13582 | 2024.12.16 20:58:25.327820 [ 260 ] {575e9c82-59a9-48f6-94c2-fbdd0d525f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13583 | 2024.12.16 20:58:25.327900 [ 260 ] {575e9c82-59a9-48f6-94c2-fbdd0d525f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13584 | 2024.12.16 20:58:25.328647 [ 260 ] {575e9c82-59a9-48f6-94c2-fbdd0d525f0f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13585 | 2024.12.16 20:58:25.328697 [ 260 ] {575e9c82-59a9-48f6-94c2-fbdd0d525f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13586 | 2024.12.16 20:58:25.329120 [ 260 ] {575e9c82-59a9-48f6-94c2-fbdd0d525f0f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13587 | 2024.12.16 20:58:25.329368 [ 260 ] {575e9c82-59a9-48f6-94c2-fbdd0d525f0f} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13588 | 2024.12.16 20:58:25.329605 [ 260 ] {575e9c82-59a9-48f6-94c2-fbdd0d525f0f} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001914 sec., 12016.718913270637 rows/sec., 903.60 KiB/sec. | ||
| 13589 | 2024.12.16 20:58:25.329672 [ 260 ] {575e9c82-59a9-48f6-94c2-fbdd0d525f0f} <Debug> TCPHandler: Processed in 0.002471448 sec. | ||
| 13590 | 2024.12.16 20:58:25.329847 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13591 | 2024.12.16 20:58:25.329998 [ 261 ] {3c064b88-e8ef-4c44-877e-c855c056d555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13592 | 2024.12.16 20:58:25.330061 [ 261 ] {3c064b88-e8ef-4c44-877e-c855c056d555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13593 | 2024.12.16 20:58:25.330796 [ 261 ] {3c064b88-e8ef-4c44-877e-c855c056d555} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13594 | 2024.12.16 20:58:25.330839 [ 261 ] {3c064b88-e8ef-4c44-877e-c855c056d555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13595 | 2024.12.16 20:58:25.331219 [ 261 ] {3c064b88-e8ef-4c44-877e-c855c056d555} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13596 | 2024.12.16 20:58:25.331456 [ 261 ] {3c064b88-e8ef-4c44-877e-c855c056d555} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13597 | 2024.12.16 20:58:25.331697 [ 261 ] {3c064b88-e8ef-4c44-877e-c855c056d555} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001736 sec., 50115.20737327189 rows/sec., 3.91 MiB/sec. | ||
| 13598 | 2024.12.16 20:58:25.331787 [ 261 ] {3c064b88-e8ef-4c44-877e-c855c056d555} <Debug> TCPHandler: Processed in 0.002003488 sec. | ||
| 13599 | 2024.12.16 20:58:25.331976 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13600 | 2024.12.16 20:58:25.332183 [ 260 ] {b1fb89e5-7722-4c63-a71f-625193b8f374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13601 | 2024.12.16 20:58:25.332252 [ 260 ] {b1fb89e5-7722-4c63-a71f-625193b8f374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13602 | 2024.12.16 20:58:25.332890 [ 260 ] {b1fb89e5-7722-4c63-a71f-625193b8f374} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13603 | 2024.12.16 20:58:25.332928 [ 260 ] {b1fb89e5-7722-4c63-a71f-625193b8f374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13604 | 2024.12.16 20:58:25.333330 [ 260 ] {b1fb89e5-7722-4c63-a71f-625193b8f374} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13605 | 2024.12.16 20:58:25.333583 [ 260 ] {b1fb89e5-7722-4c63-a71f-625193b8f374} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13606 | 2024.12.16 20:58:25.333808 [ 260 ] {b1fb89e5-7722-4c63-a71f-625193b8f374} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
| 13607 | 2024.12.16 20:58:25.333864 [ 260 ] {b1fb89e5-7722-4c63-a71f-625193b8f374} <Debug> TCPHandler: Processed in 0.001977318 sec. | ||
| 13608 | 2024.12.16 20:58:25.334012 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13609 | 2024.12.16 20:58:25.334154 [ 261 ] {fdc2296c-fa0e-4701-8f7a-04fed7dd12ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13610 | 2024.12.16 20:58:25.334246 [ 261 ] {fdc2296c-fa0e-4701-8f7a-04fed7dd12ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13611 | 2024.12.16 20:58:25.335485 [ 261 ] {fdc2296c-fa0e-4701-8f7a-04fed7dd12ce} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13612 | 2024.12.16 20:58:25.335526 [ 261 ] {fdc2296c-fa0e-4701-8f7a-04fed7dd12ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13613 | 2024.12.16 20:58:25.336167 [ 261 ] {fdc2296c-fa0e-4701-8f7a-04fed7dd12ce} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13614 | 2024.12.16 20:58:25.336428 [ 261 ] {fdc2296c-fa0e-4701-8f7a-04fed7dd12ce} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13615 | 2024.12.16 20:58:25.336637 [ 261 ] {fdc2296c-fa0e-4701-8f7a-04fed7dd12ce} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002517 sec., 9137.862534763606 rows/sec., 16.37 MiB/sec. | ||
| 13616 | 2024.12.16 20:58:25.336746 [ 261 ] {fdc2296c-fa0e-4701-8f7a-04fed7dd12ce} <Debug> TCPHandler: Processed in 0.002799634 sec. | ||
| 13617 | 2024.12.16 20:58:25.336908 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13618 | 2024.12.16 20:58:25.337048 [ 260 ] {8362dbf9-ecd1-459d-bfa7-093d74b52ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13619 | 2024.12.16 20:58:25.337109 [ 260 ] {8362dbf9-ecd1-459d-bfa7-093d74b52ee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13620 | 2024.12.16 20:58:25.337686 [ 260 ] {8362dbf9-ecd1-459d-bfa7-093d74b52ee9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13621 | 2024.12.16 20:58:25.337730 [ 260 ] {8362dbf9-ecd1-459d-bfa7-093d74b52ee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13622 | 2024.12.16 20:58:25.338104 [ 260 ] {8362dbf9-ecd1-459d-bfa7-093d74b52ee9} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13623 | 2024.12.16 20:58:25.338340 [ 260 ] {8362dbf9-ecd1-459d-bfa7-093d74b52ee9} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13624 | 2024.12.16 20:58:25.338550 [ 260 ] {8362dbf9-ecd1-459d-bfa7-093d74b52ee9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001535 sec., 39087.94788273616 rows/sec., 2.63 MiB/sec. | ||
| 13625 | 2024.12.16 20:58:25.338603 [ 260 ] {8362dbf9-ecd1-459d-bfa7-093d74b52ee9} <Debug> TCPHandler: Processed in 0.001762593 sec. | ||
| 13626 | 2024.12.16 20:58:26.675025 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1926 | ||
| 13627 | 2024.12.16 20:58:26.678526 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13628 | 2024.12.16 20:58:26.678580 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13629 | 2024.12.16 20:58:26.680038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13630 | 2024.12.16 20:58:26.680343 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13631 | 2024.12.16 20:58:26.681003 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1926 | ||
| 13632 | 2024.12.16 20:58:29.006467 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 13633 | 2024.12.16 20:58:29.007170 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13634 | 2024.12.16 20:58:29.007217 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13635 | 2024.12.16 20:58:29.007758 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13636 | 2024.12.16 20:58:29.008028 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13637 | 2024.12.16 20:58:29.008300 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 13638 | 2024.12.16 20:58:30.327692 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13639 | 2024.12.16 20:58:30.327929 [ 261 ] {c2d6157b-3da2-41f6-b304-5ebb1e85735f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13640 | 2024.12.16 20:58:30.328044 [ 261 ] {c2d6157b-3da2-41f6-b304-5ebb1e85735f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13641 | 2024.12.16 20:58:30.329111 [ 261 ] {c2d6157b-3da2-41f6-b304-5ebb1e85735f} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13642 | 2024.12.16 20:58:30.329164 [ 261 ] {c2d6157b-3da2-41f6-b304-5ebb1e85735f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13643 | 2024.12.16 20:58:30.329597 [ 261 ] {c2d6157b-3da2-41f6-b304-5ebb1e85735f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13644 | 2024.12.16 20:58:30.329848 [ 261 ] {c2d6157b-3da2-41f6-b304-5ebb1e85735f} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13645 | 2024.12.16 20:58:30.330046 [ 90 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13646 | 2024.12.16 20:58:30.330111 [ 261 ] {c2d6157b-3da2-41f6-b304-5ebb1e85735f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002256 sec., 6205.673758865248 rows/sec., 446.73 KiB/sec. | ||
| 13647 | 2024.12.16 20:58:30.330136 [ 90 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13648 | 2024.12.16 20:58:30.330202 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13649 | 2024.12.16 20:58:30.330237 [ 261 ] {c2d6157b-3da2-41f6-b304-5ebb1e85735f} <Debug> TCPHandler: Processed in 0.002676881 sec. | ||
| 13650 | 2024.12.16 20:58:30.330447 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 13651 | 2024.12.16 20:58:30.330518 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13652 | 2024.12.16 20:58:30.330610 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13653 | 2024.12.16 20:58:30.330663 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 13654 | 2024.12.16 20:58:30.330726 [ 260 ] {d70af9e0-599d-4a5d-8d06-4dbd86e27eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13655 | 2024.12.16 20:58:30.330776 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 13656 | 2024.12.16 20:58:30.330879 [ 260 ] {d70af9e0-599d-4a5d-8d06-4dbd86e27eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13657 | 2024.12.16 20:58:30.331277 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 13658 | 2024.12.16 20:58:30.331574 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 13659 | 2024.12.16 20:58:30.331834 [ 194 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 13660 | 2024.12.16 20:58:30.332840 [ 260 ] {d70af9e0-599d-4a5d-8d06-4dbd86e27eb4} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13661 | 2024.12.16 20:58:30.332890 [ 260 ] {d70af9e0-599d-4a5d-8d06-4dbd86e27eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13662 | 2024.12.16 20:58:30.333336 [ 199 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003023177 sec., 23154.449772540607 rows/sec., 1.72 MiB/sec. | ||
| 13663 | 2024.12.16 20:58:30.333518 [ 260 ] {d70af9e0-599d-4a5d-8d06-4dbd86e27eb4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13664 | 2024.12.16 20:58:30.333555 [ 199 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13665 | 2024.12.16 20:58:30.333984 [ 260 ] {d70af9e0-599d-4a5d-8d06-4dbd86e27eb4} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13666 | 2024.12.16 20:58:30.334090 [ 199 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_45_11} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13667 | 2024.12.16 20:58:30.334326 [ 199 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_45_11} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13668 | 2024.12.16 20:58:30.334503 [ 260 ] {d70af9e0-599d-4a5d-8d06-4dbd86e27eb4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003798 sec., 1053.18588730911 rows/sec., 85.88 KiB/sec. | ||
| 13669 | 2024.12.16 20:58:30.334563 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13670 | 2024.12.16 20:58:30.334770 [ 260 ] {d70af9e0-599d-4a5d-8d06-4dbd86e27eb4} <Debug> TCPHandler: Processed in 0.004403764 sec. | ||
| 13671 | 2024.12.16 20:58:30.335006 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13672 | 2024.12.16 20:58:30.335147 [ 261 ] {7c9bf413-6e51-42c6-a3bb-3ff105dbc54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13673 | 2024.12.16 20:58:30.335209 [ 261 ] {7c9bf413-6e51-42c6-a3bb-3ff105dbc54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13674 | 2024.12.16 20:58:30.336009 [ 261 ] {7c9bf413-6e51-42c6-a3bb-3ff105dbc54e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2024.12.16 20:58:30.336050 [ 261 ] {7c9bf413-6e51-42c6-a3bb-3ff105dbc54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13676 | 2024.12.16 20:58:30.336427 [ 261 ] {7c9bf413-6e51-42c6-a3bb-3ff105dbc54e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13677 | 2024.12.16 20:58:30.336657 [ 261 ] {7c9bf413-6e51-42c6-a3bb-3ff105dbc54e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13678 | 2024.12.16 20:58:30.336873 [ 261 ] {7c9bf413-6e51-42c6-a3bb-3ff105dbc54e} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001758 sec., 138225.25597269624 rows/sec., 12.09 MiB/sec. | ||
| 13679 | 2024.12.16 20:58:30.336931 [ 261 ] {7c9bf413-6e51-42c6-a3bb-3ff105dbc54e} <Debug> TCPHandler: Processed in 0.002045269 sec. | ||
| 13680 | 2024.12.16 20:58:30.337090 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13681 | 2024.12.16 20:58:30.337234 [ 260 ] {3069ea97-91e0-4389-96d2-f8bd50d552db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13682 | 2024.12.16 20:58:30.337294 [ 260 ] {3069ea97-91e0-4389-96d2-f8bd50d552db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13683 | 2024.12.16 20:58:30.337970 [ 260 ] {3069ea97-91e0-4389-96d2-f8bd50d552db} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13684 | 2024.12.16 20:58:30.338011 [ 260 ] {3069ea97-91e0-4389-96d2-f8bd50d552db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13685 | 2024.12.16 20:58:30.338379 [ 260 ] {3069ea97-91e0-4389-96d2-f8bd50d552db} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13686 | 2024.12.16 20:58:30.338620 [ 260 ] {3069ea97-91e0-4389-96d2-f8bd50d552db} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13687 | 2024.12.16 20:58:30.338802 [ 92 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13688 | 2024.12.16 20:58:30.338862 [ 260 ] {3069ea97-91e0-4389-96d2-f8bd50d552db} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001657 sec., 18105.009052504527 rows/sec., 1.28 MiB/sec. | ||
| 13689 | 2024.12.16 20:58:30.338892 [ 92 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13690 | 2024.12.16 20:58:30.338968 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13691 | 2024.12.16 20:58:30.338985 [ 260 ] {3069ea97-91e0-4389-96d2-f8bd50d552db} <Debug> TCPHandler: Processed in 0.001959637 sec. | ||
| 13692 | 2024.12.16 20:58:30.339205 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13693 | 2024.12.16 20:58:30.339245 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 13694 | 2024.12.16 20:58:30.339367 [ 261 ] {9367b661-ab20-43e9-bd6e-bfc60ab081ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13695 | 2024.12.16 20:58:30.339410 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13696 | 2024.12.16 20:58:30.339440 [ 261 ] {9367b661-ab20-43e9-bd6e-bfc60ab081ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13697 | 2024.12.16 20:58:30.339457 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 67 rows starting from the beginning of the part | ||
| 13698 | 2024.12.16 20:58:30.339782 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 26 rows starting from the beginning of the part | ||
| 13699 | 2024.12.16 20:58:30.340082 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 25 rows starting from the beginning of the part | ||
| 13700 | 2024.12.16 20:58:30.340480 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 26 rows starting from the beginning of the part | ||
| 13701 | 2024.12.16 20:58:30.340857 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 23 rows starting from the beginning of the part | ||
| 13702 | 2024.12.16 20:58:30.341250 [ 187 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 30 rows starting from the beginning of the part | ||
| 13703 | 2024.12.16 20:58:30.342145 [ 261 ] {9367b661-ab20-43e9-bd6e-bfc60ab081ee} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13704 | 2024.12.16 20:58:30.342185 [ 261 ] {9367b661-ab20-43e9-bd6e-bfc60ab081ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13705 | 2024.12.16 20:58:30.342731 [ 261 ] {9367b661-ab20-43e9-bd6e-bfc60ab081ee} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 13706 | 2024.12.16 20:58:30.343085 [ 261 ] {9367b661-ab20-43e9-bd6e-bfc60ab081ee} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13707 | 2024.12.16 20:58:30.343225 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.004141439 sec., 47568.00715886434 rows/sec., 3.58 MiB/sec. | ||
| 13708 | 2024.12.16 20:58:30.343457 [ 261 ] {9367b661-ab20-43e9-bd6e-bfc60ab081ee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004125 sec., 3393.939393939394 rows/sec., 237.69 KiB/sec. | ||
| 13709 | 2024.12.16 20:58:30.343572 [ 261 ] {9367b661-ab20-43e9-bd6e-bfc60ab081ee} <Debug> TCPHandler: Processed in 0.004492406 sec. | ||
| 13710 | 2024.12.16 20:58:30.343589 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13711 | 2024.12.16 20:58:30.343779 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13712 | 2024.12.16 20:58:30.343984 [ 260 ] {dd5f3973-f5c3-4c5c-8161-211fd82d4c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13713 | 2024.12.16 20:58:30.344082 [ 260 ] {dd5f3973-f5c3-4c5c-8161-211fd82d4c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13714 | 2024.12.16 20:58:30.344179 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_91_18} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13715 | 2024.12.16 20:58:30.344393 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_91_18} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13716 | 2024.12.16 20:58:30.344595 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13717 | 2024.12.16 20:58:30.345057 [ 260 ] {dd5f3973-f5c3-4c5c-8161-211fd82d4c12} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13718 | 2024.12.16 20:58:30.345102 [ 260 ] {dd5f3973-f5c3-4c5c-8161-211fd82d4c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13719 | 2024.12.16 20:58:30.345451 [ 260 ] {dd5f3973-f5c3-4c5c-8161-211fd82d4c12} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13720 | 2024.12.16 20:58:30.345690 [ 260 ] {dd5f3973-f5c3-4c5c-8161-211fd82d4c12} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13721 | 2024.12.16 20:58:30.345887 [ 92 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13722 | 2024.12.16 20:58:30.345945 [ 92 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13723 | 2024.12.16 20:58:30.345954 [ 260 ] {dd5f3973-f5c3-4c5c-8161-211fd82d4c12} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002028 sec., 6410.256410256411 rows/sec., 399.68 KiB/sec. | ||
| 13724 | 2024.12.16 20:58:30.345979 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13725 | 2024.12.16 20:58:30.346134 [ 260 ] {dd5f3973-f5c3-4c5c-8161-211fd82d4c12} <Debug> TCPHandler: Processed in 0.002466487 sec. | ||
| 13726 | 2024.12.16 20:58:30.346219 [ 193 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 13727 | 2024.12.16 20:58:30.346342 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13728 | 2024.12.16 20:58:30.346425 [ 193 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13729 | 2024.12.16 20:58:30.346494 [ 193 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 13730 | 2024.12.16 20:58:30.346590 [ 261 ] {7f8c8598-0ca9-479c-bab1-64a34e9f5b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13731 | 2024.12.16 20:58:30.346710 [ 193 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 13732 | 2024.12.16 20:58:30.346818 [ 261 ] {7f8c8598-0ca9-479c-bab1-64a34e9f5b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13733 | 2024.12.16 20:58:30.346893 [ 193 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 13734 | 2024.12.16 20:58:30.347393 [ 193 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 13735 | 2024.12.16 20:58:30.347712 [ 193 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 13736 | 2024.12.16 20:58:30.349703 [ 261 ] {7f8c8598-0ca9-479c-bab1-64a34e9f5b66} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13737 | 2024.12.16 20:58:30.349772 [ 261 ] {7f8c8598-0ca9-479c-bab1-64a34e9f5b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13738 | 2024.12.16 20:58:30.350186 [ 191 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004078309 sec., 15937.978215971376 rows/sec., 1.03 MiB/sec. | ||
| 13739 | 2024.12.16 20:58:30.350362 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13740 | 2024.12.16 20:58:30.350667 [ 261 ] {7f8c8598-0ca9-479c-bab1-64a34e9f5b66} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13741 | 2024.12.16 20:58:30.350876 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_45_11} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13742 | 2024.12.16 20:58:30.351013 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_45_11} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13743 | 2024.12.16 20:58:30.351185 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13744 | 2024.12.16 20:58:30.351193 [ 261 ] {7f8c8598-0ca9-479c-bab1-64a34e9f5b66} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13745 | 2024.12.16 20:58:30.351466 [ 261 ] {7f8c8598-0ca9-479c-bab1-64a34e9f5b66} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.004958 sec., 81686.16377571602 rows/sec., 5.82 MiB/sec. | ||
| 13746 | 2024.12.16 20:58:30.351594 [ 261 ] {7f8c8598-0ca9-479c-bab1-64a34e9f5b66} <Debug> TCPHandler: Processed in 0.005361282 sec. | ||
| 13747 | 2024.12.16 20:58:30.351774 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13748 | 2024.12.16 20:58:30.351936 [ 260 ] {279f06a6-a041-4958-a994-7da549aca289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13749 | 2024.12.16 20:58:30.351987 [ 260 ] {279f06a6-a041-4958-a994-7da549aca289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13750 | 2024.12.16 20:58:30.352475 [ 260 ] {279f06a6-a041-4958-a994-7da549aca289} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13751 | 2024.12.16 20:58:30.352513 [ 260 ] {279f06a6-a041-4958-a994-7da549aca289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13752 | 2024.12.16 20:58:30.352896 [ 260 ] {279f06a6-a041-4958-a994-7da549aca289} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13753 | 2024.12.16 20:58:30.353128 [ 260 ] {279f06a6-a041-4958-a994-7da549aca289} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13754 | 2024.12.16 20:58:30.353399 [ 260 ] {279f06a6-a041-4958-a994-7da549aca289} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 210.10 KiB/sec. | ||
| 13755 | 2024.12.16 20:58:30.353527 [ 260 ] {279f06a6-a041-4958-a994-7da549aca289} <Debug> TCPHandler: Processed in 0.001831835 sec. | ||
| 13756 | 2024.12.16 20:58:30.353752 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13757 | 2024.12.16 20:58:30.353904 [ 261 ] {fd29dc52-2602-4b86-995b-1af385bf3d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13758 | 2024.12.16 20:58:30.353966 [ 261 ] {fd29dc52-2602-4b86-995b-1af385bf3d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13759 | 2024.12.16 20:58:30.354661 [ 261 ] {fd29dc52-2602-4b86-995b-1af385bf3d26} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13760 | 2024.12.16 20:58:30.354707 [ 261 ] {fd29dc52-2602-4b86-995b-1af385bf3d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13761 | 2024.12.16 20:58:30.355124 [ 261 ] {fd29dc52-2602-4b86-995b-1af385bf3d26} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13762 | 2024.12.16 20:58:30.355358 [ 261 ] {fd29dc52-2602-4b86-995b-1af385bf3d26} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13763 | 2024.12.16 20:58:30.355577 [ 261 ] {fd29dc52-2602-4b86-995b-1af385bf3d26} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001702 sec., 140423.03172737957 rows/sec., 9.41 MiB/sec. | ||
| 13764 | 2024.12.16 20:58:30.355632 [ 261 ] {fd29dc52-2602-4b86-995b-1af385bf3d26} <Debug> TCPHandler: Processed in 0.002009878 sec. | ||
| 13765 | 2024.12.16 20:58:30.355767 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13766 | 2024.12.16 20:58:30.355894 [ 260 ] {55dbd3b1-2e43-4965-841d-e91af7c1e4c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13767 | 2024.12.16 20:58:30.355953 [ 260 ] {55dbd3b1-2e43-4965-841d-e91af7c1e4c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13768 | 2024.12.16 20:58:30.356502 [ 260 ] {55dbd3b1-2e43-4965-841d-e91af7c1e4c0} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13769 | 2024.12.16 20:58:30.356547 [ 260 ] {55dbd3b1-2e43-4965-841d-e91af7c1e4c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13770 | 2024.12.16 20:58:30.356942 [ 260 ] {55dbd3b1-2e43-4965-841d-e91af7c1e4c0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13771 | 2024.12.16 20:58:30.357174 [ 260 ] {55dbd3b1-2e43-4965-841d-e91af7c1e4c0} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13772 | 2024.12.16 20:58:30.357393 [ 260 ] {55dbd3b1-2e43-4965-841d-e91af7c1e4c0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00153 sec., 653.5947712418301 rows/sec., 44.04 KiB/sec. | ||
| 13773 | 2024.12.16 20:58:30.357445 [ 260 ] {55dbd3b1-2e43-4965-841d-e91af7c1e4c0} <Debug> TCPHandler: Processed in 0.001733633 sec. | ||
| 13774 | 2024.12.16 20:58:30.357568 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13775 | 2024.12.16 20:58:30.357683 [ 261 ] {38e6d29f-0f49-45e4-997c-bb322bc15a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13776 | 2024.12.16 20:58:30.357762 [ 261 ] {38e6d29f-0f49-45e4-997c-bb322bc15a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13777 | 2024.12.16 20:58:30.359021 [ 261 ] {38e6d29f-0f49-45e4-997c-bb322bc15a4e} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13778 | 2024.12.16 20:58:30.359061 [ 261 ] {38e6d29f-0f49-45e4-997c-bb322bc15a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13779 | 2024.12.16 20:58:30.359681 [ 261 ] {38e6d29f-0f49-45e4-997c-bb322bc15a4e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13780 | 2024.12.16 20:58:30.359978 [ 261 ] {38e6d29f-0f49-45e4-997c-bb322bc15a4e} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13781 | 2024.12.16 20:58:30.360197 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13782 | 2024.12.16 20:58:30.360267 [ 261 ] {38e6d29f-0f49-45e4-997c-bb322bc15a4e} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002606 sec., 7290.867229470453 rows/sec., 13.06 MiB/sec. | ||
| 13783 | 2024.12.16 20:58:30.360298 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13784 | 2024.12.16 20:58:30.360390 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13785 | 2024.12.16 20:58:30.360707 [ 261 ] {38e6d29f-0f49-45e4-997c-bb322bc15a4e} <Debug> TCPHandler: Processed in 0.003191481 sec. | ||
| 13786 | 2024.12.16 20:58:30.360813 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 13787 | 2024.12.16 20:58:30.360990 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13788 | 2024.12.16 20:58:30.361355 [ 260 ] {c4e9f32d-dfcf-4735-bce6-02714c974803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13789 | 2024.12.16 20:58:30.361517 [ 260 ] {c4e9f32d-dfcf-4735-bce6-02714c974803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13790 | 2024.12.16 20:58:30.363065 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13791 | 2024.12.16 20:58:30.363154 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1776 rows starting from the beginning of the part | ||
| 13792 | 2024.12.16 20:58:30.364053 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 19 rows starting from the beginning of the part | ||
| 13793 | 2024.12.16 20:58:30.364299 [ 260 ] {c4e9f32d-dfcf-4735-bce6-02714c974803} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13794 | 2024.12.16 20:58:30.364397 [ 260 ] {c4e9f32d-dfcf-4735-bce6-02714c974803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13795 | 2024.12.16 20:58:30.364778 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 23 rows starting from the beginning of the part | ||
| 13796 | 2024.12.16 20:58:30.365470 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 19 rows starting from the beginning of the part | ||
| 13797 | 2024.12.16 20:58:30.366001 [ 260 ] {c4e9f32d-dfcf-4735-bce6-02714c974803} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13798 | 2024.12.16 20:58:30.366108 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 23 rows starting from the beginning of the part | ||
| 13799 | 2024.12.16 20:58:30.366690 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 19 rows starting from the beginning of the part | ||
| 13800 | 2024.12.16 20:58:30.366743 [ 260 ] {c4e9f32d-dfcf-4735-bce6-02714c974803} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13801 | 2024.12.16 20:58:30.367630 [ 260 ] {c4e9f32d-dfcf-4735-bce6-02714c974803} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006352 sec., 12909.319899244332 rows/sec., 839.58 KiB/sec. | ||
| 13802 | 2024.12.16 20:58:30.367855 [ 260 ] {c4e9f32d-dfcf-4735-bce6-02714c974803} <Debug> TCPHandler: Processed in 0.007033784 sec. | ||
| 13803 | 2024.12.16 20:58:30.376913 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1879 rows, containing 19 columns (19 merged, 0 gathered) in 0.016350822 sec., 114917.76988337345 rows/sec., 205.93 MiB/sec. | ||
| 13804 | 2024.12.16 20:58:30.378935 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13805 | 2024.12.16 20:58:30.379365 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13806 | 2024.12.16 20:58:30.379460 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13807 | 2024.12.16 20:58:30.379621 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.27 MiB. | ||
| 13808 | 2024.12.16 20:58:31.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.23 MiB, peak 280.45 MiB, free memory in arenas 0.00 B, will set to 267.05 MiB (RSS), difference: 3.82 MiB | ||
| 13809 | 2024.12.16 20:58:31.292522 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 13810 | 2024.12.16 20:58:31.313165 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13811 | 2024.12.16 20:58:31.313220 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13812 | 2024.12.16 20:58:31.320652 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13813 | 2024.12.16 20:58:31.321391 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13814 | 2024.12.16 20:58:31.323967 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 13815 | 2024.12.16 20:58:35.323785 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13816 | 2024.12.16 20:58:35.323999 [ 261 ] {b4c6b44a-684b-41ad-be9d-45700b8a0804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13817 | 2024.12.16 20:58:35.324068 [ 261 ] {b4c6b44a-684b-41ad-be9d-45700b8a0804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13818 | 2024.12.16 20:58:35.324843 [ 261 ] {b4c6b44a-684b-41ad-be9d-45700b8a0804} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13819 | 2024.12.16 20:58:35.324888 [ 261 ] {b4c6b44a-684b-41ad-be9d-45700b8a0804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13820 | 2024.12.16 20:58:35.325313 [ 261 ] {b4c6b44a-684b-41ad-be9d-45700b8a0804} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13821 | 2024.12.16 20:58:35.325554 [ 261 ] {b4c6b44a-684b-41ad-be9d-45700b8a0804} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13822 | 2024.12.16 20:58:35.325804 [ 261 ] {b4c6b44a-684b-41ad-be9d-45700b8a0804} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.00186 sec., 54838.70967741935 rows/sec., 4.56 MiB/sec. | ||
| 13823 | 2024.12.16 20:58:35.325871 [ 261 ] {b4c6b44a-684b-41ad-be9d-45700b8a0804} <Debug> TCPHandler: Processed in 0.002214872 sec. | ||
| 13824 | 2024.12.16 20:58:35.326133 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13825 | 2024.12.16 20:58:35.326346 [ 260 ] {a3585ca7-46dc-4608-99e5-2915ded7e9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13826 | 2024.12.16 20:58:35.326428 [ 260 ] {a3585ca7-46dc-4608-99e5-2915ded7e9a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13827 | 2024.12.16 20:58:35.327243 [ 260 ] {a3585ca7-46dc-4608-99e5-2915ded7e9a0} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13828 | 2024.12.16 20:58:35.327297 [ 260 ] {a3585ca7-46dc-4608-99e5-2915ded7e9a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13829 | 2024.12.16 20:58:35.327720 [ 260 ] {a3585ca7-46dc-4608-99e5-2915ded7e9a0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13830 | 2024.12.16 20:58:35.327972 [ 260 ] {a3585ca7-46dc-4608-99e5-2915ded7e9a0} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13831 | 2024.12.16 20:58:35.328205 [ 260 ] {a3585ca7-46dc-4608-99e5-2915ded7e9a0} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001918 sec., 11991.657977059436 rows/sec., 901.72 KiB/sec. | ||
| 13832 | 2024.12.16 20:58:35.328270 [ 260 ] {a3585ca7-46dc-4608-99e5-2915ded7e9a0} <Debug> TCPHandler: Processed in 0.002276154 sec. | ||
| 13833 | 2024.12.16 20:58:35.328425 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13834 | 2024.12.16 20:58:35.328570 [ 261 ] {b8829b29-8653-4bad-aaaf-f8d934012ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13835 | 2024.12.16 20:58:35.328630 [ 261 ] {b8829b29-8653-4bad-aaaf-f8d934012ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13836 | 2024.12.16 20:58:35.329308 [ 261 ] {b8829b29-8653-4bad-aaaf-f8d934012ac2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13837 | 2024.12.16 20:58:35.329347 [ 261 ] {b8829b29-8653-4bad-aaaf-f8d934012ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13838 | 2024.12.16 20:58:35.329720 [ 261 ] {b8829b29-8653-4bad-aaaf-f8d934012ac2} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13839 | 2024.12.16 20:58:35.329953 [ 261 ] {b8829b29-8653-4bad-aaaf-f8d934012ac2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13840 | 2024.12.16 20:58:35.330198 [ 261 ] {b8829b29-8653-4bad-aaaf-f8d934012ac2} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001661 sec., 52378.08549066827 rows/sec., 4.09 MiB/sec. | ||
| 13841 | 2024.12.16 20:58:35.330283 [ 261 ] {b8829b29-8653-4bad-aaaf-f8d934012ac2} <Debug> TCPHandler: Processed in 0.001922606 sec. | ||
| 13842 | 2024.12.16 20:58:35.330485 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13843 | 2024.12.16 20:58:35.330818 [ 260 ] {4331bdbf-1acb-4b0f-99d1-6b84e20b937b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13844 | 2024.12.16 20:58:35.330896 [ 260 ] {4331bdbf-1acb-4b0f-99d1-6b84e20b937b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13845 | 2024.12.16 20:58:35.331495 [ 260 ] {4331bdbf-1acb-4b0f-99d1-6b84e20b937b} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13846 | 2024.12.16 20:58:35.331537 [ 260 ] {4331bdbf-1acb-4b0f-99d1-6b84e20b937b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13847 | 2024.12.16 20:58:35.331932 [ 260 ] {4331bdbf-1acb-4b0f-99d1-6b84e20b937b} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13848 | 2024.12.16 20:58:35.332171 [ 260 ] {4331bdbf-1acb-4b0f-99d1-6b84e20b937b} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13849 | 2024.12.16 20:58:35.332346 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 5 parts from all_1_104_21 to all_108_108_0 | ||
| 13850 | 2024.12.16 20:58:35.332407 [ 260 ] {4331bdbf-1acb-4b0f-99d1-6b84e20b937b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001702 sec., 94007.05052878967 rows/sec., 6.55 MiB/sec. | ||
| 13851 | 2024.12.16 20:58:35.332434 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13852 | 2024.12.16 20:58:35.332510 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13853 | 2024.12.16 20:58:35.332534 [ 260 ] {4331bdbf-1acb-4b0f-99d1-6b84e20b937b} <Debug> TCPHandler: Processed in 0.002162391 sec. | ||
| 13854 | 2024.12.16 20:58:35.332729 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13855 | 2024.12.16 20:58:35.332744 [ 197 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_108_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_104_21 to all_108_108_0 into Compact with storage Full | ||
| 13856 | 2024.12.16 20:58:35.332968 [ 261 ] {58ff4512-f764-4d71-be01-d9fee42746e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13857 | 2024.12.16 20:58:35.333004 [ 197 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_108_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13858 | 2024.12.16 20:58:35.333090 [ 197 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_104_21, total 32510 rows starting from the beginning of the part | ||
| 13859 | 2024.12.16 20:58:35.333163 [ 261 ] {58ff4512-f764-4d71-be01-d9fee42746e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13860 | 2024.12.16 20:58:35.333441 [ 197 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part | ||
| 13861 | 2024.12.16 20:58:35.333906 [ 197 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 237 rows starting from the beginning of the part | ||
| 13862 | 2024.12.16 20:58:35.334296 [ 197 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 13863 | 2024.12.16 20:58:35.334629 [ 197 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 239 rows starting from the beginning of the part | ||
| 13864 | 2024.12.16 20:58:35.337472 [ 261 ] {58ff4512-f764-4d71-be01-d9fee42746e3} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13865 | 2024.12.16 20:58:35.337551 [ 261 ] {58ff4512-f764-4d71-be01-d9fee42746e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13866 | 2024.12.16 20:58:35.338792 [ 261 ] {58ff4512-f764-4d71-be01-d9fee42746e3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13867 | 2024.12.16 20:58:35.339125 [ 261 ] {58ff4512-f764-4d71-be01-d9fee42746e3} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13868 | 2024.12.16 20:58:35.339440 [ 261 ] {58ff4512-f764-4d71-be01-d9fee42746e3} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006561 sec., 3505.563176345069 rows/sec., 6.28 MiB/sec. | ||
| 13869 | 2024.12.16 20:58:35.340133 [ 261 ] {58ff4512-f764-4d71-be01-d9fee42746e3} <Debug> TCPHandler: Processed in 0.007505043 sec. | ||
| 13870 | 2024.12.16 20:58:35.340465 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13871 | 2024.12.16 20:58:35.340821 [ 260 ] {ac73ff67-0307-4b2e-a135-e6752f13f081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13872 | 2024.12.16 20:58:35.341024 [ 260 ] {ac73ff67-0307-4b2e-a135-e6752f13f081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13873 | 2024.12.16 20:58:35.341727 [ 260 ] {ac73ff67-0307-4b2e-a135-e6752f13f081} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13874 | 2024.12.16 20:58:35.341777 [ 260 ] {ac73ff67-0307-4b2e-a135-e6752f13f081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13875 | 2024.12.16 20:58:35.342221 [ 260 ] {ac73ff67-0307-4b2e-a135-e6752f13f081} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13876 | 2024.12.16 20:58:35.342676 [ 260 ] {ac73ff67-0307-4b2e-a135-e6752f13f081} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13877 | 2024.12.16 20:58:35.343016 [ 260 ] {ac73ff67-0307-4b2e-a135-e6752f13f081} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002322 sec., 25839.793281653747 rows/sec., 1.74 MiB/sec. | ||
| 13878 | 2024.12.16 20:58:35.343074 [ 260 ] {ac73ff67-0307-4b2e-a135-e6752f13f081} <Debug> TCPHandler: Processed in 0.002825783 sec. | ||
| 13879 | 2024.12.16 20:58:35.343756 [ 200 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_108_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33210 rows, containing 5 columns (5 merged, 0 gathered) in 0.011154473 sec., 2977280.952672529 rows/sec., 201.04 MiB/sec. | ||
| 13880 | 2024.12.16 20:58:35.344057 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_108_22} <Trace> MergedBlockOutputStream: filled checksums all_1_108_22 (state Temporary) | ||
| 13881 | 2024.12.16 20:58:35.344369 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_108_22 to all_1_108_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13882 | 2024.12.16 20:58:35.344449 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 5 parts: [all_1_104_21, all_108_108_0] -> all_1_108_22 | ||
| 13883 | 2024.12.16 20:58:35.344546 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 13884 | 2024.12.16 20:58:36.288085 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13885 | 2024.12.16 20:58:36.288185 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13886 | 2024.12.16 20:58:36.508417 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 13887 | 2024.12.16 20:58:36.509059 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13888 | 2024.12.16 20:58:36.509100 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13889 | 2024.12.16 20:58:36.509650 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13890 | 2024.12.16 20:58:36.509908 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13891 | 2024.12.16 20:58:36.510166 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 13892 | 2024.12.16 20:58:36.681250 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1962 | ||
| 13893 | 2024.12.16 20:58:36.684604 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13894 | 2024.12.16 20:58:36.684657 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13895 | 2024.12.16 20:58:36.686140 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13896 | 2024.12.16 20:58:36.686453 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13897 | 2024.12.16 20:58:36.688291 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1962 | ||
| 13898 | 2024.12.16 20:58:38.824037 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 13899 | 2024.12.16 20:58:38.845537 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13900 | 2024.12.16 20:58:38.845606 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13901 | 2024.12.16 20:58:38.853280 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13902 | 2024.12.16 20:58:38.854050 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13903 | 2024.12.16 20:58:38.857043 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 13904 | 2024.12.16 20:58:40.328030 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13905 | 2024.12.16 20:58:40.328238 [ 261 ] {ca85b7dd-fb16-4490-a3b7-3b6f9a57c6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13906 | 2024.12.16 20:58:40.328313 [ 261 ] {ca85b7dd-fb16-4490-a3b7-3b6f9a57c6b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13907 | 2024.12.16 20:58:40.329121 [ 261 ] {ca85b7dd-fb16-4490-a3b7-3b6f9a57c6b4} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13908 | 2024.12.16 20:58:40.329172 [ 261 ] {ca85b7dd-fb16-4490-a3b7-3b6f9a57c6b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13909 | 2024.12.16 20:58:40.329606 [ 261 ] {ca85b7dd-fb16-4490-a3b7-3b6f9a57c6b4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13910 | 2024.12.16 20:58:40.329857 [ 261 ] {ca85b7dd-fb16-4490-a3b7-3b6f9a57c6b4} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13911 | 2024.12.16 20:58:40.330065 [ 261 ] {ca85b7dd-fb16-4490-a3b7-3b6f9a57c6b4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001882 sec., 7438.894792773645 rows/sec., 535.50 KiB/sec. | ||
| 13912 | 2024.12.16 20:58:40.330128 [ 261 ] {ca85b7dd-fb16-4490-a3b7-3b6f9a57c6b4} <Debug> TCPHandler: Processed in 0.002231912 sec. | ||
| 13913 | 2024.12.16 20:58:40.330357 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13914 | 2024.12.16 20:58:40.330547 [ 260 ] {efbbd912-5c43-4fb7-9307-faf6cc403292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13915 | 2024.12.16 20:58:40.330616 [ 260 ] {efbbd912-5c43-4fb7-9307-faf6cc403292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13916 | 2024.12.16 20:58:40.331436 [ 260 ] {efbbd912-5c43-4fb7-9307-faf6cc403292} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13917 | 2024.12.16 20:58:40.331489 [ 260 ] {efbbd912-5c43-4fb7-9307-faf6cc403292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13918 | 2024.12.16 20:58:40.331953 [ 260 ] {efbbd912-5c43-4fb7-9307-faf6cc403292} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13919 | 2024.12.16 20:58:40.332203 [ 260 ] {efbbd912-5c43-4fb7-9307-faf6cc403292} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13920 | 2024.12.16 20:58:40.332435 [ 260 ] {efbbd912-5c43-4fb7-9307-faf6cc403292} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.001941 sec., 124162.80267903143 rows/sec., 10.88 MiB/sec. | ||
| 13921 | 2024.12.16 20:58:40.332501 [ 260 ] {efbbd912-5c43-4fb7-9307-faf6cc403292} <Debug> TCPHandler: Processed in 0.002269113 sec. | ||
| 13922 | 2024.12.16 20:58:40.332662 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13923 | 2024.12.16 20:58:40.332815 [ 261 ] {3d0b880d-7515-4198-8f78-5f4a81fac600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13924 | 2024.12.16 20:58:40.332875 [ 261 ] {3d0b880d-7515-4198-8f78-5f4a81fac600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13925 | 2024.12.16 20:58:40.333496 [ 261 ] {3d0b880d-7515-4198-8f78-5f4a81fac600} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13926 | 2024.12.16 20:58:40.333535 [ 261 ] {3d0b880d-7515-4198-8f78-5f4a81fac600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13927 | 2024.12.16 20:58:40.333909 [ 261 ] {3d0b880d-7515-4198-8f78-5f4a81fac600} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13928 | 2024.12.16 20:58:40.334148 [ 261 ] {3d0b880d-7515-4198-8f78-5f4a81fac600} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13929 | 2024.12.16 20:58:40.334348 [ 261 ] {3d0b880d-7515-4198-8f78-5f4a81fac600} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001564 sec., 16624.04092071611 rows/sec., 1.18 MiB/sec. | ||
| 13930 | 2024.12.16 20:58:40.334439 [ 261 ] {3d0b880d-7515-4198-8f78-5f4a81fac600} <Debug> TCPHandler: Processed in 0.001847896 sec. | ||
| 13931 | 2024.12.16 20:58:40.334646 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13932 | 2024.12.16 20:58:40.334868 [ 260 ] {2ae0e6f8-e195-4eb3-ba09-53585ddf6bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13933 | 2024.12.16 20:58:40.334921 [ 260 ] {2ae0e6f8-e195-4eb3-ba09-53585ddf6bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13934 | 2024.12.16 20:58:40.335511 [ 260 ] {2ae0e6f8-e195-4eb3-ba09-53585ddf6bf1} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13935 | 2024.12.16 20:58:40.335553 [ 260 ] {2ae0e6f8-e195-4eb3-ba09-53585ddf6bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13936 | 2024.12.16 20:58:40.335916 [ 260 ] {2ae0e6f8-e195-4eb3-ba09-53585ddf6bf1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 13937 | 2024.12.16 20:58:40.336160 [ 260 ] {2ae0e6f8-e195-4eb3-ba09-53585ddf6bf1} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13938 | 2024.12.16 20:58:40.336394 [ 260 ] {2ae0e6f8-e195-4eb3-ba09-53585ddf6bf1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001573 sec., 8900.190718372536 rows/sec., 623.31 KiB/sec. | ||
| 13939 | 2024.12.16 20:58:40.336495 [ 260 ] {2ae0e6f8-e195-4eb3-ba09-53585ddf6bf1} <Debug> TCPHandler: Processed in 0.001970148 sec. | ||
| 13940 | 2024.12.16 20:58:40.336709 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13941 | 2024.12.16 20:58:40.336881 [ 261 ] {88baa863-e807-4356-b608-a3e5638d4ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13942 | 2024.12.16 20:58:40.336938 [ 261 ] {88baa863-e807-4356-b608-a3e5638d4ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13943 | 2024.12.16 20:58:40.337523 [ 261 ] {88baa863-e807-4356-b608-a3e5638d4ec0} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13944 | 2024.12.16 20:58:40.337561 [ 261 ] {88baa863-e807-4356-b608-a3e5638d4ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13945 | 2024.12.16 20:58:40.337913 [ 261 ] {88baa863-e807-4356-b608-a3e5638d4ec0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13946 | 2024.12.16 20:58:40.338147 [ 261 ] {88baa863-e807-4356-b608-a3e5638d4ec0} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13947 | 2024.12.16 20:58:40.338333 [ 261 ] {88baa863-e807-4356-b608-a3e5638d4ec0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001478 sec., 8795.669824086604 rows/sec., 548.41 KiB/sec. | ||
| 13948 | 2024.12.16 20:58:40.338393 [ 261 ] {88baa863-e807-4356-b608-a3e5638d4ec0} <Debug> TCPHandler: Processed in 0.001815455 sec. | ||
| 13949 | 2024.12.16 20:58:40.338633 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13950 | 2024.12.16 20:58:40.338797 [ 260 ] {7b027ad2-3c04-48dd-ba19-cbdb2a513160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13951 | 2024.12.16 20:58:40.338854 [ 260 ] {7b027ad2-3c04-48dd-ba19-cbdb2a513160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13952 | 2024.12.16 20:58:40.339598 [ 260 ] {7b027ad2-3c04-48dd-ba19-cbdb2a513160} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13953 | 2024.12.16 20:58:40.339637 [ 260 ] {7b027ad2-3c04-48dd-ba19-cbdb2a513160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13954 | 2024.12.16 20:58:40.340016 [ 260 ] {7b027ad2-3c04-48dd-ba19-cbdb2a513160} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13955 | 2024.12.16 20:58:40.340249 [ 260 ] {7b027ad2-3c04-48dd-ba19-cbdb2a513160} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13956 | 2024.12.16 20:58:40.340476 [ 260 ] {7b027ad2-3c04-48dd-ba19-cbdb2a513160} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001709 sec., 234640.14043300174 rows/sec., 16.69 MiB/sec. | ||
| 13957 | 2024.12.16 20:58:40.340529 [ 260 ] {7b027ad2-3c04-48dd-ba19-cbdb2a513160} <Debug> TCPHandler: Processed in 0.002043019 sec. | ||
| 13958 | 2024.12.16 20:58:40.340669 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13959 | 2024.12.16 20:58:40.340804 [ 261 ] {c339758e-b460-41af-b199-014854082c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13960 | 2024.12.16 20:58:40.340862 [ 261 ] {c339758e-b460-41af-b199-014854082c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13961 | 2024.12.16 20:58:40.341364 [ 261 ] {c339758e-b460-41af-b199-014854082c2e} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13962 | 2024.12.16 20:58:40.341401 [ 261 ] {c339758e-b460-41af-b199-014854082c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13963 | 2024.12.16 20:58:40.341758 [ 261 ] {c339758e-b460-41af-b199-014854082c2e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13964 | 2024.12.16 20:58:40.342001 [ 261 ] {c339758e-b460-41af-b199-014854082c2e} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13965 | 2024.12.16 20:58:40.342127 [ 83 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13966 | 2024.12.16 20:58:40.342175 [ 83 ] {} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13967 | 2024.12.16 20:58:40.342189 [ 261 ] {c339758e-b460-41af-b199-014854082c2e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
| 13968 | 2024.12.16 20:58:40.342198 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13969 | 2024.12.16 20:58:40.342281 [ 261 ] {c339758e-b460-41af-b199-014854082c2e} <Debug> TCPHandler: Processed in 0.001672072 sec. | ||
| 13970 | 2024.12.16 20:58:40.342518 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13971 | 2024.12.16 20:58:40.342978 [ 260 ] {c698b09f-b5f9-48f7-a78c-34510af63767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13972 | 2024.12.16 20:58:40.343206 [ 260 ] {c698b09f-b5f9-48f7-a78c-34510af63767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13973 | 2024.12.16 20:58:40.343249 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 13974 | 2024.12.16 20:58:40.343933 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13975 | 2024.12.16 20:58:40.344022 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 13976 | 2024.12.16 20:58:40.344256 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 13977 | 2024.12.16 20:58:40.344574 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 13978 | 2024.12.16 20:58:40.345017 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 13979 | 2024.12.16 20:58:40.345210 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 13980 | 2024.12.16 20:58:40.345571 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 13981 | 2024.12.16 20:58:40.346198 [ 260 ] {c698b09f-b5f9-48f7-a78c-34510af63767} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13982 | 2024.12.16 20:58:40.346246 [ 260 ] {c698b09f-b5f9-48f7-a78c-34510af63767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13983 | 2024.12.16 20:58:40.347292 [ 260 ] {c698b09f-b5f9-48f7-a78c-34510af63767} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13984 | 2024.12.16 20:58:40.347881 [ 260 ] {c698b09f-b5f9-48f7-a78c-34510af63767} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13985 | 2024.12.16 20:58:40.348291 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.005947504 sec., 46406.02175299083 rows/sec., 2.37 MiB/sec. | ||
| 13986 | 2024.12.16 20:58:40.348411 [ 260 ] {c698b09f-b5f9-48f7-a78c-34510af63767} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005599 sec., 42328.98731916414 rows/sec., 2.84 MiB/sec. | ||
| 13987 | 2024.12.16 20:58:40.348512 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13988 | 2024.12.16 20:58:40.348532 [ 260 ] {c698b09f-b5f9-48f7-a78c-34510af63767} <Debug> TCPHandler: Processed in 0.006159798 sec. | ||
| 13989 | 2024.12.16 20:58:40.348764 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13990 | 2024.12.16 20:58:40.348976 [ 261 ] {f5d714dd-851b-4aed-b62a-fe44cf701ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13991 | 2024.12.16 20:58:40.349046 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_46_9} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13992 | 2024.12.16 20:58:40.349081 [ 261 ] {f5d714dd-851b-4aed-b62a-fe44cf701ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13993 | 2024.12.16 20:58:40.349248 [ 192 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_46_9} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13994 | 2024.12.16 20:58:40.349460 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13995 | 2024.12.16 20:58:40.349836 [ 261 ] {f5d714dd-851b-4aed-b62a-fe44cf701ecb} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13996 | 2024.12.16 20:58:40.349879 [ 261 ] {f5d714dd-851b-4aed-b62a-fe44cf701ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 13997 | 2024.12.16 20:58:40.350228 [ 261 ] {f5d714dd-851b-4aed-b62a-fe44cf701ecb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13998 | 2024.12.16 20:58:40.350461 [ 261 ] {f5d714dd-851b-4aed-b62a-fe44cf701ecb} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13999 | 2024.12.16 20:58:40.350588 [ 83 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 14000 | 2024.12.16 20:58:40.350628 [ 83 ] {} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14001 | 2024.12.16 20:58:40.350646 [ 261 ] {f5d714dd-851b-4aed-b62a-fe44cf701ecb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001737 sec., 575.7052389176741 rows/sec., 38.79 KiB/sec. | ||
| 14002 | 2024.12.16 20:58:40.350656 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14003 | 2024.12.16 20:58:40.350768 [ 261 ] {f5d714dd-851b-4aed-b62a-fe44cf701ecb} <Debug> TCPHandler: Processed in 0.002122531 sec. | ||
| 14004 | 2024.12.16 20:58:40.350894 [ 186 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 14005 | 2024.12.16 20:58:40.350970 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14006 | 2024.12.16 20:58:40.351034 [ 186 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14007 | 2024.12.16 20:58:40.351072 [ 186 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 42 rows starting from the beginning of the part | ||
| 14008 | 2024.12.16 20:58:40.351131 [ 260 ] {96c64760-3821-43f7-bfef-88bc22b0d19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14009 | 2024.12.16 20:58:40.351179 [ 186 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 14010 | 2024.12.16 20:58:40.351480 [ 186 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 14011 | 2024.12.16 20:58:40.351521 [ 260 ] {96c64760-3821-43f7-bfef-88bc22b0d19c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14012 | 2024.12.16 20:58:40.351937 [ 186 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 14013 | 2024.12.16 20:58:40.352335 [ 186 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 14014 | 2024.12.16 20:58:40.352720 [ 186 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 14015 | 2024.12.16 20:58:40.355077 [ 196 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 4 columns (4 merged, 0 gathered) in 0.004307893 sec., 10910.205987010355 rows/sec., 734.25 KiB/sec. | ||
| 14016 | 2024.12.16 20:58:40.355343 [ 196 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 14017 | 2024.12.16 20:58:40.355631 [ 260 ] {96c64760-3821-43f7-bfef-88bc22b0d19c} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14018 | 2024.12.16 20:58:40.355700 [ 260 ] {96c64760-3821-43f7-bfef-88bc22b0d19c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14019 | 2024.12.16 20:58:40.356019 [ 196 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_46_9} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14020 | 2024.12.16 20:58:40.356196 [ 196 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_46_9} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 14021 | 2024.12.16 20:58:40.356362 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14022 | 2024.12.16 20:58:40.356764 [ 260 ] {96c64760-3821-43f7-bfef-88bc22b0d19c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14023 | 2024.12.16 20:58:40.357036 [ 260 ] {96c64760-3821-43f7-bfef-88bc22b0d19c} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14024 | 2024.12.16 20:58:40.357281 [ 260 ] {96c64760-3821-43f7-bfef-88bc22b0d19c} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.006194 sec., 3067.4846625766872 rows/sec., 5.50 MiB/sec. | ||
| 14025 | 2024.12.16 20:58:40.357400 [ 260 ] {96c64760-3821-43f7-bfef-88bc22b0d19c} <Debug> TCPHandler: Processed in 0.006531235 sec. | ||
| 14026 | 2024.12.16 20:58:40.357566 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14027 | 2024.12.16 20:58:40.357684 [ 261 ] {925f4e10-48ad-4d88-bd9a-e44dcf03205a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14028 | 2024.12.16 20:58:40.357734 [ 261 ] {925f4e10-48ad-4d88-bd9a-e44dcf03205a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14029 | 2024.12.16 20:58:40.358206 [ 261 ] {925f4e10-48ad-4d88-bd9a-e44dcf03205a} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14030 | 2024.12.16 20:58:40.358243 [ 261 ] {925f4e10-48ad-4d88-bd9a-e44dcf03205a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14031 | 2024.12.16 20:58:40.358611 [ 261 ] {925f4e10-48ad-4d88-bd9a-e44dcf03205a} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14032 | 2024.12.16 20:58:40.358849 [ 261 ] {925f4e10-48ad-4d88-bd9a-e44dcf03205a} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14033 | 2024.12.16 20:58:40.359047 [ 261 ] {925f4e10-48ad-4d88-bd9a-e44dcf03205a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001385 sec., 59205.7761732852 rows/sec., 3.76 MiB/sec. | ||
| 14034 | 2024.12.16 20:58:40.359095 [ 261 ] {925f4e10-48ad-4d88-bd9a-e44dcf03205a} <Debug> TCPHandler: Processed in 0.001588111 sec. | ||
| 14035 | 2024.12.16 20:58:43.230723 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14036 | 2024.12.16 20:58:43.230912 [ 261 ] {5676393c-81e3-4a2b-a1a5-2f60f7fcc902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14037 | 2024.12.16 20:58:43.230984 [ 261 ] {5676393c-81e3-4a2b-a1a5-2f60f7fcc902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14038 | 2024.12.16 20:58:43.231699 [ 261 ] {5676393c-81e3-4a2b-a1a5-2f60f7fcc902} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14039 | 2024.12.16 20:58:43.231750 [ 261 ] {5676393c-81e3-4a2b-a1a5-2f60f7fcc902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14040 | 2024.12.16 20:58:43.232176 [ 261 ] {5676393c-81e3-4a2b-a1a5-2f60f7fcc902} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 14041 | 2024.12.16 20:58:43.232447 [ 261 ] {5676393c-81e3-4a2b-a1a5-2f60f7fcc902} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14042 | 2024.12.16 20:58:43.232688 [ 261 ] {5676393c-81e3-4a2b-a1a5-2f60f7fcc902} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001826 sec., 4381.161007667032 rows/sec., 357.25 KiB/sec. | ||
| 14043 | 2024.12.16 20:58:43.232804 [ 261 ] {5676393c-81e3-4a2b-a1a5-2f60f7fcc902} <Debug> TCPHandler: Processed in 0.002202802 sec. | ||
| 14044 | 2024.12.16 20:58:43.233065 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14045 | 2024.12.16 20:58:43.233268 [ 260 ] {cd988152-7d3e-474e-b2d2-00521ee36252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14046 | 2024.12.16 20:58:43.233340 [ 260 ] {cd988152-7d3e-474e-b2d2-00521ee36252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14047 | 2024.12.16 20:58:43.234581 [ 260 ] {cd988152-7d3e-474e-b2d2-00521ee36252} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14048 | 2024.12.16 20:58:43.234625 [ 260 ] {cd988152-7d3e-474e-b2d2-00521ee36252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14049 | 2024.12.16 20:58:43.235139 [ 260 ] {cd988152-7d3e-474e-b2d2-00521ee36252} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14050 | 2024.12.16 20:58:43.235398 [ 260 ] {cd988152-7d3e-474e-b2d2-00521ee36252} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14051 | 2024.12.16 20:58:43.235553 [ 78 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14052 | 2024.12.16 20:58:43.235596 [ 78 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14053 | 2024.12.16 20:58:43.235608 [ 260 ] {cd988152-7d3e-474e-b2d2-00521ee36252} <Debug> executeQuery: Read 1246 rows, 105.10 KiB in 0.002391 sec., 521120.86992890004 rows/sec., 42.93 MiB/sec. | ||
| 14054 | 2024.12.16 20:58:43.235619 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14055 | 2024.12.16 20:58:43.235744 [ 260 ] {cd988152-7d3e-474e-b2d2-00521ee36252} <Debug> TCPHandler: Processed in 0.002823144 sec. | ||
| 14056 | 2024.12.16 20:58:43.235830 [ 195 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 14057 | 2024.12.16 20:58:43.235918 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14058 | 2024.12.16 20:58:43.235963 [ 195 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14059 | 2024.12.16 20:58:43.235997 [ 195 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1437 rows starting from the beginning of the part | ||
| 14060 | 2024.12.16 20:58:43.236091 [ 195 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 102 rows starting from the beginning of the part | ||
| 14061 | 2024.12.16 20:58:43.236100 [ 261 ] {18ba98fb-c8e1-45ed-8ca9-f08d8eff6972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14062 | 2024.12.16 20:58:43.236317 [ 261 ] {18ba98fb-c8e1-45ed-8ca9-f08d8eff6972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14063 | 2024.12.16 20:58:43.236544 [ 195 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 243 rows starting from the beginning of the part | ||
| 14064 | 2024.12.16 20:58:43.237022 [ 195 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 102 rows starting from the beginning of the part | ||
| 14065 | 2024.12.16 20:58:43.237365 [ 195 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 241 rows starting from the beginning of the part | ||
| 14066 | 2024.12.16 20:58:43.237709 [ 195 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 1246 rows starting from the beginning of the part | ||
| 14067 | 2024.12.16 20:58:43.238705 [ 261 ] {18ba98fb-c8e1-45ed-8ca9-f08d8eff6972} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14068 | 2024.12.16 20:58:43.238757 [ 261 ] {18ba98fb-c8e1-45ed-8ca9-f08d8eff6972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14069 | 2024.12.16 20:58:43.239335 [ 261 ] {18ba98fb-c8e1-45ed-8ca9-f08d8eff6972} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14070 | 2024.12.16 20:58:43.239607 [ 261 ] {18ba98fb-c8e1-45ed-8ca9-f08d8eff6972} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14071 | 2024.12.16 20:58:43.239872 [ 261 ] {18ba98fb-c8e1-45ed-8ca9-f08d8eff6972} <Debug> executeQuery: Read 31 rows, 2.29 KiB in 0.003822 sec., 8110.9366823652545 rows/sec., 598.66 KiB/sec. | ||
| 14072 | 2024.12.16 20:58:43.240044 [ 261 ] {18ba98fb-c8e1-45ed-8ca9-f08d8eff6972} <Debug> TCPHandler: Processed in 0.00419247 sec. | ||
| 14073 | 2024.12.16 20:58:43.240197 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3371 rows, containing 5 columns (5 merged, 0 gathered) in 0.004484186 sec., 751752.9379914213 rows/sec., 65.74 MiB/sec. | ||
| 14074 | 2024.12.16 20:58:43.240248 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14075 | 2024.12.16 20:58:43.240431 [ 260 ] {3ec9e6c9-19ab-4d5d-b045-88aa3f39a512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14076 | 2024.12.16 20:58:43.240511 [ 260 ] {3ec9e6c9-19ab-4d5d-b045-88aa3f39a512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14077 | 2024.12.16 20:58:43.240519 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14078 | 2024.12.16 20:58:43.241261 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_111_22} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14079 | 2024.12.16 20:58:43.241457 [ 188 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_111_22} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14080 | 2024.12.16 20:58:43.241588 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 14081 | 2024.12.16 20:58:43.241900 [ 260 ] {3ec9e6c9-19ab-4d5d-b045-88aa3f39a512} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14082 | 2024.12.16 20:58:43.241943 [ 260 ] {3ec9e6c9-19ab-4d5d-b045-88aa3f39a512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14083 | 2024.12.16 20:58:43.242327 [ 260 ] {3ec9e6c9-19ab-4d5d-b045-88aa3f39a512} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 14084 | 2024.12.16 20:58:43.242569 [ 260 ] {3ec9e6c9-19ab-4d5d-b045-88aa3f39a512} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14085 | 2024.12.16 20:58:43.242703 [ 78 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 14086 | 2024.12.16 20:58:43.242744 [ 78 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14087 | 2024.12.16 20:58:43.242762 [ 260 ] {3ec9e6c9-19ab-4d5d-b045-88aa3f39a512} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002394 sec., 95238.09523809524 rows/sec., 6.45 MiB/sec. | ||
| 14088 | 2024.12.16 20:58:43.242773 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14089 | 2024.12.16 20:58:43.242965 [ 260 ] {3ec9e6c9-19ab-4d5d-b045-88aa3f39a512} <Debug> TCPHandler: Processed in 0.002792893 sec. | ||
| 14090 | 2024.12.16 20:58:43.243083 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 14091 | 2024.12.16 20:58:43.243267 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14092 | 2024.12.16 20:58:43.243649 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14093 | 2024.12.16 20:58:43.243702 [ 261 ] {e911c7cd-db27-48a3-bab8-f64031ad5844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14094 | 2024.12.16 20:58:43.243808 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 14095 | 2024.12.16 20:58:43.243892 [ 261 ] {e911c7cd-db27-48a3-bab8-f64031ad5844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14096 | 2024.12.16 20:58:43.244502 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 14097 | 2024.12.16 20:58:43.245126 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 14098 | 2024.12.16 20:58:43.245433 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 14099 | 2024.12.16 20:58:43.245778 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 14100 | 2024.12.16 20:58:43.246198 [ 195 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 14101 | 2024.12.16 20:58:43.247100 [ 261 ] {e911c7cd-db27-48a3-bab8-f64031ad5844} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14102 | 2024.12.16 20:58:43.247148 [ 261 ] {e911c7cd-db27-48a3-bab8-f64031ad5844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14103 | 2024.12.16 20:58:43.247715 [ 261 ] {e911c7cd-db27-48a3-bab8-f64031ad5844} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14104 | 2024.12.16 20:58:43.247862 [ 189 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.004973105 sec., 149001.47895530055 rows/sec., 10.66 MiB/sec. | ||
| 14105 | 2024.12.16 20:58:43.248140 [ 261 ] {e911c7cd-db27-48a3-bab8-f64031ad5844} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14106 | 2024.12.16 20:58:43.248172 [ 189 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 14107 | 2024.12.16 20:58:43.248406 [ 78 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14108 | 2024.12.16 20:58:43.248484 [ 78 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14109 | 2024.12.16 20:58:43.248545 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14110 | 2024.12.16 20:58:43.248605 [ 261 ] {e911c7cd-db27-48a3-bab8-f64031ad5844} <Debug> executeQuery: Read 551 rows, 41.90 KiB in 0.005034 sec., 109455.70123162495 rows/sec., 8.13 MiB/sec. | ||
| 14111 | 2024.12.16 20:58:43.249013 [ 261 ] {e911c7cd-db27-48a3-bab8-f64031ad5844} <Debug> TCPHandler: Processed in 0.005918583 sec. | ||
| 14112 | 2024.12.16 20:58:43.249179 [ 189 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_61_12} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14113 | 2024.12.16 20:58:43.249405 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14114 | 2024.12.16 20:58:43.249642 [ 189 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_61_12} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 14115 | 2024.12.16 20:58:43.249675 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 14116 | 2024.12.16 20:58:43.250058 [ 260 ] {4f2b00cf-9651-4ebd-9953-505daec464ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14117 | 2024.12.16 20:58:43.250087 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 14118 | 2024.12.16 20:58:43.250323 [ 260 ] {4f2b00cf-9651-4ebd-9953-505daec464ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14119 | 2024.12.16 20:58:43.250518 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14120 | 2024.12.16 20:58:43.250652 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 916 rows starting from the beginning of the part | ||
| 14121 | 2024.12.16 20:58:43.251198 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 87 rows starting from the beginning of the part | ||
| 14122 | 2024.12.16 20:58:43.251812 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 405 rows starting from the beginning of the part | ||
| 14123 | 2024.12.16 20:58:43.252392 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 87 rows starting from the beginning of the part | ||
| 14124 | 2024.12.16 20:58:43.252893 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 401 rows starting from the beginning of the part | ||
| 14125 | 2024.12.16 20:58:43.253100 [ 194 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 551 rows starting from the beginning of the part | ||
| 14126 | 2024.12.16 20:58:43.254135 [ 260 ] {4f2b00cf-9651-4ebd-9953-505daec464ac} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14127 | 2024.12.16 20:58:43.254181 [ 260 ] {4f2b00cf-9651-4ebd-9953-505daec464ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14128 | 2024.12.16 20:58:43.254713 [ 260 ] {4f2b00cf-9651-4ebd-9953-505daec464ac} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14129 | 2024.12.16 20:58:43.254904 [ 187 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2447 rows, containing 5 columns (5 merged, 0 gathered) in 0.006165388 sec., 396893.10713291686 rows/sec., 30.47 MiB/sec. | ||
| 14130 | 2024.12.16 20:58:43.255083 [ 260 ] {4f2b00cf-9651-4ebd-9953-505daec464ac} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14131 | 2024.12.16 20:58:43.255204 [ 187 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14132 | 2024.12.16 20:58:43.255499 [ 260 ] {4f2b00cf-9651-4ebd-9953-505daec464ac} <Debug> executeQuery: Read 946 rows, 64.96 KiB in 0.00571 sec., 165674.25569176883 rows/sec., 11.11 MiB/sec. | ||
| 14133 | 2024.12.16 20:58:43.255659 [ 260 ] {4f2b00cf-9651-4ebd-9953-505daec464ac} <Debug> TCPHandler: Processed in 0.006475414 sec. | ||
| 14134 | 2024.12.16 20:58:43.255851 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14135 | 2024.12.16 20:58:43.255862 [ 187 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_111_22} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14136 | 2024.12.16 20:58:43.255971 [ 187 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_111_22} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14137 | 2024.12.16 20:58:43.256005 [ 261 ] {2db6f471-f2e4-46ad-9cb3-d96f5c776791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14138 | 2024.12.16 20:58:43.256080 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 14139 | 2024.12.16 20:58:43.256134 [ 261 ] {2db6f471-f2e4-46ad-9cb3-d96f5c776791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14140 | 2024.12.16 20:58:43.257273 [ 261 ] {2db6f471-f2e4-46ad-9cb3-d96f5c776791} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14141 | 2024.12.16 20:58:43.257311 [ 261 ] {2db6f471-f2e4-46ad-9cb3-d96f5c776791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14142 | 2024.12.16 20:58:43.257949 [ 261 ] {2db6f471-f2e4-46ad-9cb3-d96f5c776791} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14143 | 2024.12.16 20:58:43.258206 [ 261 ] {2db6f471-f2e4-46ad-9cb3-d96f5c776791} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14144 | 2024.12.16 20:58:43.258404 [ 261 ] {2db6f471-f2e4-46ad-9cb3-d96f5c776791} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002437 sec., 9437.83340172343 rows/sec., 16.91 MiB/sec. | ||
| 14145 | 2024.12.16 20:58:43.258507 [ 261 ] {2db6f471-f2e4-46ad-9cb3-d96f5c776791} <Debug> TCPHandler: Processed in 0.002745963 sec. | ||
| 14146 | 2024.12.16 20:58:43.258664 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14147 | 2024.12.16 20:58:43.258804 [ 260 ] {77c4b678-8331-4bc4-aa85-e0173b282372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14148 | 2024.12.16 20:58:43.258864 [ 260 ] {77c4b678-8331-4bc4-aa85-e0173b282372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14149 | 2024.12.16 20:58:43.259413 [ 260 ] {77c4b678-8331-4bc4-aa85-e0173b282372} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14150 | 2024.12.16 20:58:43.259452 [ 260 ] {77c4b678-8331-4bc4-aa85-e0173b282372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14151 | 2024.12.16 20:58:43.259829 [ 260 ] {77c4b678-8331-4bc4-aa85-e0173b282372} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14152 | 2024.12.16 20:58:43.260071 [ 260 ] {77c4b678-8331-4bc4-aa85-e0173b282372} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14153 | 2024.12.16 20:58:43.260262 [ 79 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14154 | 2024.12.16 20:58:43.260284 [ 260 ] {77c4b678-8331-4bc4-aa85-e0173b282372} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001512 sec., 23809.52380952381 rows/sec., 1.60 MiB/sec. | ||
| 14155 | 2024.12.16 20:58:43.260349 [ 79 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14156 | 2024.12.16 20:58:43.260401 [ 260 ] {77c4b678-8331-4bc4-aa85-e0173b282372} <Debug> TCPHandler: Processed in 0.001801275 sec. | ||
| 14157 | 2024.12.16 20:58:43.260426 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14158 | 2024.12.16 20:58:43.260619 [ 187 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 14159 | 2024.12.16 20:58:43.260802 [ 187 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14160 | 2024.12.16 20:58:43.260861 [ 187 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6464 rows starting from the beginning of the part | ||
| 14161 | 2024.12.16 20:58:43.261038 [ 187 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 14162 | 2024.12.16 20:58:43.261174 [ 187 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 14163 | 2024.12.16 20:58:43.261428 [ 187 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 14164 | 2024.12.16 20:58:43.261734 [ 187 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 14165 | 2024.12.16 20:58:43.261852 [ 187 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 36 rows starting from the beginning of the part | ||
| 14166 | 2024.12.16 20:58:43.263891 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6784 rows, containing 4 columns (4 merged, 0 gathered) in 0.003351155 sec., 2024376.6701331332 rows/sec., 132.06 MiB/sec. | ||
| 14167 | 2024.12.16 20:58:43.264260 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14168 | 2024.12.16 20:58:43.264534 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_111_22} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14169 | 2024.12.16 20:58:43.264613 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_111_22} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14170 | 2024.12.16 20:58:43.264685 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 14171 | 2024.12.16 20:58:44.010321 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 14172 | 2024.12.16 20:58:44.011419 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14173 | 2024.12.16 20:58:44.011473 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14174 | 2024.12.16 20:58:44.012013 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14175 | 2024.12.16 20:58:44.012275 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14176 | 2024.12.16 20:58:44.012555 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 14177 | 2024.12.16 20:58:45.318363 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14178 | 2024.12.16 20:58:45.318669 [ 261 ] {a32849e5-1990-406c-8a34-f3e6b1599193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14179 | 2024.12.16 20:58:45.318779 [ 261 ] {a32849e5-1990-406c-8a34-f3e6b1599193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14180 | 2024.12.16 20:58:45.319759 [ 261 ] {a32849e5-1990-406c-8a34-f3e6b1599193} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14181 | 2024.12.16 20:58:45.319807 [ 261 ] {a32849e5-1990-406c-8a34-f3e6b1599193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14182 | 2024.12.16 20:58:45.320224 [ 261 ] {a32849e5-1990-406c-8a34-f3e6b1599193} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14183 | 2024.12.16 20:58:45.320469 [ 261 ] {a32849e5-1990-406c-8a34-f3e6b1599193} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14184 | 2024.12.16 20:58:45.320710 [ 261 ] {a32849e5-1990-406c-8a34-f3e6b1599193} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002125 sec., 26352.941176470587 rows/sec., 2.01 MiB/sec. | ||
| 14185 | 2024.12.16 20:58:45.320776 [ 261 ] {a32849e5-1990-406c-8a34-f3e6b1599193} <Debug> TCPHandler: Processed in 0.002590209 sec. | ||
| 14186 | 2024.12.16 20:58:45.321030 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14187 | 2024.12.16 20:58:45.321242 [ 260 ] {a6c7943f-2e4e-4cf5-9582-7affde4917f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14188 | 2024.12.16 20:58:45.321321 [ 260 ] {a6c7943f-2e4e-4cf5-9582-7affde4917f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14189 | 2024.12.16 20:58:45.322081 [ 260 ] {a6c7943f-2e4e-4cf5-9582-7affde4917f4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14190 | 2024.12.16 20:58:45.322131 [ 260 ] {a6c7943f-2e4e-4cf5-9582-7affde4917f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14191 | 2024.12.16 20:58:45.322581 [ 260 ] {a6c7943f-2e4e-4cf5-9582-7affde4917f4} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14192 | 2024.12.16 20:58:45.322838 [ 260 ] {a6c7943f-2e4e-4cf5-9582-7affde4917f4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14193 | 2024.12.16 20:58:45.323098 [ 260 ] {a6c7943f-2e4e-4cf5-9582-7affde4917f4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001914 sec., 33437.82654127482 rows/sec., 2.61 MiB/sec. | ||
| 14194 | 2024.12.16 20:58:45.323163 [ 260 ] {a6c7943f-2e4e-4cf5-9582-7affde4917f4} <Debug> TCPHandler: Processed in 0.002271493 sec. | ||
| 14195 | 2024.12.16 20:58:45.323317 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14196 | 2024.12.16 20:58:45.323462 [ 261 ] {8dc7fc20-b4a8-4463-95e5-fcf15610844a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14197 | 2024.12.16 20:58:45.323527 [ 261 ] {8dc7fc20-b4a8-4463-95e5-fcf15610844a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14198 | 2024.12.16 20:58:45.324186 [ 261 ] {8dc7fc20-b4a8-4463-95e5-fcf15610844a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14199 | 2024.12.16 20:58:45.324233 [ 261 ] {8dc7fc20-b4a8-4463-95e5-fcf15610844a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14200 | 2024.12.16 20:58:45.324630 [ 261 ] {8dc7fc20-b4a8-4463-95e5-fcf15610844a} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14201 | 2024.12.16 20:58:45.324863 [ 261 ] {8dc7fc20-b4a8-4463-95e5-fcf15610844a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14202 | 2024.12.16 20:58:45.325078 [ 261 ] {8dc7fc20-b4a8-4463-95e5-fcf15610844a} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001653 sec., 38717.48336358137 rows/sec., 2.70 MiB/sec. | ||
| 14203 | 2024.12.16 20:58:45.325134 [ 261 ] {8dc7fc20-b4a8-4463-95e5-fcf15610844a} <Debug> TCPHandler: Processed in 0.001882696 sec. | ||
| 14204 | 2024.12.16 20:58:45.325290 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14205 | 2024.12.16 20:58:45.325435 [ 260 ] {f00908e0-3e45-47a0-aa76-84dec623c391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14206 | 2024.12.16 20:58:45.325499 [ 260 ] {f00908e0-3e45-47a0-aa76-84dec623c391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14207 | 2024.12.16 20:58:45.326082 [ 260 ] {f00908e0-3e45-47a0-aa76-84dec623c391} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14208 | 2024.12.16 20:58:45.326129 [ 260 ] {f00908e0-3e45-47a0-aa76-84dec623c391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14209 | 2024.12.16 20:58:45.326538 [ 260 ] {f00908e0-3e45-47a0-aa76-84dec623c391} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14210 | 2024.12.16 20:58:45.326777 [ 260 ] {f00908e0-3e45-47a0-aa76-84dec623c391} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14211 | 2024.12.16 20:58:45.326985 [ 260 ] {f00908e0-3e45-47a0-aa76-84dec623c391} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001586 sec., 15132.408575031526 rows/sec., 1.02 MiB/sec. | ||
| 14212 | 2024.12.16 20:58:45.327035 [ 260 ] {f00908e0-3e45-47a0-aa76-84dec623c391} <Debug> TCPHandler: Processed in 0.001805824 sec. | ||
| 14213 | 2024.12.16 20:58:46.357097 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 521 | ||
| 14214 | 2024.12.16 20:58:46.381816 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14215 | 2024.12.16 20:58:46.381896 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14216 | 2024.12.16 20:58:46.393275 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14217 | 2024.12.16 20:58:46.395403 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14218 | 2024.12.16 20:58:46.406999 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 521 | ||
| 14219 | 2024.12.16 20:58:46.688480 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2008 | ||
| 14220 | 2024.12.16 20:58:46.691949 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14221 | 2024.12.16 20:58:46.692003 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14222 | 2024.12.16 20:58:46.693494 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14223 | 2024.12.16 20:58:46.693810 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14224 | 2024.12.16 20:58:46.694393 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2008 | ||
| 14225 | 2024.12.16 20:58:50.328002 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14226 | 2024.12.16 20:58:50.328214 [ 261 ] {aa0925bc-1a57-43c6-812c-2044c6f7edc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14227 | 2024.12.16 20:58:50.328284 [ 261 ] {aa0925bc-1a57-43c6-812c-2044c6f7edc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14228 | 2024.12.16 20:58:50.329028 [ 261 ] {aa0925bc-1a57-43c6-812c-2044c6f7edc0} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14229 | 2024.12.16 20:58:50.329084 [ 261 ] {aa0925bc-1a57-43c6-812c-2044c6f7edc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14230 | 2024.12.16 20:58:50.329511 [ 261 ] {aa0925bc-1a57-43c6-812c-2044c6f7edc0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14231 | 2024.12.16 20:58:50.329778 [ 261 ] {aa0925bc-1a57-43c6-812c-2044c6f7edc0} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14232 | 2024.12.16 20:58:50.330011 [ 261 ] {aa0925bc-1a57-43c6-812c-2044c6f7edc0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec. | ||
| 14233 | 2024.12.16 20:58:50.330121 [ 261 ] {aa0925bc-1a57-43c6-812c-2044c6f7edc0} <Debug> TCPHandler: Processed in 0.002244463 sec. | ||
| 14234 | 2024.12.16 20:58:50.330423 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14235 | 2024.12.16 20:58:50.330634 [ 260 ] {cbdce38a-4ba3-4103-bacc-a72e47fef37f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14236 | 2024.12.16 20:58:50.330716 [ 260 ] {cbdce38a-4ba3-4103-bacc-a72e47fef37f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14237 | 2024.12.16 20:58:50.331630 [ 260 ] {cbdce38a-4ba3-4103-bacc-a72e47fef37f} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14238 | 2024.12.16 20:58:50.331679 [ 260 ] {cbdce38a-4ba3-4103-bacc-a72e47fef37f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14239 | 2024.12.16 20:58:50.332140 [ 260 ] {cbdce38a-4ba3-4103-bacc-a72e47fef37f} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14240 | 2024.12.16 20:58:50.332391 [ 260 ] {cbdce38a-4ba3-4103-bacc-a72e47fef37f} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14241 | 2024.12.16 20:58:50.332601 [ 260 ] {cbdce38a-4ba3-4103-bacc-a72e47fef37f} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002025 sec., 119012.34567901235 rows/sec., 10.43 MiB/sec. | ||
| 14242 | 2024.12.16 20:58:50.332675 [ 260 ] {cbdce38a-4ba3-4103-bacc-a72e47fef37f} <Debug> TCPHandler: Processed in 0.002423676 sec. | ||
| 14243 | 2024.12.16 20:58:50.332873 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14244 | 2024.12.16 20:58:50.333119 [ 261 ] {f7dc6153-c15d-40f4-b638-bd250c7054eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14245 | 2024.12.16 20:58:50.333171 [ 261 ] {f7dc6153-c15d-40f4-b638-bd250c7054eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14246 | 2024.12.16 20:58:50.333765 [ 261 ] {f7dc6153-c15d-40f4-b638-bd250c7054eb} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14247 | 2024.12.16 20:58:50.333806 [ 261 ] {f7dc6153-c15d-40f4-b638-bd250c7054eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14248 | 2024.12.16 20:58:50.334161 [ 261 ] {f7dc6153-c15d-40f4-b638-bd250c7054eb} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14249 | 2024.12.16 20:58:50.334394 [ 261 ] {f7dc6153-c15d-40f4-b638-bd250c7054eb} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14250 | 2024.12.16 20:58:50.334626 [ 261 ] {f7dc6153-c15d-40f4-b638-bd250c7054eb} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001562 sec., 16645.326504481432 rows/sec., 1.18 MiB/sec. | ||
| 14251 | 2024.12.16 20:58:50.334732 [ 261 ] {f7dc6153-c15d-40f4-b638-bd250c7054eb} <Debug> TCPHandler: Processed in 0.001973328 sec. | ||
| 14252 | 2024.12.16 20:58:50.334948 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14253 | 2024.12.16 20:58:50.335158 [ 260 ] {4ca8c59e-b3a7-49b2-b1ad-e3e3431fbd3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14254 | 2024.12.16 20:58:50.335220 [ 260 ] {4ca8c59e-b3a7-49b2-b1ad-e3e3431fbd3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14255 | 2024.12.16 20:58:50.335831 [ 260 ] {4ca8c59e-b3a7-49b2-b1ad-e3e3431fbd3f} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14256 | 2024.12.16 20:58:50.335870 [ 260 ] {4ca8c59e-b3a7-49b2-b1ad-e3e3431fbd3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14257 | 2024.12.16 20:58:50.336228 [ 260 ] {4ca8c59e-b3a7-49b2-b1ad-e3e3431fbd3f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 14258 | 2024.12.16 20:58:50.336463 [ 260 ] {4ca8c59e-b3a7-49b2-b1ad-e3e3431fbd3f} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14259 | 2024.12.16 20:58:50.336643 [ 260 ] {4ca8c59e-b3a7-49b2-b1ad-e3e3431fbd3f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00152 sec., 9210.526315789473 rows/sec., 645.05 KiB/sec. | ||
| 14260 | 2024.12.16 20:58:50.336697 [ 260 ] {4ca8c59e-b3a7-49b2-b1ad-e3e3431fbd3f} <Debug> TCPHandler: Processed in 0.001870476 sec. | ||
| 14261 | 2024.12.16 20:58:50.336842 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14262 | 2024.12.16 20:58:50.336980 [ 261 ] {f957b321-e3d7-40fe-ac02-2dfd9de2f285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14263 | 2024.12.16 20:58:50.337035 [ 261 ] {f957b321-e3d7-40fe-ac02-2dfd9de2f285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14264 | 2024.12.16 20:58:50.337656 [ 261 ] {f957b321-e3d7-40fe-ac02-2dfd9de2f285} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14265 | 2024.12.16 20:58:50.337695 [ 261 ] {f957b321-e3d7-40fe-ac02-2dfd9de2f285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14266 | 2024.12.16 20:58:50.338043 [ 261 ] {f957b321-e3d7-40fe-ac02-2dfd9de2f285} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14267 | 2024.12.16 20:58:50.338272 [ 261 ] {f957b321-e3d7-40fe-ac02-2dfd9de2f285} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14268 | 2024.12.16 20:58:50.338477 [ 261 ] {f957b321-e3d7-40fe-ac02-2dfd9de2f285} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec. | ||
| 14269 | 2024.12.16 20:58:50.338530 [ 261 ] {f957b321-e3d7-40fe-ac02-2dfd9de2f285} <Debug> TCPHandler: Processed in 0.001756664 sec. | ||
| 14270 | 2024.12.16 20:58:50.338680 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14271 | 2024.12.16 20:58:50.338823 [ 260 ] {97cf6dc8-8858-40e4-959b-774a56e58bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14272 | 2024.12.16 20:58:50.338881 [ 260 ] {97cf6dc8-8858-40e4-959b-774a56e58bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14273 | 2024.12.16 20:58:50.339655 [ 260 ] {97cf6dc8-8858-40e4-959b-774a56e58bc2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14274 | 2024.12.16 20:58:50.339693 [ 260 ] {97cf6dc8-8858-40e4-959b-774a56e58bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14275 | 2024.12.16 20:58:50.340188 [ 260 ] {97cf6dc8-8858-40e4-959b-774a56e58bc2} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14276 | 2024.12.16 20:58:50.340476 [ 260 ] {97cf6dc8-8858-40e4-959b-774a56e58bc2} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14277 | 2024.12.16 20:58:50.340693 [ 260 ] {97cf6dc8-8858-40e4-959b-774a56e58bc2} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001896 sec., 211497.89029535867 rows/sec., 15.04 MiB/sec. | ||
| 14278 | 2024.12.16 20:58:50.340813 [ 260 ] {97cf6dc8-8858-40e4-959b-774a56e58bc2} <Debug> TCPHandler: Processed in 0.002197462 sec. | ||
| 14279 | 2024.12.16 20:58:50.341025 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14280 | 2024.12.16 20:58:50.341178 [ 261 ] {dadae5a1-d785-451f-9064-a1d24ead9d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14281 | 2024.12.16 20:58:50.341230 [ 261 ] {dadae5a1-d785-451f-9064-a1d24ead9d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14282 | 2024.12.16 20:58:50.341714 [ 261 ] {dadae5a1-d785-451f-9064-a1d24ead9d1e} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14283 | 2024.12.16 20:58:50.341761 [ 261 ] {dadae5a1-d785-451f-9064-a1d24ead9d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14284 | 2024.12.16 20:58:50.342140 [ 261 ] {dadae5a1-d785-451f-9064-a1d24ead9d1e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14285 | 2024.12.16 20:58:50.342412 [ 261 ] {dadae5a1-d785-451f-9064-a1d24ead9d1e} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14286 | 2024.12.16 20:58:50.342631 [ 261 ] {dadae5a1-d785-451f-9064-a1d24ead9d1e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec. | ||
| 14287 | 2024.12.16 20:58:50.342686 [ 261 ] {dadae5a1-d785-451f-9064-a1d24ead9d1e} <Debug> TCPHandler: Processed in 0.001773134 sec. | ||
| 14288 | 2024.12.16 20:58:50.342830 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14289 | 2024.12.16 20:58:50.342955 [ 260 ] {79323f43-7c57-4f9a-8f35-98a03253b6e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14290 | 2024.12.16 20:58:50.343009 [ 260 ] {79323f43-7c57-4f9a-8f35-98a03253b6e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14291 | 2024.12.16 20:58:50.343582 [ 260 ] {79323f43-7c57-4f9a-8f35-98a03253b6e6} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14292 | 2024.12.16 20:58:50.343620 [ 260 ] {79323f43-7c57-4f9a-8f35-98a03253b6e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14293 | 2024.12.16 20:58:50.344019 [ 260 ] {79323f43-7c57-4f9a-8f35-98a03253b6e6} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14294 | 2024.12.16 20:58:50.344263 [ 260 ] {79323f43-7c57-4f9a-8f35-98a03253b6e6} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14295 | 2024.12.16 20:58:50.344407 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_108_22 to all_113_113_0 | ||
| 14296 | 2024.12.16 20:58:50.344446 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14297 | 2024.12.16 20:58:50.344450 [ 260 ] {79323f43-7c57-4f9a-8f35-98a03253b6e6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001519 sec., 156023.69980250165 rows/sec., 10.46 MiB/sec. | ||
| 14298 | 2024.12.16 20:58:50.344468 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14299 | 2024.12.16 20:58:50.344570 [ 260 ] {79323f43-7c57-4f9a-8f35-98a03253b6e6} <Debug> TCPHandler: Processed in 0.001796414 sec. | ||
| 14300 | 2024.12.16 20:58:50.344815 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14301 | 2024.12.16 20:58:50.344880 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_108_22 to all_113_113_0 into Compact with storage Full | ||
| 14302 | 2024.12.16 20:58:50.345144 [ 261 ] {a7c2ca9b-0279-4f85-bc76-5fcc49fd8964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14303 | 2024.12.16 20:58:50.345345 [ 261 ] {a7c2ca9b-0279-4f85-bc76-5fcc49fd8964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14304 | 2024.12.16 20:58:50.345849 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14305 | 2024.12.16 20:58:50.346105 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_108_22, total 33210 rows starting from the beginning of the part | ||
| 14306 | 2024.12.16 20:58:50.346875 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part | ||
| 14307 | 2024.12.16 20:58:50.347575 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
| 14308 | 2024.12.16 20:58:50.348052 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 946 rows starting from the beginning of the part | ||
| 14309 | 2024.12.16 20:58:50.348444 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 64 rows starting from the beginning of the part | ||
| 14310 | 2024.12.16 20:58:50.348524 [ 261 ] {a7c2ca9b-0279-4f85-bc76-5fcc49fd8964} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14311 | 2024.12.16 20:58:50.348624 [ 261 ] {a7c2ca9b-0279-4f85-bc76-5fcc49fd8964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14312 | 2024.12.16 20:58:50.348673 [ 188 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 237 rows starting from the beginning of the part | ||
| 14313 | 2024.12.16 20:58:50.349639 [ 261 ] {a7c2ca9b-0279-4f85-bc76-5fcc49fd8964} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14314 | 2024.12.16 20:58:50.350053 [ 261 ] {a7c2ca9b-0279-4f85-bc76-5fcc49fd8964} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14315 | 2024.12.16 20:58:50.350412 [ 261 ] {a7c2ca9b-0279-4f85-bc76-5fcc49fd8964} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00541 sec., 184.84288354898337 rows/sec., 12.46 KiB/sec. | ||
| 14316 | 2024.12.16 20:58:50.350470 [ 261 ] {a7c2ca9b-0279-4f85-bc76-5fcc49fd8964} <Debug> TCPHandler: Processed in 0.005794151 sec. | ||
| 14317 | 2024.12.16 20:58:50.350636 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14318 | 2024.12.16 20:58:50.350889 [ 260 ] {f8257c96-d8f4-4365-aea1-b9f819585b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14319 | 2024.12.16 20:58:50.351122 [ 260 ] {f8257c96-d8f4-4365-aea1-b9f819585b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14320 | 2024.12.16 20:58:50.353400 [ 260 ] {f8257c96-d8f4-4365-aea1-b9f819585b73} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14321 | 2024.12.16 20:58:50.353442 [ 260 ] {f8257c96-d8f4-4365-aea1-b9f819585b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14322 | 2024.12.16 20:58:50.354364 [ 260 ] {f8257c96-d8f4-4365-aea1-b9f819585b73} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14323 | 2024.12.16 20:58:50.354658 [ 260 ] {f8257c96-d8f4-4365-aea1-b9f819585b73} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14324 | 2024.12.16 20:58:50.354999 [ 260 ] {f8257c96-d8f4-4365-aea1-b9f819585b73} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.004194 sec., 4530.281354315689 rows/sec., 8.12 MiB/sec. | ||
| 14325 | 2024.12.16 20:58:50.355187 [ 260 ] {f8257c96-d8f4-4365-aea1-b9f819585b73} <Debug> TCPHandler: Processed in 0.004623968 sec. | ||
| 14326 | 2024.12.16 20:58:50.355414 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14327 | 2024.12.16 20:58:50.355564 [ 261 ] {4c1b1624-b886-4163-a311-55f991e7c0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14328 | 2024.12.16 20:58:50.355625 [ 261 ] {4c1b1624-b886-4163-a311-55f991e7c0c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14329 | 2024.12.16 20:58:50.356282 [ 261 ] {4c1b1624-b886-4163-a311-55f991e7c0c2} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14330 | 2024.12.16 20:58:50.356329 [ 261 ] {4c1b1624-b886-4163-a311-55f991e7c0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14331 | 2024.12.16 20:58:50.356930 [ 261 ] {4c1b1624-b886-4163-a311-55f991e7c0c2} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14332 | 2024.12.16 20:58:50.357241 [ 261 ] {4c1b1624-b886-4163-a311-55f991e7c0c2} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14333 | 2024.12.16 20:58:50.357570 [ 261 ] {4c1b1624-b886-4163-a311-55f991e7c0c2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002022 sec., 40553.90702274976 rows/sec., 2.58 MiB/sec. | ||
| 14334 | 2024.12.16 20:58:50.357656 [ 261 ] {4c1b1624-b886-4163-a311-55f991e7c0c2} <Debug> TCPHandler: Processed in 0.002384886 sec. | ||
| 14335 | 2024.12.16 20:58:50.358422 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34854 rows, containing 5 columns (5 merged, 0 gathered) in 0.013828434 sec., 2520458.932660054 rows/sec., 170.18 MiB/sec. | ||
| 14336 | 2024.12.16 20:58:50.358819 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Trace> MergedBlockOutputStream: filled checksums all_1_113_23 (state Temporary) | ||
| 14337 | 2024.12.16 20:58:50.359201 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_113_23 to all_1_113_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14338 | 2024.12.16 20:58:50.359306 [ 193 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_108_22, all_113_113_0] -> all_1_113_23 | ||
| 14339 | 2024.12.16 20:58:50.359421 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 14340 | 2024.12.16 20:58:51.288243 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14341 | 2024.12.16 20:58:51.288296 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14342 | 2024.12.16 20:58:51.317506 [ 223 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): 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] | ||
| 14343 | 2024.12.16 20:58:51.317562 [ 223 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): 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] | ||
| 14344 | 2024.12.16 20:58:51.323759 [ 223 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): 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] | ||
| 14345 | 2024.12.16 20:58:51.512693 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 14346 | 2024.12.16 20:58:51.513623 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14347 | 2024.12.16 20:58:51.513665 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14348 | 2024.12.16 20:58:51.514202 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14349 | 2024.12.16 20:58:51.514465 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14350 | 2024.12.16 20:58:51.514669 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 14351 | 2024.12.16 20:58:52.085988 [ 225 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): 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] | ||
| 14352 | 2024.12.16 20:58:52.086071 [ 225 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): 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] | ||
| 14353 | 2024.12.16 20:58:52.088606 [ 225 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): 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] | ||
| 14354 | 2024.12.16 20:58:53.907094 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 528 | ||
| 14355 | 2024.12.16 20:58:53.927957 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14356 | 2024.12.16 20:58:53.928018 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14357 | 2024.12.16 20:58:53.935072 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14358 | 2024.12.16 20:58:53.935821 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14359 | 2024.12.16 20:58:53.938632 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 14360 | 2024.12.16 20:58:54.599599 [ 65 ] {} <Debug> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 14361 | 2024.12.16 20:58:54.599665 [ 65 ] {} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14362 | 2024.12.16 20:58:54.599688 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14363 | 2024.12.16 20:58:54.599882 [ 188 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 14364 | 2024.12.16 20:58:54.600106 [ 188 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14365 | 2024.12.16 20:58:54.600145 [ 188 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 14366 | 2024.12.16 20:58:54.600227 [ 188 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 14367 | 2024.12.16 20:58:54.600491 [ 188 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 14368 | 2024.12.16 20:58:54.600662 [ 188 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 14369 | 2024.12.16 20:58:54.600851 [ 188 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 14370 | 2024.12.16 20:58:54.601980 [ 193 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002221263 sec., 16206.995749715366 rows/sec., 1.35 MiB/sec. | ||
| 14371 | 2024.12.16 20:58:54.602271 [ 191 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 14372 | 2024.12.16 20:58:54.602762 [ 191 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_29_7} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14373 | 2024.12.16 20:58:54.602863 [ 191 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_29_7} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 14374 | 2024.12.16 20:58:54.602973 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14375 | 2024.12.16 20:58:55.324267 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14376 | 2024.12.16 20:58:55.324444 [ 261 ] {6d70ac25-c61e-48c3-a8ec-d7d1bf6ad535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14377 | 2024.12.16 20:58:55.324509 [ 261 ] {6d70ac25-c61e-48c3-a8ec-d7d1bf6ad535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14378 | 2024.12.16 20:58:55.325252 [ 261 ] {6d70ac25-c61e-48c3-a8ec-d7d1bf6ad535} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14379 | 2024.12.16 20:58:55.325300 [ 261 ] {6d70ac25-c61e-48c3-a8ec-d7d1bf6ad535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14380 | 2024.12.16 20:58:55.325741 [ 261 ] {6d70ac25-c61e-48c3-a8ec-d7d1bf6ad535} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14381 | 2024.12.16 20:58:55.325996 [ 261 ] {6d70ac25-c61e-48c3-a8ec-d7d1bf6ad535} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14382 | 2024.12.16 20:58:55.326198 [ 261 ] {6d70ac25-c61e-48c3-a8ec-d7d1bf6ad535} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001804 sec., 56541.0199556541 rows/sec., 4.70 MiB/sec. | ||
| 14383 | 2024.12.16 20:58:55.326261 [ 261 ] {6d70ac25-c61e-48c3-a8ec-d7d1bf6ad535} <Debug> TCPHandler: Processed in 0.00211475 sec. | ||
| 14384 | 2024.12.16 20:58:55.326506 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14385 | 2024.12.16 20:58:55.326719 [ 260 ] {298ab898-610c-4712-a7ae-3926f076d5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14386 | 2024.12.16 20:58:55.326797 [ 260 ] {298ab898-610c-4712-a7ae-3926f076d5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14387 | 2024.12.16 20:58:55.327616 [ 260 ] {298ab898-610c-4712-a7ae-3926f076d5d8} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14388 | 2024.12.16 20:58:55.327665 [ 260 ] {298ab898-610c-4712-a7ae-3926f076d5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14389 | 2024.12.16 20:58:55.328089 [ 260 ] {298ab898-610c-4712-a7ae-3926f076d5d8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14390 | 2024.12.16 20:58:55.328334 [ 260 ] {298ab898-610c-4712-a7ae-3926f076d5d8} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14391 | 2024.12.16 20:58:55.328526 [ 63 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14392 | 2024.12.16 20:58:55.328597 [ 260 ] {298ab898-610c-4712-a7ae-3926f076d5d8} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001927 sec., 11935.651271406332 rows/sec., 897.51 KiB/sec. | ||
| 14393 | 2024.12.16 20:58:55.328597 [ 63 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14394 | 2024.12.16 20:58:55.328683 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14395 | 2024.12.16 20:58:55.328729 [ 260 ] {298ab898-610c-4712-a7ae-3926f076d5d8} <Debug> TCPHandler: Processed in 0.002354774 sec. | ||
| 14396 | 2024.12.16 20:58:55.328991 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14397 | 2024.12.16 20:58:55.329074 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 14398 | 2024.12.16 20:58:55.329420 [ 261 ] {e142e42c-5bad-45b1-b752-69b2e2c4430e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14399 | 2024.12.16 20:58:55.329622 [ 261 ] {e142e42c-5bad-45b1-b752-69b2e2c4430e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14400 | 2024.12.16 20:58:55.329737 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14401 | 2024.12.16 20:58:55.329971 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 67 rows starting from the beginning of the part | ||
| 14402 | 2024.12.16 20:58:55.330550 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 23 rows starting from the beginning of the part | ||
| 14403 | 2024.12.16 20:58:55.331099 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 26 rows starting from the beginning of the part | ||
| 14404 | 2024.12.16 20:58:55.331431 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 31 rows starting from the beginning of the part | ||
| 14405 | 2024.12.16 20:58:55.331769 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 26 rows starting from the beginning of the part | ||
| 14406 | 2024.12.16 20:58:55.332105 [ 201 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 23 rows starting from the beginning of the part | ||
| 14407 | 2024.12.16 20:58:55.333313 [ 261 ] {e142e42c-5bad-45b1-b752-69b2e2c4430e} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14408 | 2024.12.16 20:58:55.333413 [ 261 ] {e142e42c-5bad-45b1-b752-69b2e2c4430e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14409 | 2024.12.16 20:58:55.334567 [ 261 ] {e142e42c-5bad-45b1-b752-69b2e2c4430e} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14410 | 2024.12.16 20:58:55.334800 [ 191 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.005988555 sec., 32729.09741999531 rows/sec., 2.47 MiB/sec. | ||
| 14411 | 2024.12.16 20:58:55.334964 [ 261 ] {e142e42c-5bad-45b1-b752-69b2e2c4430e} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14412 | 2024.12.16 20:58:55.334977 [ 191 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14413 | 2024.12.16 20:58:55.335245 [ 261 ] {e142e42c-5bad-45b1-b752-69b2e2c4430e} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005983 sec., 14541.200066856094 rows/sec., 1.14 MiB/sec. | ||
| 14414 | 2024.12.16 20:58:55.335356 [ 261 ] {e142e42c-5bad-45b1-b752-69b2e2c4430e} <Debug> TCPHandler: Processed in 0.006523004 sec. | ||
| 14415 | 2024.12.16 20:58:55.335606 [ 191 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_96_19} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14416 | 2024.12.16 20:58:55.335630 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14417 | 2024.12.16 20:58:55.335888 [ 191 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_96_19} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14418 | 2024.12.16 20:58:55.336179 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14419 | 2024.12.16 20:58:55.336196 [ 260 ] {d9d66b1a-0e29-469f-8884-2b1068c0b3c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14420 | 2024.12.16 20:58:55.336383 [ 260 ] {d9d66b1a-0e29-469f-8884-2b1068c0b3c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14421 | 2024.12.16 20:58:55.337067 [ 260 ] {d9d66b1a-0e29-469f-8884-2b1068c0b3c5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14422 | 2024.12.16 20:58:55.337107 [ 260 ] {d9d66b1a-0e29-469f-8884-2b1068c0b3c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14423 | 2024.12.16 20:58:55.337503 [ 260 ] {d9d66b1a-0e29-469f-8884-2b1068c0b3c5} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14424 | 2024.12.16 20:58:55.337755 [ 260 ] {d9d66b1a-0e29-469f-8884-2b1068c0b3c5} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14425 | 2024.12.16 20:58:55.337964 [ 260 ] {d9d66b1a-0e29-469f-8884-2b1068c0b3c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002024 sec., 79051.38339920947 rows/sec., 5.51 MiB/sec. | ||
| 14426 | 2024.12.16 20:58:55.338014 [ 260 ] {d9d66b1a-0e29-469f-8884-2b1068c0b3c5} <Debug> TCPHandler: Processed in 0.002552169 sec. | ||
| 14427 | 2024.12.16 20:58:55.338154 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14428 | 2024.12.16 20:58:55.338297 [ 261 ] {92a75ee8-78d0-4bb4-9ce7-4e94ca6fba61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14429 | 2024.12.16 20:58:55.338389 [ 261 ] {92a75ee8-78d0-4bb4-9ce7-4e94ca6fba61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14430 | 2024.12.16 20:58:55.339523 [ 261 ] {92a75ee8-78d0-4bb4-9ce7-4e94ca6fba61} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14431 | 2024.12.16 20:58:55.339561 [ 261 ] {92a75ee8-78d0-4bb4-9ce7-4e94ca6fba61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14432 | 2024.12.16 20:58:55.340218 [ 261 ] {92a75ee8-78d0-4bb4-9ce7-4e94ca6fba61} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14433 | 2024.12.16 20:58:55.340479 [ 261 ] {92a75ee8-78d0-4bb4-9ce7-4e94ca6fba61} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14434 | 2024.12.16 20:58:55.340626 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14435 | 2024.12.16 20:58:55.340665 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14436 | 2024.12.16 20:58:55.340688 [ 261 ] {92a75ee8-78d0-4bb4-9ce7-4e94ca6fba61} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002424 sec., 9488.44884488449 rows/sec., 17.00 MiB/sec. | ||
| 14437 | 2024.12.16 20:58:55.340691 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14438 | 2024.12.16 20:58:55.341035 [ 261 ] {92a75ee8-78d0-4bb4-9ce7-4e94ca6fba61} <Debug> TCPHandler: Processed in 0.002947417 sec. | ||
| 14439 | 2024.12.16 20:58:55.341044 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 14440 | 2024.12.16 20:58:55.341228 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14441 | 2024.12.16 20:58:55.341416 [ 260 ] {10ccb61c-9400-4c83-a831-a46b8771bc3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14442 | 2024.12.16 20:58:55.341479 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14443 | 2024.12.16 20:58:55.341492 [ 260 ] {10ccb61c-9400-4c83-a831-a46b8771bc3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14444 | 2024.12.16 20:58:55.341610 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1879 rows starting from the beginning of the part | ||
| 14445 | 2024.12.16 20:58:55.342258 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 23 rows starting from the beginning of the part | ||
| 14446 | 2024.12.16 20:58:55.342947 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 19 rows starting from the beginning of the part | ||
| 14447 | 2024.12.16 20:58:55.343045 [ 260 ] {10ccb61c-9400-4c83-a831-a46b8771bc3c} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14448 | 2024.12.16 20:58:55.343098 [ 260 ] {10ccb61c-9400-4c83-a831-a46b8771bc3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14449 | 2024.12.16 20:58:55.343553 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 23 rows starting from the beginning of the part | ||
| 14450 | 2024.12.16 20:58:55.344154 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 19 rows starting from the beginning of the part | ||
| 14451 | 2024.12.16 20:58:55.344239 [ 260 ] {10ccb61c-9400-4c83-a831-a46b8771bc3c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14452 | 2024.12.16 20:58:55.344675 [ 190 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 23 rows starting from the beginning of the part | ||
| 14453 | 2024.12.16 20:58:55.344977 [ 260 ] {10ccb61c-9400-4c83-a831-a46b8771bc3c} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14454 | 2024.12.16 20:58:55.345459 [ 260 ] {10ccb61c-9400-4c83-a831-a46b8771bc3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004095 sec., 14652.014652014654 rows/sec., 1011.14 KiB/sec. | ||
| 14455 | 2024.12.16 20:58:55.345576 [ 260 ] {10ccb61c-9400-4c83-a831-a46b8771bc3c} <Debug> TCPHandler: Processed in 0.004437344 sec. | ||
| 14456 | 2024.12.16 20:58:55.354876 [ 191 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 19 columns (19 merged, 0 gathered) in 0.014058649 sec., 141265.35202635758 rows/sec., 253.14 MiB/sec. | ||
| 14457 | 2024.12.16 20:58:55.356751 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14458 | 2024.12.16 20:58:55.357190 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14459 | 2024.12.16 20:58:55.357283 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14460 | 2024.12.16 20:58:55.357452 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.41 MiB. | ||
| 14461 | 2024.12.16 20:58:56.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.69 MiB, peak 285.07 MiB, free memory in arenas 0.00 B, will set to 271.14 MiB (RSS), difference: 3.45 MiB | ||
| 14462 | 2024.12.16 20:58:56.694619 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2042 | ||
| 14463 | 2024.12.16 20:58:56.697829 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14464 | 2024.12.16 20:58:56.697880 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14465 | 2024.12.16 20:58:56.699377 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14466 | 2024.12.16 20:58:56.699685 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14467 | 2024.12.16 20:58:56.699965 [ 60 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14468 | 2024.12.16 20:58:56.700204 [ 60 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14469 | 2024.12.16 20:58:56.700312 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 14470 | 2024.12.16 20:58:56.701164 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 14471 | 2024.12.16 20:58:56.702126 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2042 | ||
| 14472 | 2024.12.16 20:58:56.702682 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14473 | 2024.12.16 20:58:56.702874 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1846 rows starting from the beginning of the part | ||
| 14474 | 2024.12.16 20:58:56.703661 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 14475 | 2024.12.16 20:58:56.704275 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 34 rows starting from the beginning of the part | ||
| 14476 | 2024.12.16 20:58:56.704881 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part | ||
| 14477 | 2024.12.16 20:58:56.705516 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 14478 | 2024.12.16 20:58:56.706171 [ 197 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part | ||
| 14479 | 2024.12.16 20:58:56.715457 [ 191 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2042 rows, containing 72 columns (72 merged, 0 gathered) in 0.014925496 sec., 136812.87375642324 rows/sec., 103.76 MiB/sec. | ||
| 14480 | 2024.12.16 20:58:56.717391 [ 198 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14481 | 2024.12.16 20:58:56.718184 [ 198 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_51_10} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14482 | 2024.12.16 20:58:56.718272 [ 198 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_51_10} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14483 | 2024.12.16 20:58:56.718627 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.55 MiB. | ||
| 14484 | 2024.12.16 20:58:59.014815 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 14485 | 2024.12.16 20:58:59.015891 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14486 | 2024.12.16 20:58:59.015943 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14487 | 2024.12.16 20:58:59.016494 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14488 | 2024.12.16 20:58:59.016762 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14489 | 2024.12.16 20:58:59.016998 [ 57 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14490 | 2024.12.16 20:58:59.017032 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 14491 | 2024.12.16 20:58:59.017081 [ 57 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14492 | 2024.12.16 20:58:59.017111 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14493 | 2024.12.16 20:58:59.017252 [ 186 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 14494 | 2024.12.16 20:58:59.017414 [ 186 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14495 | 2024.12.16 20:58:59.017461 [ 186 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 14496 | 2024.12.16 20:58:59.017537 [ 186 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 14497 | 2024.12.16 20:58:59.017620 [ 186 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 14498 | 2024.12.16 20:58:59.017860 [ 186 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 14499 | 2024.12.16 20:58:59.018059 [ 186 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 14500 | 2024.12.16 20:58:59.018156 [ 186 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 14501 | 2024.12.16 20:58:59.021061 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003876234 sec., 8403517.434705954 rows/sec., 120.21 MiB/sec. | ||
| 14502 | 2024.12.16 20:58:59.021370 [ 186 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14503 | 2024.12.16 20:58:59.021668 [ 186 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_71_14} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14504 | 2024.12.16 20:58:59.021757 [ 186 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_71_14} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14505 | 2024.12.16 20:58:59.021860 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 14506 | 2024.12.16 20:59:00.327729 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14507 | 2024.12.16 20:59:00.328040 [ 261 ] {d6a11a84-66bd-4b55-a81f-9a8c9d1cbb5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14508 | 2024.12.16 20:59:00.328154 [ 261 ] {d6a11a84-66bd-4b55-a81f-9a8c9d1cbb5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14509 | 2024.12.16 20:59:00.329155 [ 261 ] {d6a11a84-66bd-4b55-a81f-9a8c9d1cbb5b} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14510 | 2024.12.16 20:59:00.329204 [ 261 ] {d6a11a84-66bd-4b55-a81f-9a8c9d1cbb5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14511 | 2024.12.16 20:59:00.329637 [ 261 ] {d6a11a84-66bd-4b55-a81f-9a8c9d1cbb5b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14512 | 2024.12.16 20:59:00.329893 [ 261 ] {d6a11a84-66bd-4b55-a81f-9a8c9d1cbb5b} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14513 | 2024.12.16 20:59:00.330144 [ 261 ] {d6a11a84-66bd-4b55-a81f-9a8c9d1cbb5b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002191 sec., 6389.776357827476 rows/sec., 459.98 KiB/sec. | ||
| 14514 | 2024.12.16 20:59:00.330213 [ 261 ] {d6a11a84-66bd-4b55-a81f-9a8c9d1cbb5b} <Debug> TCPHandler: Processed in 0.002666611 sec. | ||
| 14515 | 2024.12.16 20:59:00.330474 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14516 | 2024.12.16 20:59:00.330689 [ 260 ] {5c063373-589c-454f-b507-d02dc1e279fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14517 | 2024.12.16 20:59:00.330768 [ 260 ] {5c063373-589c-454f-b507-d02dc1e279fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14518 | 2024.12.16 20:59:00.331503 [ 260 ] {5c063373-589c-454f-b507-d02dc1e279fb} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14519 | 2024.12.16 20:59:00.331557 [ 260 ] {5c063373-589c-454f-b507-d02dc1e279fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14520 | 2024.12.16 20:59:00.331978 [ 260 ] {5c063373-589c-454f-b507-d02dc1e279fb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14521 | 2024.12.16 20:59:00.332238 [ 260 ] {5c063373-589c-454f-b507-d02dc1e279fb} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14522 | 2024.12.16 20:59:00.332522 [ 260 ] {5c063373-589c-454f-b507-d02dc1e279fb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001885 sec., 2122.0159151193634 rows/sec., 173.04 KiB/sec. | ||
| 14523 | 2024.12.16 20:59:00.332747 [ 260 ] {5c063373-589c-454f-b507-d02dc1e279fb} <Debug> TCPHandler: Processed in 0.002410986 sec. | ||
| 14524 | 2024.12.16 20:59:00.333028 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14525 | 2024.12.16 20:59:00.333262 [ 261 ] {84034c31-1659-49f4-9b99-509b301366dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14526 | 2024.12.16 20:59:00.333360 [ 261 ] {84034c31-1659-49f4-9b99-509b301366dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14527 | 2024.12.16 20:59:00.334230 [ 261 ] {84034c31-1659-49f4-9b99-509b301366dd} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14528 | 2024.12.16 20:59:00.334272 [ 261 ] {84034c31-1659-49f4-9b99-509b301366dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14529 | 2024.12.16 20:59:00.334669 [ 261 ] {84034c31-1659-49f4-9b99-509b301366dd} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14530 | 2024.12.16 20:59:00.334911 [ 261 ] {84034c31-1659-49f4-9b99-509b301366dd} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14531 | 2024.12.16 20:59:00.335136 [ 261 ] {84034c31-1659-49f4-9b99-509b301366dd} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001934 sec., 125646.32885211996 rows/sec., 10.99 MiB/sec. | ||
| 14532 | 2024.12.16 20:59:00.335192 [ 261 ] {84034c31-1659-49f4-9b99-509b301366dd} <Debug> TCPHandler: Processed in 0.002285774 sec. | ||
| 14533 | 2024.12.16 20:59:00.335355 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14534 | 2024.12.16 20:59:00.335502 [ 260 ] {917f1db1-6343-4658-9a03-695052efc54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14535 | 2024.12.16 20:59:00.335562 [ 260 ] {917f1db1-6343-4658-9a03-695052efc54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14536 | 2024.12.16 20:59:00.336181 [ 260 ] {917f1db1-6343-4658-9a03-695052efc54d} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14537 | 2024.12.16 20:59:00.336222 [ 260 ] {917f1db1-6343-4658-9a03-695052efc54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14538 | 2024.12.16 20:59:00.336593 [ 260 ] {917f1db1-6343-4658-9a03-695052efc54d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14539 | 2024.12.16 20:59:00.336831 [ 260 ] {917f1db1-6343-4658-9a03-695052efc54d} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14540 | 2024.12.16 20:59:00.337050 [ 260 ] {917f1db1-6343-4658-9a03-695052efc54d} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001584 sec., 18939.39393939394 rows/sec., 1.33 MiB/sec. | ||
| 14541 | 2024.12.16 20:59:00.337104 [ 260 ] {917f1db1-6343-4658-9a03-695052efc54d} <Debug> TCPHandler: Processed in 0.001817464 sec. | ||
| 14542 | 2024.12.16 20:59:00.337255 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14543 | 2024.12.16 20:59:00.337394 [ 261 ] {e4a84c92-eb45-4a67-9748-6c97a33ec358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14544 | 2024.12.16 20:59:00.337453 [ 261 ] {e4a84c92-eb45-4a67-9748-6c97a33ec358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14545 | 2024.12.16 20:59:00.338081 [ 261 ] {e4a84c92-eb45-4a67-9748-6c97a33ec358} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14546 | 2024.12.16 20:59:00.338121 [ 261 ] {e4a84c92-eb45-4a67-9748-6c97a33ec358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14547 | 2024.12.16 20:59:00.338479 [ 261 ] {e4a84c92-eb45-4a67-9748-6c97a33ec358} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 14548 | 2024.12.16 20:59:00.338743 [ 261 ] {e4a84c92-eb45-4a67-9748-6c97a33ec358} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14549 | 2024.12.16 20:59:00.338971 [ 261 ] {e4a84c92-eb45-4a67-9748-6c97a33ec358} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001607 sec., 8711.885500933417 rows/sec., 610.12 KiB/sec. | ||
| 14550 | 2024.12.16 20:59:00.339026 [ 261 ] {e4a84c92-eb45-4a67-9748-6c97a33ec358} <Debug> TCPHandler: Processed in 0.001840895 sec. | ||
| 14551 | 2024.12.16 20:59:00.339182 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14552 | 2024.12.16 20:59:00.339320 [ 260 ] {b51cb6e8-341b-4565-9a25-61b7a7437f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14553 | 2024.12.16 20:59:00.339377 [ 260 ] {b51cb6e8-341b-4565-9a25-61b7a7437f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14554 | 2024.12.16 20:59:00.340013 [ 260 ] {b51cb6e8-341b-4565-9a25-61b7a7437f21} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14555 | 2024.12.16 20:59:00.340052 [ 260 ] {b51cb6e8-341b-4565-9a25-61b7a7437f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14556 | 2024.12.16 20:59:00.340424 [ 260 ] {b51cb6e8-341b-4565-9a25-61b7a7437f21} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14557 | 2024.12.16 20:59:00.340657 [ 260 ] {b51cb6e8-341b-4565-9a25-61b7a7437f21} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14558 | 2024.12.16 20:59:00.340862 [ 260 ] {b51cb6e8-341b-4565-9a25-61b7a7437f21} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001574 sec., 8259.212198221092 rows/sec., 514.96 KiB/sec. | ||
| 14559 | 2024.12.16 20:59:00.340915 [ 260 ] {b51cb6e8-341b-4565-9a25-61b7a7437f21} <Debug> TCPHandler: Processed in 0.001799264 sec. | ||
| 14560 | 2024.12.16 20:59:00.341063 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14561 | 2024.12.16 20:59:00.341201 [ 261 ] {ed1a8c9a-750e-4009-999f-ef960175d3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14562 | 2024.12.16 20:59:00.341260 [ 261 ] {ed1a8c9a-750e-4009-999f-ef960175d3d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14563 | 2024.12.16 20:59:00.342023 [ 261 ] {ed1a8c9a-750e-4009-999f-ef960175d3d7} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14564 | 2024.12.16 20:59:00.342063 [ 261 ] {ed1a8c9a-750e-4009-999f-ef960175d3d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14565 | 2024.12.16 20:59:00.342456 [ 261 ] {ed1a8c9a-750e-4009-999f-ef960175d3d7} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14566 | 2024.12.16 20:59:00.342693 [ 261 ] {ed1a8c9a-750e-4009-999f-ef960175d3d7} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14567 | 2024.12.16 20:59:00.342922 [ 261 ] {ed1a8c9a-750e-4009-999f-ef960175d3d7} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.001751 sec., 231296.40205596804 rows/sec., 16.47 MiB/sec. | ||
| 14568 | 2024.12.16 20:59:00.342986 [ 261 ] {ed1a8c9a-750e-4009-999f-ef960175d3d7} <Debug> TCPHandler: Processed in 0.001994198 sec. | ||
| 14569 | 2024.12.16 20:59:00.343191 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14570 | 2024.12.16 20:59:00.343510 [ 260 ] {2acdebf3-283c-4c92-accb-70cde8fe25b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14571 | 2024.12.16 20:59:00.343605 [ 260 ] {2acdebf3-283c-4c92-accb-70cde8fe25b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14572 | 2024.12.16 20:59:00.344101 [ 260 ] {2acdebf3-283c-4c92-accb-70cde8fe25b5} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14573 | 2024.12.16 20:59:00.344139 [ 260 ] {2acdebf3-283c-4c92-accb-70cde8fe25b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14574 | 2024.12.16 20:59:00.344498 [ 260 ] {2acdebf3-283c-4c92-accb-70cde8fe25b5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14575 | 2024.12.16 20:59:00.344732 [ 260 ] {2acdebf3-283c-4c92-accb-70cde8fe25b5} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14576 | 2024.12.16 20:59:00.344945 [ 260 ] {2acdebf3-283c-4c92-accb-70cde8fe25b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00155 sec., 3870.967741935484 rows/sec., 202.24 KiB/sec. | ||
| 14577 | 2024.12.16 20:59:00.344995 [ 260 ] {2acdebf3-283c-4c92-accb-70cde8fe25b5} <Debug> TCPHandler: Processed in 0.001924937 sec. | ||
| 14578 | 2024.12.16 20:59:00.345143 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14579 | 2024.12.16 20:59:00.345283 [ 261 ] {3b6a24e8-57ff-473c-a553-1cafc0e67660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14580 | 2024.12.16 20:59:00.345346 [ 261 ] {3b6a24e8-57ff-473c-a553-1cafc0e67660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14581 | 2024.12.16 20:59:00.345991 [ 261 ] {3b6a24e8-57ff-473c-a553-1cafc0e67660} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14582 | 2024.12.16 20:59:00.346030 [ 261 ] {3b6a24e8-57ff-473c-a553-1cafc0e67660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14583 | 2024.12.16 20:59:00.346429 [ 261 ] {3b6a24e8-57ff-473c-a553-1cafc0e67660} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14584 | 2024.12.16 20:59:00.346664 [ 261 ] {3b6a24e8-57ff-473c-a553-1cafc0e67660} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14585 | 2024.12.16 20:59:00.346901 [ 261 ] {3b6a24e8-57ff-473c-a553-1cafc0e67660} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.00165 sec., 144848.48484848486 rows/sec., 9.71 MiB/sec. | ||
| 14586 | 2024.12.16 20:59:00.346961 [ 261 ] {3b6a24e8-57ff-473c-a553-1cafc0e67660} <Debug> TCPHandler: Processed in 0.001889796 sec. | ||
| 14587 | 2024.12.16 20:59:00.347116 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14588 | 2024.12.16 20:59:00.347254 [ 260 ] {de7b0dc8-4912-4523-8a23-04bc9a27de9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14589 | 2024.12.16 20:59:00.347314 [ 260 ] {de7b0dc8-4912-4523-8a23-04bc9a27de9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14590 | 2024.12.16 20:59:00.347840 [ 260 ] {de7b0dc8-4912-4523-8a23-04bc9a27de9c} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14591 | 2024.12.16 20:59:00.347878 [ 260 ] {de7b0dc8-4912-4523-8a23-04bc9a27de9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14592 | 2024.12.16 20:59:00.348229 [ 260 ] {de7b0dc8-4912-4523-8a23-04bc9a27de9c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14593 | 2024.12.16 20:59:00.348461 [ 260 ] {de7b0dc8-4912-4523-8a23-04bc9a27de9c} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14594 | 2024.12.16 20:59:00.348673 [ 260 ] {de7b0dc8-4912-4523-8a23-04bc9a27de9c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec. | ||
| 14595 | 2024.12.16 20:59:00.348724 [ 260 ] {de7b0dc8-4912-4523-8a23-04bc9a27de9c} <Debug> TCPHandler: Processed in 0.001674432 sec. | ||
| 14596 | 2024.12.16 20:59:00.348867 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14597 | 2024.12.16 20:59:00.349004 [ 261 ] {c5b73fff-6a5b-479a-a707-12844df334a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14598 | 2024.12.16 20:59:00.349096 [ 261 ] {c5b73fff-6a5b-479a-a707-12844df334a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14599 | 2024.12.16 20:59:00.350316 [ 261 ] {c5b73fff-6a5b-479a-a707-12844df334a9} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14600 | 2024.12.16 20:59:00.350356 [ 261 ] {c5b73fff-6a5b-479a-a707-12844df334a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14601 | 2024.12.16 20:59:00.351007 [ 261 ] {c5b73fff-6a5b-479a-a707-12844df334a9} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14602 | 2024.12.16 20:59:00.351289 [ 261 ] {c5b73fff-6a5b-479a-a707-12844df334a9} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14603 | 2024.12.16 20:59:00.351582 [ 261 ] {c5b73fff-6a5b-479a-a707-12844df334a9} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002607 sec., 7288.07057920982 rows/sec., 13.06 MiB/sec. | ||
| 14604 | 2024.12.16 20:59:00.351969 [ 261 ] {c5b73fff-6a5b-479a-a707-12844df334a9} <Debug> TCPHandler: Processed in 0.00316232 sec. | ||
| 14605 | 2024.12.16 20:59:00.352283 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14606 | 2024.12.16 20:59:00.352665 [ 260 ] {fb3d7e12-6c0a-4d3b-833b-45d963b5deb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14607 | 2024.12.16 20:59:00.352839 [ 260 ] {fb3d7e12-6c0a-4d3b-833b-45d963b5deb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14608 | 2024.12.16 20:59:00.353416 [ 260 ] {fb3d7e12-6c0a-4d3b-833b-45d963b5deb7} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14609 | 2024.12.16 20:59:00.353456 [ 260 ] {fb3d7e12-6c0a-4d3b-833b-45d963b5deb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14610 | 2024.12.16 20:59:00.353849 [ 260 ] {fb3d7e12-6c0a-4d3b-833b-45d963b5deb7} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14611 | 2024.12.16 20:59:00.354087 [ 260 ] {fb3d7e12-6c0a-4d3b-833b-45d963b5deb7} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14612 | 2024.12.16 20:59:00.354311 [ 260 ] {fb3d7e12-6c0a-4d3b-833b-45d963b5deb7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001791 sec., 45784.477945281964 rows/sec., 2.91 MiB/sec. | ||
| 14613 | 2024.12.16 20:59:00.354361 [ 260 ] {fb3d7e12-6c0a-4d3b-833b-45d963b5deb7} <Debug> TCPHandler: Processed in 0.002276433 sec. | ||
| 14614 | 2024.12.16 20:59:01.438703 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 14615 | 2024.12.16 20:59:01.461045 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14616 | 2024.12.16 20:59:01.461114 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14617 | 2024.12.16 20:59:01.468315 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14618 | 2024.12.16 20:59:01.469123 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14619 | 2024.12.16 20:59:01.469544 [ 55 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14620 | 2024.12.16 20:59:01.469719 [ 55 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14621 | 2024.12.16 20:59:01.470301 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14622 | 2024.12.16 20:59:01.471168 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 14623 | 2024.12.16 20:59:01.486024 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 14624 | 2024.12.16 20:59:01.487774 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14625 | 2024.12.16 20:59:01.489423 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 14626 | 2024.12.16 20:59:01.495083 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 14627 | 2024.12.16 20:59:01.500902 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 14628 | 2024.12.16 20:59:01.506532 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part | ||
| 14629 | 2024.12.16 20:59:01.512330 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part | ||
| 14630 | 2024.12.16 20:59:01.518162 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 14631 | 2024.12.16 20:59:01.580177 [ 186 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.109680575 sec., 4886.918216831011 rows/sec., 25.27 MiB/sec. | ||
| 14632 | 2024.12.16 20:59:01.583478 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14633 | 2024.12.16 20:59:01.586524 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_71_14} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14634 | 2024.12.16 20:59:01.586648 [ 195 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_71_14} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14635 | 2024.12.16 20:59:01.589907 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 14636 | 2024.12.16 20:59:02.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.21 MiB, peak 289.63 MiB, free memory in arenas 0.00 B, will set to 271.14 MiB (RSS), difference: -1.06 MiB | ||
| 14637 | 2024.12.16 20:59:05.323410 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14638 | 2024.12.16 20:59:05.323628 [ 261 ] {bddc582c-e211-46a3-8bea-04388bf374be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14639 | 2024.12.16 20:59:05.323699 [ 261 ] {bddc582c-e211-46a3-8bea-04388bf374be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14640 | 2024.12.16 20:59:05.324439 [ 261 ] {bddc582c-e211-46a3-8bea-04388bf374be} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14641 | 2024.12.16 20:59:05.324480 [ 261 ] {bddc582c-e211-46a3-8bea-04388bf374be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14642 | 2024.12.16 20:59:05.324910 [ 261 ] {bddc582c-e211-46a3-8bea-04388bf374be} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14643 | 2024.12.16 20:59:05.325155 [ 261 ] {bddc582c-e211-46a3-8bea-04388bf374be} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14644 | 2024.12.16 20:59:05.325316 [ 51 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14645 | 2024.12.16 20:59:05.325363 [ 51 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14646 | 2024.12.16 20:59:05.325365 [ 261 ] {bddc582c-e211-46a3-8bea-04388bf374be} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.00179 sec., 56983.24022346369 rows/sec., 4.74 MiB/sec. | ||
| 14647 | 2024.12.16 20:59:05.325388 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14648 | 2024.12.16 20:59:05.325449 [ 261 ] {bddc582c-e211-46a3-8bea-04388bf374be} <Debug> TCPHandler: Processed in 0.002163461 sec. | ||
| 14649 | 2024.12.16 20:59:05.325653 [ 194 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 14650 | 2024.12.16 20:59:05.325708 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14651 | 2024.12.16 20:59:05.325855 [ 194 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14652 | 2024.12.16 20:59:05.325889 [ 260 ] {b69babbd-35cc-483f-8809-bbeb8f7dd98c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14653 | 2024.12.16 20:59:05.325898 [ 194 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1437 rows starting from the beginning of the part | ||
| 14654 | 2024.12.16 20:59:05.325972 [ 260 ] {b69babbd-35cc-483f-8809-bbeb8f7dd98c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14655 | 2024.12.16 20:59:05.326047 [ 194 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 56 rows starting from the beginning of the part | ||
| 14656 | 2024.12.16 20:59:05.326542 [ 194 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 241 rows starting from the beginning of the part | ||
| 14657 | 2024.12.16 20:59:05.326827 [ 194 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 102 rows starting from the beginning of the part | ||
| 14658 | 2024.12.16 20:59:05.327204 [ 194 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 243 rows starting from the beginning of the part | ||
| 14659 | 2024.12.16 20:59:05.327551 [ 194 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 102 rows starting from the beginning of the part | ||
| 14660 | 2024.12.16 20:59:05.328863 [ 260 ] {b69babbd-35cc-483f-8809-bbeb8f7dd98c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14661 | 2024.12.16 20:59:05.328910 [ 260 ] {b69babbd-35cc-483f-8809-bbeb8f7dd98c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14662 | 2024.12.16 20:59:05.329466 [ 260 ] {b69babbd-35cc-483f-8809-bbeb8f7dd98c} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14663 | 2024.12.16 20:59:05.329773 [ 260 ] {b69babbd-35cc-483f-8809-bbeb8f7dd98c} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14664 | 2024.12.16 20:59:05.329941 [ 187 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2181 rows, containing 5 columns (5 merged, 0 gathered) in 0.004452135 sec., 489877.3285176662 rows/sec., 43.10 MiB/sec. | ||
| 14665 | 2024.12.16 20:59:05.330166 [ 260 ] {b69babbd-35cc-483f-8809-bbeb8f7dd98c} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.004334 sec., 5306.8758652515 rows/sec., 399.05 KiB/sec. | ||
| 14666 | 2024.12.16 20:59:05.330300 [ 260 ] {b69babbd-35cc-483f-8809-bbeb8f7dd98c} <Debug> TCPHandler: Processed in 0.00473902 sec. | ||
| 14667 | 2024.12.16 20:59:05.330431 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14668 | 2024.12.16 20:59:05.330473 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14669 | 2024.12.16 20:59:05.330649 [ 261 ] {f7b3cb97-c7a7-43f2-b23b-503e807df66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14670 | 2024.12.16 20:59:05.330749 [ 261 ] {f7b3cb97-c7a7-43f2-b23b-503e807df66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14671 | 2024.12.16 20:59:05.331040 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_116_23} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14672 | 2024.12.16 20:59:05.331306 [ 189 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_116_23} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14673 | 2024.12.16 20:59:05.331528 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 14674 | 2024.12.16 20:59:05.331851 [ 261 ] {f7b3cb97-c7a7-43f2-b23b-503e807df66a} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14675 | 2024.12.16 20:59:05.331894 [ 261 ] {f7b3cb97-c7a7-43f2-b23b-503e807df66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14676 | 2024.12.16 20:59:05.332262 [ 261 ] {f7b3cb97-c7a7-43f2-b23b-503e807df66a} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14677 | 2024.12.16 20:59:05.332501 [ 261 ] {f7b3cb97-c7a7-43f2-b23b-503e807df66a} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14678 | 2024.12.16 20:59:05.332643 [ 51 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14679 | 2024.12.16 20:59:05.332691 [ 261 ] {f7b3cb97-c7a7-43f2-b23b-503e807df66a} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.002084 sec., 41746.641074856045 rows/sec., 3.26 MiB/sec. | ||
| 14680 | 2024.12.16 20:59:05.332694 [ 51 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14681 | 2024.12.16 20:59:05.332748 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14682 | 2024.12.16 20:59:05.332776 [ 261 ] {f7b3cb97-c7a7-43f2-b23b-503e807df66a} <Debug> TCPHandler: Processed in 0.002383396 sec. | ||
| 14683 | 2024.12.16 20:59:05.332981 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 14684 | 2024.12.16 20:59:05.332982 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14685 | 2024.12.16 20:59:05.333374 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14686 | 2024.12.16 20:59:05.333491 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 916 rows starting from the beginning of the part | ||
| 14687 | 2024.12.16 20:59:05.333533 [ 260 ] {ff72178f-fe43-4dbb-bdec-f1c791c6e43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14688 | 2024.12.16 20:59:05.333916 [ 260 ] {ff72178f-fe43-4dbb-bdec-f1c791c6e43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14689 | 2024.12.16 20:59:05.333959 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 64 rows starting from the beginning of the part | ||
| 14690 | 2024.12.16 20:59:05.334443 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 401 rows starting from the beginning of the part | ||
| 14691 | 2024.12.16 20:59:05.334999 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 87 rows starting from the beginning of the part | ||
| 14692 | 2024.12.16 20:59:05.335585 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 405 rows starting from the beginning of the part | ||
| 14693 | 2024.12.16 20:59:05.336087 [ 199 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 87 rows starting from the beginning of the part | ||
| 14694 | 2024.12.16 20:59:05.337795 [ 260 ] {ff72178f-fe43-4dbb-bdec-f1c791c6e43f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14695 | 2024.12.16 20:59:05.337867 [ 260 ] {ff72178f-fe43-4dbb-bdec-f1c791c6e43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14696 | 2024.12.16 20:59:05.338903 [ 260 ] {ff72178f-fe43-4dbb-bdec-f1c791c6e43f} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14697 | 2024.12.16 20:59:05.339270 [ 260 ] {ff72178f-fe43-4dbb-bdec-f1c791c6e43f} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14698 | 2024.12.16 20:59:05.339637 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.006791249 sec., 288606.70548230526 rows/sec., 22.10 MiB/sec. | ||
| 14699 | 2024.12.16 20:59:05.339762 [ 260 ] {ff72178f-fe43-4dbb-bdec-f1c791c6e43f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006464 sec., 24752.47524752475 rows/sec., 1.72 MiB/sec. | ||
| 14700 | 2024.12.16 20:59:05.339889 [ 260 ] {ff72178f-fe43-4dbb-bdec-f1c791c6e43f} <Debug> TCPHandler: Processed in 0.007015665 sec. | ||
| 14701 | 2024.12.16 20:59:05.340040 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14702 | 2024.12.16 20:59:05.340065 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14703 | 2024.12.16 20:59:05.340244 [ 261 ] {b088f027-2b25-476b-b731-74299c1e0f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14704 | 2024.12.16 20:59:05.340420 [ 261 ] {b088f027-2b25-476b-b731-74299c1e0f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14705 | 2024.12.16 20:59:05.340693 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_116_23} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14706 | 2024.12.16 20:59:05.340957 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_116_23} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14707 | 2024.12.16 20:59:05.341180 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 14708 | 2024.12.16 20:59:05.342121 [ 261 ] {b088f027-2b25-476b-b731-74299c1e0f8a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14709 | 2024.12.16 20:59:05.342166 [ 261 ] {b088f027-2b25-476b-b731-74299c1e0f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14710 | 2024.12.16 20:59:05.342803 [ 261 ] {b088f027-2b25-476b-b731-74299c1e0f8a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14711 | 2024.12.16 20:59:05.343064 [ 261 ] {b088f027-2b25-476b-b731-74299c1e0f8a} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14712 | 2024.12.16 20:59:05.343272 [ 261 ] {b088f027-2b25-476b-b731-74299c1e0f8a} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.003077 sec., 7474.813129671758 rows/sec., 13.39 MiB/sec. | ||
| 14713 | 2024.12.16 20:59:05.343366 [ 261 ] {b088f027-2b25-476b-b731-74299c1e0f8a} <Debug> TCPHandler: Processed in 0.003386785 sec. | ||
| 14714 | 2024.12.16 20:59:05.343520 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14715 | 2024.12.16 20:59:05.343664 [ 260 ] {36674d09-3bc3-4eca-aa6e-262f8aa54906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14716 | 2024.12.16 20:59:05.343725 [ 260 ] {36674d09-3bc3-4eca-aa6e-262f8aa54906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14717 | 2024.12.16 20:59:05.344239 [ 260 ] {36674d09-3bc3-4eca-aa6e-262f8aa54906} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14718 | 2024.12.16 20:59:05.344277 [ 260 ] {36674d09-3bc3-4eca-aa6e-262f8aa54906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14719 | 2024.12.16 20:59:05.344643 [ 260 ] {36674d09-3bc3-4eca-aa6e-262f8aa54906} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14720 | 2024.12.16 20:59:05.344879 [ 260 ] {36674d09-3bc3-4eca-aa6e-262f8aa54906} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14721 | 2024.12.16 20:59:05.345040 [ 51 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14722 | 2024.12.16 20:59:05.345102 [ 260 ] {36674d09-3bc3-4eca-aa6e-262f8aa54906} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001465 sec., 40955.631399317404 rows/sec., 2.76 MiB/sec. | ||
| 14723 | 2024.12.16 20:59:05.345110 [ 51 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14724 | 2024.12.16 20:59:05.345185 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14725 | 2024.12.16 20:59:05.345222 [ 260 ] {36674d09-3bc3-4eca-aa6e-262f8aa54906} <Debug> TCPHandler: Processed in 0.001764003 sec. | ||
| 14726 | 2024.12.16 20:59:05.345410 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 14727 | 2024.12.16 20:59:05.345556 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14728 | 2024.12.16 20:59:05.345595 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6784 rows starting from the beginning of the part | ||
| 14729 | 2024.12.16 20:59:05.345715 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 24 rows starting from the beginning of the part | ||
| 14730 | 2024.12.16 20:59:05.345920 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 82 rows starting from the beginning of the part | ||
| 14731 | 2024.12.16 20:59:05.346068 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 14732 | 2024.12.16 20:59:05.346241 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 14733 | 2024.12.16 20:59:05.346383 [ 193 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 14734 | 2024.12.16 20:59:05.348553 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7092 rows, containing 4 columns (4 merged, 0 gathered) in 0.003245212 sec., 2185373.405497083 rows/sec., 142.57 MiB/sec. | ||
| 14735 | 2024.12.16 20:59:05.349020 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14736 | 2024.12.16 20:59:05.349336 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_116_23} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14737 | 2024.12.16 20:59:05.349424 [ 200 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_116_23} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14738 | 2024.12.16 20:59:05.349514 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 14739 | 2024.12.16 20:59:06.288336 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14740 | 2024.12.16 20:59:06.288390 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14741 | 2024.12.16 20:59:06.517187 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 14742 | 2024.12.16 20:59:06.518308 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14743 | 2024.12.16 20:59:06.518353 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14744 | 2024.12.16 20:59:06.518894 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14745 | 2024.12.16 20:59:06.519156 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14746 | 2024.12.16 20:59:06.519356 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 14747 | 2024.12.16 20:59:06.702339 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2078 | ||
| 14748 | 2024.12.16 20:59:06.705686 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14749 | 2024.12.16 20:59:06.705753 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14750 | 2024.12.16 20:59:06.707270 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14751 | 2024.12.16 20:59:06.707601 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14752 | 2024.12.16 20:59:06.708221 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2078 | ||
| 14753 | 2024.12.16 20:59:08.986095 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 14754 | 2024.12.16 20:59:09.010081 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14755 | 2024.12.16 20:59:09.010137 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14756 | 2024.12.16 20:59:09.017503 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14757 | 2024.12.16 20:59:09.018310 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14758 | 2024.12.16 20:59:09.021512 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 14759 | 2024.12.16 20:59:10.328404 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14760 | 2024.12.16 20:59:10.328617 [ 261 ] {581808f3-9c30-4c5d-86ea-2ac61333a76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14761 | 2024.12.16 20:59:10.328696 [ 261 ] {581808f3-9c30-4c5d-86ea-2ac61333a76e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14762 | 2024.12.16 20:59:10.329459 [ 261 ] {581808f3-9c30-4c5d-86ea-2ac61333a76e} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14763 | 2024.12.16 20:59:10.329508 [ 261 ] {581808f3-9c30-4c5d-86ea-2ac61333a76e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14764 | 2024.12.16 20:59:10.329957 [ 261 ] {581808f3-9c30-4c5d-86ea-2ac61333a76e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14765 | 2024.12.16 20:59:10.330218 [ 261 ] {581808f3-9c30-4c5d-86ea-2ac61333a76e} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14766 | 2024.12.16 20:59:10.330383 [ 43 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14767 | 2024.12.16 20:59:10.330431 [ 261 ] {581808f3-9c30-4c5d-86ea-2ac61333a76e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001869 sec., 7490.63670411985 rows/sec., 539.23 KiB/sec. | ||
| 14768 | 2024.12.16 20:59:10.330433 [ 43 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14769 | 2024.12.16 20:59:10.330480 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14770 | 2024.12.16 20:59:10.330518 [ 261 ] {581808f3-9c30-4c5d-86ea-2ac61333a76e} <Debug> TCPHandler: Processed in 0.002246594 sec. | ||
| 14771 | 2024.12.16 20:59:10.330859 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14772 | 2024.12.16 20:59:10.330868 [ 190 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 14773 | 2024.12.16 20:59:10.331309 [ 260 ] {d769816f-7728-4f93-a21b-9bb55931a856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14774 | 2024.12.16 20:59:10.331498 [ 260 ] {d769816f-7728-4f93-a21b-9bb55931a856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14775 | 2024.12.16 20:59:10.331532 [ 190 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14776 | 2024.12.16 20:59:10.331677 [ 190 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 14777 | 2024.12.16 20:59:10.332146 [ 190 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 14778 | 2024.12.16 20:59:10.332651 [ 190 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 14779 | 2024.12.16 20:59:10.333088 [ 190 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 14780 | 2024.12.16 20:59:10.333614 [ 190 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 14781 | 2024.12.16 20:59:10.334711 [ 260 ] {d769816f-7728-4f93-a21b-9bb55931a856} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14782 | 2024.12.16 20:59:10.334763 [ 260 ] {d769816f-7728-4f93-a21b-9bb55931a856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14783 | 2024.12.16 20:59:10.335254 [ 190 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00468219 sec., 14950.26899805433 rows/sec., 1.11 MiB/sec. | ||
| 14784 | 2024.12.16 20:59:10.335359 [ 260 ] {d769816f-7728-4f93-a21b-9bb55931a856} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14785 | 2024.12.16 20:59:10.335370 [ 190 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14786 | 2024.12.16 20:59:10.335669 [ 260 ] {d769816f-7728-4f93-a21b-9bb55931a856} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14787 | 2024.12.16 20:59:10.335696 [ 190 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_49_12} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14788 | 2024.12.16 20:59:10.335826 [ 190 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_49_12} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14789 | 2024.12.16 20:59:10.335962 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14790 | 2024.12.16 20:59:10.335988 [ 260 ] {d769816f-7728-4f93-a21b-9bb55931a856} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.00483 sec., 49896.48033126294 rows/sec., 4.37 MiB/sec. | ||
| 14791 | 2024.12.16 20:59:10.336057 [ 260 ] {d769816f-7728-4f93-a21b-9bb55931a856} <Debug> TCPHandler: Processed in 0.005411373 sec. | ||
| 14792 | 2024.12.16 20:59:10.336207 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14793 | 2024.12.16 20:59:10.336336 [ 261 ] {37a49b93-ae4f-44ce-900d-47fb985d3842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14794 | 2024.12.16 20:59:10.336389 [ 261 ] {37a49b93-ae4f-44ce-900d-47fb985d3842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14795 | 2024.12.16 20:59:10.336977 [ 261 ] {37a49b93-ae4f-44ce-900d-47fb985d3842} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14796 | 2024.12.16 20:59:10.337016 [ 261 ] {37a49b93-ae4f-44ce-900d-47fb985d3842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14797 | 2024.12.16 20:59:10.337387 [ 261 ] {37a49b93-ae4f-44ce-900d-47fb985d3842} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14798 | 2024.12.16 20:59:10.337619 [ 261 ] {37a49b93-ae4f-44ce-900d-47fb985d3842} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14799 | 2024.12.16 20:59:10.337798 [ 261 ] {37a49b93-ae4f-44ce-900d-47fb985d3842} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001489 sec., 17461.383478844862 rows/sec., 1.24 MiB/sec. | ||
| 14800 | 2024.12.16 20:59:10.337864 [ 261 ] {37a49b93-ae4f-44ce-900d-47fb985d3842} <Debug> TCPHandler: Processed in 0.001716403 sec. | ||
| 14801 | 2024.12.16 20:59:10.338068 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14802 | 2024.12.16 20:59:10.338311 [ 260 ] {292c8cfb-0a23-435a-bd0c-6ca5a2c29aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14803 | 2024.12.16 20:59:10.338372 [ 260 ] {292c8cfb-0a23-435a-bd0c-6ca5a2c29aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14804 | 2024.12.16 20:59:10.339057 [ 260 ] {292c8cfb-0a23-435a-bd0c-6ca5a2c29aed} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14805 | 2024.12.16 20:59:10.339097 [ 260 ] {292c8cfb-0a23-435a-bd0c-6ca5a2c29aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14806 | 2024.12.16 20:59:10.339450 [ 260 ] {292c8cfb-0a23-435a-bd0c-6ca5a2c29aed} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 14807 | 2024.12.16 20:59:10.339694 [ 260 ] {292c8cfb-0a23-435a-bd0c-6ca5a2c29aed} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14808 | 2024.12.16 20:59:10.339921 [ 260 ] {292c8cfb-0a23-435a-bd0c-6ca5a2c29aed} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001665 sec., 8408.408408408408 rows/sec., 588.87 KiB/sec. | ||
| 14809 | 2024.12.16 20:59:10.340010 [ 260 ] {292c8cfb-0a23-435a-bd0c-6ca5a2c29aed} <Debug> TCPHandler: Processed in 0.00206768 sec. | ||
| 14810 | 2024.12.16 20:59:10.340247 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14811 | 2024.12.16 20:59:10.340624 [ 261 ] {15481eac-2649-4478-b6cd-d88136c911ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14812 | 2024.12.16 20:59:10.340747 [ 261 ] {15481eac-2649-4478-b6cd-d88136c911ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14813 | 2024.12.16 20:59:10.341378 [ 261 ] {15481eac-2649-4478-b6cd-d88136c911ce} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14814 | 2024.12.16 20:59:10.341416 [ 261 ] {15481eac-2649-4478-b6cd-d88136c911ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14815 | 2024.12.16 20:59:10.341769 [ 261 ] {15481eac-2649-4478-b6cd-d88136c911ce} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14816 | 2024.12.16 20:59:10.342000 [ 261 ] {15481eac-2649-4478-b6cd-d88136c911ce} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14817 | 2024.12.16 20:59:10.342128 [ 43 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14818 | 2024.12.16 20:59:10.342168 [ 43 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14819 | 2024.12.16 20:59:10.342187 [ 261 ] {15481eac-2649-4478-b6cd-d88136c911ce} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001702 sec., 7638.07285546416 rows/sec., 476.23 KiB/sec. | ||
| 14820 | 2024.12.16 20:59:10.342191 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14821 | 2024.12.16 20:59:10.342320 [ 261 ] {15481eac-2649-4478-b6cd-d88136c911ce} <Debug> TCPHandler: Processed in 0.002222233 sec. | ||
| 14822 | 2024.12.16 20:59:10.342708 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14823 | 2024.12.16 20:59:10.342708 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 14824 | 2024.12.16 20:59:10.343092 [ 260 ] {4035f56c-63dd-4319-9750-f061d024d207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14825 | 2024.12.16 20:59:10.343212 [ 260 ] {4035f56c-63dd-4319-9750-f061d024d207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14826 | 2024.12.16 20:59:10.343227 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14827 | 2024.12.16 20:59:10.343333 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 14828 | 2024.12.16 20:59:10.343628 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 14829 | 2024.12.16 20:59:10.344050 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 14830 | 2024.12.16 20:59:10.344528 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 14831 | 2024.12.16 20:59:10.344891 [ 201 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 14832 | 2024.12.16 20:59:10.346374 [ 260 ] {4035f56c-63dd-4319-9750-f061d024d207} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14833 | 2024.12.16 20:59:10.346450 [ 260 ] {4035f56c-63dd-4319-9750-f061d024d207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14834 | 2024.12.16 20:59:10.347454 [ 198 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005139698 sec., 12646.6574495233 rows/sec., 837.92 KiB/sec. | ||
| 14835 | 2024.12.16 20:59:10.347516 [ 260 ] {4035f56c-63dd-4319-9750-f061d024d207} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14836 | 2024.12.16 20:59:10.347671 [ 197 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14837 | 2024.12.16 20:59:10.347964 [ 260 ] {4035f56c-63dd-4319-9750-f061d024d207} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14838 | 2024.12.16 20:59:10.348349 [ 197 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_49_12} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14839 | 2024.12.16 20:59:10.348381 [ 260 ] {4035f56c-63dd-4319-9750-f061d024d207} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.00541 sec., 74121.99630314232 rows/sec., 5.27 MiB/sec. | ||
| 14840 | 2024.12.16 20:59:10.348538 [ 260 ] {4035f56c-63dd-4319-9750-f061d024d207} <Debug> TCPHandler: Processed in 0.006057986 sec. | ||
| 14841 | 2024.12.16 20:59:10.348554 [ 197 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_49_12} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14842 | 2024.12.16 20:59:10.348712 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14843 | 2024.12.16 20:59:10.348740 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14844 | 2024.12.16 20:59:10.348865 [ 261 ] {0a3eccf8-8490-441b-b0b2-42b1b0e5cae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14845 | 2024.12.16 20:59:10.348914 [ 261 ] {0a3eccf8-8490-441b-b0b2-42b1b0e5cae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14846 | 2024.12.16 20:59:10.349392 [ 261 ] {0a3eccf8-8490-441b-b0b2-42b1b0e5cae3} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14847 | 2024.12.16 20:59:10.349431 [ 261 ] {0a3eccf8-8490-441b-b0b2-42b1b0e5cae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14848 | 2024.12.16 20:59:10.349790 [ 261 ] {0a3eccf8-8490-441b-b0b2-42b1b0e5cae3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14849 | 2024.12.16 20:59:10.350018 [ 261 ] {0a3eccf8-8490-441b-b0b2-42b1b0e5cae3} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14850 | 2024.12.16 20:59:10.350196 [ 261 ] {0a3eccf8-8490-441b-b0b2-42b1b0e5cae3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001354 sec., 4431.314623338257 rows/sec., 231.52 KiB/sec. | ||
| 14851 | 2024.12.16 20:59:10.350245 [ 261 ] {0a3eccf8-8490-441b-b0b2-42b1b0e5cae3} <Debug> TCPHandler: Processed in 0.00161117 sec. | ||
| 14852 | 2024.12.16 20:59:10.350389 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14853 | 2024.12.16 20:59:10.350528 [ 260 ] {270e6617-d4df-48ea-8c18-b8cf4750e90a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14854 | 2024.12.16 20:59:10.350592 [ 260 ] {270e6617-d4df-48ea-8c18-b8cf4750e90a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14855 | 2024.12.16 20:59:10.351239 [ 260 ] {270e6617-d4df-48ea-8c18-b8cf4750e90a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14856 | 2024.12.16 20:59:10.351278 [ 260 ] {270e6617-d4df-48ea-8c18-b8cf4750e90a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14857 | 2024.12.16 20:59:10.351678 [ 260 ] {270e6617-d4df-48ea-8c18-b8cf4750e90a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14858 | 2024.12.16 20:59:10.351935 [ 260 ] {270e6617-d4df-48ea-8c18-b8cf4750e90a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14859 | 2024.12.16 20:59:10.352151 [ 260 ] {270e6617-d4df-48ea-8c18-b8cf4750e90a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001654 sec., 143288.99637243047 rows/sec., 9.60 MiB/sec. | ||
| 14860 | 2024.12.16 20:59:10.352207 [ 260 ] {270e6617-d4df-48ea-8c18-b8cf4750e90a} <Debug> TCPHandler: Processed in 0.001886486 sec. | ||
| 14861 | 2024.12.16 20:59:10.352363 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14862 | 2024.12.16 20:59:10.352503 [ 261 ] {443b414b-7698-4871-a041-a162de98130f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14863 | 2024.12.16 20:59:10.352562 [ 261 ] {443b414b-7698-4871-a041-a162de98130f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14864 | 2024.12.16 20:59:10.353082 [ 261 ] {443b414b-7698-4871-a041-a162de98130f} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14865 | 2024.12.16 20:59:10.353119 [ 261 ] {443b414b-7698-4871-a041-a162de98130f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14866 | 2024.12.16 20:59:10.353479 [ 261 ] {443b414b-7698-4871-a041-a162de98130f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14867 | 2024.12.16 20:59:10.353712 [ 261 ] {443b414b-7698-4871-a041-a162de98130f} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14868 | 2024.12.16 20:59:10.353890 [ 261 ] {443b414b-7698-4871-a041-a162de98130f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 14869 | 2024.12.16 20:59:10.353938 [ 261 ] {443b414b-7698-4871-a041-a162de98130f} <Debug> TCPHandler: Processed in 0.001641841 sec. | ||
| 14870 | 2024.12.16 20:59:10.354083 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14871 | 2024.12.16 20:59:10.354224 [ 260 ] {3d1d2463-f4b8-4a69-a4ac-fc68236527c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14872 | 2024.12.16 20:59:10.354321 [ 260 ] {3d1d2463-f4b8-4a69-a4ac-fc68236527c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14873 | 2024.12.16 20:59:10.355558 [ 260 ] {3d1d2463-f4b8-4a69-a4ac-fc68236527c2} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14874 | 2024.12.16 20:59:10.355597 [ 260 ] {3d1d2463-f4b8-4a69-a4ac-fc68236527c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14875 | 2024.12.16 20:59:10.356240 [ 260 ] {3d1d2463-f4b8-4a69-a4ac-fc68236527c2} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14876 | 2024.12.16 20:59:10.356501 [ 260 ] {3d1d2463-f4b8-4a69-a4ac-fc68236527c2} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14877 | 2024.12.16 20:59:10.356773 [ 260 ] {3d1d2463-f4b8-4a69-a4ac-fc68236527c2} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002578 sec., 7370.054305663305 rows/sec., 13.21 MiB/sec. | ||
| 14878 | 2024.12.16 20:59:10.356967 [ 260 ] {3d1d2463-f4b8-4a69-a4ac-fc68236527c2} <Debug> TCPHandler: Processed in 0.002954467 sec. | ||
| 14879 | 2024.12.16 20:59:10.357223 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14880 | 2024.12.16 20:59:10.357619 [ 261 ] {a4ed25a5-a5b0-40fc-a7da-7317dac78b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14881 | 2024.12.16 20:59:10.357805 [ 261 ] {a4ed25a5-a5b0-40fc-a7da-7317dac78b93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14882 | 2024.12.16 20:59:10.358775 [ 261 ] {a4ed25a5-a5b0-40fc-a7da-7317dac78b93} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14883 | 2024.12.16 20:59:10.358813 [ 261 ] {a4ed25a5-a5b0-40fc-a7da-7317dac78b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14884 | 2024.12.16 20:59:10.359174 [ 261 ] {a4ed25a5-a5b0-40fc-a7da-7317dac78b93} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14885 | 2024.12.16 20:59:10.359406 [ 261 ] {a4ed25a5-a5b0-40fc-a7da-7317dac78b93} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14886 | 2024.12.16 20:59:10.359588 [ 261 ] {a4ed25a5-a5b0-40fc-a7da-7317dac78b93} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002121 sec., 38661.00895803866 rows/sec., 2.46 MiB/sec. | ||
| 14887 | 2024.12.16 20:59:10.359617 [ 223 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): 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] | ||
| 14888 | 2024.12.16 20:59:10.359641 [ 261 ] {a4ed25a5-a5b0-40fc-a7da-7317dac78b93} <Debug> TCPHandler: Processed in 0.00258654 sec. | ||
| 14889 | 2024.12.16 20:59:10.359657 [ 223 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): 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] | ||
| 14890 | 2024.12.16 20:59:10.361538 [ 223 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): 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] | ||
| 14891 | 2024.12.16 20:59:10.824444 [ 220 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): 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] | ||
| 14892 | 2024.12.16 20:59:10.824502 [ 220 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): 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] | ||
| 14893 | 2024.12.16 20:59:10.826435 [ 220 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): 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] | ||
| 14894 | 2024.12.16 20:59:11.161316 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): 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] | ||
| 14895 | 2024.12.16 20:59:11.161377 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): 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] | ||
| 14896 | 2024.12.16 20:59:11.163281 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): 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] | ||
| 14897 | 2024.12.16 20:59:11.214409 [ 225 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): 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] | ||
| 14898 | 2024.12.16 20:59:11.214474 [ 225 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): 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] | ||
| 14899 | 2024.12.16 20:59:11.216697 [ 225 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): 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] | ||
| 14900 | 2024.12.16 20:59:13.231053 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14901 | 2024.12.16 20:59:13.231254 [ 261 ] {8d41cf93-6fce-439a-9a65-2517e82acb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14902 | 2024.12.16 20:59:13.231331 [ 261 ] {8d41cf93-6fce-439a-9a65-2517e82acb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14903 | 2024.12.16 20:59:13.232108 [ 261 ] {8d41cf93-6fce-439a-9a65-2517e82acb9d} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14904 | 2024.12.16 20:59:13.232148 [ 261 ] {8d41cf93-6fce-439a-9a65-2517e82acb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14905 | 2024.12.16 20:59:13.232552 [ 261 ] {8d41cf93-6fce-439a-9a65-2517e82acb9d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14906 | 2024.12.16 20:59:13.232792 [ 261 ] {8d41cf93-6fce-439a-9a65-2517e82acb9d} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14907 | 2024.12.16 20:59:13.232988 [ 261 ] {8d41cf93-6fce-439a-9a65-2517e82acb9d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00179 sec., 1117.31843575419 rows/sec., 91.11 KiB/sec. | ||
| 14908 | 2024.12.16 20:59:13.233043 [ 261 ] {8d41cf93-6fce-439a-9a65-2517e82acb9d} <Debug> TCPHandler: Processed in 0.00211796 sec. | ||
| 14909 | 2024.12.16 20:59:13.233301 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14910 | 2024.12.16 20:59:13.233513 [ 260 ] {b9fef33d-bd0c-4f1e-bf00-03d0239e9247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14911 | 2024.12.16 20:59:13.233595 [ 260 ] {b9fef33d-bd0c-4f1e-bf00-03d0239e9247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14912 | 2024.12.16 20:59:13.234892 [ 260 ] {b9fef33d-bd0c-4f1e-bf00-03d0239e9247} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14913 | 2024.12.16 20:59:13.234942 [ 260 ] {b9fef33d-bd0c-4f1e-bf00-03d0239e9247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14914 | 2024.12.16 20:59:13.235441 [ 260 ] {b9fef33d-bd0c-4f1e-bf00-03d0239e9247} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14915 | 2024.12.16 20:59:13.235694 [ 260 ] {b9fef33d-bd0c-4f1e-bf00-03d0239e9247} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14916 | 2024.12.16 20:59:13.235923 [ 260 ] {b9fef33d-bd0c-4f1e-bf00-03d0239e9247} <Debug> executeQuery: Read 1243 rows, 104.88 KiB in 0.00247 sec., 503238.86639676115 rows/sec., 41.47 MiB/sec. | ||
| 14917 | 2024.12.16 20:59:13.235991 [ 260 ] {b9fef33d-bd0c-4f1e-bf00-03d0239e9247} <Debug> TCPHandler: Processed in 0.002827963 sec. | ||
| 14918 | 2024.12.16 20:59:13.236174 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14919 | 2024.12.16 20:59:13.236395 [ 261 ] {0684dc78-1346-4eab-87d5-d2e0312f0846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14920 | 2024.12.16 20:59:13.236486 [ 261 ] {0684dc78-1346-4eab-87d5-d2e0312f0846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14921 | 2024.12.16 20:59:13.237359 [ 261 ] {0684dc78-1346-4eab-87d5-d2e0312f0846} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14922 | 2024.12.16 20:59:13.237397 [ 261 ] {0684dc78-1346-4eab-87d5-d2e0312f0846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14923 | 2024.12.16 20:59:13.237757 [ 261 ] {0684dc78-1346-4eab-87d5-d2e0312f0846} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14924 | 2024.12.16 20:59:13.237989 [ 261 ] {0684dc78-1346-4eab-87d5-d2e0312f0846} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14925 | 2024.12.16 20:59:13.238169 [ 261 ] {0684dc78-1346-4eab-87d5-d2e0312f0846} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001827 sec., 13683.634373289546 rows/sec., 1023.07 KiB/sec. | ||
| 14926 | 2024.12.16 20:59:13.238236 [ 261 ] {0684dc78-1346-4eab-87d5-d2e0312f0846} <Debug> TCPHandler: Processed in 0.002158272 sec. | ||
| 14927 | 2024.12.16 20:59:13.238433 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14928 | 2024.12.16 20:59:13.238650 [ 260 ] {f337fa79-385d-4d09-afe2-edc93223957d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14929 | 2024.12.16 20:59:13.238712 [ 260 ] {f337fa79-385d-4d09-afe2-edc93223957d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14930 | 2024.12.16 20:59:13.239433 [ 260 ] {f337fa79-385d-4d09-afe2-edc93223957d} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14931 | 2024.12.16 20:59:13.239474 [ 260 ] {f337fa79-385d-4d09-afe2-edc93223957d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14932 | 2024.12.16 20:59:13.239845 [ 260 ] {f337fa79-385d-4d09-afe2-edc93223957d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14933 | 2024.12.16 20:59:13.240078 [ 260 ] {f337fa79-385d-4d09-afe2-edc93223957d} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14934 | 2024.12.16 20:59:13.240301 [ 260 ] {f337fa79-385d-4d09-afe2-edc93223957d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001697 sec., 134354.7436652917 rows/sec., 9.10 MiB/sec. | ||
| 14935 | 2024.12.16 20:59:13.240365 [ 260 ] {f337fa79-385d-4d09-afe2-edc93223957d} <Debug> TCPHandler: Processed in 0.002047059 sec. | ||
| 14936 | 2024.12.16 20:59:13.240568 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14937 | 2024.12.16 20:59:13.240713 [ 261 ] {50ae7be7-233e-47c8-a61b-ae08e06448fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14938 | 2024.12.16 20:59:13.240770 [ 261 ] {50ae7be7-233e-47c8-a61b-ae08e06448fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14939 | 2024.12.16 20:59:13.241558 [ 261 ] {50ae7be7-233e-47c8-a61b-ae08e06448fd} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14940 | 2024.12.16 20:59:13.241597 [ 261 ] {50ae7be7-233e-47c8-a61b-ae08e06448fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14941 | 2024.12.16 20:59:13.241978 [ 261 ] {50ae7be7-233e-47c8-a61b-ae08e06448fd} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14942 | 2024.12.16 20:59:13.242208 [ 261 ] {50ae7be7-233e-47c8-a61b-ae08e06448fd} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14943 | 2024.12.16 20:59:13.242411 [ 261 ] {50ae7be7-233e-47c8-a61b-ae08e06448fd} <Debug> executeQuery: Read 545 rows, 41.41 KiB in 0.001722 sec., 316492.4506387921 rows/sec., 23.48 MiB/sec. | ||
| 14944 | 2024.12.16 20:59:13.242559 [ 261 ] {50ae7be7-233e-47c8-a61b-ae08e06448fd} <Debug> TCPHandler: Processed in 0.00210984 sec. | ||
| 14945 | 2024.12.16 20:59:13.242826 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14946 | 2024.12.16 20:59:13.243255 [ 260 ] {d3146fc7-090b-4901-8c0f-f1160bb69425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14947 | 2024.12.16 20:59:13.243459 [ 260 ] {d3146fc7-090b-4901-8c0f-f1160bb69425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14948 | 2024.12.16 20:59:13.246300 [ 260 ] {d3146fc7-090b-4901-8c0f-f1160bb69425} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14949 | 2024.12.16 20:59:13.246340 [ 260 ] {d3146fc7-090b-4901-8c0f-f1160bb69425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14950 | 2024.12.16 20:59:13.246785 [ 260 ] {d3146fc7-090b-4901-8c0f-f1160bb69425} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14951 | 2024.12.16 20:59:13.247024 [ 260 ] {d3146fc7-090b-4901-8c0f-f1160bb69425} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14952 | 2024.12.16 20:59:13.247200 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_113_23 to all_118_118_0 | ||
| 14953 | 2024.12.16 20:59:13.247259 [ 260 ] {d3146fc7-090b-4901-8c0f-f1160bb69425} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.004137 sec., 227942.9538312787 rows/sec., 15.28 MiB/sec. | ||
| 14954 | 2024.12.16 20:59:13.247263 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14955 | 2024.12.16 20:59:13.247347 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14956 | 2024.12.16 20:59:13.247396 [ 260 ] {d3146fc7-090b-4901-8c0f-f1160bb69425} <Debug> TCPHandler: Processed in 0.00474997 sec. | ||
| 14957 | 2024.12.16 20:59:13.247761 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14958 | 2024.12.16 20:59:13.247820 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_113_23 to all_118_118_0 into Compact with storage Full | ||
| 14959 | 2024.12.16 20:59:13.248277 [ 261 ] {b144a27c-77ec-47a8-ac45-88b9b8894d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14960 | 2024.12.16 20:59:13.248495 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14961 | 2024.12.16 20:59:13.248649 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_113_23, total 34854 rows starting from the beginning of the part | ||
| 14962 | 2024.12.16 20:59:13.248683 [ 261 ] {b144a27c-77ec-47a8-ac45-88b9b8894d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14963 | 2024.12.16 20:59:13.249197 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 14964 | 2024.12.16 20:59:13.249894 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 239 rows starting from the beginning of the part | ||
| 14965 | 2024.12.16 20:59:13.250434 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
| 14966 | 2024.12.16 20:59:13.250965 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 14967 | 2024.12.16 20:59:13.251519 [ 198 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 943 rows starting from the beginning of the part | ||
| 14968 | 2024.12.16 20:59:13.257074 [ 261 ] {b144a27c-77ec-47a8-ac45-88b9b8894d93} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14969 | 2024.12.16 20:59:13.257118 [ 261 ] {b144a27c-77ec-47a8-ac45-88b9b8894d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14970 | 2024.12.16 20:59:13.257931 [ 261 ] {b144a27c-77ec-47a8-ac45-88b9b8894d93} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14971 | 2024.12.16 20:59:13.258301 [ 261 ] {b144a27c-77ec-47a8-ac45-88b9b8894d93} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14972 | 2024.12.16 20:59:13.258582 [ 261 ] {b144a27c-77ec-47a8-ac45-88b9b8894d93} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.010502 sec., 2190.0590363740243 rows/sec., 3.92 MiB/sec. | ||
| 14973 | 2024.12.16 20:59:13.258795 [ 261 ] {b144a27c-77ec-47a8-ac45-88b9b8894d93} <Debug> TCPHandler: Processed in 0.011277755 sec. | ||
| 14974 | 2024.12.16 20:59:13.258959 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14975 | 2024.12.16 20:59:13.259113 [ 260 ] {9dfd5d24-1455-415d-89f6-de1431cc841a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14976 | 2024.12.16 20:59:13.259172 [ 260 ] {9dfd5d24-1455-415d-89f6-de1431cc841a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14977 | 2024.12.16 20:59:13.259865 [ 260 ] {9dfd5d24-1455-415d-89f6-de1431cc841a} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14978 | 2024.12.16 20:59:13.259914 [ 260 ] {9dfd5d24-1455-415d-89f6-de1431cc841a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14979 | 2024.12.16 20:59:13.260344 [ 260 ] {9dfd5d24-1455-415d-89f6-de1431cc841a} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14980 | 2024.12.16 20:59:13.260593 [ 260 ] {9dfd5d24-1455-415d-89f6-de1431cc841a} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14981 | 2024.12.16 20:59:13.260877 [ 260 ] {9dfd5d24-1455-415d-89f6-de1431cc841a} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.0018 sec., 20000 rows/sec., 1.35 MiB/sec. | ||
| 14982 | 2024.12.16 20:59:13.261020 [ 260 ] {9dfd5d24-1455-415d-89f6-de1431cc841a} <Debug> TCPHandler: Processed in 0.002133311 sec. | ||
| 14983 | 2024.12.16 20:59:13.262820 [ 197 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36593 rows, containing 5 columns (5 merged, 0 gathered) in 0.015376184 sec., 2379849.2525843866 rows/sec., 160.68 MiB/sec. | ||
| 14984 | 2024.12.16 20:59:13.263251 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Trace> MergedBlockOutputStream: filled checksums all_1_118_24 (state Temporary) | ||
| 14985 | 2024.12.16 20:59:13.263564 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_118_24 to all_1_118_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14986 | 2024.12.16 20:59:13.263645 [ 191 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_113_23, all_118_118_0] -> all_1_118_24 | ||
| 14987 | 2024.12.16 20:59:13.263739 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 14988 | 2024.12.16 20:59:14.019475 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 14989 | 2024.12.16 20:59:14.020258 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14990 | 2024.12.16 20:59:14.020309 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14991 | 2024.12.16 20:59:14.020852 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14992 | 2024.12.16 20:59:14.021117 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14993 | 2024.12.16 20:59:14.021400 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 14994 | 2024.12.16 20:59:15.318373 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14995 | 2024.12.16 20:59:15.318593 [ 261 ] {8cd4b890-ecfe-4b59-8848-1111b58e3456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14996 | 2024.12.16 20:59:15.318671 [ 261 ] {8cd4b890-ecfe-4b59-8848-1111b58e3456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14997 | 2024.12.16 20:59:15.319452 [ 261 ] {8cd4b890-ecfe-4b59-8848-1111b58e3456} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14998 | 2024.12.16 20:59:15.319502 [ 261 ] {8cd4b890-ecfe-4b59-8848-1111b58e3456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 14999 | 2024.12.16 20:59:15.319979 [ 261 ] {8cd4b890-ecfe-4b59-8848-1111b58e3456} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15000 | 2024.12.16 20:59:15.320234 [ 261 ] {8cd4b890-ecfe-4b59-8848-1111b58e3456} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15001 | 2024.12.16 20:59:15.320460 [ 261 ] {8cd4b890-ecfe-4b59-8848-1111b58e3456} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.21 MiB/sec. | ||
| 15002 | 2024.12.16 20:59:15.320518 [ 261 ] {8cd4b890-ecfe-4b59-8848-1111b58e3456} <Debug> TCPHandler: Processed in 0.002285524 sec. | ||
| 15003 | 2024.12.16 20:59:15.320781 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15004 | 2024.12.16 20:59:15.320989 [ 260 ] {9c2e943b-48a6-41dd-b31d-53f237df9197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15005 | 2024.12.16 20:59:15.321074 [ 260 ] {9c2e943b-48a6-41dd-b31d-53f237df9197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15006 | 2024.12.16 20:59:15.321852 [ 260 ] {9c2e943b-48a6-41dd-b31d-53f237df9197} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15007 | 2024.12.16 20:59:15.321904 [ 260 ] {9c2e943b-48a6-41dd-b31d-53f237df9197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15008 | 2024.12.16 20:59:15.322356 [ 260 ] {9c2e943b-48a6-41dd-b31d-53f237df9197} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15009 | 2024.12.16 20:59:15.322615 [ 260 ] {9c2e943b-48a6-41dd-b31d-53f237df9197} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15010 | 2024.12.16 20:59:15.322865 [ 260 ] {9c2e943b-48a6-41dd-b31d-53f237df9197} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001934 sec., 33092.037228541885 rows/sec., 2.58 MiB/sec. | ||
| 15011 | 2024.12.16 20:59:15.322933 [ 260 ] {9c2e943b-48a6-41dd-b31d-53f237df9197} <Debug> TCPHandler: Processed in 0.002304274 sec. | ||
| 15012 | 2024.12.16 20:59:15.323093 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15013 | 2024.12.16 20:59:15.323216 [ 261 ] {58337c9f-01d4-4da7-9819-a76df98a2acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15014 | 2024.12.16 20:59:15.323271 [ 261 ] {58337c9f-01d4-4da7-9819-a76df98a2acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15015 | 2024.12.16 20:59:15.323840 [ 261 ] {58337c9f-01d4-4da7-9819-a76df98a2acc} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15016 | 2024.12.16 20:59:15.323881 [ 261 ] {58337c9f-01d4-4da7-9819-a76df98a2acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15017 | 2024.12.16 20:59:15.324297 [ 261 ] {58337c9f-01d4-4da7-9819-a76df98a2acc} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15018 | 2024.12.16 20:59:15.324542 [ 261 ] {58337c9f-01d4-4da7-9819-a76df98a2acc} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15019 | 2024.12.16 20:59:15.324769 [ 261 ] {58337c9f-01d4-4da7-9819-a76df98a2acc} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001578 sec., 40557.66793409379 rows/sec., 2.82 MiB/sec. | ||
| 15020 | 2024.12.16 20:59:15.324823 [ 261 ] {58337c9f-01d4-4da7-9819-a76df98a2acc} <Debug> TCPHandler: Processed in 0.001795915 sec. | ||
| 15021 | 2024.12.16 20:59:15.324972 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15022 | 2024.12.16 20:59:15.325097 [ 260 ] {d4a76732-ef58-49bc-9e39-23820c79580f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15023 | 2024.12.16 20:59:15.325152 [ 260 ] {d4a76732-ef58-49bc-9e39-23820c79580f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15024 | 2024.12.16 20:59:15.325659 [ 260 ] {d4a76732-ef58-49bc-9e39-23820c79580f} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15025 | 2024.12.16 20:59:15.325700 [ 260 ] {d4a76732-ef58-49bc-9e39-23820c79580f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15026 | 2024.12.16 20:59:15.326079 [ 260 ] {d4a76732-ef58-49bc-9e39-23820c79580f} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15027 | 2024.12.16 20:59:15.326329 [ 260 ] {d4a76732-ef58-49bc-9e39-23820c79580f} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15028 | 2024.12.16 20:59:15.326555 [ 260 ] {d4a76732-ef58-49bc-9e39-23820c79580f} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001485 sec., 16161.616161616163 rows/sec., 1.09 MiB/sec. | ||
| 15029 | 2024.12.16 20:59:15.326653 [ 260 ] {d4a76732-ef58-49bc-9e39-23820c79580f} <Debug> TCPHandler: Processed in 0.001741483 sec. | ||
| 15030 | 2024.12.16 20:59:16.521581 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 15031 | 2024.12.16 20:59:16.547501 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15032 | 2024.12.16 20:59:16.547570 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15033 | 2024.12.16 20:59:16.556465 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15034 | 2024.12.16 20:59:16.557545 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15035 | 2024.12.16 20:59:16.562913 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 15036 | 2024.12.16 20:59:16.708456 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2124 | ||
| 15037 | 2024.12.16 20:59:16.712984 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15038 | 2024.12.16 20:59:16.713055 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15039 | 2024.12.16 20:59:16.715034 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15040 | 2024.12.16 20:59:16.715454 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15041 | 2024.12.16 20:59:16.717142 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2124 | ||
| 15042 | 2024.12.16 20:59:20.333575 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15043 | 2024.12.16 20:59:20.333835 [ 261 ] {767a3a26-a5ea-443d-a9f4-b9df3ca5d493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15044 | 2024.12.16 20:59:20.333922 [ 261 ] {767a3a26-a5ea-443d-a9f4-b9df3ca5d493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15045 | 2024.12.16 20:59:20.334891 [ 261 ] {767a3a26-a5ea-443d-a9f4-b9df3ca5d493} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15046 | 2024.12.16 20:59:20.334955 [ 261 ] {767a3a26-a5ea-443d-a9f4-b9df3ca5d493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15047 | 2024.12.16 20:59:20.335771 [ 261 ] {767a3a26-a5ea-443d-a9f4-b9df3ca5d493} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15048 | 2024.12.16 20:59:20.336232 [ 261 ] {767a3a26-a5ea-443d-a9f4-b9df3ca5d493} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15049 | 2024.12.16 20:59:20.336522 [ 261 ] {767a3a26-a5ea-443d-a9f4-b9df3ca5d493} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002741 sec., 5107.624954396206 rows/sec., 367.68 KiB/sec. | ||
| 15050 | 2024.12.16 20:59:20.336601 [ 261 ] {767a3a26-a5ea-443d-a9f4-b9df3ca5d493} <Debug> TCPHandler: Processed in 0.003170951 sec. | ||
| 15051 | 2024.12.16 20:59:20.336892 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15052 | 2024.12.16 20:59:20.337086 [ 260 ] {3b7b68ec-ff95-4a1a-aae3-095f24e467d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15053 | 2024.12.16 20:59:20.337165 [ 260 ] {3b7b68ec-ff95-4a1a-aae3-095f24e467d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15054 | 2024.12.16 20:59:20.338099 [ 260 ] {3b7b68ec-ff95-4a1a-aae3-095f24e467d7} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15055 | 2024.12.16 20:59:20.338148 [ 260 ] {3b7b68ec-ff95-4a1a-aae3-095f24e467d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15056 | 2024.12.16 20:59:20.338627 [ 260 ] {3b7b68ec-ff95-4a1a-aae3-095f24e467d7} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15057 | 2024.12.16 20:59:20.338902 [ 260 ] {3b7b68ec-ff95-4a1a-aae3-095f24e467d7} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15058 | 2024.12.16 20:59:20.339112 [ 260 ] {3b7b68ec-ff95-4a1a-aae3-095f24e467d7} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.002082 sec., 115754.08261287224 rows/sec., 10.14 MiB/sec. | ||
| 15059 | 2024.12.16 20:59:20.339172 [ 260 ] {3b7b68ec-ff95-4a1a-aae3-095f24e467d7} <Debug> TCPHandler: Processed in 0.002416586 sec. | ||
| 15060 | 2024.12.16 20:59:20.339363 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15061 | 2024.12.16 20:59:20.339497 [ 261 ] {8da12ee2-e5e8-4f78-b930-d526db4e50be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15062 | 2024.12.16 20:59:20.339556 [ 261 ] {8da12ee2-e5e8-4f78-b930-d526db4e50be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15063 | 2024.12.16 20:59:20.340267 [ 261 ] {8da12ee2-e5e8-4f78-b930-d526db4e50be} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15064 | 2024.12.16 20:59:20.340326 [ 261 ] {8da12ee2-e5e8-4f78-b930-d526db4e50be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15065 | 2024.12.16 20:59:20.340897 [ 261 ] {8da12ee2-e5e8-4f78-b930-d526db4e50be} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15066 | 2024.12.16 20:59:20.341303 [ 261 ] {8da12ee2-e5e8-4f78-b930-d526db4e50be} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15067 | 2024.12.16 20:59:20.341511 [ 27 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15068 | 2024.12.16 20:59:20.341554 [ 27 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15069 | 2024.12.16 20:59:20.341572 [ 261 ] {8da12ee2-e5e8-4f78-b930-d526db4e50be} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.002103 sec., 12363.290537327628 rows/sec., 896.23 KiB/sec. | ||
| 15070 | 2024.12.16 20:59:20.341591 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15071 | 2024.12.16 20:59:20.341738 [ 261 ] {8da12ee2-e5e8-4f78-b930-d526db4e50be} <Debug> TCPHandler: Processed in 0.002438487 sec. | ||
| 15072 | 2024.12.16 20:59:20.341852 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 15073 | 2024.12.16 20:59:20.342018 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15074 | 2024.12.16 20:59:20.342104 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15075 | 2024.12.16 20:59:20.342197 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 67 rows starting from the beginning of the part | ||
| 15076 | 2024.12.16 20:59:20.342279 [ 260 ] {2cd267d7-986b-4e24-888f-79b5efc62399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15077 | 2024.12.16 20:59:20.342425 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 30 rows starting from the beginning of the part | ||
| 15078 | 2024.12.16 20:59:20.342435 [ 260 ] {2cd267d7-986b-4e24-888f-79b5efc62399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15079 | 2024.12.16 20:59:20.342881 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 23 rows starting from the beginning of the part | ||
| 15080 | 2024.12.16 20:59:20.343056 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 26 rows starting from the beginning of the part | ||
| 15081 | 2024.12.16 20:59:20.343606 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 25 rows starting from the beginning of the part | ||
| 15082 | 2024.12.16 20:59:20.344007 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 26 rows starting from the beginning of the part | ||
| 15083 | 2024.12.16 20:59:20.346622 [ 197 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.004913794 sec., 40091.220755286035 rows/sec., 3.02 MiB/sec. | ||
| 15084 | 2024.12.16 20:59:20.346652 [ 260 ] {2cd267d7-986b-4e24-888f-79b5efc62399} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15085 | 2024.12.16 20:59:20.346734 [ 260 ] {2cd267d7-986b-4e24-888f-79b5efc62399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15086 | 2024.12.16 20:59:20.346926 [ 191 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15087 | 2024.12.16 20:59:20.347580 [ 260 ] {2cd267d7-986b-4e24-888f-79b5efc62399} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 15088 | 2024.12.16 20:59:20.347706 [ 191 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_101_20} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15089 | 2024.12.16 20:59:20.348073 [ 260 ] {2cd267d7-986b-4e24-888f-79b5efc62399} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15090 | 2024.12.16 20:59:20.348075 [ 191 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_101_20} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15091 | 2024.12.16 20:59:20.348297 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15092 | 2024.12.16 20:59:20.348398 [ 27 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 15093 | 2024.12.16 20:59:20.348466 [ 27 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15094 | 2024.12.16 20:59:20.348518 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15095 | 2024.12.16 20:59:20.348604 [ 260 ] {2cd267d7-986b-4e24-888f-79b5efc62399} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00638 sec., 2194.35736677116 rows/sec., 153.68 KiB/sec. | ||
| 15096 | 2024.12.16 20:59:20.348773 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 15097 | 2024.12.16 20:59:20.348808 [ 260 ] {2cd267d7-986b-4e24-888f-79b5efc62399} <Debug> TCPHandler: Processed in 0.006898662 sec. | ||
| 15098 | 2024.12.16 20:59:20.349031 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15099 | 2024.12.16 20:59:20.349066 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15100 | 2024.12.16 20:59:20.349095 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 15101 | 2024.12.16 20:59:20.349422 [ 261 ] {3f3d1b77-7552-4efc-bdc6-fb8720237ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15102 | 2024.12.16 20:59:20.349464 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 15103 | 2024.12.16 20:59:20.349585 [ 261 ] {3f3d1b77-7552-4efc-bdc6-fb8720237ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15104 | 2024.12.16 20:59:20.349790 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 15105 | 2024.12.16 20:59:20.350209 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 15106 | 2024.12.16 20:59:20.350599 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 15107 | 2024.12.16 20:59:20.351144 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 15108 | 2024.12.16 20:59:20.353290 [ 261 ] {3f3d1b77-7552-4efc-bdc6-fb8720237ec1} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15109 | 2024.12.16 20:59:20.353352 [ 261 ] {3f3d1b77-7552-4efc-bdc6-fb8720237ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15110 | 2024.12.16 20:59:20.354684 [ 261 ] {3f3d1b77-7552-4efc-bdc6-fb8720237ec1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15111 | 2024.12.16 20:59:20.355580 [ 261 ] {3f3d1b77-7552-4efc-bdc6-fb8720237ec1} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15112 | 2024.12.16 20:59:20.356211 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.007601115 sec., 69331.93353869794 rows/sec., 4.96 MiB/sec. | ||
| 15113 | 2024.12.16 20:59:20.356243 [ 261 ] {3f3d1b77-7552-4efc-bdc6-fb8720237ec1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006979 sec., 1862.7310502937385 rows/sec., 116.14 KiB/sec. | ||
| 15114 | 2024.12.16 20:59:20.356399 [ 261 ] {3f3d1b77-7552-4efc-bdc6-fb8720237ec1} <Debug> TCPHandler: Processed in 0.007427702 sec. | ||
| 15115 | 2024.12.16 20:59:20.356481 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 15116 | 2024.12.16 20:59:20.356609 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15117 | 2024.12.16 20:59:20.356816 [ 260 ] {4445bd6c-35b4-40e1-a666-f21aea781ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15118 | 2024.12.16 20:59:20.356902 [ 260 ] {4445bd6c-35b4-40e1-a666-f21aea781ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15119 | 2024.12.16 20:59:20.356963 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_66_13} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15120 | 2024.12.16 20:59:20.357199 [ 196 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_66_13} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 15121 | 2024.12.16 20:59:20.357399 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 15122 | 2024.12.16 20:59:20.358397 [ 260 ] {4445bd6c-35b4-40e1-a666-f21aea781ce9} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15123 | 2024.12.16 20:59:20.358491 [ 260 ] {4445bd6c-35b4-40e1-a666-f21aea781ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15124 | 2024.12.16 20:59:20.359268 [ 260 ] {4445bd6c-35b4-40e1-a666-f21aea781ce9} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15125 | 2024.12.16 20:59:20.359523 [ 260 ] {4445bd6c-35b4-40e1-a666-f21aea781ce9} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15126 | 2024.12.16 20:59:20.359742 [ 260 ] {4445bd6c-35b4-40e1-a666-f21aea781ce9} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.002988 sec., 134203.48058902274 rows/sec., 9.54 MiB/sec. | ||
| 15127 | 2024.12.16 20:59:20.359805 [ 260 ] {4445bd6c-35b4-40e1-a666-f21aea781ce9} <Debug> TCPHandler: Processed in 0.003295943 sec. | ||
| 15128 | 2024.12.16 20:59:20.359993 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15129 | 2024.12.16 20:59:20.360122 [ 261 ] {e107ee78-b24f-4aa0-98a3-53044ed529fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15130 | 2024.12.16 20:59:20.360178 [ 261 ] {e107ee78-b24f-4aa0-98a3-53044ed529fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15131 | 2024.12.16 20:59:20.360703 [ 261 ] {e107ee78-b24f-4aa0-98a3-53044ed529fe} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15132 | 2024.12.16 20:59:20.360743 [ 261 ] {e107ee78-b24f-4aa0-98a3-53044ed529fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15133 | 2024.12.16 20:59:20.361136 [ 261 ] {e107ee78-b24f-4aa0-98a3-53044ed529fe} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15134 | 2024.12.16 20:59:20.361390 [ 261 ] {e107ee78-b24f-4aa0-98a3-53044ed529fe} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15135 | 2024.12.16 20:59:20.361582 [ 261 ] {e107ee78-b24f-4aa0-98a3-53044ed529fe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec. | ||
| 15136 | 2024.12.16 20:59:20.361641 [ 261 ] {e107ee78-b24f-4aa0-98a3-53044ed529fe} <Debug> TCPHandler: Processed in 0.001708842 sec. | ||
| 15137 | 2024.12.16 20:59:20.361818 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15138 | 2024.12.16 20:59:20.361960 [ 260 ] {fcd15828-6e0c-4b56-8982-0822207e876a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15139 | 2024.12.16 20:59:20.362024 [ 260 ] {fcd15828-6e0c-4b56-8982-0822207e876a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15140 | 2024.12.16 20:59:20.362668 [ 260 ] {fcd15828-6e0c-4b56-8982-0822207e876a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15141 | 2024.12.16 20:59:20.362707 [ 260 ] {fcd15828-6e0c-4b56-8982-0822207e876a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15142 | 2024.12.16 20:59:20.363130 [ 260 ] {fcd15828-6e0c-4b56-8982-0822207e876a} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15143 | 2024.12.16 20:59:20.363377 [ 260 ] {fcd15828-6e0c-4b56-8982-0822207e876a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15144 | 2024.12.16 20:59:20.363603 [ 260 ] {fcd15828-6e0c-4b56-8982-0822207e876a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001677 sec., 141323.79248658317 rows/sec., 9.47 MiB/sec. | ||
| 15145 | 2024.12.16 20:59:20.363661 [ 260 ] {fcd15828-6e0c-4b56-8982-0822207e876a} <Debug> TCPHandler: Processed in 0.001911887 sec. | ||
| 15146 | 2024.12.16 20:59:20.363814 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15147 | 2024.12.16 20:59:20.363956 [ 261 ] {7569d0bb-d7ce-483a-90b3-323f9e69ea87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15148 | 2024.12.16 20:59:20.364020 [ 261 ] {7569d0bb-d7ce-483a-90b3-323f9e69ea87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15149 | 2024.12.16 20:59:20.364533 [ 261 ] {7569d0bb-d7ce-483a-90b3-323f9e69ea87} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15150 | 2024.12.16 20:59:20.364571 [ 261 ] {7569d0bb-d7ce-483a-90b3-323f9e69ea87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15151 | 2024.12.16 20:59:20.364945 [ 261 ] {7569d0bb-d7ce-483a-90b3-323f9e69ea87} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15152 | 2024.12.16 20:59:20.365192 [ 261 ] {7569d0bb-d7ce-483a-90b3-323f9e69ea87} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15153 | 2024.12.16 20:59:20.365392 [ 261 ] {7569d0bb-d7ce-483a-90b3-323f9e69ea87} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec. | ||
| 15154 | 2024.12.16 20:59:20.365461 [ 261 ] {7569d0bb-d7ce-483a-90b3-323f9e69ea87} <Debug> TCPHandler: Processed in 0.001710172 sec. | ||
| 15155 | 2024.12.16 20:59:20.365689 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15156 | 2024.12.16 20:59:20.365834 [ 260 ] {00b5409c-7006-4119-abc2-2bef612efd36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15157 | 2024.12.16 20:59:20.365924 [ 260 ] {00b5409c-7006-4119-abc2-2bef612efd36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15158 | 2024.12.16 20:59:20.367143 [ 260 ] {00b5409c-7006-4119-abc2-2bef612efd36} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15159 | 2024.12.16 20:59:20.367181 [ 260 ] {00b5409c-7006-4119-abc2-2bef612efd36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15160 | 2024.12.16 20:59:20.367837 [ 260 ] {00b5409c-7006-4119-abc2-2bef612efd36} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15161 | 2024.12.16 20:59:20.368096 [ 260 ] {00b5409c-7006-4119-abc2-2bef612efd36} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15162 | 2024.12.16 20:59:20.368279 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15163 | 2024.12.16 20:59:20.368340 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15164 | 2024.12.16 20:59:20.368366 [ 260 ] {00b5409c-7006-4119-abc2-2bef612efd36} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002549 sec., 7453.903491565319 rows/sec., 13.36 MiB/sec. | ||
| 15165 | 2024.12.16 20:59:20.368378 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15166 | 2024.12.16 20:59:20.368774 [ 260 ] {00b5409c-7006-4119-abc2-2bef612efd36} <Debug> TCPHandler: Processed in 0.003206111 sec. | ||
| 15167 | 2024.12.16 20:59:20.368773 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 15168 | 2024.12.16 20:59:20.369000 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15169 | 2024.12.16 20:59:20.369335 [ 261 ] {909d1e7c-b8a0-431c-9048-286d30c83c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15170 | 2024.12.16 20:59:20.369485 [ 261 ] {909d1e7c-b8a0-431c-9048-286d30c83c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15171 | 2024.12.16 20:59:20.369508 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15172 | 2024.12.16 20:59:20.369733 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1986 rows starting from the beginning of the part | ||
| 15173 | 2024.12.16 20:59:20.370670 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 19 rows starting from the beginning of the part | ||
| 15174 | 2024.12.16 20:59:20.371273 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 23 rows starting from the beginning of the part | ||
| 15175 | 2024.12.16 20:59:20.371989 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 19 rows starting from the beginning of the part | ||
| 15176 | 2024.12.16 20:59:20.372494 [ 261 ] {909d1e7c-b8a0-431c-9048-286d30c83c02} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15177 | 2024.12.16 20:59:20.372590 [ 261 ] {909d1e7c-b8a0-431c-9048-286d30c83c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15178 | 2024.12.16 20:59:20.372648 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 23 rows starting from the beginning of the part | ||
| 15179 | 2024.12.16 20:59:20.373278 [ 197 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 19 rows starting from the beginning of the part | ||
| 15180 | 2024.12.16 20:59:20.374478 [ 261 ] {909d1e7c-b8a0-431c-9048-286d30c83c02} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15181 | 2024.12.16 20:59:20.375162 [ 261 ] {909d1e7c-b8a0-431c-9048-286d30c83c02} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15182 | 2024.12.16 20:59:20.375519 [ 261 ] {909d1e7c-b8a0-431c-9048-286d30c83c02} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006309 sec., 12997.305436677761 rows/sec., 845.30 KiB/sec. | ||
| 15183 | 2024.12.16 20:59:20.375657 [ 261 ] {909d1e7c-b8a0-431c-9048-286d30c83c02} <Debug> TCPHandler: Processed in 0.00678448 sec. | ||
| 15184 | 2024.12.16 20:59:20.382815 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2089 rows, containing 19 columns (19 merged, 0 gathered) in 0.014284323 sec., 146244.24272679916 rows/sec., 262.06 MiB/sec. | ||
| 15185 | 2024.12.16 20:59:20.384829 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15186 | 2024.12.16 20:59:20.385295 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15187 | 2024.12.16 20:59:20.385391 [ 196 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15188 | 2024.12.16 20:59:20.385555 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.85 MiB. | ||
| 15189 | 2024.12.16 20:59:21.288656 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15190 | 2024.12.16 20:59:21.288748 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15191 | 2024.12.16 20:59:21.521532 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 15192 | 2024.12.16 20:59:21.522301 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15193 | 2024.12.16 20:59:21.522367 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 15194 | 2024.12.16 20:59:21.522947 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15195 | 2024.12.16 20:59:21.523242 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15196 | 2024.12.16 20:59:21.523488 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 15197 | 2024.12.16 20:59:24.062975 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 15198 | 2024.12.16 20:59:24.086290 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15199 | 2024.12.16 20:59:24.086354 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15200 | 2024.12.16 20:59:24.093860 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15201 | 2024.12.16 20:59:24.094678 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15202 | 2024.12.16 20:59:24.097709 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 15203 | 2024.12.16 20:59:25.324938 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15204 | 2024.12.16 20:59:25.325142 [ 261 ] {2317b85d-bdf2-432d-88fb-71e2ee8c9995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15205 | 2024.12.16 20:59:25.325222 [ 261 ] {2317b85d-bdf2-432d-88fb-71e2ee8c9995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15206 | 2024.12.16 20:59:25.325999 [ 261 ] {2317b85d-bdf2-432d-88fb-71e2ee8c9995} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15207 | 2024.12.16 20:59:25.326047 [ 261 ] {2317b85d-bdf2-432d-88fb-71e2ee8c9995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15208 | 2024.12.16 20:59:25.326487 [ 261 ] {2317b85d-bdf2-432d-88fb-71e2ee8c9995} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15209 | 2024.12.16 20:59:25.326737 [ 261 ] {2317b85d-bdf2-432d-88fb-71e2ee8c9995} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15210 | 2024.12.16 20:59:25.326943 [ 62 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15211 | 2024.12.16 20:59:25.327004 [ 261 ] {2317b85d-bdf2-432d-88fb-71e2ee8c9995} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001916 sec., 53235.90814196242 rows/sec., 4.43 MiB/sec. | ||
| 15212 | 2024.12.16 20:59:25.327031 [ 62 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15213 | 2024.12.16 20:59:25.327095 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15214 | 2024.12.16 20:59:25.327127 [ 261 ] {2317b85d-bdf2-432d-88fb-71e2ee8c9995} <Debug> TCPHandler: Processed in 0.002319304 sec. | ||
| 15215 | 2024.12.16 20:59:25.327368 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 15216 | 2024.12.16 20:59:25.327424 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15217 | 2024.12.16 20:59:25.327640 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15218 | 2024.12.16 20:59:25.327709 [ 260 ] {52a3b616-2931-442a-a5fc-35e560bcd4fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15219 | 2024.12.16 20:59:25.327720 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1437 rows starting from the beginning of the part | ||
| 15220 | 2024.12.16 20:59:25.327832 [ 260 ] {52a3b616-2931-442a-a5fc-35e560bcd4fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15221 | 2024.12.16 20:59:25.327974 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 241 rows starting from the beginning of the part | ||
| 15222 | 2024.12.16 20:59:25.328518 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 1243 rows starting from the beginning of the part | ||
| 15223 | 2024.12.16 20:59:25.328946 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 56 rows starting from the beginning of the part | ||
| 15224 | 2024.12.16 20:59:25.329327 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 241 rows starting from the beginning of the part | ||
| 15225 | 2024.12.16 20:59:25.329802 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 102 rows starting from the beginning of the part | ||
| 15226 | 2024.12.16 20:59:25.331196 [ 260 ] {52a3b616-2931-442a-a5fc-35e560bcd4fd} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15227 | 2024.12.16 20:59:25.331276 [ 260 ] {52a3b616-2931-442a-a5fc-35e560bcd4fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15228 | 2024.12.16 20:59:25.332437 [ 260 ] {52a3b616-2931-442a-a5fc-35e560bcd4fd} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 15229 | 2024.12.16 20:59:25.332733 [ 260 ] {52a3b616-2931-442a-a5fc-35e560bcd4fd} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15230 | 2024.12.16 20:59:25.333327 [ 260 ] {52a3b616-2931-442a-a5fc-35e560bcd4fd} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.005684 sec., 4046.446164672766 rows/sec., 304.27 KiB/sec. | ||
| 15231 | 2024.12.16 20:59:25.333300 [ 224 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): 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] | ||
| 15232 | 2024.12.16 20:59:25.333611 [ 224 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): 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] | ||
| 15233 | 2024.12.16 20:59:25.333627 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.006386153 sec., 519874.79786343983 rows/sec., 45.41 MiB/sec. | ||
| 15234 | 2024.12.16 20:59:25.333635 [ 260 ] {52a3b616-2931-442a-a5fc-35e560bcd4fd} <Debug> TCPHandler: Processed in 0.006388312 sec. | ||
| 15235 | 2024.12.16 20:59:25.333990 [ 193 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15236 | 2024.12.16 20:59:25.334042 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15237 | 2024.12.16 20:59:25.334512 [ 261 ] {e7cf8a7c-8cc5-4179-91d0-44a7bebbafbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15238 | 2024.12.16 20:59:25.334668 [ 261 ] {e7cf8a7c-8cc5-4179-91d0-44a7bebbafbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15239 | 2024.12.16 20:59:25.334667 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_121_24} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15240 | 2024.12.16 20:59:25.335046 [ 196 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_121_24} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15241 | 2024.12.16 20:59:25.335341 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 15242 | 2024.12.16 20:59:25.336564 [ 261 ] {e7cf8a7c-8cc5-4179-91d0-44a7bebbafbb} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15243 | 2024.12.16 20:59:25.336617 [ 261 ] {e7cf8a7c-8cc5-4179-91d0-44a7bebbafbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15244 | 2024.12.16 20:59:25.337318 [ 261 ] {e7cf8a7c-8cc5-4179-91d0-44a7bebbafbb} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15245 | 2024.12.16 20:59:25.337699 [ 261 ] {e7cf8a7c-8cc5-4179-91d0-44a7bebbafbb} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15246 | 2024.12.16 20:59:25.337944 [ 62 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15247 | 2024.12.16 20:59:25.338030 [ 62 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15248 | 2024.12.16 20:59:25.338107 [ 224 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): 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] | ||
| 15249 | 2024.12.16 20:59:25.338121 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15250 | 2024.12.16 20:59:25.338136 [ 261 ] {e7cf8a7c-8cc5-4179-91d0-44a7bebbafbb} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.003784 sec., 22991.54334038055 rows/sec., 1.80 MiB/sec. | ||
| 15251 | 2024.12.16 20:59:25.338501 [ 261 ] {e7cf8a7c-8cc5-4179-91d0-44a7bebbafbb} <Debug> TCPHandler: Processed in 0.00468328 sec. | ||
| 15252 | 2024.12.16 20:59:25.338709 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 15253 | 2024.12.16 20:59:25.338790 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15254 | 2024.12.16 20:59:25.339208 [ 260 ] {d03dafd1-d15b-4109-9aa4-fe9c8313123e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15255 | 2024.12.16 20:59:25.339220 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15256 | 2024.12.16 20:59:25.339397 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 916 rows starting from the beginning of the part | ||
| 15257 | 2024.12.16 20:59:25.339421 [ 260 ] {d03dafd1-d15b-4109-9aa4-fe9c8313123e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15258 | 2024.12.16 20:59:25.339835 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 401 rows starting from the beginning of the part | ||
| 15259 | 2024.12.16 20:59:25.340404 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 545 rows starting from the beginning of the part | ||
| 15260 | 2024.12.16 20:59:25.340855 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 64 rows starting from the beginning of the part | ||
| 15261 | 2024.12.16 20:59:25.341330 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 401 rows starting from the beginning of the part | ||
| 15262 | 2024.12.16 20:59:25.341802 [ 189 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 87 rows starting from the beginning of the part | ||
| 15263 | 2024.12.16 20:59:25.343527 [ 260 ] {d03dafd1-d15b-4109-9aa4-fe9c8313123e} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15264 | 2024.12.16 20:59:25.343630 [ 260 ] {d03dafd1-d15b-4109-9aa4-fe9c8313123e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15265 | 2024.12.16 20:59:25.344768 [ 260 ] {d03dafd1-d15b-4109-9aa4-fe9c8313123e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15266 | 2024.12.16 20:59:25.345121 [ 260 ] {d03dafd1-d15b-4109-9aa4-fe9c8313123e} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15267 | 2024.12.16 20:59:25.345633 [ 260 ] {d03dafd1-d15b-4109-9aa4-fe9c8313123e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00658 sec., 24316.1094224924 rows/sec., 1.69 MiB/sec. | ||
| 15268 | 2024.12.16 20:59:25.345958 [ 260 ] {d03dafd1-d15b-4109-9aa4-fe9c8313123e} <Debug> TCPHandler: Processed in 0.00732607 sec. | ||
| 15269 | 2024.12.16 20:59:25.346425 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15270 | 2024.12.16 20:59:25.346846 [ 261 ] {43079e51-7542-4ce0-b198-1b572594c027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15271 | 2024.12.16 20:59:25.346877 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.008519633 sec., 283345.5384756597 rows/sec., 21.73 MiB/sec. | ||
| 15272 | 2024.12.16 20:59:25.347168 [ 261 ] {43079e51-7542-4ce0-b198-1b572594c027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15273 | 2024.12.16 20:59:25.347833 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15274 | 2024.12.16 20:59:25.348901 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_121_24} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15275 | 2024.12.16 20:59:25.349187 [ 188 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_121_24} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15276 | 2024.12.16 20:59:25.349350 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 15277 | 2024.12.16 20:59:25.350033 [ 261 ] {43079e51-7542-4ce0-b198-1b572594c027} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15278 | 2024.12.16 20:59:25.350079 [ 261 ] {43079e51-7542-4ce0-b198-1b572594c027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15279 | 2024.12.16 20:59:25.350776 [ 261 ] {43079e51-7542-4ce0-b198-1b572594c027} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 15280 | 2024.12.16 20:59:25.351053 [ 261 ] {43079e51-7542-4ce0-b198-1b572594c027} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15281 | 2024.12.16 20:59:25.351309 [ 261 ] {43079e51-7542-4ce0-b198-1b572594c027} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.004613 sec., 4985.909386516367 rows/sec., 8.93 MiB/sec. | ||
| 15282 | 2024.12.16 20:59:25.351436 [ 261 ] {43079e51-7542-4ce0-b198-1b572594c027} <Debug> TCPHandler: Processed in 0.005310791 sec. | ||
| 15283 | 2024.12.16 20:59:25.351588 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15284 | 2024.12.16 20:59:25.351726 [ 260 ] {52e12302-583c-4a14-ad50-d3625cafc23c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15285 | 2024.12.16 20:59:25.351786 [ 260 ] {52e12302-583c-4a14-ad50-d3625cafc23c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15286 | 2024.12.16 20:59:25.352367 [ 260 ] {52e12302-583c-4a14-ad50-d3625cafc23c} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15287 | 2024.12.16 20:59:25.352411 [ 260 ] {52e12302-583c-4a14-ad50-d3625cafc23c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15288 | 2024.12.16 20:59:25.352795 [ 260 ] {52e12302-583c-4a14-ad50-d3625cafc23c} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15289 | 2024.12.16 20:59:25.353031 [ 260 ] {52e12302-583c-4a14-ad50-d3625cafc23c} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15290 | 2024.12.16 20:59:25.353158 [ 62 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15291 | 2024.12.16 20:59:25.353189 [ 62 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15292 | 2024.12.16 20:59:25.353207 [ 260 ] {52e12302-583c-4a14-ad50-d3625cafc23c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00151 sec., 39735.09933774835 rows/sec., 2.68 MiB/sec. | ||
| 15293 | 2024.12.16 20:59:25.353211 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15294 | 2024.12.16 20:59:25.353317 [ 260 ] {52e12302-583c-4a14-ad50-d3625cafc23c} <Debug> TCPHandler: Processed in 0.001796294 sec. | ||
| 15295 | 2024.12.16 20:59:25.353473 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 15296 | 2024.12.16 20:59:25.353674 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15297 | 2024.12.16 20:59:25.353734 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7092 rows starting from the beginning of the part | ||
| 15298 | 2024.12.16 20:59:25.353926 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 15299 | 2024.12.16 20:59:25.354151 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 36 rows starting from the beginning of the part | ||
| 15300 | 2024.12.16 20:59:25.354347 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 24 rows starting from the beginning of the part | ||
| 15301 | 2024.12.16 20:59:25.354521 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 15302 | 2024.12.16 20:59:25.354614 [ 188 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 15303 | 2024.12.16 20:59:25.356723 [ 199 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7376 rows, containing 4 columns (4 merged, 0 gathered) in 0.003402365 sec., 2167903.7963299057 rows/sec., 141.43 MiB/sec. | ||
| 15304 | 2024.12.16 20:59:25.357232 [ 194 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15305 | 2024.12.16 20:59:25.357568 [ 194 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_121_24} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15306 | 2024.12.16 20:59:25.357644 [ 194 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_121_24} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15307 | 2024.12.16 20:59:25.357732 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 15308 | 2024.12.16 20:59:25.847104 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): 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] | ||
| 15309 | 2024.12.16 20:59:25.847163 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): 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] | ||
| 15310 | 2024.12.16 20:59:25.849183 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): 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] | ||
| 15311 | 2024.12.16 20:59:26.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.21 MiB, peak 289.87 MiB, free memory in arenas 0.00 B, will set to 272.71 MiB (RSS), difference: 3.50 MiB | ||
| 15312 | 2024.12.16 20:59:26.717409 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2158 | ||
| 15313 | 2024.12.16 20:59:26.720993 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15314 | 2024.12.16 20:59:26.721043 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15315 | 2024.12.16 20:59:26.722540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15316 | 2024.12.16 20:59:26.722854 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15317 | 2024.12.16 20:59:26.723280 [ 219 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): 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] | ||
| 15318 | 2024.12.16 20:59:26.723395 [ 219 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): 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] | ||
| 15319 | 2024.12.16 20:59:26.723961 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2158 | ||
| 15320 | 2024.12.16 20:59:26.725723 [ 219 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): 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] | ||
| 15321 | 2024.12.16 20:59:29.023601 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 15322 | 2024.12.16 20:59:29.024391 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15323 | 2024.12.16 20:59:29.024448 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15324 | 2024.12.16 20:59:29.025015 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15325 | 2024.12.16 20:59:29.025284 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15326 | 2024.12.16 20:59:29.025595 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 15327 | 2024.12.16 20:59:29.025658 [ 222 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): 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] | ||
| 15328 | 2024.12.16 20:59:29.025714 [ 222 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): 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] | ||
| 15329 | 2024.12.16 20:59:29.027769 [ 222 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): 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] | ||
| 15330 | 2024.12.16 20:59:29.184874 [ 222 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): 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] | ||
| 15331 | 2024.12.16 20:59:29.184923 [ 222 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): 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] | ||
| 15332 | 2024.12.16 20:59:29.186872 [ 222 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): 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] | ||
| 15333 | 2024.12.16 20:59:30.328316 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15334 | 2024.12.16 20:59:30.328505 [ 261 ] {f8c2690f-3d3b-40ad-81e2-e1a5148a11d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15335 | 2024.12.16 20:59:30.328585 [ 261 ] {f8c2690f-3d3b-40ad-81e2-e1a5148a11d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15336 | 2024.12.16 20:59:30.329328 [ 261 ] {f8c2690f-3d3b-40ad-81e2-e1a5148a11d1} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15337 | 2024.12.16 20:59:30.329382 [ 261 ] {f8c2690f-3d3b-40ad-81e2-e1a5148a11d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15338 | 2024.12.16 20:59:30.329840 [ 261 ] {f8c2690f-3d3b-40ad-81e2-e1a5148a11d1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15339 | 2024.12.16 20:59:30.330108 [ 261 ] {f8c2690f-3d3b-40ad-81e2-e1a5148a11d1} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15340 | 2024.12.16 20:59:30.330367 [ 261 ] {f8c2690f-3d3b-40ad-81e2-e1a5148a11d1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001897 sec., 7380.073800738007 rows/sec., 531.27 KiB/sec. | ||
| 15341 | 2024.12.16 20:59:30.330484 [ 261 ] {f8c2690f-3d3b-40ad-81e2-e1a5148a11d1} <Debug> TCPHandler: Processed in 0.002292004 sec. | ||
| 15342 | 2024.12.16 20:59:30.330787 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15343 | 2024.12.16 20:59:30.330977 [ 260 ] {4d14c15a-4343-42d2-8b06-45e65fb5895c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15344 | 2024.12.16 20:59:30.331059 [ 260 ] {4d14c15a-4343-42d2-8b06-45e65fb5895c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15345 | 2024.12.16 20:59:30.331848 [ 260 ] {4d14c15a-4343-42d2-8b06-45e65fb5895c} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15346 | 2024.12.16 20:59:30.331901 [ 260 ] {4d14c15a-4343-42d2-8b06-45e65fb5895c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15347 | 2024.12.16 20:59:30.332332 [ 260 ] {4d14c15a-4343-42d2-8b06-45e65fb5895c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15348 | 2024.12.16 20:59:30.332623 [ 260 ] {4d14c15a-4343-42d2-8b06-45e65fb5895c} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15349 | 2024.12.16 20:59:30.332870 [ 260 ] {4d14c15a-4343-42d2-8b06-45e65fb5895c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001947 sec., 2054.442732408834 rows/sec., 167.53 KiB/sec. | ||
| 15350 | 2024.12.16 20:59:30.332940 [ 260 ] {4d14c15a-4343-42d2-8b06-45e65fb5895c} <Debug> TCPHandler: Processed in 0.002344765 sec. | ||
| 15351 | 2024.12.16 20:59:30.333081 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15352 | 2024.12.16 20:59:30.333207 [ 261 ] {531faf55-9b5a-493f-93b2-0952fde8503b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15353 | 2024.12.16 20:59:30.333261 [ 261 ] {531faf55-9b5a-493f-93b2-0952fde8503b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15354 | 2024.12.16 20:59:30.333941 [ 261 ] {531faf55-9b5a-493f-93b2-0952fde8503b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15355 | 2024.12.16 20:59:30.333983 [ 261 ] {531faf55-9b5a-493f-93b2-0952fde8503b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15356 | 2024.12.16 20:59:30.334382 [ 261 ] {531faf55-9b5a-493f-93b2-0952fde8503b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15357 | 2024.12.16 20:59:30.334631 [ 261 ] {531faf55-9b5a-493f-93b2-0952fde8503b} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15358 | 2024.12.16 20:59:30.334842 [ 261 ] {531faf55-9b5a-493f-93b2-0952fde8503b} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001665 sec., 145945.94594594595 rows/sec., 12.77 MiB/sec. | ||
| 15359 | 2024.12.16 20:59:30.334894 [ 261 ] {531faf55-9b5a-493f-93b2-0952fde8503b} <Debug> TCPHandler: Processed in 0.001871846 sec. | ||
| 15360 | 2024.12.16 20:59:30.335036 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15361 | 2024.12.16 20:59:30.335163 [ 260 ] {fa3819d0-1510-48bf-a9b5-ed4ae81e9d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15362 | 2024.12.16 20:59:30.335217 [ 260 ] {fa3819d0-1510-48bf-a9b5-ed4ae81e9d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15363 | 2024.12.16 20:59:30.335849 [ 260 ] {fa3819d0-1510-48bf-a9b5-ed4ae81e9d2d} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15364 | 2024.12.16 20:59:30.335891 [ 260 ] {fa3819d0-1510-48bf-a9b5-ed4ae81e9d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15365 | 2024.12.16 20:59:30.336259 [ 260 ] {fa3819d0-1510-48bf-a9b5-ed4ae81e9d2d} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 15366 | 2024.12.16 20:59:30.336502 [ 260 ] {fa3819d0-1510-48bf-a9b5-ed4ae81e9d2d} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15367 | 2024.12.16 20:59:30.336726 [ 260 ] {fa3819d0-1510-48bf-a9b5-ed4ae81e9d2d} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001593 sec., 18832.391713747646 rows/sec., 1.33 MiB/sec. | ||
| 15368 | 2024.12.16 20:59:30.336788 [ 260 ] {fa3819d0-1510-48bf-a9b5-ed4ae81e9d2d} <Debug> TCPHandler: Processed in 0.001810854 sec. | ||
| 15369 | 2024.12.16 20:59:30.336962 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15370 | 2024.12.16 20:59:30.337082 [ 261 ] {3761aac5-1612-4b5c-9ac9-c2511874cdbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15371 | 2024.12.16 20:59:30.337131 [ 261 ] {3761aac5-1612-4b5c-9ac9-c2511874cdbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15372 | 2024.12.16 20:59:30.337733 [ 261 ] {3761aac5-1612-4b5c-9ac9-c2511874cdbb} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15373 | 2024.12.16 20:59:30.337778 [ 261 ] {3761aac5-1612-4b5c-9ac9-c2511874cdbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15374 | 2024.12.16 20:59:30.338176 [ 261 ] {3761aac5-1612-4b5c-9ac9-c2511874cdbb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 15375 | 2024.12.16 20:59:30.338422 [ 261 ] {3761aac5-1612-4b5c-9ac9-c2511874cdbb} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15376 | 2024.12.16 20:59:30.338640 [ 261 ] {3761aac5-1612-4b5c-9ac9-c2511874cdbb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001581 sec., 8855.154965211892 rows/sec., 620.16 KiB/sec. | ||
| 15377 | 2024.12.16 20:59:30.338722 [ 261 ] {3761aac5-1612-4b5c-9ac9-c2511874cdbb} <Debug> TCPHandler: Processed in 0.001820085 sec. | ||
| 15378 | 2024.12.16 20:59:30.338954 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15379 | 2024.12.16 20:59:30.339160 [ 260 ] {ad385717-5e10-4f5e-a050-e2fae6b247ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15380 | 2024.12.16 20:59:30.339211 [ 260 ] {ad385717-5e10-4f5e-a050-e2fae6b247ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15381 | 2024.12.16 20:59:30.339816 [ 260 ] {ad385717-5e10-4f5e-a050-e2fae6b247ef} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15382 | 2024.12.16 20:59:30.339859 [ 260 ] {ad385717-5e10-4f5e-a050-e2fae6b247ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15383 | 2024.12.16 20:59:30.340224 [ 260 ] {ad385717-5e10-4f5e-a050-e2fae6b247ef} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15384 | 2024.12.16 20:59:30.340463 [ 260 ] {ad385717-5e10-4f5e-a050-e2fae6b247ef} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15385 | 2024.12.16 20:59:30.340678 [ 260 ] {ad385717-5e10-4f5e-a050-e2fae6b247ef} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001557 sec., 8349.389852280026 rows/sec., 520.58 KiB/sec. | ||
| 15386 | 2024.12.16 20:59:30.340741 [ 260 ] {ad385717-5e10-4f5e-a050-e2fae6b247ef} <Debug> TCPHandler: Processed in 0.001918387 sec. | ||
| 15387 | 2024.12.16 20:59:30.340897 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15388 | 2024.12.16 20:59:30.341015 [ 261 ] {a5968c02-cb68-45ec-9035-4bc514b5b4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15389 | 2024.12.16 20:59:30.341063 [ 261 ] {a5968c02-cb68-45ec-9035-4bc514b5b4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15390 | 2024.12.16 20:59:30.341822 [ 261 ] {a5968c02-cb68-45ec-9035-4bc514b5b4d4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15391 | 2024.12.16 20:59:30.341863 [ 261 ] {a5968c02-cb68-45ec-9035-4bc514b5b4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15392 | 2024.12.16 20:59:30.342257 [ 261 ] {a5968c02-cb68-45ec-9035-4bc514b5b4d4} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15393 | 2024.12.16 20:59:30.342501 [ 261 ] {a5968c02-cb68-45ec-9035-4bc514b5b4d4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15394 | 2024.12.16 20:59:30.342719 [ 261 ] {a5968c02-cb68-45ec-9035-4bc514b5b4d4} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.001714 sec., 236289.38156359392 rows/sec., 16.82 MiB/sec. | ||
| 15395 | 2024.12.16 20:59:30.342785 [ 261 ] {a5968c02-cb68-45ec-9035-4bc514b5b4d4} <Debug> TCPHandler: Processed in 0.001943817 sec. | ||
| 15396 | 2024.12.16 20:59:30.342978 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15397 | 2024.12.16 20:59:30.343312 [ 260 ] {f8dae729-8393-4d94-b1a0-046e6ca54d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15398 | 2024.12.16 20:59:30.343463 [ 260 ] {f8dae729-8393-4d94-b1a0-046e6ca54d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15399 | 2024.12.16 20:59:30.344133 [ 260 ] {f8dae729-8393-4d94-b1a0-046e6ca54d25} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15400 | 2024.12.16 20:59:30.344175 [ 260 ] {f8dae729-8393-4d94-b1a0-046e6ca54d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15401 | 2024.12.16 20:59:30.344547 [ 260 ] {f8dae729-8393-4d94-b1a0-046e6ca54d25} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15402 | 2024.12.16 20:59:30.344797 [ 260 ] {f8dae729-8393-4d94-b1a0-046e6ca54d25} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15403 | 2024.12.16 20:59:30.344982 [ 141 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 15404 | 2024.12.16 20:59:30.345045 [ 260 ] {f8dae729-8393-4d94-b1a0-046e6ca54d25} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001847 sec., 3248.511099079589 rows/sec., 169.72 KiB/sec. | ||
| 15405 | 2024.12.16 20:59:30.345059 [ 141 ] {} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15406 | 2024.12.16 20:59:30.345131 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15407 | 2024.12.16 20:59:30.345181 [ 260 ] {f8dae729-8393-4d94-b1a0-046e6ca54d25} <Debug> TCPHandler: Processed in 0.002286734 sec. | ||
| 15408 | 2024.12.16 20:59:30.345316 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 15409 | 2024.12.16 20:59:30.345373 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15410 | 2024.12.16 20:59:30.345463 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15411 | 2024.12.16 20:59:30.345541 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 15412 | 2024.12.16 20:59:30.345577 [ 261 ] {7240896a-593d-4fa5-95d5-b3e2e86e9b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15413 | 2024.12.16 20:59:30.345713 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 15414 | 2024.12.16 20:59:30.345722 [ 261 ] {7240896a-593d-4fa5-95d5-b3e2e86e9b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15415 | 2024.12.16 20:59:30.346105 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 15416 | 2024.12.16 20:59:30.346542 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 15417 | 2024.12.16 20:59:30.346923 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 15418 | 2024.12.16 20:59:30.347198 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::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 | ||
| 15419 | 2024.12.16 20:59:30.348675 [ 261 ] {7240896a-593d-4fa5-95d5-b3e2e86e9b36} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15420 | 2024.12.16 20:59:30.348759 [ 261 ] {7240896a-593d-4fa5-95d5-b3e2e86e9b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15421 | 2024.12.16 20:59:30.349855 [ 261 ] {7240896a-593d-4fa5-95d5-b3e2e86e9b36} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15422 | 2024.12.16 20:59:30.349989 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.004755101 sec., 64351.94541609105 rows/sec., 3.28 MiB/sec. | ||
| 15423 | 2024.12.16 20:59:30.350176 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 15424 | 2024.12.16 20:59:30.350348 [ 261 ] {7240896a-593d-4fa5-95d5-b3e2e86e9b36} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15425 | 2024.12.16 20:59:30.350716 [ 261 ] {7240896a-593d-4fa5-95d5-b3e2e86e9b36} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.00519 sec., 46050.096339113676 rows/sec., 3.09 MiB/sec. | ||
| 15426 | 2024.12.16 20:59:30.350732 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_51_10} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15427 | 2024.12.16 20:59:30.350896 [ 261 ] {7240896a-593d-4fa5-95d5-b3e2e86e9b36} <Debug> TCPHandler: Processed in 0.005598387 sec. | ||
| 15428 | 2024.12.16 20:59:30.350949 [ 186 ] {853fdcfd-56b4-445f-83df-ba2514d6c75f::all_1_51_10} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 15429 | 2024.12.16 20:59:30.351076 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 15430 | 2024.12.16 20:59:30.351103 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15431 | 2024.12.16 20:59:30.351216 [ 260 ] {cda71076-772b-4a5b-aa2a-4a54b194e8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15432 | 2024.12.16 20:59:30.351266 [ 260 ] {cda71076-772b-4a5b-aa2a-4a54b194e8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15433 | 2024.12.16 20:59:30.351719 [ 260 ] {cda71076-772b-4a5b-aa2a-4a54b194e8c6} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15434 | 2024.12.16 20:59:30.351756 [ 260 ] {cda71076-772b-4a5b-aa2a-4a54b194e8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15435 | 2024.12.16 20:59:30.352113 [ 260 ] {cda71076-772b-4a5b-aa2a-4a54b194e8c6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15436 | 2024.12.16 20:59:30.352347 [ 260 ] {cda71076-772b-4a5b-aa2a-4a54b194e8c6} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15437 | 2024.12.16 20:59:30.352481 [ 102 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 15438 | 2024.12.16 20:59:30.352523 [ 102 ] {} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15439 | 2024.12.16 20:59:30.352531 [ 260 ] {cda71076-772b-4a5b-aa2a-4a54b194e8c6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec. | ||
| 15440 | 2024.12.16 20:59:30.352548 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15441 | 2024.12.16 20:59:30.352639 [ 260 ] {cda71076-772b-4a5b-aa2a-4a54b194e8c6} <Debug> TCPHandler: Processed in 0.001614421 sec. | ||
| 15442 | 2024.12.16 20:59:30.352820 [ 200 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 15443 | 2024.12.16 20:59:30.352841 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15444 | 2024.12.16 20:59:30.353104 [ 261 ] {ceffbad6-a9a5-4e5c-911f-8158b783eab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15445 | 2024.12.16 20:59:30.353127 [ 200 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15446 | 2024.12.16 20:59:30.353219 [ 200 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 47 rows starting from the beginning of the part | ||
| 15447 | 2024.12.16 20:59:30.353298 [ 261 ] {ceffbad6-a9a5-4e5c-911f-8158b783eab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15448 | 2024.12.16 20:59:30.353526 [ 200 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 15449 | 2024.12.16 20:59:30.353916 [ 200 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 15450 | 2024.12.16 20:59:30.354274 [ 200 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 15451 | 2024.12.16 20:59:30.354747 [ 200 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 15452 | 2024.12.16 20:59:30.355095 [ 200 ] {35340e40-a136-42c3-b92d-6cbed526462e::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 | ||
| 15453 | 2024.12.16 20:59:30.358932 [ 192 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 4 columns (4 merged, 0 gathered) in 0.00626999 sec., 8293.474152271376 rows/sec., 558.21 KiB/sec. | ||
| 15454 | 2024.12.16 20:59:30.359141 [ 261 ] {ceffbad6-a9a5-4e5c-911f-8158b783eab7} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15455 | 2024.12.16 20:59:30.359180 [ 192 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 15456 | 2024.12.16 20:59:30.359202 [ 261 ] {ceffbad6-a9a5-4e5c-911f-8158b783eab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15457 | 2024.12.16 20:59:30.359802 [ 192 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_51_10} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15458 | 2024.12.16 20:59:30.360011 [ 192 ] {35340e40-a136-42c3-b92d-6cbed526462e::all_1_51_10} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 15459 | 2024.12.16 20:59:30.360199 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 15460 | 2024.12.16 20:59:30.360487 [ 261 ] {ceffbad6-a9a5-4e5c-911f-8158b783eab7} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 15461 | 2024.12.16 20:59:30.360787 [ 261 ] {ceffbad6-a9a5-4e5c-911f-8158b783eab7} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15462 | 2024.12.16 20:59:30.361057 [ 261 ] {ceffbad6-a9a5-4e5c-911f-8158b783eab7} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.008035 sec., 2364.6546359676413 rows/sec., 4.24 MiB/sec. | ||
| 15463 | 2024.12.16 20:59:30.361254 [ 261 ] {ceffbad6-a9a5-4e5c-911f-8158b783eab7} <Debug> TCPHandler: Processed in 0.008509683 sec. | ||
| 15464 | 2024.12.16 20:59:30.361548 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15465 | 2024.12.16 20:59:30.361872 [ 260 ] {c5ecbb86-6b57-4e4a-96c1-1e7829f73396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15466 | 2024.12.16 20:59:30.361949 [ 260 ] {c5ecbb86-6b57-4e4a-96c1-1e7829f73396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15467 | 2024.12.16 20:59:30.362474 [ 260 ] {c5ecbb86-6b57-4e4a-96c1-1e7829f73396} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15468 | 2024.12.16 20:59:30.362513 [ 260 ] {c5ecbb86-6b57-4e4a-96c1-1e7829f73396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15469 | 2024.12.16 20:59:30.362900 [ 260 ] {c5ecbb86-6b57-4e4a-96c1-1e7829f73396} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15470 | 2024.12.16 20:59:30.363154 [ 260 ] {c5ecbb86-6b57-4e4a-96c1-1e7829f73396} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15471 | 2024.12.16 20:59:30.363356 [ 260 ] {c5ecbb86-6b57-4e4a-96c1-1e7829f73396} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00159 sec., 51572.32704402516 rows/sec., 3.28 MiB/sec. | ||
| 15472 | 2024.12.16 20:59:30.363447 [ 260 ] {c5ecbb86-6b57-4e4a-96c1-1e7829f73396} <Debug> TCPHandler: Processed in 0.00207236 sec. | ||
| 15473 | 2024.12.16 20:59:31.597785 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 15474 | 2024.12.16 20:59:31.620139 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15475 | 2024.12.16 20:59:31.620196 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15476 | 2024.12.16 20:59:31.627579 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15477 | 2024.12.16 20:59:31.628377 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15478 | 2024.12.16 20:59:31.631193 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 15479 | 2024.12.16 20:59:35.306883 [ 223 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): 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] | ||
| 15480 | 2024.12.16 20:59:35.306957 [ 223 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): 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] | ||
| 15481 | 2024.12.16 20:59:35.308840 [ 223 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): 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] | ||
| 15482 | 2024.12.16 20:59:35.323282 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15483 | 2024.12.16 20:59:35.323468 [ 261 ] {84820a2c-accc-457d-8d7e-6f415615f20e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15484 | 2024.12.16 20:59:35.323543 [ 261 ] {84820a2c-accc-457d-8d7e-6f415615f20e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15485 | 2024.12.16 20:59:35.324282 [ 261 ] {84820a2c-accc-457d-8d7e-6f415615f20e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15486 | 2024.12.16 20:59:35.324326 [ 261 ] {84820a2c-accc-457d-8d7e-6f415615f20e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15487 | 2024.12.16 20:59:35.324753 [ 261 ] {84820a2c-accc-457d-8d7e-6f415615f20e} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15488 | 2024.12.16 20:59:35.325015 [ 261 ] {84820a2c-accc-457d-8d7e-6f415615f20e} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15489 | 2024.12.16 20:59:35.325247 [ 261 ] {84820a2c-accc-457d-8d7e-6f415615f20e} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001837 sec., 55525.31301034295 rows/sec., 4.62 MiB/sec. | ||
| 15490 | 2024.12.16 20:59:35.325308 [ 261 ] {84820a2c-accc-457d-8d7e-6f415615f20e} <Debug> TCPHandler: Processed in 0.002151551 sec. | ||
| 15491 | 2024.12.16 20:59:35.325547 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15492 | 2024.12.16 20:59:35.325758 [ 260 ] {e4f6e3a5-ca32-49f9-b65a-fd298ff892ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15493 | 2024.12.16 20:59:35.325828 [ 260 ] {e4f6e3a5-ca32-49f9-b65a-fd298ff892ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15494 | 2024.12.16 20:59:35.326562 [ 260 ] {e4f6e3a5-ca32-49f9-b65a-fd298ff892ee} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15495 | 2024.12.16 20:59:35.326605 [ 260 ] {e4f6e3a5-ca32-49f9-b65a-fd298ff892ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15496 | 2024.12.16 20:59:35.327036 [ 260 ] {e4f6e3a5-ca32-49f9-b65a-fd298ff892ee} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15497 | 2024.12.16 20:59:35.327291 [ 260 ] {e4f6e3a5-ca32-49f9-b65a-fd298ff892ee} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15498 | 2024.12.16 20:59:35.327489 [ 260 ] {e4f6e3a5-ca32-49f9-b65a-fd298ff892ee} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001791 sec., 12841.987716359576 rows/sec., 965.66 KiB/sec. | ||
| 15499 | 2024.12.16 20:59:35.327555 [ 260 ] {e4f6e3a5-ca32-49f9-b65a-fd298ff892ee} <Debug> TCPHandler: Processed in 0.002141171 sec. | ||
| 15500 | 2024.12.16 20:59:35.327690 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15501 | 2024.12.16 20:59:35.327830 [ 261 ] {62f8c57b-01ea-438f-9ae3-5ed6b20fe61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15502 | 2024.12.16 20:59:35.327890 [ 261 ] {62f8c57b-01ea-438f-9ae3-5ed6b20fe61c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15503 | 2024.12.16 20:59:35.328595 [ 261 ] {62f8c57b-01ea-438f-9ae3-5ed6b20fe61c} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15504 | 2024.12.16 20:59:35.328643 [ 261 ] {62f8c57b-01ea-438f-9ae3-5ed6b20fe61c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15505 | 2024.12.16 20:59:35.329028 [ 261 ] {62f8c57b-01ea-438f-9ae3-5ed6b20fe61c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15506 | 2024.12.16 20:59:35.329261 [ 261 ] {62f8c57b-01ea-438f-9ae3-5ed6b20fe61c} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15507 | 2024.12.16 20:59:35.329470 [ 261 ] {62f8c57b-01ea-438f-9ae3-5ed6b20fe61c} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001677 sec., 51878.354203935596 rows/sec., 4.05 MiB/sec. | ||
| 15508 | 2024.12.16 20:59:35.329525 [ 261 ] {62f8c57b-01ea-438f-9ae3-5ed6b20fe61c} <Debug> TCPHandler: Processed in 0.001890185 sec. | ||
| 15509 | 2024.12.16 20:59:35.329659 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15510 | 2024.12.16 20:59:35.329794 [ 260 ] {e34efa18-d5f4-4eb9-beb9-26785d5df46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15511 | 2024.12.16 20:59:35.329859 [ 260 ] {e34efa18-d5f4-4eb9-beb9-26785d5df46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15512 | 2024.12.16 20:59:35.330589 [ 260 ] {e34efa18-d5f4-4eb9-beb9-26785d5df46a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15513 | 2024.12.16 20:59:35.330633 [ 260 ] {e34efa18-d5f4-4eb9-beb9-26785d5df46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15514 | 2024.12.16 20:59:35.331061 [ 260 ] {e34efa18-d5f4-4eb9-beb9-26785d5df46a} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15515 | 2024.12.16 20:59:35.331309 [ 260 ] {e34efa18-d5f4-4eb9-beb9-26785d5df46a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15516 | 2024.12.16 20:59:35.331447 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 5 parts from all_1_118_24 to all_122_122_0 | ||
| 15517 | 2024.12.16 20:59:35.331489 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15518 | 2024.12.16 20:59:35.331498 [ 260 ] {e34efa18-d5f4-4eb9-beb9-26785d5df46a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001741 sec., 91901.20620333143 rows/sec., 6.40 MiB/sec. | ||
| 15519 | 2024.12.16 20:59:35.331512 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15520 | 2024.12.16 20:59:35.331634 [ 260 ] {e34efa18-d5f4-4eb9-beb9-26785d5df46a} <Debug> TCPHandler: Processed in 0.002025269 sec. | ||
| 15521 | 2024.12.16 20:59:35.331717 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_122_25} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_118_24 to all_122_122_0 into Compact with storage Full | ||
| 15522 | 2024.12.16 20:59:35.331753 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): 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] | ||
| 15523 | 2024.12.16 20:59:35.331866 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): 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] | ||
| 15524 | 2024.12.16 20:59:35.332053 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15525 | 2024.12.16 20:59:35.332071 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_122_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15526 | 2024.12.16 20:59:35.332241 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_118_24, total 36593 rows starting from the beginning of the part | ||
| 15527 | 2024.12.16 20:59:35.332777 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 64 rows starting from the beginning of the part | ||
| 15528 | 2024.12.16 20:59:35.332871 [ 261 ] {8301c5ff-8539-4869-8276-b8016c0b391f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15529 | 2024.12.16 20:59:35.333136 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 237 rows starting from the beginning of the part | ||
| 15530 | 2024.12.16 20:59:35.333423 [ 261 ] {8301c5ff-8539-4869-8276-b8016c0b391f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15531 | 2024.12.16 20:59:35.333579 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 15532 | 2024.12.16 20:59:35.334049 [ 190 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 239 rows starting from the beginning of the part | ||
| 15533 | 2024.12.16 20:59:35.339488 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): 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] | ||
| 15534 | 2024.12.16 20:59:35.341023 [ 261 ] {8301c5ff-8539-4869-8276-b8016c0b391f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15535 | 2024.12.16 20:59:35.341066 [ 261 ] {8301c5ff-8539-4869-8276-b8016c0b391f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15536 | 2024.12.16 20:59:35.342040 [ 261 ] {8301c5ff-8539-4869-8276-b8016c0b391f} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15537 | 2024.12.16 20:59:35.342365 [ 261 ] {8301c5ff-8539-4869-8276-b8016c0b391f} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15538 | 2024.12.16 20:59:35.342806 [ 261 ] {8301c5ff-8539-4869-8276-b8016c0b391f} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.010241 sec., 2245.874426325554 rows/sec., 4.02 MiB/sec. | ||
| 15539 | 2024.12.16 20:59:35.343439 [ 261 ] {8301c5ff-8539-4869-8276-b8016c0b391f} <Debug> TCPHandler: Processed in 0.011637042 sec. | ||
| 15540 | 2024.12.16 20:59:35.343718 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15541 | 2024.12.16 20:59:35.343974 [ 260 ] {10e28554-68a9-44f6-b685-bb79e9efd0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15542 | 2024.12.16 20:59:35.344036 [ 260 ] {10e28554-68a9-44f6-b685-bb79e9efd0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15543 | 2024.12.16 20:59:35.344731 [ 260 ] {10e28554-68a9-44f6-b685-bb79e9efd0d0} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15544 | 2024.12.16 20:59:35.344774 [ 260 ] {10e28554-68a9-44f6-b685-bb79e9efd0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15545 | 2024.12.16 20:59:35.345168 [ 260 ] {10e28554-68a9-44f6-b685-bb79e9efd0d0} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15546 | 2024.12.16 20:59:35.345427 [ 260 ] {10e28554-68a9-44f6-b685-bb79e9efd0d0} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15547 | 2024.12.16 20:59:35.345640 [ 260 ] {10e28554-68a9-44f6-b685-bb79e9efd0d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001727 sec., 34742.32773595831 rows/sec., 2.34 MiB/sec. | ||
| 15548 | 2024.12.16 20:59:35.345703 [ 260 ] {10e28554-68a9-44f6-b685-bb79e9efd0d0} <Debug> TCPHandler: Processed in 0.002153422 sec. | ||
| 15549 | 2024.12.16 20:59:35.346022 [ 195 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_122_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37293 rows, containing 5 columns (5 merged, 0 gathered) in 0.014430006 sec., 2584406.4098102245 rows/sec., 174.51 MiB/sec. | ||
| 15550 | 2024.12.16 20:59:35.346490 [ 195 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_122_25} <Trace> MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary) | ||
| 15551 | 2024.12.16 20:59:35.346826 [ 195 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15552 | 2024.12.16 20:59:35.346900 [ 195 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 5 parts: [all_1_118_24, all_122_122_0] -> all_1_122_25 | ||
| 15553 | 2024.12.16 20:59:35.346996 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 15554 | 2024.12.16 20:59:36.288791 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15555 | 2024.12.16 20:59:36.288842 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15556 | 2024.12.16 20:59:36.441424 [ 219 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): 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] | ||
| 15557 | 2024.12.16 20:59:36.441480 [ 219 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): 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] | ||
| 15558 | 2024.12.16 20:59:36.443335 [ 219 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): 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] | ||
| 15559 | 2024.12.16 20:59:36.525748 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 15560 | 2024.12.16 20:59:36.526824 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15561 | 2024.12.16 20:59:36.526890 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15562 | 2024.12.16 20:59:36.527447 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15563 | 2024.12.16 20:59:36.527719 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15564 | 2024.12.16 20:59:36.527944 [ 134 ] {} <Debug> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15565 | 2024.12.16 20:59:36.527989 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 15566 | 2024.12.16 20:59:36.528035 [ 134 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15567 | 2024.12.16 20:59:36.528065 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15568 | 2024.12.16 20:59:36.528345 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 15569 | 2024.12.16 20:59:36.528840 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15570 | 2024.12.16 20:59:36.528884 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 15571 | 2024.12.16 20:59:36.528965 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 15572 | 2024.12.16 20:59:36.529194 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 15573 | 2024.12.16 20:59:36.529521 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 15574 | 2024.12.16 20:59:36.529716 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 15575 | 2024.12.16 20:59:36.529878 [ 191 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::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 | ||
| 15576 | 2024.12.16 20:59:36.532864 [ 187 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.00470512 sec., 7402786.751453735 rows/sec., 105.90 MiB/sec. | ||
| 15577 | 2024.12.16 20:59:36.533228 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15578 | 2024.12.16 20:59:36.533635 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_76_15} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15579 | 2024.12.16 20:59:36.533745 [ 197 ] {580f16d1-0254-4dba-86b7-34dd5447a71a::all_1_76_15} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15580 | 2024.12.16 20:59:36.533879 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 15581 | 2024.12.16 20:59:36.582820 [ 220 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): 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] | ||
| 15582 | 2024.12.16 20:59:36.582886 [ 220 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): 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] | ||
| 15583 | 2024.12.16 20:59:36.585428 [ 220 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): 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] | ||
| 15584 | 2024.12.16 20:59:36.724146 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2194 | ||
| 15585 | 2024.12.16 20:59:36.727376 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15586 | 2024.12.16 20:59:36.727420 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15587 | 2024.12.16 20:59:36.728965 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15588 | 2024.12.16 20:59:36.729277 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15589 | 2024.12.16 20:59:36.729835 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2194 | ||
| 15590 | 2024.12.16 20:59:39.131450 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 15591 | 2024.12.16 20:59:39.154529 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15592 | 2024.12.16 20:59:39.154590 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15593 | 2024.12.16 20:59:39.162089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15594 | 2024.12.16 20:59:39.162889 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15595 | 2024.12.16 20:59:39.163361 [ 150 ] {} <Debug> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15596 | 2024.12.16 20:59:39.163528 [ 150 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15597 | 2024.12.16 20:59:39.163618 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15598 | 2024.12.16 20:59:39.164106 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 15599 | 2024.12.16 20:59:39.178846 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 15600 | 2024.12.16 20:59:39.180682 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15601 | 2024.12.16 20:59:39.182418 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part | ||
| 15602 | 2024.12.16 20:59:39.188476 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
| 15603 | 2024.12.16 20:59:39.194621 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 15604 | 2024.12.16 20:59:39.200667 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 15605 | 2024.12.16 20:59:39.206928 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 15606 | 2024.12.16 20:59:39.213001 [ 196 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::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 | ||
| 15607 | 2024.12.16 20:59:39.278645 [ 187 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.114848364 sec., 4989.187307883637 rows/sec., 25.80 MiB/sec. | ||
| 15608 | 2024.12.16 20:59:39.281182 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15609 | 2024.12.16 20:59:39.283735 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_76_15} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15610 | 2024.12.16 20:59:39.283842 [ 188 ] {0884e746-4951-4f54-8c1e-f6f680e53ae4::all_1_76_15} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15611 | 2024.12.16 20:59:39.285397 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 15612 | 2024.12.16 20:59:40.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.80 MiB, peak 291.21 MiB, free memory in arenas 0.00 B, will set to 272.71 MiB (RSS), difference: -1.09 MiB | ||
| 15613 | 2024.12.16 20:59:40.327761 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15614 | 2024.12.16 20:59:40.327952 [ 261 ] {03490633-f6f3-49a1-bb49-14939bf49b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15615 | 2024.12.16 20:59:40.328032 [ 261 ] {03490633-f6f3-49a1-bb49-14939bf49b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15616 | 2024.12.16 20:59:40.328900 [ 261 ] {03490633-f6f3-49a1-bb49-14939bf49b6d} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15617 | 2024.12.16 20:59:40.328953 [ 261 ] {03490633-f6f3-49a1-bb49-14939bf49b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15618 | 2024.12.16 20:59:40.329426 [ 261 ] {03490633-f6f3-49a1-bb49-14939bf49b6d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15619 | 2024.12.16 20:59:40.329683 [ 261 ] {03490633-f6f3-49a1-bb49-14939bf49b6d} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15620 | 2024.12.16 20:59:40.329922 [ 261 ] {03490633-f6f3-49a1-bb49-14939bf49b6d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002024 sec., 6916.996047430829 rows/sec., 497.93 KiB/sec. | ||
| 15621 | 2024.12.16 20:59:40.329990 [ 261 ] {03490633-f6f3-49a1-bb49-14939bf49b6d} <Debug> TCPHandler: Processed in 0.002353425 sec. | ||
| 15622 | 2024.12.16 20:59:40.330238 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15623 | 2024.12.16 20:59:40.330430 [ 260 ] {e93535c1-6b43-48c6-88b9-73223237588a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15624 | 2024.12.16 20:59:40.330500 [ 260 ] {e93535c1-6b43-48c6-88b9-73223237588a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15625 | 2024.12.16 20:59:40.331367 [ 260 ] {e93535c1-6b43-48c6-88b9-73223237588a} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15626 | 2024.12.16 20:59:40.331414 [ 260 ] {e93535c1-6b43-48c6-88b9-73223237588a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15627 | 2024.12.16 20:59:40.331864 [ 260 ] {e93535c1-6b43-48c6-88b9-73223237588a} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15628 | 2024.12.16 20:59:40.332117 [ 260 ] {e93535c1-6b43-48c6-88b9-73223237588a} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15629 | 2024.12.16 20:59:40.332350 [ 260 ] {e93535c1-6b43-48c6-88b9-73223237588a} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.001973 sec., 122149.01165737456 rows/sec., 10.70 MiB/sec. | ||
| 15630 | 2024.12.16 20:59:40.332423 [ 260 ] {e93535c1-6b43-48c6-88b9-73223237588a} <Debug> TCPHandler: Processed in 0.002312224 sec. | ||
| 15631 | 2024.12.16 20:59:40.332645 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15632 | 2024.12.16 20:59:40.332884 [ 261 ] {46d22144-cdc1-48b4-a7c6-83e08dade1ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15633 | 2024.12.16 20:59:40.332968 [ 261 ] {46d22144-cdc1-48b4-a7c6-83e08dade1ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15634 | 2024.12.16 20:59:40.333810 [ 261 ] {46d22144-cdc1-48b4-a7c6-83e08dade1ab} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15635 | 2024.12.16 20:59:40.333849 [ 261 ] {46d22144-cdc1-48b4-a7c6-83e08dade1ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15636 | 2024.12.16 20:59:40.334212 [ 261 ] {46d22144-cdc1-48b4-a7c6-83e08dade1ab} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15637 | 2024.12.16 20:59:40.334452 [ 261 ] {46d22144-cdc1-48b4-a7c6-83e08dade1ab} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15638 | 2024.12.16 20:59:40.334672 [ 261 ] {46d22144-cdc1-48b4-a7c6-83e08dade1ab} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001848 sec., 14069.264069264069 rows/sec., 1019.89 KiB/sec. | ||
| 15639 | 2024.12.16 20:59:40.334727 [ 261 ] {46d22144-cdc1-48b4-a7c6-83e08dade1ab} <Debug> TCPHandler: Processed in 0.002195272 sec. | ||
| 15640 | 2024.12.16 20:59:40.334869 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15641 | 2024.12.16 20:59:40.335014 [ 260 ] {2b1ba232-46c3-4d41-80d6-29cc54c08ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15642 | 2024.12.16 20:59:40.335074 [ 260 ] {2b1ba232-46c3-4d41-80d6-29cc54c08ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15643 | 2024.12.16 20:59:40.335760 [ 260 ] {2b1ba232-46c3-4d41-80d6-29cc54c08ac0} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15644 | 2024.12.16 20:59:40.335808 [ 260 ] {2b1ba232-46c3-4d41-80d6-29cc54c08ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15645 | 2024.12.16 20:59:40.336198 [ 260 ] {2b1ba232-46c3-4d41-80d6-29cc54c08ac0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 15646 | 2024.12.16 20:59:40.336432 [ 260 ] {2b1ba232-46c3-4d41-80d6-29cc54c08ac0} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15647 | 2024.12.16 20:59:40.336636 [ 260 ] {2b1ba232-46c3-4d41-80d6-29cc54c08ac0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001659 sec., 8438.818565400843 rows/sec., 591.00 KiB/sec. | ||
| 15648 | 2024.12.16 20:59:40.336691 [ 260 ] {2b1ba232-46c3-4d41-80d6-29cc54c08ac0} <Debug> TCPHandler: Processed in 0.001882386 sec. | ||
| 15649 | 2024.12.16 20:59:40.336831 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15650 | 2024.12.16 20:59:40.336964 [ 261 ] {528f2d79-a819-42cc-9ab4-c849a6562c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15651 | 2024.12.16 20:59:40.337020 [ 261 ] {528f2d79-a819-42cc-9ab4-c849a6562c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15652 | 2024.12.16 20:59:40.337687 [ 261 ] {528f2d79-a819-42cc-9ab4-c849a6562c08} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15653 | 2024.12.16 20:59:40.337734 [ 261 ] {528f2d79-a819-42cc-9ab4-c849a6562c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15654 | 2024.12.16 20:59:40.338119 [ 261 ] {528f2d79-a819-42cc-9ab4-c849a6562c08} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15655 | 2024.12.16 20:59:40.338363 [ 261 ] {528f2d79-a819-42cc-9ab4-c849a6562c08} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15656 | 2024.12.16 20:59:40.338561 [ 261 ] {528f2d79-a819-42cc-9ab4-c849a6562c08} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001629 sec., 7980.3560466543895 rows/sec., 497.57 KiB/sec. | ||
| 15657 | 2024.12.16 20:59:40.338621 [ 261 ] {528f2d79-a819-42cc-9ab4-c849a6562c08} <Debug> TCPHandler: Processed in 0.001844895 sec. | ||
| 15658 | 2024.12.16 20:59:40.338752 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15659 | 2024.12.16 20:59:40.338871 [ 260 ] {6f1c2394-baf7-4fbf-9464-52e71a605c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15660 | 2024.12.16 20:59:40.338925 [ 260 ] {6f1c2394-baf7-4fbf-9464-52e71a605c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15661 | 2024.12.16 20:59:40.339777 [ 260 ] {6f1c2394-baf7-4fbf-9464-52e71a605c67} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15662 | 2024.12.16 20:59:40.339825 [ 260 ] {6f1c2394-baf7-4fbf-9464-52e71a605c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15663 | 2024.12.16 20:59:40.340216 [ 260 ] {6f1c2394-baf7-4fbf-9464-52e71a605c67} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15664 | 2024.12.16 20:59:40.340455 [ 260 ] {6f1c2394-baf7-4fbf-9464-52e71a605c67} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15665 | 2024.12.16 20:59:40.340670 [ 260 ] {6f1c2394-baf7-4fbf-9464-52e71a605c67} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001824 sec., 219846.49122807017 rows/sec., 15.64 MiB/sec. | ||
| 15666 | 2024.12.16 20:59:40.340725 [ 260 ] {6f1c2394-baf7-4fbf-9464-52e71a605c67} <Debug> TCPHandler: Processed in 0.002029368 sec. | ||
| 15667 | 2024.12.16 20:59:40.340852 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15668 | 2024.12.16 20:59:40.341050 [ 261 ] {aa8cade1-5429-4256-ad5f-34257642a264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15669 | 2024.12.16 20:59:40.341142 [ 261 ] {aa8cade1-5429-4256-ad5f-34257642a264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15670 | 2024.12.16 20:59:40.341985 [ 261 ] {aa8cade1-5429-4256-ad5f-34257642a264} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15671 | 2024.12.16 20:59:40.342024 [ 261 ] {aa8cade1-5429-4256-ad5f-34257642a264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15672 | 2024.12.16 20:59:40.342385 [ 261 ] {aa8cade1-5429-4256-ad5f-34257642a264} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15673 | 2024.12.16 20:59:40.342628 [ 261 ] {aa8cade1-5429-4256-ad5f-34257642a264} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15674 | 2024.12.16 20:59:40.342876 [ 261 ] {aa8cade1-5429-4256-ad5f-34257642a264} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001873 sec., 3203.416978109984 rows/sec., 167.37 KiB/sec. | ||
| 15675 | 2024.12.16 20:59:40.342939 [ 261 ] {aa8cade1-5429-4256-ad5f-34257642a264} <Debug> TCPHandler: Processed in 0.002135791 sec. | ||
| 15676 | 2024.12.16 20:59:40.343144 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15677 | 2024.12.16 20:59:40.343292 [ 260 ] {d88ffe4b-61e0-4210-9147-11b8928317c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15678 | 2024.12.16 20:59:40.343353 [ 260 ] {d88ffe4b-61e0-4210-9147-11b8928317c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15679 | 2024.12.16 20:59:40.344004 [ 260 ] {d88ffe4b-61e0-4210-9147-11b8928317c6} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15680 | 2024.12.16 20:59:40.344041 [ 260 ] {d88ffe4b-61e0-4210-9147-11b8928317c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15681 | 2024.12.16 20:59:40.344444 [ 260 ] {d88ffe4b-61e0-4210-9147-11b8928317c6} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15682 | 2024.12.16 20:59:40.344685 [ 260 ] {d88ffe4b-61e0-4210-9147-11b8928317c6} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15683 | 2024.12.16 20:59:40.344899 [ 260 ] {d88ffe4b-61e0-4210-9147-11b8928317c6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec. | ||
| 15684 | 2024.12.16 20:59:40.344954 [ 260 ] {d88ffe4b-61e0-4210-9147-11b8928317c6} <Debug> TCPHandler: Processed in 0.001927677 sec. | ||
| 15685 | 2024.12.16 20:59:40.345154 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15686 | 2024.12.16 20:59:40.345376 [ 261 ] {7b4c2607-debf-4852-ba38-43a7d6b5516e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15687 | 2024.12.16 20:59:40.345470 [ 261 ] {7b4c2607-debf-4852-ba38-43a7d6b5516e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15688 | 2024.12.16 20:59:40.346142 [ 261 ] {7b4c2607-debf-4852-ba38-43a7d6b5516e} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15689 | 2024.12.16 20:59:40.346181 [ 261 ] {7b4c2607-debf-4852-ba38-43a7d6b5516e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15690 | 2024.12.16 20:59:40.346535 [ 261 ] {7b4c2607-debf-4852-ba38-43a7d6b5516e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15691 | 2024.12.16 20:59:40.346773 [ 261 ] {7b4c2607-debf-4852-ba38-43a7d6b5516e} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15692 | 2024.12.16 20:59:40.346986 [ 261 ] {7b4c2607-debf-4852-ba38-43a7d6b5516e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001662 sec., 601.6847172081829 rows/sec., 40.54 KiB/sec. | ||
| 15693 | 2024.12.16 20:59:40.347035 [ 261 ] {7b4c2607-debf-4852-ba38-43a7d6b5516e} <Debug> TCPHandler: Processed in 0.001989908 sec. | ||
| 15694 | 2024.12.16 20:59:40.347182 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15695 | 2024.12.16 20:59:40.347320 [ 260 ] {f2520552-f50c-4d6b-b07e-9139374900dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15696 | 2024.12.16 20:59:40.347413 [ 260 ] {f2520552-f50c-4d6b-b07e-9139374900dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15697 | 2024.12.16 20:59:40.348630 [ 260 ] {f2520552-f50c-4d6b-b07e-9139374900dc} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15698 | 2024.12.16 20:59:40.348668 [ 260 ] {f2520552-f50c-4d6b-b07e-9139374900dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15699 | 2024.12.16 20:59:40.349311 [ 260 ] {f2520552-f50c-4d6b-b07e-9139374900dc} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15700 | 2024.12.16 20:59:40.349573 [ 260 ] {f2520552-f50c-4d6b-b07e-9139374900dc} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15701 | 2024.12.16 20:59:40.349833 [ 260 ] {f2520552-f50c-4d6b-b07e-9139374900dc} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002545 sec., 7465.6188605108055 rows/sec., 13.38 MiB/sec. | ||
| 15702 | 2024.12.16 20:59:40.349950 [ 260 ] {f2520552-f50c-4d6b-b07e-9139374900dc} <Debug> TCPHandler: Processed in 0.002835624 sec. | ||
| 15703 | 2024.12.16 20:59:40.350103 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15704 | 2024.12.16 20:59:40.350240 [ 261 ] {008ed02b-5cb3-456b-ae68-d914410abf0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15705 | 2024.12.16 20:59:40.350299 [ 261 ] {008ed02b-5cb3-456b-ae68-d914410abf0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15706 | 2024.12.16 20:59:40.350860 [ 261 ] {008ed02b-5cb3-456b-ae68-d914410abf0d} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15707 | 2024.12.16 20:59:40.350908 [ 261 ] {008ed02b-5cb3-456b-ae68-d914410abf0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15708 | 2024.12.16 20:59:40.351278 [ 261 ] {008ed02b-5cb3-456b-ae68-d914410abf0d} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15709 | 2024.12.16 20:59:40.351537 [ 261 ] {008ed02b-5cb3-456b-ae68-d914410abf0d} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15710 | 2024.12.16 20:59:40.351747 [ 261 ] {008ed02b-5cb3-456b-ae68-d914410abf0d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001538 sec., 53315.994798439526 rows/sec., 3.39 MiB/sec. | ||
| 15711 | 2024.12.16 20:59:40.351798 [ 261 ] {008ed02b-5cb3-456b-ae68-d914410abf0d} <Debug> TCPHandler: Processed in 0.001762814 sec. | ||
| 15712 | 2024.12.16 20:59:43.231404 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15713 | 2024.12.16 20:59:43.231590 [ 261 ] {9790cd21-cac9-485a-96c9-13c0d216776d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15714 | 2024.12.16 20:59:43.231664 [ 261 ] {9790cd21-cac9-485a-96c9-13c0d216776d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15715 | 2024.12.16 20:59:43.232399 [ 261 ] {9790cd21-cac9-485a-96c9-13c0d216776d} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15716 | 2024.12.16 20:59:43.232448 [ 261 ] {9790cd21-cac9-485a-96c9-13c0d216776d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15717 | 2024.12.16 20:59:43.232883 [ 261 ] {9790cd21-cac9-485a-96c9-13c0d216776d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 15718 | 2024.12.16 20:59:43.233148 [ 261 ] {9790cd21-cac9-485a-96c9-13c0d216776d} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15719 | 2024.12.16 20:59:43.233396 [ 261 ] {9790cd21-cac9-485a-96c9-13c0d216776d} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001855 sec., 4312.66846361186 rows/sec., 351.67 KiB/sec. | ||
| 15720 | 2024.12.16 20:59:43.233469 [ 261 ] {9790cd21-cac9-485a-96c9-13c0d216776d} <Debug> TCPHandler: Processed in 0.002195562 sec. | ||
| 15721 | 2024.12.16 20:59:43.233724 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15722 | 2024.12.16 20:59:43.233919 [ 260 ] {b528e2cd-834c-4e0e-8bfd-b6398314aeea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15723 | 2024.12.16 20:59:43.233993 [ 260 ] {b528e2cd-834c-4e0e-8bfd-b6398314aeea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15724 | 2024.12.16 20:59:43.235400 [ 260 ] {b528e2cd-834c-4e0e-8bfd-b6398314aeea} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15725 | 2024.12.16 20:59:43.235454 [ 260 ] {b528e2cd-834c-4e0e-8bfd-b6398314aeea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15726 | 2024.12.16 20:59:43.235979 [ 260 ] {b528e2cd-834c-4e0e-8bfd-b6398314aeea} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15727 | 2024.12.16 20:59:43.236250 [ 260 ] {b528e2cd-834c-4e0e-8bfd-b6398314aeea} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15728 | 2024.12.16 20:59:43.236504 [ 260 ] {b528e2cd-834c-4e0e-8bfd-b6398314aeea} <Debug> executeQuery: Read 1246 rows, 105.10 KiB in 0.002637 sec., 472506.63632916193 rows/sec., 38.92 MiB/sec. | ||
| 15729 | 2024.12.16 20:59:43.236573 [ 260 ] {b528e2cd-834c-4e0e-8bfd-b6398314aeea} <Debug> TCPHandler: Processed in 0.002983337 sec. | ||
| 15730 | 2024.12.16 20:59:43.236728 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15731 | 2024.12.16 20:59:43.236872 [ 261 ] {933db844-9349-4191-b100-e507bcbfcc96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15732 | 2024.12.16 20:59:43.236927 [ 261 ] {933db844-9349-4191-b100-e507bcbfcc96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15733 | 2024.12.16 20:59:43.237563 [ 261 ] {933db844-9349-4191-b100-e507bcbfcc96} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15734 | 2024.12.16 20:59:43.237608 [ 261 ] {933db844-9349-4191-b100-e507bcbfcc96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15735 | 2024.12.16 20:59:43.238004 [ 261 ] {933db844-9349-4191-b100-e507bcbfcc96} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15736 | 2024.12.16 20:59:43.238281 [ 261 ] {933db844-9349-4191-b100-e507bcbfcc96} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15737 | 2024.12.16 20:59:43.238478 [ 140 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15738 | 2024.12.16 20:59:43.238546 [ 261 ] {933db844-9349-4191-b100-e507bcbfcc96} <Debug> executeQuery: Read 31 rows, 2.29 KiB in 0.0017 sec., 18235.29411764706 rows/sec., 1.31 MiB/sec. | ||
| 15739 | 2024.12.16 20:59:43.238577 [ 140 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15740 | 2024.12.16 20:59:43.238648 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15741 | 2024.12.16 20:59:43.238684 [ 261 ] {933db844-9349-4191-b100-e507bcbfcc96} <Debug> TCPHandler: Processed in 0.002014039 sec. | ||
| 15742 | 2024.12.16 20:59:43.238966 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15743 | 2024.12.16 20:59:43.239010 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::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 | ||
| 15744 | 2024.12.16 20:59:43.239542 [ 260 ] {bdf42878-f382-4407-b65f-4e122f8f18f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15745 | 2024.12.16 20:59:43.239557 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15746 | 2024.12.16 20:59:43.239694 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 67 rows starting from the beginning of the part | ||
| 15747 | 2024.12.16 20:59:43.239760 [ 260 ] {bdf42878-f382-4407-b65f-4e122f8f18f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15748 | 2024.12.16 20:59:43.240107 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 23 rows starting from the beginning of the part | ||
| 15749 | 2024.12.16 20:59:43.240505 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 30 rows starting from the beginning of the part | ||
| 15750 | 2024.12.16 20:59:43.241065 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 23 rows starting from the beginning of the part | ||
| 15751 | 2024.12.16 20:59:43.241644 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 26 rows starting from the beginning of the part | ||
| 15752 | 2024.12.16 20:59:43.241998 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 31 rows starting from the beginning of the part | ||
| 15753 | 2024.12.16 20:59:43.243588 [ 260 ] {bdf42878-f382-4407-b65f-4e122f8f18f5} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15754 | 2024.12.16 20:59:43.243662 [ 260 ] {bdf42878-f382-4407-b65f-4e122f8f18f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15755 | 2024.12.16 20:59:43.244801 [ 260 ] {bdf42878-f382-4407-b65f-4e122f8f18f5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 15756 | 2024.12.16 20:59:43.244896 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.006118767 sec., 32686.32389499388 rows/sec., 2.47 MiB/sec. | ||
| 15757 | 2024.12.16 20:59:43.245100 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15758 | 2024.12.16 20:59:43.245292 [ 260 ] {bdf42878-f382-4407-b65f-4e122f8f18f5} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15759 | 2024.12.16 20:59:43.245693 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_106_21} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15760 | 2024.12.16 20:59:43.245809 [ 260 ] {bdf42878-f382-4407-b65f-4e122f8f18f5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006526 sec., 34937.17437940546 rows/sec., 2.37 MiB/sec. | ||
| 15761 | 2024.12.16 20:59:43.245888 [ 189 ] {1735a751-379b-4abf-b92b-1f6ac1dc7404::all_1_106_21} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15762 | 2024.12.16 20:59:43.245970 [ 260 ] {bdf42878-f382-4407-b65f-4e122f8f18f5} <Debug> TCPHandler: Processed in 0.007181287 sec. | ||
| 15763 | 2024.12.16 20:59:43.246125 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15764 | 2024.12.16 20:59:43.246176 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15765 | 2024.12.16 20:59:43.246309 [ 261 ] {86952b75-8cda-4bf1-8d19-e0a0e84c8cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15766 | 2024.12.16 20:59:43.246363 [ 261 ] {86952b75-8cda-4bf1-8d19-e0a0e84c8cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15767 | 2024.12.16 20:59:43.247191 [ 261 ] {86952b75-8cda-4bf1-8d19-e0a0e84c8cf4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15768 | 2024.12.16 20:59:43.247233 [ 261 ] {86952b75-8cda-4bf1-8d19-e0a0e84c8cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15769 | 2024.12.16 20:59:43.247644 [ 261 ] {86952b75-8cda-4bf1-8d19-e0a0e84c8cf4} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15770 | 2024.12.16 20:59:43.247897 [ 261 ] {86952b75-8cda-4bf1-8d19-e0a0e84c8cf4} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15771 | 2024.12.16 20:59:43.248119 [ 261 ] {86952b75-8cda-4bf1-8d19-e0a0e84c8cf4} <Debug> executeQuery: Read 551 rows, 41.90 KiB in 0.001838 sec., 299782.37214363436 rows/sec., 22.26 MiB/sec. | ||
| 15772 | 2024.12.16 20:59:43.248176 [ 261 ] {86952b75-8cda-4bf1-8d19-e0a0e84c8cf4} <Debug> TCPHandler: Processed in 0.00209955 sec. | ||
| 15773 | 2024.12.16 20:59:43.248329 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15774 | 2024.12.16 20:59:43.248455 [ 260 ] {4b748974-03a2-4737-8b7f-9bb3ce623281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15775 | 2024.12.16 20:59:43.248509 [ 260 ] {4b748974-03a2-4737-8b7f-9bb3ce623281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15776 | 2024.12.16 20:59:43.249303 [ 260 ] {4b748974-03a2-4737-8b7f-9bb3ce623281} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15777 | 2024.12.16 20:59:43.249343 [ 260 ] {4b748974-03a2-4737-8b7f-9bb3ce623281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15778 | 2024.12.16 20:59:43.249807 [ 260 ] {4b748974-03a2-4737-8b7f-9bb3ce623281} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15779 | 2024.12.16 20:59:43.250045 [ 260 ] {4b748974-03a2-4737-8b7f-9bb3ce623281} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15780 | 2024.12.16 20:59:43.250256 [ 260 ] {4b748974-03a2-4737-8b7f-9bb3ce623281} <Debug> executeQuery: Read 946 rows, 64.96 KiB in 0.001826 sec., 518072.2891566265 rows/sec., 34.74 MiB/sec. | ||
| 15781 | 2024.12.16 20:59:43.250311 [ 260 ] {4b748974-03a2-4737-8b7f-9bb3ce623281} <Debug> TCPHandler: Processed in 0.002043079 sec. | ||
| 15782 | 2024.12.16 20:59:43.250469 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15783 | 2024.12.16 20:59:43.250611 [ 261 ] {f62e4965-637d-4dbc-a985-0dc27855f4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15784 | 2024.12.16 20:59:43.250705 [ 261 ] {f62e4965-637d-4dbc-a985-0dc27855f4c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15785 | 2024.12.16 20:59:43.251915 [ 261 ] {f62e4965-637d-4dbc-a985-0dc27855f4c5} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15786 | 2024.12.16 20:59:43.251955 [ 261 ] {f62e4965-637d-4dbc-a985-0dc27855f4c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15787 | 2024.12.16 20:59:43.252601 [ 261 ] {f62e4965-637d-4dbc-a985-0dc27855f4c5} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15788 | 2024.12.16 20:59:43.252857 [ 261 ] {f62e4965-637d-4dbc-a985-0dc27855f4c5} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15789 | 2024.12.16 20:59:43.253053 [ 140 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15790 | 2024.12.16 20:59:43.253123 [ 140 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15791 | 2024.12.16 20:59:43.253148 [ 261 ] {f62e4965-637d-4dbc-a985-0dc27855f4c5} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002565 sec., 8966.861598440546 rows/sec., 16.07 MiB/sec. | ||
| 15792 | 2024.12.16 20:59:43.253164 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15793 | 2024.12.16 20:59:43.253522 [ 193 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::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 | ||
| 15794 | 2024.12.16 20:59:43.253548 [ 261 ] {f62e4965-637d-4dbc-a985-0dc27855f4c5} <Debug> TCPHandler: Processed in 0.003144421 sec. | ||
| 15795 | 2024.12.16 20:59:43.253773 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15796 | 2024.12.16 20:59:43.254058 [ 260 ] {33766eeb-d8c8-4536-92fc-775e92c2d862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15797 | 2024.12.16 20:59:43.254184 [ 260 ] {33766eeb-d8c8-4536-92fc-775e92c2d862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15798 | 2024.12.16 20:59:43.254387 [ 193 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15799 | 2024.12.16 20:59:43.254640 [ 193 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2089 rows starting from the beginning of the part | ||
| 15800 | 2024.12.16 20:59:43.255423 [ 193 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 23 rows starting from the beginning of the part | ||
| 15801 | 2024.12.16 20:59:43.256267 [ 193 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 19 rows starting from the beginning of the part | ||
| 15802 | 2024.12.16 20:59:43.256343 [ 260 ] {33766eeb-d8c8-4536-92fc-775e92c2d862} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15803 | 2024.12.16 20:59:43.256434 [ 260 ] {33766eeb-d8c8-4536-92fc-775e92c2d862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 15804 | 2024.12.16 20:59:43.256936 [ 193 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 23 rows starting from the beginning of the part | ||
| 15805 | 2024.12.16 20:59:43.257617 [ 193 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 19 rows starting from the beginning of the part | ||
| 15806 | 2024.12.16 20:59:43.258234 [ 260 ] {33766eeb-d8c8-4536-92fc-775e92c2d862} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15807 | 2024.12.16 20:59:43.258245 [ 193 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 23 rows starting from the beginning of the part | ||
| 15808 | 2024.12.16 20:59:43.259056 [ 260 ] {33766eeb-d8c8-4536-92fc-775e92c2d862} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15809 | 2024.12.16 20:59:43.259675 [ 260 ] {33766eeb-d8c8-4536-92fc-775e92c2d862} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.005708 sec., 6306.937631394533 rows/sec., 435.24 KiB/sec. | ||
| 15810 | 2024.12.16 20:59:43.259796 [ 260 ] {33766eeb-d8c8-4536-92fc-775e92c2d862} <Debug> TCPHandler: Processed in 0.006149168 sec. | ||
| 15811 | 2024.12.16 20:59:43.268237 [ 199 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2196 rows, containing 19 columns (19 merged, 0 gathered) in 0.014927245 sec., 147113.54975415758 rows/sec., 263.62 MiB/sec. | ||
| 15812 | 2024.12.16 20:59:43.269870 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15813 | 2024.12.16 20:59:43.270314 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15814 | 2024.12.16 20:59:43.270403 [ 201 ] {87b1a6e7-7e8a-48b3-b29e-0980e98d3bae::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15815 | 2024.12.16 20:59:43.270541 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.30 MiB. | ||
| 15816 | 2024.12.16 20:59:44.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.40 MiB, peak 291.64 MiB, free memory in arenas 0.00 B, will set to 274.69 MiB (RSS), difference: 1.29 MiB | ||
| 15817 | 2024.12.16 20:59:44.028119 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 15818 | 2024.12.16 20:59:44.028820 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15819 | 2024.12.16 20:59:44.028875 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15820 | 2024.12.16 20:59:44.029432 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15821 | 2024.12.16 20:59:44.029713 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15822 | 2024.12.16 20:59:44.029977 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 15823 | 2024.12.16 20:59:45.318302 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15824 | 2024.12.16 20:59:45.318489 [ 261 ] {68ff9a83-36ef-4826-b76d-44f26bf8ea9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15825 | 2024.12.16 20:59:45.318560 [ 261 ] {68ff9a83-36ef-4826-b76d-44f26bf8ea9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15826 | 2024.12.16 20:59:45.319308 [ 261 ] {68ff9a83-36ef-4826-b76d-44f26bf8ea9f} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15827 | 2024.12.16 20:59:45.319351 [ 261 ] {68ff9a83-36ef-4826-b76d-44f26bf8ea9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15828 | 2024.12.16 20:59:45.319784 [ 261 ] {68ff9a83-36ef-4826-b76d-44f26bf8ea9f} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15829 | 2024.12.16 20:59:45.320045 [ 261 ] {68ff9a83-36ef-4826-b76d-44f26bf8ea9f} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15830 | 2024.12.16 20:59:45.320214 [ 139 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15831 | 2024.12.16 20:59:45.320258 [ 261 ] {68ff9a83-36ef-4826-b76d-44f26bf8ea9f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001817 sec., 30820.03302146395 rows/sec., 2.35 MiB/sec. | ||
| 15832 | 2024.12.16 20:59:45.320258 [ 139 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15833 | 2024.12.16 20:59:45.320311 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15834 | 2024.12.16 20:59:45.320342 [ 261 ] {68ff9a83-36ef-4826-b76d-44f26bf8ea9f} <Debug> TCPHandler: Processed in 0.002165042 sec. | ||
| 15835 | 2024.12.16 20:59:45.320688 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15836 | 2024.12.16 20:59:45.320778 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::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 | ||
| 15837 | 2024.12.16 20:59:45.321151 [ 260 ] {5bc3f7c1-d93e-40b9-99af-b8f21c997274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15838 | 2024.12.16 20:59:45.321341 [ 260 ] {5bc3f7c1-d93e-40b9-99af-b8f21c997274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15839 | 2024.12.16 20:59:45.321698 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15840 | 2024.12.16 20:59:45.321883 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1437 rows starting from the beginning of the part | ||
| 15841 | 2024.12.16 20:59:45.322728 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 243 rows starting from the beginning of the part | ||
| 15842 | 2024.12.16 20:59:45.323475 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 102 rows starting from the beginning of the part | ||
| 15843 | 2024.12.16 20:59:45.323768 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 241 rows starting from the beginning of the part | ||
| 15844 | 2024.12.16 20:59:45.324116 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 1246 rows starting from the beginning of the part | ||
| 15845 | 2024.12.16 20:59:45.324414 [ 192 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 56 rows starting from the beginning of the part | ||
| 15846 | 2024.12.16 20:59:45.325620 [ 260 ] {5bc3f7c1-d93e-40b9-99af-b8f21c997274} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15847 | 2024.12.16 20:59:45.325758 [ 260 ] {5bc3f7c1-d93e-40b9-99af-b8f21c997274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15848 | 2024.12.16 20:59:45.326850 [ 260 ] {5bc3f7c1-d93e-40b9-99af-b8f21c997274} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15849 | 2024.12.16 20:59:45.327413 [ 260 ] {5bc3f7c1-d93e-40b9-99af-b8f21c997274} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15850 | 2024.12.16 20:59:45.327687 [ 139 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15851 | 2024.12.16 20:59:45.327768 [ 139 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15852 | 2024.12.16 20:59:45.327801 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15853 | 2024.12.16 20:59:45.327824 [ 260 ] {5bc3f7c1-d93e-40b9-99af-b8f21c997274} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006832 sec., 9367.681498829039 rows/sec., 748.72 KiB/sec. | ||
| 15854 | 2024.12.16 20:59:45.328284 [ 260 ] {5bc3f7c1-d93e-40b9-99af-b8f21c997274} <Debug> TCPHandler: Processed in 0.007785399 sec. | ||
| 15855 | 2024.12.16 20:59:45.328372 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::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 | ||
| 15856 | 2024.12.16 20:59:45.328644 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15857 | 2024.12.16 20:59:45.329279 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15858 | 2024.12.16 20:59:45.329305 [ 261 ] {fc637ff2-830c-4726-ac87-41aa1bae0d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15859 | 2024.12.16 20:59:45.329491 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 916 rows starting from the beginning of the part | ||
| 15860 | 2024.12.16 20:59:45.329562 [ 261 ] {fc637ff2-830c-4726-ac87-41aa1bae0d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15861 | 2024.12.16 20:59:45.329563 [ 186 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3325 rows, containing 5 columns (5 merged, 0 gathered) in 0.009099514 sec., 365404.1303744354 rows/sec., 31.91 MiB/sec. | ||
| 15862 | 2024.12.16 20:59:45.330054 [ 194 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15863 | 2024.12.16 20:59:45.331072 [ 194 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_126_25} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15864 | 2024.12.16 20:59:45.331412 [ 194 ] {e8c0eadf-c3a9-4939-b718-4e5f2e49bae2::all_1_126_25} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15865 | 2024.12.16 20:59:45.331708 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 15866 | 2024.12.16 20:59:45.332607 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 405 rows starting from the beginning of the part | ||
| 15867 | 2024.12.16 20:59:45.332799 [ 261 ] {fc637ff2-830c-4726-ac87-41aa1bae0d06} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15868 | 2024.12.16 20:59:45.332900 [ 261 ] {fc637ff2-830c-4726-ac87-41aa1bae0d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15869 | 2024.12.16 20:59:45.332894 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 87 rows starting from the beginning of the part | ||
| 15870 | 2024.12.16 20:59:45.333314 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 401 rows starting from the beginning of the part | ||
| 15871 | 2024.12.16 20:59:45.333520 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 551 rows starting from the beginning of the part | ||
| 15872 | 2024.12.16 20:59:45.333916 [ 200 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part | ||
| 15873 | 2024.12.16 20:59:45.334584 [ 261 ] {fc637ff2-830c-4726-ac87-41aa1bae0d06} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15874 | 2024.12.16 20:59:45.335131 [ 261 ] {fc637ff2-830c-4726-ac87-41aa1bae0d06} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15875 | 2024.12.16 20:59:45.335707 [ 261 ] {fc637ff2-830c-4726-ac87-41aa1bae0d06} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.006663 sec., 9605.28290559808 rows/sec., 685.04 KiB/sec. | ||
| 15876 | 2024.12.16 20:59:45.335927 [ 261 ] {fc637ff2-830c-4726-ac87-41aa1bae0d06} <Debug> TCPHandler: Processed in 0.007473922 sec. | ||
| 15877 | 2024.12.16 20:59:45.336161 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15878 | 2024.12.16 20:59:45.336326 [ 260 ] {b5a9f0d2-9a04-49f6-ad12-fdc6f863c8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15879 | 2024.12.16 20:59:45.336385 [ 260 ] {b5a9f0d2-9a04-49f6-ad12-fdc6f863c8be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15880 | 2024.12.16 20:59:45.337048 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.009131884 sec., 265443.58206915465 rows/sec., 20.36 MiB/sec. | ||
| 15881 | 2024.12.16 20:59:45.337271 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15882 | 2024.12.16 20:59:45.337366 [ 260 ] {b5a9f0d2-9a04-49f6-ad12-fdc6f863c8be} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15883 | 2024.12.16 20:59:45.337410 [ 260 ] {b5a9f0d2-9a04-49f6-ad12-fdc6f863c8be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15884 | 2024.12.16 20:59:45.337704 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_126_25} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15885 | 2024.12.16 20:59:45.337831 [ 198 ] {de38cd5c-7837-4eb9-83f9-56a6ad39b05d::all_1_126_25} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15886 | 2024.12.16 20:59:45.337898 [ 260 ] {b5a9f0d2-9a04-49f6-ad12-fdc6f863c8be} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15887 | 2024.12.16 20:59:45.337942 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 15888 | 2024.12.16 20:59:45.338163 [ 260 ] {b5a9f0d2-9a04-49f6-ad12-fdc6f863c8be} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15889 | 2024.12.16 20:59:45.338380 [ 139 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15890 | 2024.12.16 20:59:45.338430 [ 260 ] {b5a9f0d2-9a04-49f6-ad12-fdc6f863c8be} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.002138 sec., 11225.444340505144 rows/sec., 774.67 KiB/sec. | ||
| 15891 | 2024.12.16 20:59:45.338451 [ 139 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15892 | 2024.12.16 20:59:45.338549 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15893 | 2024.12.16 20:59:45.338587 [ 260 ] {b5a9f0d2-9a04-49f6-ad12-fdc6f863c8be} <Debug> TCPHandler: Processed in 0.002546928 sec. | ||
| 15894 | 2024.12.16 20:59:45.338814 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 15895 | 2024.12.16 20:59:45.338959 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15896 | 2024.12.16 20:59:45.339028 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7376 rows starting from the beginning of the part | ||
| 15897 | 2024.12.16 20:59:45.339406 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 15898 | 2024.12.16 20:59:45.339788 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 15899 | 2024.12.16 20:59:45.340153 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::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 | ||
| 15900 | 2024.12.16 20:59:45.340486 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 36 rows starting from the beginning of the part | ||
| 15901 | 2024.12.16 20:59:45.340838 [ 186 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 24 rows starting from the beginning of the part | ||
| 15902 | 2024.12.16 20:59:45.343144 [ 190 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7660 rows, containing 4 columns (4 merged, 0 gathered) in 0.004461355 sec., 1716967.1545976503 rows/sec., 112.00 MiB/sec. | ||
| 15903 | 2024.12.16 20:59:45.343579 [ 195 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15904 | 2024.12.16 20:59:45.343884 [ 195 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_126_25} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15905 | 2024.12.16 20:59:45.343969 [ 195 ] {e59c0951-dd35-428d-b10a-26f2d3ee53da::all_1_126_25} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15906 | 2024.12.16 20:59:45.344064 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 15907 | 2024.12.16 20:59:46.678933 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 15908 | 2024.12.16 20:59:46.702401 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15909 | 2024.12.16 20:59:46.702470 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15910 | 2024.12.16 20:59:46.709920 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15911 | 2024.12.16 20:59:46.710717 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15912 | 2024.12.16 20:59:46.713742 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 15913 | 2024.12.16 20:59:46.730029 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2240 | ||
| 15914 | 2024.12.16 20:59:46.733679 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15915 | 2024.12.16 20:59:46.733745 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15916 | 2024.12.16 20:59:46.735343 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15917 | 2024.12.16 20:59:46.735649 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15918 | 2024.12.16 20:59:46.735878 [ 136 ] {} <Debug> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 15919 | 2024.12.16 20:59:46.736013 [ 136 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15920 | 2024.12.16 20:59:46.736080 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15921 | 2024.12.16 20:59:46.736507 [ 191 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::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 | ||
| 15922 | 2024.12.16 20:59:46.738337 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2240 | ||
| 15923 | 2024.12.16 20:59:46.738717 [ 191 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15924 | 2024.12.16 20:59:46.738902 [ 191 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2042 rows starting from the beginning of the part | ||
| 15925 | 2024.12.16 20:59:46.739532 [ 191 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 36 rows starting from the beginning of the part | ||
| 15926 | 2024.12.16 20:59:46.740141 [ 191 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 46 rows starting from the beginning of the part | ||
| 15927 | 2024.12.16 20:59:46.740746 [ 191 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 34 rows starting from the beginning of the part | ||
| 15928 | 2024.12.16 20:59:46.741392 [ 191 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part | ||
| 15929 | 2024.12.16 20:59:46.742049 [ 191 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 46 rows starting from the beginning of the part | ||
| 15930 | 2024.12.16 20:59:46.751443 [ 191 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2240 rows, containing 72 columns (72 merged, 0 gathered) in 0.015196241 sec., 147404.87466604405 rows/sec., 111.12 MiB/sec. | ||
| 15931 | 2024.12.16 20:59:46.753523 [ 190 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 15932 | 2024.12.16 20:59:46.754282 [ 190 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_56_11} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15933 | 2024.12.16 20:59:46.754362 [ 190 ] {e00db68c-40a2-4493-821c-2ff1cbb238cc::all_1_56_11} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 15934 | 2024.12.16 20:59:46.754684 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 15935 | 2024.12.16 20:59:50.332808 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15936 | 2024.12.16 20:59:50.333047 [ 261 ] {f74cefd9-1110-48ea-b643-f4c1135ce566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15937 | 2024.12.16 20:59:50.333132 [ 261 ] {f74cefd9-1110-48ea-b643-f4c1135ce566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15938 | 2024.12.16 20:59:50.333898 [ 261 ] {f74cefd9-1110-48ea-b643-f4c1135ce566} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15939 | 2024.12.16 20:59:50.333956 [ 261 ] {f74cefd9-1110-48ea-b643-f4c1135ce566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15940 | 2024.12.16 20:59:50.334407 [ 261 ] {f74cefd9-1110-48ea-b643-f4c1135ce566} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15941 | 2024.12.16 20:59:50.334680 [ 261 ] {f74cefd9-1110-48ea-b643-f4c1135ce566} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15942 | 2024.12.16 20:59:50.334898 [ 129 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15943 | 2024.12.16 20:59:50.334948 [ 261 ] {f74cefd9-1110-48ea-b643-f4c1135ce566} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001952 sec., 7172.131147540984 rows/sec., 516.30 KiB/sec. | ||
| 15944 | 2024.12.16 20:59:50.334997 [ 129 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15945 | 2024.12.16 20:59:50.335068 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15946 | 2024.12.16 20:59:50.335103 [ 261 ] {f74cefd9-1110-48ea-b643-f4c1135ce566} <Debug> TCPHandler: Processed in 0.002442337 sec. | ||
| 15947 | 2024.12.16 20:59:50.335349 [ 224 ] {} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): 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] | ||
| 15948 | 2024.12.16 20:59:50.335390 [ 197 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 15949 | 2024.12.16 20:59:50.335433 [ 224 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): 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] | ||
| 15950 | 2024.12.16 20:59:50.335459 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15951 | 2024.12.16 20:59:50.335806 [ 197 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15952 | 2024.12.16 20:59:50.335889 [ 260 ] {44ad4cdd-6898-4d19-b9c0-da4ec32c5e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15953 | 2024.12.16 20:59:50.335935 [ 197 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 15954 | 2024.12.16 20:59:50.336021 [ 260 ] {44ad4cdd-6898-4d19-b9c0-da4ec32c5e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15955 | 2024.12.16 20:59:50.336231 [ 197 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 15956 | 2024.12.16 20:59:50.336783 [ 197 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 15957 | 2024.12.16 20:59:50.337260 [ 197 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 15958 | 2024.12.16 20:59:50.337760 [ 197 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::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 | ||
| 15959 | 2024.12.16 20:59:50.340491 [ 260 ] {44ad4cdd-6898-4d19-b9c0-da4ec32c5e62} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15960 | 2024.12.16 20:59:50.340608 [ 260 ] {44ad4cdd-6898-4d19-b9c0-da4ec32c5e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15961 | 2024.12.16 20:59:50.342252 [ 260 ] {44ad4cdd-6898-4d19-b9c0-da4ec32c5e62} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15962 | 2024.12.16 20:59:50.342481 [ 197 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007295069 sec., 9595.522674288619 rows/sec., 728.23 KiB/sec. | ||
| 15963 | 2024.12.16 20:59:50.342478 [ 224 ] {} <Debug> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): 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] | ||
| 15964 | 2024.12.16 20:59:50.342842 [ 197 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15965 | 2024.12.16 20:59:50.343048 [ 260 ] {44ad4cdd-6898-4d19-b9c0-da4ec32c5e62} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15966 | 2024.12.16 20:59:50.343949 [ 260 ] {44ad4cdd-6898-4d19-b9c0-da4ec32c5e62} <Debug> executeQuery: Read 241 rows, 21.63 KiB in 0.008199 sec., 29393.828515672645 rows/sec., 2.58 MiB/sec. | ||
| 15967 | 2024.12.16 20:59:50.343930 [ 197 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_53_13} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15968 | 2024.12.16 20:59:50.344480 [ 260 ] {44ad4cdd-6898-4d19-b9c0-da4ec32c5e62} <Debug> TCPHandler: Processed in 0.009224606 sec. | ||
| 15969 | 2024.12.16 20:59:50.344715 [ 197 ] {bf0bf67d-8e55-4996-8c48-0c4821c79012::all_1_53_13} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15970 | 2024.12.16 20:59:50.344905 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15971 | 2024.12.16 20:59:50.345151 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15972 | 2024.12.16 20:59:50.345326 [ 261 ] {9fe840bf-0dc6-4539-85a7-2d0f33e0a9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15973 | 2024.12.16 20:59:50.345482 [ 261 ] {9fe840bf-0dc6-4539-85a7-2d0f33e0a9c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15974 | 2024.12.16 20:59:50.346942 [ 261 ] {9fe840bf-0dc6-4539-85a7-2d0f33e0a9c1} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15975 | 2024.12.16 20:59:50.346987 [ 261 ] {9fe840bf-0dc6-4539-85a7-2d0f33e0a9c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15976 | 2024.12.16 20:59:50.347374 [ 261 ] {9fe840bf-0dc6-4539-85a7-2d0f33e0a9c1} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15977 | 2024.12.16 20:59:50.347637 [ 261 ] {9fe840bf-0dc6-4539-85a7-2d0f33e0a9c1} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15978 | 2024.12.16 20:59:50.347861 [ 261 ] {9fe840bf-0dc6-4539-85a7-2d0f33e0a9c1} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.002676 sec., 9715.994020926757 rows/sec., 704.32 KiB/sec. | ||
| 15979 | 2024.12.16 20:59:50.347929 [ 261 ] {9fe840bf-0dc6-4539-85a7-2d0f33e0a9c1} <Debug> TCPHandler: Processed in 0.003270552 sec. | ||
| 15980 | 2024.12.16 20:59:50.348076 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15981 | 2024.12.16 20:59:50.348203 [ 260 ] {b3ef9a11-b784-4a21-90d3-ecd77351fad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15982 | 2024.12.16 20:59:50.348255 [ 260 ] {b3ef9a11-b784-4a21-90d3-ecd77351fad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15983 | 2024.12.16 20:59:50.348856 [ 260 ] {b3ef9a11-b784-4a21-90d3-ecd77351fad4} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15984 | 2024.12.16 20:59:50.348898 [ 260 ] {b3ef9a11-b784-4a21-90d3-ecd77351fad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15985 | 2024.12.16 20:59:50.349266 [ 260 ] {b3ef9a11-b784-4a21-90d3-ecd77351fad4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 15986 | 2024.12.16 20:59:50.349517 [ 260 ] {b3ef9a11-b784-4a21-90d3-ecd77351fad4} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15987 | 2024.12.16 20:59:50.349748 [ 260 ] {b3ef9a11-b784-4a21-90d3-ecd77351fad4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec. | ||
| 15988 | 2024.12.16 20:59:50.349797 [ 223 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): 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] | ||
| 15989 | 2024.12.16 20:59:50.349836 [ 260 ] {b3ef9a11-b784-4a21-90d3-ecd77351fad4} <Debug> TCPHandler: Processed in 0.001823225 sec. | ||
| 15990 | 2024.12.16 20:59:50.349867 [ 223 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): 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] | ||
| 15991 | 2024.12.16 20:59:50.349996 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15992 | 2024.12.16 20:59:50.350118 [ 261 ] {4e103ce1-952a-414f-a8c2-d01ef63bea90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15993 | 2024.12.16 20:59:50.350167 [ 261 ] {4e103ce1-952a-414f-a8c2-d01ef63bea90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15994 | 2024.12.16 20:59:50.351105 [ 261 ] {4e103ce1-952a-414f-a8c2-d01ef63bea90} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15995 | 2024.12.16 20:59:50.351162 [ 261 ] {4e103ce1-952a-414f-a8c2-d01ef63bea90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15996 | 2024.12.16 20:59:50.351639 [ 261 ] {4e103ce1-952a-414f-a8c2-d01ef63bea90} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15997 | 2024.12.16 20:59:50.351940 [ 261 ] {4e103ce1-952a-414f-a8c2-d01ef63bea90} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15998 | 2024.12.16 20:59:50.352148 [ 132 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15999 | 2024.12.16 20:59:50.352254 [ 132 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16000 | 2024.12.16 20:59:50.352281 [ 261 ] {4e103ce1-952a-414f-a8c2-d01ef63bea90} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002173 sec., 5982.512655315232 rows/sec., 373.01 KiB/sec. | ||
| 16001 | 2024.12.16 20:59:50.352325 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16002 | 2024.12.16 20:59:50.352565 [ 261 ] {4e103ce1-952a-414f-a8c2-d01ef63bea90} <Debug> TCPHandler: Processed in 0.00262309 sec. | ||
| 16003 | 2024.12.16 20:59:50.352844 [ 188 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 16004 | 2024.12.16 20:59:50.352879 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16005 | 2024.12.16 20:59:50.353172 [ 260 ] {9d41b5ea-9fef-448d-a974-a3bb30339f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16006 | 2024.12.16 20:59:50.353253 [ 188 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16007 | 2024.12.16 20:59:50.353318 [ 260 ] {9d41b5ea-9fef-448d-a974-a3bb30339f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16008 | 2024.12.16 20:59:50.353346 [ 188 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 16009 | 2024.12.16 20:59:50.353989 [ 188 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 16010 | 2024.12.16 20:59:50.354827 [ 188 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 16011 | 2024.12.16 20:59:50.355132 [ 223 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): 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] | ||
| 16012 | 2024.12.16 20:59:50.355433 [ 188 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 16013 | 2024.12.16 20:59:50.355940 [ 188 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::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 | ||
| 16014 | 2024.12.16 20:59:50.357733 [ 260 ] {9d41b5ea-9fef-448d-a974-a3bb30339f40} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16015 | 2024.12.16 20:59:50.357802 [ 260 ] {9d41b5ea-9fef-448d-a974-a3bb30339f40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16016 | 2024.12.16 20:59:50.358846 [ 260 ] {9d41b5ea-9fef-448d-a974-a3bb30339f40} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16017 | 2024.12.16 20:59:50.359343 [ 187 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006866811 sec., 9465.82045144391 rows/sec., 627.17 KiB/sec. | ||
| 16018 | 2024.12.16 20:59:50.359404 [ 260 ] {9d41b5ea-9fef-448d-a974-a3bb30339f40} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16019 | 2024.12.16 20:59:50.359600 [ 187 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 16020 | 2024.12.16 20:59:50.359847 [ 260 ] {9d41b5ea-9fef-448d-a974-a3bb30339f40} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.006755 sec., 59363.434492968176 rows/sec., 4.22 MiB/sec. | ||
| 16021 | 2024.12.16 20:59:50.360010 [ 260 ] {9d41b5ea-9fef-448d-a974-a3bb30339f40} <Debug> TCPHandler: Processed in 0.00731618 sec. | ||
| 16022 | 2024.12.16 20:59:50.360174 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16023 | 2024.12.16 20:59:50.360231 [ 187 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_53_13} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16024 | 2024.12.16 20:59:50.360333 [ 261 ] {0fb49832-3322-4e38-a596-0547f10cfd37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16025 | 2024.12.16 20:59:50.360342 [ 187 ] {17dffd00-d3a9-46cc-a9f3-f67924607814::all_1_53_13} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 16026 | 2024.12.16 20:59:50.360393 [ 261 ] {0fb49832-3322-4e38-a596-0547f10cfd37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16027 | 2024.12.16 20:59:50.360459 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16028 | 2024.12.16 20:59:50.360911 [ 261 ] {0fb49832-3322-4e38-a596-0547f10cfd37} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16029 | 2024.12.16 20:59:50.360951 [ 261 ] {0fb49832-3322-4e38-a596-0547f10cfd37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16030 | 2024.12.16 20:59:50.361320 [ 261 ] {0fb49832-3322-4e38-a596-0547f10cfd37} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 16031 | 2024.12.16 20:59:50.361557 [ 261 ] {0fb49832-3322-4e38-a596-0547f10cfd37} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16032 | 2024.12.16 20:59:50.361794 [ 261 ] {0fb49832-3322-4e38-a596-0547f10cfd37} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 209.68 KiB/sec. | ||
| 16033 | 2024.12.16 20:59:50.361859 [ 261 ] {0fb49832-3322-4e38-a596-0547f10cfd37} <Debug> TCPHandler: Processed in 0.001750493 sec. | ||
| 16034 | 2024.12.16 20:59:50.362056 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16035 | 2024.12.16 20:59:50.362193 [ 260 ] {805db986-1ab5-4c25-a03c-345185aa5cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16036 | 2024.12.16 20:59:50.362247 [ 260 ] {805db986-1ab5-4c25-a03c-345185aa5cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16037 | 2024.12.16 20:59:50.362837 [ 260 ] {805db986-1ab5-4c25-a03c-345185aa5cf3} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16038 | 2024.12.16 20:59:50.362875 [ 260 ] {805db986-1ab5-4c25-a03c-345185aa5cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16039 | 2024.12.16 20:59:50.363290 [ 260 ] {805db986-1ab5-4c25-a03c-345185aa5cf3} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16040 | 2024.12.16 20:59:50.363534 [ 260 ] {805db986-1ab5-4c25-a03c-345185aa5cf3} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16041 | 2024.12.16 20:59:50.363711 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Selected 6 parts from all_1_122_25 to all_127_127_0 | ||
| 16042 | 2024.12.16 20:59:50.363775 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16043 | 2024.12.16 20:59:50.363779 [ 260 ] {805db986-1ab5-4c25-a03c-345185aa5cf3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001601 sec., 148032.4797001874 rows/sec., 9.92 MiB/sec. | ||
| 16044 | 2024.12.16 20:59:50.363807 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16045 | 2024.12.16 20:59:50.363960 [ 260 ] {805db986-1ab5-4c25-a03c-345185aa5cf3} <Debug> TCPHandler: Processed in 0.002008898 sec. | ||
| 16046 | 2024.12.16 20:59:50.364112 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_122_25 to all_127_127_0 into Compact with storage Full | ||
| 16047 | 2024.12.16 20:59:50.364204 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16048 | 2024.12.16 20:59:50.364329 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16049 | 2024.12.16 20:59:50.364423 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_122_25, total 37293 rows starting from the beginning of the part | ||
| 16050 | 2024.12.16 20:59:50.364474 [ 261 ] {2cd5bc9a-b46c-449d-b5b0-3b2333bde1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16051 | 2024.12.16 20:59:50.364714 [ 261 ] {2cd5bc9a-b46c-449d-b5b0-3b2333bde1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16052 | 2024.12.16 20:59:50.364925 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 16053 | 2024.12.16 20:59:50.365660 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 16054 | 2024.12.16 20:59:50.366290 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 946 rows starting from the beginning of the part | ||
| 16055 | 2024.12.16 20:59:50.366875 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part | ||
| 16056 | 2024.12.16 20:59:50.367510 [ 199 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 237 rows starting from the beginning of the part | ||
| 16057 | 2024.12.16 20:59:50.368255 [ 261 ] {2cd5bc9a-b46c-449d-b5b0-3b2333bde1e9} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16058 | 2024.12.16 20:59:50.368306 [ 261 ] {2cd5bc9a-b46c-449d-b5b0-3b2333bde1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16059 | 2024.12.16 20:59:50.368838 [ 261 ] {2cd5bc9a-b46c-449d-b5b0-3b2333bde1e9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 16060 | 2024.12.16 20:59:50.369197 [ 261 ] {2cd5bc9a-b46c-449d-b5b0-3b2333bde1e9} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16061 | 2024.12.16 20:59:50.369596 [ 261 ] {2cd5bc9a-b46c-449d-b5b0-3b2333bde1e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005206 sec., 192.0860545524395 rows/sec., 12.94 KiB/sec. | ||
| 16062 | 2024.12.16 20:59:50.369710 [ 261 ] {2cd5bc9a-b46c-449d-b5b0-3b2333bde1e9} <Debug> TCPHandler: Processed in 0.005608207 sec. | ||
| 16063 | 2024.12.16 20:59:50.369866 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16064 | 2024.12.16 20:59:50.370017 [ 260 ] {def2f9df-d684-4d3b-ad65-5e0a2143cfb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16065 | 2024.12.16 20:59:50.370101 [ 260 ] {def2f9df-d684-4d3b-ad65-5e0a2143cfb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16066 | 2024.12.16 20:59:50.371686 [ 260 ] {def2f9df-d684-4d3b-ad65-5e0a2143cfb4} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16067 | 2024.12.16 20:59:50.371727 [ 260 ] {def2f9df-d684-4d3b-ad65-5e0a2143cfb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16068 | 2024.12.16 20:59:50.372598 [ 260 ] {def2f9df-d684-4d3b-ad65-5e0a2143cfb4} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 16069 | 2024.12.16 20:59:50.373031 [ 260 ] {def2f9df-d684-4d3b-ad65-5e0a2143cfb4} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16070 | 2024.12.16 20:59:50.373325 [ 260 ] {def2f9df-d684-4d3b-ad65-5e0a2143cfb4} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.00333 sec., 5705.705705705705 rows/sec., 10.22 MiB/sec. | ||
| 16071 | 2024.12.16 20:59:50.373458 [ 260 ] {def2f9df-d684-4d3b-ad65-5e0a2143cfb4} <Debug> TCPHandler: Processed in 0.00365789 sec. | ||
| 16072 | 2024.12.16 20:59:50.373639 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16073 | 2024.12.16 20:59:50.373796 [ 261 ] {b9cda5e5-addf-4410-abee-a239da3035cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16074 | 2024.12.16 20:59:50.373857 [ 261 ] {b9cda5e5-addf-4410-abee-a239da3035cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16075 | 2024.12.16 20:59:50.374499 [ 261 ] {b9cda5e5-addf-4410-abee-a239da3035cc} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16076 | 2024.12.16 20:59:50.374539 [ 261 ] {b9cda5e5-addf-4410-abee-a239da3035cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16077 | 2024.12.16 20:59:50.374951 [ 261 ] {b9cda5e5-addf-4410-abee-a239da3035cc} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16078 | 2024.12.16 20:59:50.375222 [ 261 ] {b9cda5e5-addf-4410-abee-a239da3035cc} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16079 | 2024.12.16 20:59:50.375481 [ 261 ] {b9cda5e5-addf-4410-abee-a239da3035cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001721 sec., 47646.71702498547 rows/sec., 3.03 MiB/sec. | ||
| 16080 | 2024.12.16 20:59:50.375573 [ 261 ] {b9cda5e5-addf-4410-abee-a239da3035cc} <Debug> TCPHandler: Processed in 0.002033469 sec. | ||
| 16081 | 2024.12.16 20:59:50.376194 [ 196 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38937 rows, containing 5 columns (5 merged, 0 gathered) in 0.012252444 sec., 3177896.589447787 rows/sec., 214.57 MiB/sec. | ||
| 16082 | 2024.12.16 20:59:50.376715 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Trace> MergedBlockOutputStream: filled checksums all_1_127_26 (state Temporary) | ||
| 16083 | 2024.12.16 20:59:50.377050 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_merge_all_1_127_26 to all_1_127_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16084 | 2024.12.16 20:59:50.377142 [ 201 ] {e3e5e15d-b5d9-43cd-a854-ce8bf27f496f::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f) (MergerMutator): Merged 6 parts: [all_1_122_25, all_127_127_0] -> all_1_127_26 | ||
| 16085 | 2024.12.16 20:59:50.377246 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 16086 | 2024.12.16 20:59:51.060618 [ 221 ] {} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): 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] | ||
| 16087 | 2024.12.16 20:59:51.060674 [ 221 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): 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] | ||
| 16088 | 2024.12.16 20:59:51.062309 [ 221 ] {} <Debug> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): 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] | ||
| 16089 | 2024.12.16 20:59:51.261963 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): 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] | ||
| 16090 | 2024.12.16 20:59:51.262016 [ 217 ] {} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): 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] | ||
| 16091 | 2024.12.16 20:59:51.262062 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): 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] | ||
| 16092 | 2024.12.16 20:59:51.262078 [ 217 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): 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] | ||
| 16093 | 2024.12.16 20:59:51.265716 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): 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] | ||
| 16094 | 2024.12.16 20:59:51.265817 [ 217 ] {} <Debug> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): 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] | ||
| 16095 | 2024.12.16 20:59:51.288879 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16096 | 2024.12.16 20:59:51.288933 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16097 | 2024.12.16 20:59:51.530093 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 16098 | 2024.12.16 20:59:51.530810 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16099 | 2024.12.16 20:59:51.530858 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16100 | 2024.12.16 20:59:51.531448 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16101 | 2024.12.16 20:59:51.531707 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16102 | 2024.12.16 20:59:51.531942 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 16103 | 2024.12.16 20:59:54.213801 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 16104 | 2024.12.16 20:59:54.237727 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16105 | 2024.12.16 20:59:54.237798 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16106 | 2024.12.16 20:59:54.245371 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16107 | 2024.12.16 20:59:54.246224 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16108 | 2024.12.16 20:59:54.249437 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 16109 | 2024.12.16 20:59:55.226657 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): 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] | ||
| 16110 | 2024.12.16 20:59:55.226737 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): 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] | ||
| 16111 | 2024.12.16 20:59:55.228952 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): 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] | ||
| 16112 | 2024.12.16 20:59:55.324474 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16113 | 2024.12.16 20:59:55.324662 [ 261 ] {d606b2db-a6f4-4dd8-8265-6dce0955a3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16114 | 2024.12.16 20:59:55.324737 [ 261 ] {d606b2db-a6f4-4dd8-8265-6dce0955a3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16115 | 2024.12.16 20:59:55.325542 [ 261 ] {d606b2db-a6f4-4dd8-8265-6dce0955a3f2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16116 | 2024.12.16 20:59:55.325582 [ 261 ] {d606b2db-a6f4-4dd8-8265-6dce0955a3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16117 | 2024.12.16 20:59:55.326009 [ 261 ] {d606b2db-a6f4-4dd8-8265-6dce0955a3f2} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16118 | 2024.12.16 20:59:55.326254 [ 261 ] {d606b2db-a6f4-4dd8-8265-6dce0955a3f2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16119 | 2024.12.16 20:59:55.326470 [ 261 ] {d606b2db-a6f4-4dd8-8265-6dce0955a3f2} <Debug> executeQuery: Read 102 rows, 8.69 KiB in 0.001851 sec., 55105.34846029174 rows/sec., 4.59 MiB/sec. | ||
| 16120 | 2024.12.16 20:59:55.326550 [ 261 ] {d606b2db-a6f4-4dd8-8265-6dce0955a3f2} <Debug> TCPHandler: Processed in 0.002202782 sec. | ||
| 16121 | 2024.12.16 20:59:55.326582 [ 217 ] {} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): 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] | ||
| 16122 | 2024.12.16 20:59:55.326668 [ 217 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): 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] | ||
| 16123 | 2024.12.16 20:59:55.326826 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16124 | 2024.12.16 20:59:55.327083 [ 260 ] {624a1e1a-9fcb-4cfc-bf94-895dbc253230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16125 | 2024.12.16 20:59:55.327212 [ 260 ] {624a1e1a-9fcb-4cfc-bf94-895dbc253230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16126 | 2024.12.16 20:59:55.328912 [ 260 ] {624a1e1a-9fcb-4cfc-bf94-895dbc253230} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16127 | 2024.12.16 20:59:55.328974 [ 260 ] {624a1e1a-9fcb-4cfc-bf94-895dbc253230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16128 | 2024.12.16 20:59:55.329766 [ 260 ] {624a1e1a-9fcb-4cfc-bf94-895dbc253230} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 16129 | 2024.12.16 20:59:55.330171 [ 260 ] {624a1e1a-9fcb-4cfc-bf94-895dbc253230} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16130 | 2024.12.16 20:59:55.330275 [ 217 ] {} <Debug> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): 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] | ||
| 16131 | 2024.12.16 20:59:55.330690 [ 260 ] {624a1e1a-9fcb-4cfc-bf94-895dbc253230} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.003693 sec., 6227.998916869753 rows/sec., 468.32 KiB/sec. | ||
| 16132 | 2024.12.16 20:59:55.330890 [ 260 ] {624a1e1a-9fcb-4cfc-bf94-895dbc253230} <Debug> TCPHandler: Processed in 0.00422756 sec. | ||
| 16133 | 2024.12.16 20:59:55.331098 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16134 | 2024.12.16 20:59:55.331315 [ 261 ] {65077a2a-fcc5-4864-a035-361ad34475f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16135 | 2024.12.16 20:59:55.331371 [ 261 ] {65077a2a-fcc5-4864-a035-361ad34475f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16136 | 2024.12.16 20:59:55.331975 [ 261 ] {65077a2a-fcc5-4864-a035-361ad34475f5} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16137 | 2024.12.16 20:59:55.332013 [ 261 ] {65077a2a-fcc5-4864-a035-361ad34475f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16138 | 2024.12.16 20:59:55.332397 [ 261 ] {65077a2a-fcc5-4864-a035-361ad34475f5} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16139 | 2024.12.16 20:59:55.332657 [ 261 ] {65077a2a-fcc5-4864-a035-361ad34475f5} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16140 | 2024.12.16 20:59:55.332842 [ 261 ] {65077a2a-fcc5-4864-a035-361ad34475f5} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001582 sec., 54993.678887484195 rows/sec., 4.29 MiB/sec. | ||
| 16141 | 2024.12.16 20:59:55.332899 [ 261 ] {65077a2a-fcc5-4864-a035-361ad34475f5} <Debug> TCPHandler: Processed in 0.001912326 sec. | ||
| 16142 | 2024.12.16 20:59:55.333045 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16143 | 2024.12.16 20:59:55.333171 [ 260 ] {df8616e0-58b9-4650-9e3f-a84f0f5580cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16144 | 2024.12.16 20:59:55.333227 [ 260 ] {df8616e0-58b9-4650-9e3f-a84f0f5580cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16145 | 2024.12.16 20:59:55.333799 [ 260 ] {df8616e0-58b9-4650-9e3f-a84f0f5580cf} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16146 | 2024.12.16 20:59:55.333839 [ 260 ] {df8616e0-58b9-4650-9e3f-a84f0f5580cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16147 | 2024.12.16 20:59:55.334230 [ 260 ] {df8616e0-58b9-4650-9e3f-a84f0f5580cf} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16148 | 2024.12.16 20:59:55.334473 [ 260 ] {df8616e0-58b9-4650-9e3f-a84f0f5580cf} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16149 | 2024.12.16 20:59:55.334688 [ 260 ] {df8616e0-58b9-4650-9e3f-a84f0f5580cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. | ||
| 16150 | 2024.12.16 20:59:55.334746 [ 260 ] {df8616e0-58b9-4650-9e3f-a84f0f5580cf} <Debug> TCPHandler: Processed in 0.001761613 sec. | ||
| 16151 | 2024.12.16 20:59:55.334877 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16152 | 2024.12.16 20:59:55.334993 [ 261 ] {34272c2e-74c5-4381-8316-4c13f77a65ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16153 | 2024.12.16 20:59:55.335073 [ 261 ] {34272c2e-74c5-4381-8316-4c13f77a65ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16154 | 2024.12.16 20:59:55.336181 [ 261 ] {34272c2e-74c5-4381-8316-4c13f77a65ed} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16155 | 2024.12.16 20:59:55.336219 [ 261 ] {34272c2e-74c5-4381-8316-4c13f77a65ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16156 | 2024.12.16 20:59:55.336859 [ 261 ] {34272c2e-74c5-4381-8316-4c13f77a65ed} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 16157 | 2024.12.16 20:59:55.337117 [ 261 ] {34272c2e-74c5-4381-8316-4c13f77a65ed} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16158 | 2024.12.16 20:59:55.337317 [ 261 ] {34272c2e-74c5-4381-8316-4c13f77a65ed} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002349 sec., 9791.400595998297 rows/sec., 17.55 MiB/sec. | ||
| 16159 | 2024.12.16 20:59:55.337431 [ 261 ] {34272c2e-74c5-4381-8316-4c13f77a65ed} <Debug> TCPHandler: Processed in 0.00260752 sec. | ||
| 16160 | 2024.12.16 20:59:55.337581 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16161 | 2024.12.16 20:59:55.337701 [ 260 ] {eab395be-f4e6-47cc-9e30-201c32ff6a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16162 | 2024.12.16 20:59:55.337753 [ 260 ] {eab395be-f4e6-47cc-9e30-201c32ff6a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16163 | 2024.12.16 20:59:55.338245 [ 260 ] {eab395be-f4e6-47cc-9e30-201c32ff6a2f} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16164 | 2024.12.16 20:59:55.338284 [ 260 ] {eab395be-f4e6-47cc-9e30-201c32ff6a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16165 | 2024.12.16 20:59:55.338648 [ 260 ] {eab395be-f4e6-47cc-9e30-201c32ff6a2f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16166 | 2024.12.16 20:59:55.338896 [ 260 ] {eab395be-f4e6-47cc-9e30-201c32ff6a2f} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16167 | 2024.12.16 20:59:55.339106 [ 260 ] {eab395be-f4e6-47cc-9e30-201c32ff6a2f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
| 16168 | 2024.12.16 20:59:55.339157 [ 260 ] {eab395be-f4e6-47cc-9e30-201c32ff6a2f} <Debug> TCPHandler: Processed in 0.001633002 sec. | ||
| 16169 | 2024.12.16 20:59:55.490564 [ 123 ] {} <Debug> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 16170 | 2024.12.16 20:59:55.490618 [ 123 ] {} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16171 | 2024.12.16 20:59:55.490643 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16172 | 2024.12.16 20:59:55.490872 [ 189 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::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 | ||
| 16173 | 2024.12.16 20:59:55.491141 [ 189 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16174 | 2024.12.16 20:59:55.491188 [ 189 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part | ||
| 16175 | 2024.12.16 20:59:55.491286 [ 189 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 16176 | 2024.12.16 20:59:55.491404 [ 189 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 16177 | 2024.12.16 20:59:55.491554 [ 189 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 16178 | 2024.12.16 20:59:55.491640 [ 189 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part | ||
| 16179 | 2024.12.16 20:59:55.492614 [ 196 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001882156 sec., 19127.001162496625 rows/sec., 1.60 MiB/sec. | ||
| 16180 | 2024.12.16 20:59:55.492822 [ 196 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 16181 | 2024.12.16 20:59:55.493199 [ 196 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_33_8} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16182 | 2024.12.16 20:59:55.493303 [ 196 ] {44f9bb5f-667f-4d64-8dab-17a7418d8447::all_1_33_8} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 16183 | 2024.12.16 20:59:55.493412 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16184 | 2024.12.16 20:59:55.662010 [ 220 ] {} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): 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] | ||
| 16185 | 2024.12.16 20:59:55.662075 [ 220 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): 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] | ||
| 16186 | 2024.12.16 20:59:55.664126 [ 220 ] {} <Debug> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): 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] | ||
| 16187 | 2024.12.16 20:59:55.699307 [ 221 ] {} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): 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] | ||
| 16188 | 2024.12.16 20:59:55.699396 [ 221 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): 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] | ||
| 16189 | 2024.12.16 20:59:55.701750 [ 221 ] {} <Debug> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): 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] | ||
| 16190 | 2024.12.16 20:59:56.738628 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2274 | ||
| 16191 | 2024.12.16 20:59:56.742219 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16192 | 2024.12.16 20:59:56.742272 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16193 | 2024.12.16 20:59:56.743808 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16194 | 2024.12.16 20:59:56.744128 [ 243 ] {} <Trace> system.query_log (e00db68c-40a2-4493-821c-2ff1cbb238cc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16195 | 2024.12.16 20:59:56.744698 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2274 | ||
| 16196 | 2024.12.16 20:59:59.032079 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 16197 | 2024.12.16 20:59:59.032936 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16198 | 2024.12.16 20:59:59.032983 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16199 | 2024.12.16 20:59:59.033523 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16200 | 2024.12.16 20:59:59.033779 [ 242 ] {} <Trace> system.asynchronous_metric_log (580f16d1-0254-4dba-86b7-34dd5447a71a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16201 | 2024.12.16 20:59:59.034030 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 16202 | 2024.12.16 21:00:00.329146 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16203 | 2024.12.16 21:00:00.329343 [ 261 ] {dec233f9-cd08-4b5c-994a-ecc771faa087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16204 | 2024.12.16 21:00:00.329421 [ 261 ] {dec233f9-cd08-4b5c-994a-ecc771faa087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16205 | 2024.12.16 21:00:00.330224 [ 261 ] {dec233f9-cd08-4b5c-994a-ecc771faa087} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16206 | 2024.12.16 21:00:00.330280 [ 261 ] {dec233f9-cd08-4b5c-994a-ecc771faa087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16207 | 2024.12.16 21:00:00.330720 [ 261 ] {dec233f9-cd08-4b5c-994a-ecc771faa087} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16208 | 2024.12.16 21:00:00.330993 [ 261 ] {dec233f9-cd08-4b5c-994a-ecc771faa087} <Trace> oximeter.fields_i16 (bf0bf67d-8e55-4996-8c48-0c4821c79012): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16209 | 2024.12.16 21:00:00.331249 [ 261 ] {dec233f9-cd08-4b5c-994a-ecc771faa087} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001955 sec., 7161.125319693094 rows/sec., 515.51 KiB/sec. | ||
| 16210 | 2024.12.16 21:00:00.331328 [ 261 ] {dec233f9-cd08-4b5c-994a-ecc771faa087} <Debug> TCPHandler: Processed in 0.002315715 sec. | ||
| 16211 | 2024.12.16 21:00:00.331636 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16212 | 2024.12.16 21:00:00.331827 [ 260 ] {d0628c1d-a0dc-43ed-9a39-6671761ae2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16213 | 2024.12.16 21:00:00.331905 [ 260 ] {d0628c1d-a0dc-43ed-9a39-6671761ae2e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16214 | 2024.12.16 21:00:00.332678 [ 260 ] {d0628c1d-a0dc-43ed-9a39-6671761ae2e0} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16215 | 2024.12.16 21:00:00.332732 [ 260 ] {d0628c1d-a0dc-43ed-9a39-6671761ae2e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16216 | 2024.12.16 21:00:00.333170 [ 260 ] {d0628c1d-a0dc-43ed-9a39-6671761ae2e0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 16217 | 2024.12.16 21:00:00.333444 [ 260 ] {d0628c1d-a0dc-43ed-9a39-6671761ae2e0} <Trace> oximeter.fields_ipaddr (44f9bb5f-667f-4d64-8dab-17a7418d8447): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16218 | 2024.12.16 21:00:00.333717 [ 260 ] {d0628c1d-a0dc-43ed-9a39-6671761ae2e0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001931 sec., 2071.465561885034 rows/sec., 168.91 KiB/sec. | ||
| 16219 | 2024.12.16 21:00:00.333900 [ 260 ] {d0628c1d-a0dc-43ed-9a39-6671761ae2e0} <Debug> TCPHandler: Processed in 0.002413156 sec. | ||
| 16220 | 2024.12.16 21:00:00.334134 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16221 | 2024.12.16 21:00:00.334296 [ 261 ] {1c9f5f22-bcb4-4c85-a96c-a78cbd4ee2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16222 | 2024.12.16 21:00:00.334373 [ 261 ] {1c9f5f22-bcb4-4c85-a96c-a78cbd4ee2f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16223 | 2024.12.16 21:00:00.335146 [ 261 ] {1c9f5f22-bcb4-4c85-a96c-a78cbd4ee2f2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16224 | 2024.12.16 21:00:00.335189 [ 261 ] {1c9f5f22-bcb4-4c85-a96c-a78cbd4ee2f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16225 | 2024.12.16 21:00:00.335601 [ 261 ] {1c9f5f22-bcb4-4c85-a96c-a78cbd4ee2f2} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16226 | 2024.12.16 21:00:00.335871 [ 261 ] {1c9f5f22-bcb4-4c85-a96c-a78cbd4ee2f2} <Trace> oximeter.fields_string (e8c0eadf-c3a9-4939-b718-4e5f2e49bae2): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16227 | 2024.12.16 21:00:00.336106 [ 261 ] {1c9f5f22-bcb4-4c85-a96c-a78cbd4ee2f2} <Debug> executeQuery: Read 243 rows, 21.77 KiB in 0.001849 sec., 131422.39048134128 rows/sec., 11.50 MiB/sec. | ||
| 16228 | 2024.12.16 21:00:00.336170 [ 261 ] {1c9f5f22-bcb4-4c85-a96c-a78cbd4ee2f2} <Debug> TCPHandler: Processed in 0.002152381 sec. | ||
| 16229 | 2024.12.16 21:00:00.336347 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16230 | 2024.12.16 21:00:00.336485 [ 260 ] {f6d68621-717f-488d-ad13-2df257ea5859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16231 | 2024.12.16 21:00:00.336542 [ 260 ] {f6d68621-717f-488d-ad13-2df257ea5859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16232 | 2024.12.16 21:00:00.337176 [ 260 ] {f6d68621-717f-488d-ad13-2df257ea5859} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16233 | 2024.12.16 21:00:00.337220 [ 260 ] {f6d68621-717f-488d-ad13-2df257ea5859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16234 | 2024.12.16 21:00:00.337616 [ 260 ] {f6d68621-717f-488d-ad13-2df257ea5859} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 16235 | 2024.12.16 21:00:00.337881 [ 260 ] {f6d68621-717f-488d-ad13-2df257ea5859} <Trace> oximeter.fields_u16 (1735a751-379b-4abf-b92b-1f6ac1dc7404): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16236 | 2024.12.16 21:00:00.338137 [ 260 ] {f6d68621-717f-488d-ad13-2df257ea5859} <Debug> executeQuery: Read 30 rows, 2.16 KiB in 0.001685 sec., 17804.154302670624 rows/sec., 1.25 MiB/sec. | ||
| 16237 | 2024.12.16 21:00:00.338248 [ 260 ] {f6d68621-717f-488d-ad13-2df257ea5859} <Debug> TCPHandler: Processed in 0.001966657 sec. | ||
| 16238 | 2024.12.16 21:00:00.338419 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16239 | 2024.12.16 21:00:00.338555 [ 261 ] {72961136-fb8c-4370-bfb6-50abd5401e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16240 | 2024.12.16 21:00:00.338608 [ 261 ] {72961136-fb8c-4370-bfb6-50abd5401e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16241 | 2024.12.16 21:00:00.339187 [ 261 ] {72961136-fb8c-4370-bfb6-50abd5401e53} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16242 | 2024.12.16 21:00:00.339226 [ 261 ] {72961136-fb8c-4370-bfb6-50abd5401e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16243 | 2024.12.16 21:00:00.339591 [ 261 ] {72961136-fb8c-4370-bfb6-50abd5401e53} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 16244 | 2024.12.16 21:00:00.339842 [ 261 ] {72961136-fb8c-4370-bfb6-50abd5401e53} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16245 | 2024.12.16 21:00:00.340029 [ 117 ] {} <Debug> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 16246 | 2024.12.16 21:00:00.340067 [ 261 ] {72961136-fb8c-4370-bfb6-50abd5401e53} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001537 sec., 9108.653220559532 rows/sec., 637.91 KiB/sec. | ||
| 16247 | 2024.12.16 21:00:00.340120 [ 117 ] {} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16248 | 2024.12.16 21:00:00.340197 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16249 | 2024.12.16 21:00:00.340203 [ 261 ] {72961136-fb8c-4370-bfb6-50abd5401e53} <Debug> TCPHandler: Processed in 0.001858825 sec. | ||
| 16250 | 2024.12.16 21:00:00.340397 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16251 | 2024.12.16 21:00:00.340413 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 16252 | 2024.12.16 21:00:00.340634 [ 260 ] {f48b1216-6a8f-43fb-b017-4f20f1a5c312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16253 | 2024.12.16 21:00:00.340684 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16254 | 2024.12.16 21:00:00.340735 [ 260 ] {f48b1216-6a8f-43fb-b017-4f20f1a5c312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16255 | 2024.12.16 21:00:00.340762 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 16256 | 2024.12.16 21:00:00.341120 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 16257 | 2024.12.16 21:00:00.341452 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 16258 | 2024.12.16 21:00:00.341795 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 16259 | 2024.12.16 21:00:00.342212 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 16260 | 2024.12.16 21:00:00.342537 [ 193 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::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 | ||
| 16261 | 2024.12.16 21:00:00.343726 [ 260 ] {f48b1216-6a8f-43fb-b017-4f20f1a5c312} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16262 | 2024.12.16 21:00:00.343805 [ 260 ] {f48b1216-6a8f-43fb-b017-4f20f1a5c312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16263 | 2024.12.16 21:00:00.344909 [ 260 ] {f48b1216-6a8f-43fb-b017-4f20f1a5c312} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16264 | 2024.12.16 21:00:00.345372 [ 198 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005073587 sec., 103871.28475376494 rows/sec., 7.44 MiB/sec. | ||
| 16265 | 2024.12.16 21:00:00.345394 [ 260 ] {f48b1216-6a8f-43fb-b017-4f20f1a5c312} <Trace> oximeter.fields_u8 (17dffd00-d3a9-46cc-a9f3-f67924607814): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16266 | 2024.12.16 21:00:00.345553 [ 198 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 16267 | 2024.12.16 21:00:00.345781 [ 260 ] {f48b1216-6a8f-43fb-b017-4f20f1a5c312} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005235 sec., 2483.285577841452 rows/sec., 154.83 KiB/sec. | ||
| 16268 | 2024.12.16 21:00:00.346141 [ 260 ] {f48b1216-6a8f-43fb-b017-4f20f1a5c312} <Debug> TCPHandler: Processed in 0.005820812 sec. | ||
| 16269 | 2024.12.16 21:00:00.346440 [ 198 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_71_14} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16270 | 2024.12.16 21:00:00.346448 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16271 | 2024.12.16 21:00:00.346789 [ 198 ] {f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560::all_1_71_14} <Trace> oximeter.fields_u32 (f3dd73fe-90e7-4fd2-8ed9-ca7c1e97c560) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 16272 | 2024.12.16 21:00:00.346826 [ 261 ] {4b6bcb65-6540-48d7-977e-cf4230362832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16273 | 2024.12.16 21:00:00.346969 [ 261 ] {4b6bcb65-6540-48d7-977e-cf4230362832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16274 | 2024.12.16 21:00:00.347007 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 16275 | 2024.12.16 21:00:00.347770 [ 261 ] {4b6bcb65-6540-48d7-977e-cf4230362832} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16276 | 2024.12.16 21:00:00.347814 [ 261 ] {4b6bcb65-6540-48d7-977e-cf4230362832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16277 | 2024.12.16 21:00:00.348211 [ 261 ] {4b6bcb65-6540-48d7-977e-cf4230362832} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16278 | 2024.12.16 21:00:00.348460 [ 261 ] {4b6bcb65-6540-48d7-977e-cf4230362832} <Trace> oximeter.fields_uuid (de38cd5c-7837-4eb9-83f9-56a6ad39b05d): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16279 | 2024.12.16 21:00:00.348682 [ 261 ] {4b6bcb65-6540-48d7-977e-cf4230362832} <Debug> executeQuery: Read 405 rows, 29.53 KiB in 0.002007 sec., 201793.72197309416 rows/sec., 14.37 MiB/sec. | ||
| 16280 | 2024.12.16 21:00:00.348746 [ 261 ] {4b6bcb65-6540-48d7-977e-cf4230362832} <Debug> TCPHandler: Processed in 0.002485088 sec. | ||
| 16281 | 2024.12.16 21:00:00.348896 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16282 | 2024.12.16 21:00:00.349020 [ 260 ] {e141ed80-d008-4cb9-ac90-b39daf5039f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16283 | 2024.12.16 21:00:00.349078 [ 260 ] {e141ed80-d008-4cb9-ac90-b39daf5039f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16284 | 2024.12.16 21:00:00.349582 [ 260 ] {e141ed80-d008-4cb9-ac90-b39daf5039f7} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16285 | 2024.12.16 21:00:00.349623 [ 260 ] {e141ed80-d008-4cb9-ac90-b39daf5039f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16286 | 2024.12.16 21:00:00.350006 [ 260 ] {e141ed80-d008-4cb9-ac90-b39daf5039f7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16287 | 2024.12.16 21:00:00.350251 [ 260 ] {e141ed80-d008-4cb9-ac90-b39daf5039f7} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16288 | 2024.12.16 21:00:00.350499 [ 260 ] {e141ed80-d008-4cb9-ac90-b39daf5039f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001501 sec., 3997.3351099267156 rows/sec., 208.85 KiB/sec. | ||
| 16289 | 2024.12.16 21:00:00.350536 [ 224 ] {} <Trace> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): 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] | ||
| 16290 | 2024.12.16 21:00:00.350587 [ 260 ] {e141ed80-d008-4cb9-ac90-b39daf5039f7} <Debug> TCPHandler: Processed in 0.001746154 sec. | ||
| 16291 | 2024.12.16 21:00:00.350622 [ 224 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): 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] | ||
| 16292 | 2024.12.16 21:00:00.350796 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16293 | 2024.12.16 21:00:00.350941 [ 261 ] {03fa44b8-e50a-403d-8fea-5c8a724d9a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16294 | 2024.12.16 21:00:00.351018 [ 261 ] {03fa44b8-e50a-403d-8fea-5c8a724d9a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16295 | 2024.12.16 21:00:00.352356 [ 261 ] {03fa44b8-e50a-403d-8fea-5c8a724d9a4a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16296 | 2024.12.16 21:00:00.352410 [ 261 ] {03fa44b8-e50a-403d-8fea-5c8a724d9a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16297 | 2024.12.16 21:00:00.353215 [ 261 ] {03fa44b8-e50a-403d-8fea-5c8a724d9a4a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16298 | 2024.12.16 21:00:00.353757 [ 261 ] {03fa44b8-e50a-403d-8fea-5c8a724d9a4a} <Trace> oximeter.measurements_cumulativeu64 (e3e5e15d-b5d9-43cd-a854-ce8bf27f496f): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16299 | 2024.12.16 21:00:00.354218 [ 261 ] {03fa44b8-e50a-403d-8fea-5c8a724d9a4a} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.003276 sec., 72954.82295482296 rows/sec., 4.89 MiB/sec. | ||
| 16300 | 2024.12.16 21:00:00.354396 [ 224 ] {} <Debug> oximeter.measurements_bool (853fdcfd-56b4-445f-83df-ba2514d6c75f): 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] | ||
| 16301 | 2024.12.16 21:00:00.354517 [ 261 ] {03fa44b8-e50a-403d-8fea-5c8a724d9a4a} <Debug> TCPHandler: Processed in 0.003798083 sec. | ||
| 16302 | 2024.12.16 21:00:00.354789 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16303 | 2024.12.16 21:00:00.355134 [ 260 ] {986b45e4-08c8-4561-9f89-6a725c6da9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16304 | 2024.12.16 21:00:00.355329 [ 260 ] {986b45e4-08c8-4561-9f89-6a725c6da9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16305 | 2024.12.16 21:00:00.357053 [ 260 ] {986b45e4-08c8-4561-9f89-6a725c6da9be} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16306 | 2024.12.16 21:00:00.357095 [ 260 ] {986b45e4-08c8-4561-9f89-6a725c6da9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16307 | 2024.12.16 21:00:00.357479 [ 260 ] {986b45e4-08c8-4561-9f89-6a725c6da9be} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16308 | 2024.12.16 21:00:00.357742 [ 260 ] {986b45e4-08c8-4561-9f89-6a725c6da9be} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16309 | 2024.12.16 21:00:00.357961 [ 260 ] {986b45e4-08c8-4561-9f89-6a725c6da9be} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002965 sec., 337.2681281618887 rows/sec., 22.73 KiB/sec. | ||
| 16310 | 2024.12.16 21:00:00.358024 [ 260 ] {986b45e4-08c8-4561-9f89-6a725c6da9be} <Debug> TCPHandler: Processed in 0.003378005 sec. | ||
| 16311 | 2024.12.16 21:00:00.358168 [ 261 ] {} <Trace> TCP-Session: c4bc5440-ad52-45cc-914c-ce6c7cd6c1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16312 | 2024.12.16 21:00:00.358290 [ 261 ] {a363f7c0-c12f-41aa-a887-efc2a0f35359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51419) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16313 | 2024.12.16 21:00:00.358374 [ 261 ] {a363f7c0-c12f-41aa-a887-efc2a0f35359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16314 | 2024.12.16 21:00:00.359547 [ 261 ] {a363f7c0-c12f-41aa-a887-efc2a0f35359} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16315 | 2024.12.16 21:00:00.359589 [ 261 ] {a363f7c0-c12f-41aa-a887-efc2a0f35359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16316 | 2024.12.16 21:00:00.360259 [ 261 ] {a363f7c0-c12f-41aa-a887-efc2a0f35359} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 16317 | 2024.12.16 21:00:00.360527 [ 261 ] {a363f7c0-c12f-41aa-a887-efc2a0f35359} <Trace> oximeter.measurements_histogramu64 (87b1a6e7-7e8a-48b3-b29e-0980e98d3bae): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16318 | 2024.12.16 21:00:00.360766 [ 261 ] {a363f7c0-c12f-41aa-a887-efc2a0f35359} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002502 sec., 7593.924860111911 rows/sec., 13.61 MiB/sec. | ||
| 16319 | 2024.12.16 21:00:00.360932 [ 261 ] {a363f7c0-c12f-41aa-a887-efc2a0f35359} <Debug> TCPHandler: Processed in 0.002823694 sec. | ||
| 16320 | 2024.12.16 21:00:00.361099 [ 260 ] {} <Trace> TCP-Session: 00573753-ac43-41e2-bce1-aa9f2d9ba5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16321 | 2024.12.16 21:00:00.361220 [ 260 ] {53d5e9db-1768-4f23-91b9-81bf68860960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49061) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16322 | 2024.12.16 21:00:00.361274 [ 260 ] {53d5e9db-1768-4f23-91b9-81bf68860960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16323 | 2024.12.16 21:00:00.361777 [ 260 ] {53d5e9db-1768-4f23-91b9-81bf68860960} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16324 | 2024.12.16 21:00:00.361817 [ 260 ] {53d5e9db-1768-4f23-91b9-81bf68860960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16325 | 2024.12.16 21:00:00.362200 [ 260 ] {53d5e9db-1768-4f23-91b9-81bf68860960} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16326 | 2024.12.16 21:00:00.362446 [ 260 ] {53d5e9db-1768-4f23-91b9-81bf68860960} <Trace> oximeter.measurements_u64 (e59c0951-dd35-428d-b10a-26f2d3ee53da): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16327 | 2024.12.16 21:00:00.362685 [ 260 ] {53d5e9db-1768-4f23-91b9-81bf68860960} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001486 sec., 55181.69582772544 rows/sec., 3.50 MiB/sec. | ||
| 16328 | 2024.12.16 21:00:00.362767 [ 260 ] {53d5e9db-1768-4f23-91b9-81bf68860960} <Debug> TCPHandler: Processed in 0.001719642 sec. | ||
| 16329 | 2024.12.16 21:00:01.172029 [ 219 ] {} <Trace> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): 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] | ||
| 16330 | 2024.12.16 21:00:01.172080 [ 219 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): 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] | ||
| 16331 | 2024.12.16 21:00:01.174391 [ 219 ] {} <Debug> oximeter.measurements_f64 (35340e40-a136-42c3-b92d-6cbed526462e): 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] | ||
| 16332 | 2024.12.16 21:00:01.749495 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 16333 | 2024.12.16 21:00:01.779387 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16334 | 2024.12.16 21:00:01.779459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 16335 | 2024.12.16 21:00:01.788211 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16336 | 2024.12.16 21:00:01.789300 [ 244 ] {} <Trace> system.metric_log (0884e746-4951-4f54-8c1e-f6f680e53ae4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16337 | 2024.12.16 21:00:01.793803 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||