| 1 | [ Mar 3 05:24:05 Enabled. ] | ||
| 2 | [ Mar 3 05:24:05 Rereading configuration. ] | ||
| 3 | [ Mar 3 05:24:06 Rereading configuration. ] | ||
| 4 | [ Mar 3 05:24:08 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 | [ Mar 3 05:24:09 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.03.03 05:24:09.815996 [ 1 ] {} <Information> Application: Will watch for the process with pid 22868 | ||
| 29 | 2025.03.03 05:24:09.816492 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.03.03 05:24:10.124262 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22868 | ||
| 31 | 2025.03.03 05:24:10.124981 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.03.03 05:24:10.125724 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.03.03 05:24:10.215352 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.03.03 05:24:10.250866 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.03.03 05:24:10.250919 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.03.03 05:24:10.250932 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.03.03 05:24:10.250993 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.03.03 05:24:10.251398 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.03.03 05:24:10.252960 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.03.03 05:24:10.253692 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.03.03 05:24:10.254543 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.03.03 05:24:10.254565 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.03.03 05:24:10.254580 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.03.03 05:24:10.254745 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.03.03 05:24:10.255647 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.03.03 05:24:10.261076 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.03.03 05:24:10.261815 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.03.03 05:24:10.263195 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.03.03 05:24:10.263262 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.03.03 05:24:10.264917 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.03.03 05:24:10.265396 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.03.03 05:24:10.269882 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.03.03 05:24:10.270286 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.03.03 05:24:10.271859 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.03.03 05:24:10.272191 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.03.03 05:24:10.272590 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.03.03 05:24:10.272965 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.03.03 05:24:10.274312 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.03.03 05:24:10.274342 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.03.03 05:24:10.274418 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.03.03 05:24:10.274924 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.03.03 05:24:10.304044 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.03.03 05:24:10.304071 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000146963 sec | ||
| 68 | 2025.03.03 05:24:10.304112 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.03.03 05:24:10.304127 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.03.03 05:24:10.305265 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.03.03 05:24:10.306345 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.03.03 05:24:10.318807 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.03.03 05:24:10.318849 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.03.03 05:24:10.318871 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.03.03 05:24:10.318883 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.03.03 05:24:10.318911 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.03.03 05:24:10.318931 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.03.03 05:24:10.321520 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.03.03 05:24:10.321566 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.03.03 05:24:10.321587 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.03.03 05:24:10.321767 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.03.03 05:24:10.321786 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.03.03 05:24:10.321819 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.03.03 05:24:10.321839 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.03.03 05:24:10.321852 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.03.03 05:24:10.321878 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.03.03 05:24:10.321897 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.03.03 05:24:10.350113 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.03.03 05:24:10.351817 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.03.03 05:24:10.351849 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0841e-05 sec | ||
| 91 | 2025.03.03 05:24:10.351862 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.03.03 05:24:10.351873 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.03.03 05:24:10.351895 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.03.03 05:24:10.352103 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.03.03 05:24:10.352151 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.03.03 05:24:10.352164 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.03.03 05:24:10.352176 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.03.03 05:24:10.352187 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.03.03 05:24:10.365632 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.03.03 05:24:10.365875 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.03.03 05:24:10.366821 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.0061e-05 sec. | ||
| 102 | 2025.03.03 05:24:10.367812 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.03.03 05:24:10.367912 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.03.03 05:24:10.367932 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.03.03 05:24:10.403968 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57369 | ||
| 106 | 2025.03.03 05:24:10.406026 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.03.03 05:24:10.406088 [ 3 ] {} <Debug> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57369 | ||
| 108 | 2025.03.03 05:24:10.406121 [ 3 ] {} <Debug> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.03.03 05:24:10.406143 [ 3 ] {} <Debug> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.03.03 05:24:10.406231 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.03.03 05:24:10.406260 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.03.03 05:24:10.406283 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.03.03 05:24:10.408540 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41442 | ||
| 114 | 2025.03.03 05:24:10.408657 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52963 | ||
| 115 | 2025.03.03 05:24:10.408702 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.03.03 05:24:10.408752 [ 4 ] {} <Debug> TCP-Session: 21963c09-5aa5-4547-8c13-2cd7c0ada095 Authenticating user 'default' from [fd00:1122:3344:101::d]:41442 | ||
| 117 | 2025.03.03 05:24:10.408800 [ 4 ] {} <Debug> TCP-Session: 21963c09-5aa5-4547-8c13-2cd7c0ada095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.03.03 05:24:10.408819 [ 4 ] {} <Debug> TCP-Session: 21963c09-5aa5-4547-8c13-2cd7c0ada095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2025.03.03 05:24:10.409418 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43973 | ||
| 120 | 2025.03.03 05:24:10.409567 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50511 | ||
| 121 | 2025.03.03 05:24:10.409577 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2025.03.03 05:24:10.409622 [ 253 ] {} <Debug> TCP-Session: 759c609f-0102-469e-87d8-6a80797d035d Authenticating user 'default' from [fd00:1122:3344:101::d]:43973 | ||
| 123 | 2025.03.03 05:24:10.409741 [ 253 ] {} <Debug> TCP-Session: 759c609f-0102-469e-87d8-6a80797d035d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 124 | 2025.03.03 05:24:10.409749 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.03.03 05:24:10.409772 [ 253 ] {} <Debug> TCP-Session: 759c609f-0102-469e-87d8-6a80797d035d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 126 | 2025.03.03 05:24:10.409798 [ 254 ] {} <Debug> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50511 | ||
| 127 | 2025.03.03 05:24:10.409849 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40689 | ||
| 128 | 2025.03.03 05:24:10.409869 [ 254 ] {} <Debug> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.03.03 05:24:10.409907 [ 254 ] {} <Debug> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.03.03 05:24:10.409962 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58896 | ||
| 131 | 2025.03.03 05:24:10.410061 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 132 | 2025.03.03 05:24:10.410248 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38155 | ||
| 133 | 2025.03.03 05:24:10.410284 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2025.03.03 05:24:10.410279 [ 255 ] {} <Debug> TCP-Session: ab02718f-ec0b-4bcc-aae0-e7e21110e031 Authenticating user 'default' from [fd00:1122:3344:101::d]:40689 | ||
| 135 | 2025.03.03 05:24:10.410454 [ 256 ] {} <Debug> TCP-Session: 863b3ef2-a196-48b7-ac14-940c3175c355 Authenticating user 'default' from [fd00:1122:3344:101::d]:58896 | ||
| 136 | 2025.03.03 05:24:10.410464 [ 255 ] {} <Debug> TCP-Session: ab02718f-ec0b-4bcc-aae0-e7e21110e031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.03.03 05:24:10.410336 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41261 | ||
| 138 | 2025.03.03 05:24:10.410496 [ 256 ] {} <Debug> TCP-Session: 863b3ef2-a196-48b7-ac14-940c3175c355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.03.03 05:24:10.410521 [ 255 ] {} <Debug> TCP-Session: ab02718f-ec0b-4bcc-aae0-e7e21110e031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.03.03 05:24:10.410551 [ 256 ] {} <Debug> TCP-Session: 863b3ef2-a196-48b7-ac14-940c3175c355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.03.03 05:24:10.413297 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 142 | 2025.03.03 05:24:10.413336 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2025.03.03 05:24:10.413349 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.03.03 05:24:10.413395 [ 258 ] {} <Debug> TCP-Session: 673a0d65-1425-4e75-b302-c12f391f40c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41261 | ||
| 145 | 2025.03.03 05:24:10.413356 [ 5 ] {} <Debug> TCP-Session: 6590ef05-18a8-4857-8b27-dc6ad2868f92 Authenticating user 'default' from [fd00:1122:3344:101::d]:52963 | ||
| 146 | 2025.03.03 05:24:10.413430 [ 257 ] {} <Debug> TCP-Session: d445981c-1c43-4b27-aeb7-c1db4aa2da66 Authenticating user 'default' from [fd00:1122:3344:101::d]:38155 | ||
| 147 | 2025.03.03 05:24:10.413450 [ 258 ] {} <Debug> TCP-Session: 673a0d65-1425-4e75-b302-c12f391f40c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.03.03 05:24:10.413471 [ 5 ] {} <Debug> TCP-Session: 6590ef05-18a8-4857-8b27-dc6ad2868f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.03.03 05:24:10.413491 [ 257 ] {} <Debug> TCP-Session: d445981c-1c43-4b27-aeb7-c1db4aa2da66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.03.03 05:24:10.413504 [ 258 ] {} <Debug> TCP-Session: 673a0d65-1425-4e75-b302-c12f391f40c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.03.03 05:24:10.413512 [ 5 ] {} <Debug> TCP-Session: 6590ef05-18a8-4857-8b27-dc6ad2868f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.03.03 05:24:10.413537 [ 257 ] {} <Debug> TCP-Session: d445981c-1c43-4b27-aeb7-c1db4aa2da66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.03.03 05:24:10.415173 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2025.03.03 05:24:10.418282 [ 3 ] {bf72540f-1e94-4721-a058-c84993dce4d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.03.03 05:24:10.499474 [ 3 ] {bf72540f-1e94-4721-a058-c84993dce4d5} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57369) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.03.03 05:24:10.501320 [ 3 ] {bf72540f-1e94-4721-a058-c84993dce4d5} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.03.03 05:24:10.502294 [ 3 ] {bf72540f-1e94-4721-a058-c84993dce4d5} <Debug> TCPHandler: Processed in 0.08872899 sec. | ||
| 204 | 2025.03.03 05:24:10.502707 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.03.03 05:24:10.503025 [ 254 ] {4195db29-1b62-4cf6-a21a-8d31c070a410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.03.03 05:24:10.503531 [ 254 ] {4195db29-1b62-4cf6-a21a-8d31c070a410} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50511) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.03.03 05:24:10.503894 [ 254 ] {4195db29-1b62-4cf6-a21a-8d31c070a410} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.03.03 05:24:10.504157 [ 254 ] {4195db29-1b62-4cf6-a21a-8d31c070a410} <Debug> TCPHandler: Processed in 0.001641883 sec. | ||
| 255 | 2025.03.03 05:24:10.504426 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.03.03 05:24:10.505714 [ 3 ] {d2f73609-455e-4308-a775-8d8d9cb80d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.03.03 05:24:10.505818 [ 3 ] {d2f73609-455e-4308-a775-8d8d9cb80d70} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.03.03 05:24:10.510757 [ 3 ] {d2f73609-455e-4308-a775-8d8d9cb80d70} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.03.03 05:24:10.510783 [ 3 ] {d2f73609-455e-4308-a775-8d8d9cb80d70} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2741e-05 sec | ||
| 260 | 2025.03.03 05:24:10.510801 [ 3 ] {d2f73609-455e-4308-a775-8d8d9cb80d70} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.03.03 05:24:10.510851 [ 3 ] {d2f73609-455e-4308-a775-8d8d9cb80d70} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.03.03 05:24:10.510908 [ 3 ] {d2f73609-455e-4308-a775-8d8d9cb80d70} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.03.03 05:24:10.511551 [ 3 ] {d2f73609-455e-4308-a775-8d8d9cb80d70} <Debug> TCPHandler: Processed in 0.007238985 sec. | ||
| 264 | 2025.03.03 05:24:10.511691 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.03.03 05:24:10.511919 [ 3 ] {6b2c09c5-67f2-46c6-8307-6267cd45c0dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) /* The version table contains metadata about the `oximeter` database */ | ||
| 266 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 267 | 2025.03.03 05:24:10.511966 [ 3 ] {6b2c09c5-67f2-46c6-8307-6267cd45c0dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.03.03 05:24:10.520385 [ 3 ] {6b2c09c5-67f2-46c6-8307-6267cd45c0dd} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.03.03 05:24:10.527071 [ 3 ] {6b2c09c5-67f2-46c6-8307-6267cd45c0dd} <Debug> oximeter.version (915b7938-af61-441e-9dfe-2e1a58899386): Loading data parts | ||
| 270 | 2025.03.03 05:24:10.527646 [ 3 ] {6b2c09c5-67f2-46c6-8307-6267cd45c0dd} <Debug> oximeter.version (915b7938-af61-441e-9dfe-2e1a58899386): There are no data parts | ||
| 271 | 2025.03.03 05:24:10.532172 [ 3 ] {6b2c09c5-67f2-46c6-8307-6267cd45c0dd} <Debug> TCPHandler: Processed in 0.020532372 sec. | ||
| 272 | 2025.03.03 05:24:10.532343 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.03.03 05:24:10.532552 [ 3 ] {e6076c82-ce69-4089-8a17-03b818a8d376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) /* The measurement tables contain all individual samples from each timeseries. | ||
| 274 | * | ||
| 275 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 276 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 277 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 278 | * by all samples from the same timeseries. | ||
| 279 | * | ||
| 280 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 281 | * and then uses that to index quickly into the measurements tables. | ||
| 282 | */ | ||
| 283 | 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) | ||
| 284 | 2025.03.03 05:24:10.532676 [ 3 ] {e6076c82-ce69-4089-8a17-03b818a8d376} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.03.03 05:24:10.542987 [ 3 ] {e6076c82-ce69-4089-8a17-03b818a8d376} <Debug> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Loading data parts | ||
| 286 | 2025.03.03 05:24:10.543295 [ 3 ] {e6076c82-ce69-4089-8a17-03b818a8d376} <Debug> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): There are no data parts | ||
| 287 | 2025.03.03 05:24:10.557857 [ 3 ] {e6076c82-ce69-4089-8a17-03b818a8d376} <Debug> TCPHandler: Processed in 0.025580323 sec. | ||
| 288 | 2025.03.03 05:24:10.558024 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.03.03 05:24:10.558328 [ 3 ] {1ec2f405-8d69-4536-bef1-6d6939ac7494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 290 | 2025.03.03 05:24:10.558445 [ 3 ] {1ec2f405-8d69-4536-bef1-6d6939ac7494} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.03.03 05:24:10.569846 [ 3 ] {1ec2f405-8d69-4536-bef1-6d6939ac7494} <Debug> oximeter.measurements_i8 (4ecb26fa-4126-420c-8a8c-efc1ae8c5c39): Loading data parts | ||
| 292 | 2025.03.03 05:24:10.570045 [ 3 ] {1ec2f405-8d69-4536-bef1-6d6939ac7494} <Debug> oximeter.measurements_i8 (4ecb26fa-4126-420c-8a8c-efc1ae8c5c39): There are no data parts | ||
| 293 | 2025.03.03 05:24:10.573566 [ 3 ] {1ec2f405-8d69-4536-bef1-6d6939ac7494} <Debug> TCPHandler: Processed in 0.015605613 sec. | ||
| 294 | 2025.03.03 05:24:10.573803 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.03.03 05:24:10.574070 [ 3 ] {b30e5af8-14a2-40de-b5ca-d7dc8e5b7b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 296 | 2025.03.03 05:24:10.574232 [ 3 ] {b30e5af8-14a2-40de-b5ca-d7dc8e5b7b47} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.03.03 05:24:10.576570 [ 3 ] {b30e5af8-14a2-40de-b5ca-d7dc8e5b7b47} <Debug> oximeter.measurements_u8 (b5e2e4d9-6200-4daf-8d23-582e4deeb8b6): Loading data parts | ||
| 298 | 2025.03.03 05:24:10.576819 [ 3 ] {b30e5af8-14a2-40de-b5ca-d7dc8e5b7b47} <Debug> oximeter.measurements_u8 (b5e2e4d9-6200-4daf-8d23-582e4deeb8b6): There are no data parts | ||
| 299 | 2025.03.03 05:24:10.586584 [ 3 ] {b30e5af8-14a2-40de-b5ca-d7dc8e5b7b47} <Debug> TCPHandler: Processed in 0.012849718 sec. | ||
| 300 | 2025.03.03 05:24:10.586742 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.03.03 05:24:10.587169 [ 3 ] {106e7d01-d7ca-4dff-a0c1-fa3356f1b1c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 302 | 2025.03.03 05:24:10.587216 [ 3 ] {106e7d01-d7ca-4dff-a0c1-fa3356f1b1c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.03.03 05:24:10.590633 [ 3 ] {106e7d01-d7ca-4dff-a0c1-fa3356f1b1c3} <Debug> oximeter.measurements_i16 (eedd331e-16a1-4fb3-8eb8-24f19906075e): Loading data parts | ||
| 304 | 2025.03.03 05:24:10.590805 [ 3 ] {106e7d01-d7ca-4dff-a0c1-fa3356f1b1c3} <Debug> oximeter.measurements_i16 (eedd331e-16a1-4fb3-8eb8-24f19906075e): There are no data parts | ||
| 305 | 2025.03.03 05:24:10.593377 [ 3 ] {106e7d01-d7ca-4dff-a0c1-fa3356f1b1c3} <Debug> TCPHandler: Processed in 0.006687464 sec. | ||
| 306 | 2025.03.03 05:24:10.593522 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.03.03 05:24:10.593711 [ 3 ] {a06801e5-9776-4c36-9731-eb1823970e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 308 | 2025.03.03 05:24:10.593766 [ 3 ] {a06801e5-9776-4c36-9731-eb1823970e70} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.03.03 05:24:10.595511 [ 3 ] {a06801e5-9776-4c36-9731-eb1823970e70} <Debug> oximeter.measurements_u16 (fb4e37b7-975d-4497-b54d-9a031f1967f7): Loading data parts | ||
| 310 | 2025.03.03 05:24:10.595676 [ 3 ] {a06801e5-9776-4c36-9731-eb1823970e70} <Debug> oximeter.measurements_u16 (fb4e37b7-975d-4497-b54d-9a031f1967f7): There are no data parts | ||
| 311 | 2025.03.03 05:24:10.605394 [ 3 ] {a06801e5-9776-4c36-9731-eb1823970e70} <Debug> TCPHandler: Processed in 0.011921979 sec. | ||
| 312 | 2025.03.03 05:24:10.605563 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.03.03 05:24:10.605807 [ 3 ] {b6b06210-3bcc-4084-a852-d3027857075a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 314 | 2025.03.03 05:24:10.605863 [ 3 ] {b6b06210-3bcc-4084-a852-d3027857075a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.03.03 05:24:10.611221 [ 3 ] {b6b06210-3bcc-4084-a852-d3027857075a} <Debug> oximeter.measurements_i32 (808d22b3-27ca-4887-b68f-efafb9a7886f): Loading data parts | ||
| 316 | 2025.03.03 05:24:10.611383 [ 3 ] {b6b06210-3bcc-4084-a852-d3027857075a} <Debug> oximeter.measurements_i32 (808d22b3-27ca-4887-b68f-efafb9a7886f): There are no data parts | ||
| 317 | 2025.03.03 05:24:10.618197 [ 3 ] {b6b06210-3bcc-4084-a852-d3027857075a} <Debug> TCPHandler: Processed in 0.012697585 sec. | ||
| 318 | 2025.03.03 05:24:10.618346 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.03.03 05:24:10.618531 [ 3 ] {534d2824-0eb7-4ed8-84d6-7701c291b0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 320 | 2025.03.03 05:24:10.618586 [ 3 ] {534d2824-0eb7-4ed8-84d6-7701c291b0b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.03.03 05:24:10.620794 [ 3 ] {534d2824-0eb7-4ed8-84d6-7701c291b0b5} <Debug> oximeter.measurements_u32 (76b5551e-1a69-4958-bee2-59e72093be79): Loading data parts | ||
| 322 | 2025.03.03 05:24:10.620951 [ 3 ] {534d2824-0eb7-4ed8-84d6-7701c291b0b5} <Debug> oximeter.measurements_u32 (76b5551e-1a69-4958-bee2-59e72093be79): There are no data parts | ||
| 323 | 2025.03.03 05:24:10.625494 [ 3 ] {534d2824-0eb7-4ed8-84d6-7701c291b0b5} <Debug> TCPHandler: Processed in 0.007197965 sec. | ||
| 324 | 2025.03.03 05:24:10.625643 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.03.03 05:24:10.625879 [ 3 ] {5d8ad8c0-0c91-42d8-8a4c-61941ef11b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 326 | 2025.03.03 05:24:10.625933 [ 3 ] {5d8ad8c0-0c91-42d8-8a4c-61941ef11b82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.03.03 05:24:10.632610 [ 3 ] {5d8ad8c0-0c91-42d8-8a4c-61941ef11b82} <Debug> oximeter.measurements_i64 (b0a4aace-c40a-4f45-9a88-15866154503b): Loading data parts | ||
| 328 | 2025.03.03 05:24:10.632764 [ 3 ] {5d8ad8c0-0c91-42d8-8a4c-61941ef11b82} <Debug> oximeter.measurements_i64 (b0a4aace-c40a-4f45-9a88-15866154503b): There are no data parts | ||
| 329 | 2025.03.03 05:24:10.635712 [ 3 ] {5d8ad8c0-0c91-42d8-8a4c-61941ef11b82} <Debug> TCPHandler: Processed in 0.010128613 sec. | ||
| 330 | 2025.03.03 05:24:10.635856 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.03.03 05:24:10.636040 [ 3 ] {14c5f3cd-9a81-4bc8-9148-a877d9c08c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 332 | 2025.03.03 05:24:10.636093 [ 3 ] {14c5f3cd-9a81-4bc8-9148-a877d9c08c8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.03.03 05:24:10.637960 [ 3 ] {14c5f3cd-9a81-4bc8-9148-a877d9c08c8a} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Loading data parts | ||
| 334 | 2025.03.03 05:24:10.638123 [ 3 ] {14c5f3cd-9a81-4bc8-9148-a877d9c08c8a} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): There are no data parts | ||
| 335 | 2025.03.03 05:24:10.642613 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57358 | ||
| 336 | 2025.03.03 05:24:10.642724 [ 3 ] {14c5f3cd-9a81-4bc8-9148-a877d9c08c8a} <Debug> TCPHandler: Processed in 0.006911769 sec. | ||
| 337 | 2025.03.03 05:24:10.642795 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 338 | 2025.03.03 05:24:10.642871 [ 261 ] {} <Debug> TCP-Session: 5cd38fed-5d66-41a8-8493-6308a30bccd8 Authenticating user 'default' from [fd00:1122:3344:101::b]:57358 | ||
| 339 | 2025.03.03 05:24:10.642910 [ 261 ] {} <Debug> TCP-Session: 5cd38fed-5d66-41a8-8493-6308a30bccd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 340 | 2025.03.03 05:24:10.642940 [ 261 ] {} <Debug> TCP-Session: 5cd38fed-5d66-41a8-8493-6308a30bccd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 341 | 2025.03.03 05:24:10.642940 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 342 | 2025.03.03 05:24:10.643029 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 343 | 2025.03.03 05:24:10.643103 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 344 | 2025.03.03 05:24:10.643190 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 345 | 2025.03.03 05:24:10.643317 [ 3 ] {1bdf9992-dbea-4553-b241-16edc322f7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 346 | 2025.03.03 05:24:10.643389 [ 3 ] {1bdf9992-dbea-4553-b241-16edc322f7bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 347 | 2025.03.03 05:24:10.644164 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49048 | ||
| 348 | 2025.03.03 05:24:10.644268 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42992 | ||
| 349 | 2025.03.03 05:24:10.644303 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58278 | ||
| 350 | 2025.03.03 05:24:10.644569 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 351 | 2025.03.03 05:24:10.644586 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 352 | 2025.03.03 05:24:10.644746 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 353 | 2025.03.03 05:24:10.644785 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61215 | ||
| 354 | 2025.03.03 05:24:10.644748 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65257 | ||
| 355 | 2025.03.03 05:24:10.644846 [ 263 ] {} <Debug> TCP-Session: 35aa3635-0f4c-4ebd-9198-7b35c4acc516 Authenticating user 'default' from [fd00:1122:3344:101::b]:42992 | ||
| 356 | 2025.03.03 05:24:10.644831 [ 264 ] {} <Debug> TCP-Session: be3abba0-e35e-4c51-84ce-861cfc5ffa61 Authenticating user 'default' from [fd00:1122:3344:101::b]:58278 | ||
| 357 | 2025.03.03 05:24:10.644786 [ 262 ] {} <Debug> TCP-Session: 8ea68d83-8641-49ee-b5b3-a98228777b64 Authenticating user 'default' from [fd00:1122:3344:101::b]:49048 | ||
| 358 | 2025.03.03 05:24:10.644990 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65152 | ||
| 359 | 2025.03.03 05:24:10.645074 [ 263 ] {} <Debug> TCP-Session: 35aa3635-0f4c-4ebd-9198-7b35c4acc516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2025.03.03 05:24:10.645334 [ 264 ] {} <Debug> TCP-Session: be3abba0-e35e-4c51-84ce-861cfc5ffa61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 361 | 2025.03.03 05:24:10.645357 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 362 | 2025.03.03 05:24:10.645331 [ 263 ] {} <Debug> TCP-Session: 35aa3635-0f4c-4ebd-9198-7b35c4acc516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 363 | 2025.03.03 05:24:10.645344 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42429 | ||
| 364 | 2025.03.03 05:24:10.645436 [ 262 ] {} <Debug> TCP-Session: 8ea68d83-8641-49ee-b5b3-a98228777b64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 365 | 2025.03.03 05:24:10.645509 [ 264 ] {} <Debug> TCP-Session: be3abba0-e35e-4c51-84ce-861cfc5ffa61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 366 | 2025.03.03 05:24:10.645518 [ 267 ] {} <Debug> TCP-Session: b2d6e294-3a60-485b-8167-bdca27f4f146 Authenticating user 'default' from [fd00:1122:3344:101::b]:65152 | ||
| 367 | 2025.03.03 05:24:10.645667 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 368 | 2025.03.03 05:24:10.645700 [ 267 ] {} <Debug> TCP-Session: b2d6e294-3a60-485b-8167-bdca27f4f146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 369 | 2025.03.03 05:24:10.645708 [ 262 ] {} <Debug> TCP-Session: 8ea68d83-8641-49ee-b5b3-a98228777b64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 370 | 2025.03.03 05:24:10.645744 [ 268 ] {} <Debug> TCP-Session: 88b318c6-9dd6-49e8-92f3-39add672ef29 Authenticating user 'default' from [fd00:1122:3344:101::b]:42429 | ||
| 371 | 2025.03.03 05:24:10.645758 [ 267 ] {} <Debug> TCP-Session: b2d6e294-3a60-485b-8167-bdca27f4f146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2025.03.03 05:24:10.645778 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 373 | 2025.03.03 05:24:10.645815 [ 268 ] {} <Debug> TCP-Session: 88b318c6-9dd6-49e8-92f3-39add672ef29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 374 | 2025.03.03 05:24:10.645872 [ 265 ] {} <Debug> TCP-Session: 837ba1d7-22bb-4a85-9ecf-6beffc899c6b Authenticating user 'default' from [fd00:1122:3344:101::b]:65257 | ||
| 375 | 2025.03.03 05:24:10.645920 [ 268 ] {} <Debug> TCP-Session: 88b318c6-9dd6-49e8-92f3-39add672ef29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 376 | 2025.03.03 05:24:10.645931 [ 265 ] {} <Debug> TCP-Session: 837ba1d7-22bb-4a85-9ecf-6beffc899c6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 377 | 2025.03.03 05:24:10.645997 [ 265 ] {} <Debug> TCP-Session: 837ba1d7-22bb-4a85-9ecf-6beffc899c6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 378 | 2025.03.03 05:24:10.646761 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 379 | 2025.03.03 05:24:10.646792 [ 266 ] {} <Debug> TCP-Session: 60671af5-ff98-48fe-8c07-2a7c5b55b6ce Authenticating user 'default' from [fd00:1122:3344:101::b]:61215 | ||
| 380 | 2025.03.03 05:24:10.646840 [ 266 ] {} <Debug> TCP-Session: 60671af5-ff98-48fe-8c07-2a7c5b55b6ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 381 | 2025.03.03 05:24:10.646854 [ 266 ] {} <Debug> TCP-Session: 60671af5-ff98-48fe-8c07-2a7c5b55b6ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 382 | 2025.03.03 05:24:10.651840 [ 3 ] {1bdf9992-dbea-4553-b241-16edc322f7bb} <Debug> oximeter.measurements_f32 (a8aafac0-a6ac-4349-9bf3-d4a721f9e216): Loading data parts | ||
| 383 | 2025.03.03 05:24:10.652045 [ 3 ] {1bdf9992-dbea-4553-b241-16edc322f7bb} <Debug> oximeter.measurements_f32 (a8aafac0-a6ac-4349-9bf3-d4a721f9e216): There are no data parts | ||
| 384 | 2025.03.03 05:24:10.656580 [ 3 ] {1bdf9992-dbea-4553-b241-16edc322f7bb} <Debug> TCPHandler: Processed in 0.013718585 sec. | ||
| 385 | 2025.03.03 05:24:10.656727 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65345 | ||
| 386 | 2025.03.03 05:24:10.656738 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 387 | 2025.03.03 05:24:10.656920 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 388 | 2025.03.03 05:24:10.657012 [ 269 ] {} <Debug> TCP-Session: fc9cce84-0e8f-4c1c-b8bf-03ac88683c37 Authenticating user 'default' from [fd00:1122:3344:101::a]:65345 | ||
| 389 | 2025.03.03 05:24:10.657095 [ 269 ] {} <Debug> TCP-Session: fc9cce84-0e8f-4c1c-b8bf-03ac88683c37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 390 | 2025.03.03 05:24:10.657163 [ 269 ] {} <Debug> TCP-Session: fc9cce84-0e8f-4c1c-b8bf-03ac88683c37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2025.03.03 05:24:10.657214 [ 3 ] {76985a09-4b31-4277-b94b-43658724067e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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 | 2025.03.03 05:24:10.657252 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 393 | 2025.03.03 05:24:10.657316 [ 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 | ||
| 394 | 2025.03.03 05:24:10.657330 [ 3 ] {76985a09-4b31-4277-b94b-43658724067e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 395 | 2025.03.03 05:24:10.657400 [ 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 | ||
| 396 | 2025.03.03 05:24:10.658395 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52811 | ||
| 397 | 2025.03.03 05:24:10.658537 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 398 | 2025.03.03 05:24:10.658592 [ 270 ] {} <Debug> TCP-Session: 53731b54-b2ea-4b96-8149-05ebdd46f938 Authenticating user 'default' from [fd00:1122:3344:101::a]:52811 | ||
| 399 | 2025.03.03 05:24:10.658612 [ 270 ] {} <Debug> TCP-Session: 53731b54-b2ea-4b96-8149-05ebdd46f938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 400 | 2025.03.03 05:24:10.658625 [ 270 ] {} <Debug> TCP-Session: 53731b54-b2ea-4b96-8149-05ebdd46f938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 401 | 2025.03.03 05:24:10.659424 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39790 | ||
| 402 | 2025.03.03 05:24:10.659610 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64124 | ||
| 403 | 2025.03.03 05:24:10.659633 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 404 | 2025.03.03 05:24:10.659679 [ 271 ] {} <Debug> TCP-Session: 0897ae9d-b3ba-42df-9f25-f25b357778dd Authenticating user 'default' from [fd00:1122:3344:101::a]:39790 | ||
| 405 | 2025.03.03 05:24:10.659800 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 406 | 2025.03.03 05:24:10.659818 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38087 | ||
| 407 | 2025.03.03 05:24:10.659848 [ 271 ] {} <Debug> TCP-Session: 0897ae9d-b3ba-42df-9f25-f25b357778dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2025.03.03 05:24:10.659864 [ 272 ] {} <Debug> TCP-Session: 36e83161-84a2-4e03-ac5c-11ffe7fe74ad Authenticating user 'default' from [fd00:1122:3344:101::a]:64124 | ||
| 409 | 2025.03.03 05:24:10.659916 [ 271 ] {} <Debug> TCP-Session: 0897ae9d-b3ba-42df-9f25-f25b357778dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 410 | 2025.03.03 05:24:10.659968 [ 272 ] {} <Debug> TCP-Session: 36e83161-84a2-4e03-ac5c-11ffe7fe74ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 411 | 2025.03.03 05:24:10.659967 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57886 | ||
| 412 | 2025.03.03 05:24:10.660114 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63616 | ||
| 413 | 2025.03.03 05:24:10.660120 [ 272 ] {} <Debug> TCP-Session: 36e83161-84a2-4e03-ac5c-11ffe7fe74ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 414 | 2025.03.03 05:24:10.660143 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 415 | 2025.03.03 05:24:10.660442 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60946 | ||
| 416 | 2025.03.03 05:24:10.660443 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 417 | 2025.03.03 05:24:10.660466 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 418 | 2025.03.03 05:24:10.660528 [ 273 ] {} <Debug> TCP-Session: ed800b58-59f5-464f-bf4a-9d4d902543c9 Authenticating user 'default' from [fd00:1122:3344:101::a]:38087 | ||
| 419 | 2025.03.03 05:24:10.660568 [ 275 ] {} <Debug> TCP-Session: a3bfcb43-0b72-4499-916d-0b46dd8975dd Authenticating user 'default' from [fd00:1122:3344:101::a]:63616 | ||
| 420 | 2025.03.03 05:24:10.660636 [ 274 ] {} <Debug> TCP-Session: 57079459-c067-493a-abcb-bcaec0fd9e7f Authenticating user 'default' from [fd00:1122:3344:101::a]:57886 | ||
| 421 | 2025.03.03 05:24:10.660694 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 422 | 2025.03.03 05:24:10.660720 [ 273 ] {} <Debug> TCP-Session: ed800b58-59f5-464f-bf4a-9d4d902543c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 423 | 2025.03.03 05:24:10.660729 [ 274 ] {} <Debug> TCP-Session: 57079459-c067-493a-abcb-bcaec0fd9e7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 424 | 2025.03.03 05:24:10.660712 [ 275 ] {} <Debug> TCP-Session: a3bfcb43-0b72-4499-916d-0b46dd8975dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 425 | 2025.03.03 05:24:10.660779 [ 274 ] {} <Debug> TCP-Session: 57079459-c067-493a-abcb-bcaec0fd9e7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 426 | 2025.03.03 05:24:10.660788 [ 273 ] {} <Debug> TCP-Session: ed800b58-59f5-464f-bf4a-9d4d902543c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2025.03.03 05:24:10.660768 [ 276 ] {} <Debug> TCP-Session: 37c0a506-f4af-4ea2-b4e8-7e285a6208f0 Authenticating user 'default' from [fd00:1122:3344:101::a]:60946 | ||
| 428 | 2025.03.03 05:24:10.660845 [ 275 ] {} <Debug> TCP-Session: a3bfcb43-0b72-4499-916d-0b46dd8975dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 429 | 2025.03.03 05:24:10.660914 [ 276 ] {} <Debug> TCP-Session: 37c0a506-f4af-4ea2-b4e8-7e285a6208f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 430 | 2025.03.03 05:24:10.660964 [ 276 ] {} <Debug> TCP-Session: 37c0a506-f4af-4ea2-b4e8-7e285a6208f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2025.03.03 05:24:10.670566 [ 3 ] {76985a09-4b31-4277-b94b-43658724067e} <Debug> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Loading data parts | ||
| 432 | 2025.03.03 05:24:10.670779 [ 3 ] {76985a09-4b31-4277-b94b-43658724067e} <Debug> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): There are no data parts | ||
| 433 | 2025.03.03 05:24:10.676461 [ 3 ] {76985a09-4b31-4277-b94b-43658724067e} <Debug> TCPHandler: Processed in 0.019783497 sec. | ||
| 434 | 2025.03.03 05:24:10.676638 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 435 | 2025.03.03 05:24:10.676855 [ 3 ] {ab6d4b8d-eca3-4075-9263-efceea72c86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 436 | 2025.03.03 05:24:10.676917 [ 3 ] {ab6d4b8d-eca3-4075-9263-efceea72c86f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 437 | 2025.03.03 05:24:10.679045 [ 3 ] {ab6d4b8d-eca3-4075-9263-efceea72c86f} <Debug> oximeter.measurements_string (eff3d2d2-77fa-4a53-8f4d-9462f1421a55): Loading data parts | ||
| 438 | 2025.03.03 05:24:10.679210 [ 3 ] {ab6d4b8d-eca3-4075-9263-efceea72c86f} <Debug> oximeter.measurements_string (eff3d2d2-77fa-4a53-8f4d-9462f1421a55): There are no data parts | ||
| 439 | 2025.03.03 05:24:10.688198 [ 3 ] {ab6d4b8d-eca3-4075-9263-efceea72c86f} <Debug> TCPHandler: Processed in 0.011622783 sec. | ||
| 440 | 2025.03.03 05:24:10.688381 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 441 | 2025.03.03 05:24:10.688584 [ 3 ] {b9e2de7e-2775-4d6b-a7b3-69616abaa856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 442 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 443 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 444 | * a string isn't palatable for a few reasons. | ||
| 445 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 446 | * details. | ||
| 447 | */ | ||
| 448 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 449 | 2025.03.03 05:24:10.688658 [ 3 ] {b9e2de7e-2775-4d6b-a7b3-69616abaa856} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 450 | 2025.03.03 05:24:10.695501 [ 3 ] {b9e2de7e-2775-4d6b-a7b3-69616abaa856} <Debug> oximeter.measurements_bytes (97af5341-15a7-425b-ba6f-60c43e7afbdd): Loading data parts | ||
| 451 | 2025.03.03 05:24:10.695674 [ 3 ] {b9e2de7e-2775-4d6b-a7b3-69616abaa856} <Debug> oximeter.measurements_bytes (97af5341-15a7-425b-ba6f-60c43e7afbdd): There are no data parts | ||
| 452 | 2025.03.03 05:24:10.700820 [ 3 ] {b9e2de7e-2775-4d6b-a7b3-69616abaa856} <Debug> TCPHandler: Processed in 0.012502111 sec. | ||
| 453 | 2025.03.03 05:24:10.700977 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 454 | 2025.03.03 05:24:10.701192 [ 3 ] {469738bd-f2f4-46a7-853a-3b1185157ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 455 | 2025.03.03 05:24:10.701254 [ 3 ] {469738bd-f2f4-46a7-853a-3b1185157ea4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 456 | 2025.03.03 05:24:10.709764 [ 3 ] {469738bd-f2f4-46a7-853a-3b1185157ea4} <Debug> oximeter.measurements_cumulativei64 (f1f52466-d9ec-4838-ae96-958d4dbdb0ac): Loading data parts | ||
| 457 | 2025.03.03 05:24:10.709941 [ 3 ] {469738bd-f2f4-46a7-853a-3b1185157ea4} <Debug> oximeter.measurements_cumulativei64 (f1f52466-d9ec-4838-ae96-958d4dbdb0ac): There are no data parts | ||
| 458 | 2025.03.03 05:24:10.722694 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54599 | ||
| 459 | 2025.03.03 05:24:10.723342 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 460 | 2025.03.03 05:24:10.723373 [ 277 ] {} <Debug> TCP-Session: b4acc114-46a8-4db2-9a87-0f57825a6336 Authenticating user 'default' from [fd00:1122:3344:101::c]:54599 | ||
| 461 | 2025.03.03 05:24:10.723398 [ 277 ] {} <Debug> TCP-Session: b4acc114-46a8-4db2-9a87-0f57825a6336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2025.03.03 05:24:10.723430 [ 277 ] {} <Debug> TCP-Session: b4acc114-46a8-4db2-9a87-0f57825a6336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2025.03.03 05:24:10.723493 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 464 | 2025.03.03 05:24:10.723521 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 465 | 2025.03.03 05:24:10.723564 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 466 | 2025.03.03 05:24:10.724516 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33774 | ||
| 467 | 2025.03.03 05:24:10.724604 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36576 | ||
| 468 | 2025.03.03 05:24:10.724697 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 469 | 2025.03.03 05:24:10.724706 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55440 | ||
| 470 | 2025.03.03 05:24:10.724834 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 471 | 2025.03.03 05:24:10.724841 [ 278 ] {} <Debug> TCP-Session: 5bf4787f-8f6c-4fb9-ad86-df39887538da Authenticating user 'default' from [fd00:1122:3344:101::c]:33774 | ||
| 472 | 2025.03.03 05:24:10.724856 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36759 | ||
| 473 | 2025.03.03 05:24:10.724897 [ 279 ] {} <Debug> TCP-Session: 56660581-d9fe-4c91-8f8f-6875d815a775 Authenticating user 'default' from [fd00:1122:3344:101::c]:36576 | ||
| 474 | 2025.03.03 05:24:10.724912 [ 278 ] {} <Debug> TCP-Session: 5bf4787f-8f6c-4fb9-ad86-df39887538da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2025.03.03 05:24:10.725025 [ 279 ] {} <Debug> TCP-Session: 56660581-d9fe-4c91-8f8f-6875d815a775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 476 | 2025.03.03 05:24:10.725041 [ 278 ] {} <Debug> TCP-Session: 5bf4787f-8f6c-4fb9-ad86-df39887538da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 477 | 2025.03.03 05:24:10.725073 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42703 | ||
| 478 | 2025.03.03 05:24:10.725132 [ 279 ] {} <Debug> TCP-Session: 56660581-d9fe-4c91-8f8f-6875d815a775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 479 | 2025.03.03 05:24:10.725147 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 480 | 2025.03.03 05:24:10.725482 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 481 | 2025.03.03 05:24:10.725492 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34654 | ||
| 482 | 2025.03.03 05:24:10.725537 [ 280 ] {} <Debug> TCP-Session: 2737811b-9167-4596-b703-155f9f1e08af Authenticating user 'default' from [fd00:1122:3344:101::c]:55440 | ||
| 483 | 2025.03.03 05:24:10.725614 [ 281 ] {} <Debug> TCP-Session: e3607153-0e3f-4170-b35b-d3d6948fe6c6 Authenticating user 'default' from [fd00:1122:3344:101::c]:36759 | ||
| 484 | 2025.03.03 05:24:10.725631 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55822 | ||
| 485 | 2025.03.03 05:24:10.725627 [ 280 ] {} <Debug> TCP-Session: 2737811b-9167-4596-b703-155f9f1e08af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2025.03.03 05:24:10.725760 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 487 | 2025.03.03 05:24:10.725782 [ 280 ] {} <Debug> TCP-Session: 2737811b-9167-4596-b703-155f9f1e08af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 488 | 2025.03.03 05:24:10.725745 [ 281 ] {} <Debug> TCP-Session: e3607153-0e3f-4170-b35b-d3d6948fe6c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 489 | 2025.03.03 05:24:10.725903 [ 283 ] {} <Debug> TCP-Session: 5ece3692-4822-48e3-8159-fa1c855bed48 Authenticating user 'default' from [fd00:1122:3344:101::c]:34654 | ||
| 490 | 2025.03.03 05:24:10.725966 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 491 | 2025.03.03 05:24:10.725991 [ 283 ] {} <Debug> TCP-Session: 5ece3692-4822-48e3-8159-fa1c855bed48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 492 | 2025.03.03 05:24:10.725913 [ 281 ] {} <Debug> TCP-Session: e3607153-0e3f-4170-b35b-d3d6948fe6c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 493 | 2025.03.03 05:24:10.726085 [ 283 ] {} <Debug> TCP-Session: 5ece3692-4822-48e3-8159-fa1c855bed48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2025.03.03 05:24:10.726105 [ 284 ] {} <Debug> TCP-Session: acc0c75a-cc4d-42d6-acf5-32ba78b9dd26 Authenticating user 'default' from [fd00:1122:3344:101::c]:55822 | ||
| 495 | 2025.03.03 05:24:10.726249 [ 284 ] {} <Debug> TCP-Session: acc0c75a-cc4d-42d6-acf5-32ba78b9dd26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 496 | 2025.03.03 05:24:10.726326 [ 284 ] {} <Debug> TCP-Session: acc0c75a-cc4d-42d6-acf5-32ba78b9dd26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 497 | 2025.03.03 05:24:10.726336 [ 3 ] {469738bd-f2f4-46a7-853a-3b1185157ea4} <Debug> TCPHandler: Processed in 0.02541157 sec. | ||
| 498 | 2025.03.03 05:24:10.726530 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.03.03 05:24:10.726814 [ 3 ] {2c8ff5ec-4c75-4ef3-b808-9a3ba3c534f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 500 | 2025.03.03 05:24:10.726896 [ 3 ] {2c8ff5ec-4c75-4ef3-b808-9a3ba3c534f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 501 | 2025.03.03 05:24:10.727067 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 502 | 2025.03.03 05:24:10.727166 [ 282 ] {} <Debug> TCP-Session: 6bf82947-7e8c-4222-bf92-4112c30c7a44 Authenticating user 'default' from [fd00:1122:3344:101::c]:42703 | ||
| 503 | 2025.03.03 05:24:10.727253 [ 282 ] {} <Debug> TCP-Session: 6bf82947-7e8c-4222-bf92-4112c30c7a44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 504 | 2025.03.03 05:24:10.727353 [ 282 ] {} <Debug> TCP-Session: 6bf82947-7e8c-4222-bf92-4112c30c7a44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 505 | 2025.03.03 05:24:10.741875 [ 3 ] {2c8ff5ec-4c75-4ef3-b808-9a3ba3c534f5} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Loading data parts | ||
| 506 | 2025.03.03 05:24:10.742111 [ 3 ] {2c8ff5ec-4c75-4ef3-b808-9a3ba3c534f5} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): There are no data parts | ||
| 507 | 2025.03.03 05:24:10.747678 [ 3 ] {2c8ff5ec-4c75-4ef3-b808-9a3ba3c534f5} <Debug> TCPHandler: Processed in 0.021218866 sec. | ||
| 508 | 2025.03.03 05:24:10.747883 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2025.03.03 05:24:10.748152 [ 3 ] {9681dd88-f234-4948-92ce-893892756908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 510 | 2025.03.03 05:24:10.748220 [ 3 ] {9681dd88-f234-4948-92ce-893892756908} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 511 | 2025.03.03 05:24:10.760549 [ 3 ] {9681dd88-f234-4948-92ce-893892756908} <Debug> oximeter.measurements_cumulativef32 (e223e635-ef5e-4ae9-97df-23c1e5ee6cc0): Loading data parts | ||
| 512 | 2025.03.03 05:24:10.760752 [ 3 ] {9681dd88-f234-4948-92ce-893892756908} <Debug> oximeter.measurements_cumulativef32 (e223e635-ef5e-4ae9-97df-23c1e5ee6cc0): There are no data parts | ||
| 513 | 2025.03.03 05:24:10.762856 [ 3 ] {9681dd88-f234-4948-92ce-893892756908} <Debug> TCPHandler: Processed in 0.015055952 sec. | ||
| 514 | 2025.03.03 05:24:10.763044 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 515 | 2025.03.03 05:24:10.763263 [ 3 ] {9469ad81-8786-45bb-83dd-a3515fa01ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 516 | 2025.03.03 05:24:10.763340 [ 3 ] {9469ad81-8786-45bb-83dd-a3515fa01ceb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 517 | 2025.03.03 05:24:10.775853 [ 3 ] {9469ad81-8786-45bb-83dd-a3515fa01ceb} <Debug> oximeter.measurements_cumulativef64 (79697269-7e0b-46ae-9c76-b3d4b8b94bc6): Loading data parts | ||
| 518 | 2025.03.03 05:24:10.776175 [ 3 ] {9469ad81-8786-45bb-83dd-a3515fa01ceb} <Debug> oximeter.measurements_cumulativef64 (79697269-7e0b-46ae-9c76-b3d4b8b94bc6): There are no data parts | ||
| 519 | 2025.03.03 05:24:10.781213 [ 3 ] {9469ad81-8786-45bb-83dd-a3515fa01ceb} <Debug> TCPHandler: Processed in 0.018233135 sec. | ||
| 520 | 2025.03.03 05:24:10.781368 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 521 | 2025.03.03 05:24:10.781682 [ 3 ] {d18a7e75-a249-4e6a-8143-6ea651647102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 522 | * NOTE: Array types cannot be Nullable, see | ||
| 523 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 524 | * for more details. | ||
| 525 | * | ||
| 526 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 527 | * is unfortunate, and at this point relies on the fact that an | ||
| 528 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 529 | * to figure out another way to represent missing samples here. | ||
| 530 | */ | ||
| 531 | 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) | ||
| 532 | 2025.03.03 05:24:10.781763 [ 3 ] {d18a7e75-a249-4e6a-8143-6ea651647102} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 533 | 2025.03.03 05:24:10.791920 [ 3 ] {d18a7e75-a249-4e6a-8143-6ea651647102} <Debug> oximeter.measurements_histogrami8 (0d490f22-2398-4812-82ab-c7885c108ebc): Loading data parts | ||
| 534 | 2025.03.03 05:24:10.792105 [ 3 ] {d18a7e75-a249-4e6a-8143-6ea651647102} <Debug> oximeter.measurements_histogrami8 (0d490f22-2398-4812-82ab-c7885c108ebc): There are no data parts | ||
| 535 | 2025.03.03 05:24:10.797264 [ 3 ] {d18a7e75-a249-4e6a-8143-6ea651647102} <Debug> TCPHandler: Processed in 0.01595142 sec. | ||
| 536 | 2025.03.03 05:24:10.797446 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 537 | 2025.03.03 05:24:10.797718 [ 3 ] {d2273648-5a70-42a0-9d1f-51a10d5ab2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 538 | 2025.03.03 05:24:10.797798 [ 3 ] {d2273648-5a70-42a0-9d1f-51a10d5ab2a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 539 | 2025.03.03 05:24:10.805825 [ 3 ] {d2273648-5a70-42a0-9d1f-51a10d5ab2a7} <Debug> oximeter.measurements_histogramu8 (7e0cf581-971c-493f-a9ef-44d46420ea5a): Loading data parts | ||
| 540 | 2025.03.03 05:24:10.806026 [ 3 ] {d2273648-5a70-42a0-9d1f-51a10d5ab2a7} <Debug> oximeter.measurements_histogramu8 (7e0cf581-971c-493f-a9ef-44d46420ea5a): There are no data parts | ||
| 541 | 2025.03.03 05:24:10.811518 [ 3 ] {d2273648-5a70-42a0-9d1f-51a10d5ab2a7} <Debug> TCPHandler: Processed in 0.014121803 sec. | ||
| 542 | 2025.03.03 05:24:10.811701 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 543 | 2025.03.03 05:24:10.812047 [ 3 ] {d7bac1a6-71c8-41fd-9ecc-228c0f33ffff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 544 | 2025.03.03 05:24:10.812124 [ 3 ] {d7bac1a6-71c8-41fd-9ecc-228c0f33ffff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 545 | 2025.03.03 05:24:10.815853 [ 3 ] {d7bac1a6-71c8-41fd-9ecc-228c0f33ffff} <Debug> oximeter.measurements_histogrami16 (7a105caf-713d-49db-a3ad-6b2285595b1a): Loading data parts | ||
| 546 | 2025.03.03 05:24:10.816039 [ 3 ] {d7bac1a6-71c8-41fd-9ecc-228c0f33ffff} <Debug> oximeter.measurements_histogrami16 (7a105caf-713d-49db-a3ad-6b2285595b1a): There are no data parts | ||
| 547 | 2025.03.03 05:24:10.826742 [ 3 ] {d7bac1a6-71c8-41fd-9ecc-228c0f33ffff} <Debug> TCPHandler: Processed in 0.015097342 sec. | ||
| 548 | 2025.03.03 05:24:10.826940 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 549 | 2025.03.03 05:24:10.827206 [ 3 ] {64ae6ab2-c805-4d80-a61e-51e9d047044b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 550 | 2025.03.03 05:24:10.827285 [ 3 ] {64ae6ab2-c805-4d80-a61e-51e9d047044b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 551 | 2025.03.03 05:24:10.832769 [ 3 ] {64ae6ab2-c805-4d80-a61e-51e9d047044b} <Debug> oximeter.measurements_histogramu16 (6daa8737-0c6a-4939-8737-c2ba25c34cc8): Loading data parts | ||
| 552 | 2025.03.03 05:24:10.832973 [ 3 ] {64ae6ab2-c805-4d80-a61e-51e9d047044b} <Debug> oximeter.measurements_histogramu16 (6daa8737-0c6a-4939-8737-c2ba25c34cc8): There are no data parts | ||
| 553 | 2025.03.03 05:24:10.841501 [ 3 ] {64ae6ab2-c805-4d80-a61e-51e9d047044b} <Debug> TCPHandler: Processed in 0.014613573 sec. | ||
| 554 | 2025.03.03 05:24:10.841668 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 555 | 2025.03.03 05:24:10.841973 [ 3 ] {a97c906f-d639-4735-8987-27e568878cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 556 | 2025.03.03 05:24:10.842060 [ 3 ] {a97c906f-d639-4735-8987-27e568878cde} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 557 | 2025.03.03 05:24:10.846553 [ 3 ] {a97c906f-d639-4735-8987-27e568878cde} <Debug> oximeter.measurements_histogrami32 (9db5db1c-df7c-4c01-9065-e9dc6aef9bd1): Loading data parts | ||
| 558 | 2025.03.03 05:24:10.846728 [ 3 ] {a97c906f-d639-4735-8987-27e568878cde} <Debug> oximeter.measurements_histogrami32 (9db5db1c-df7c-4c01-9065-e9dc6aef9bd1): There are no data parts | ||
| 559 | 2025.03.03 05:24:10.857139 [ 3 ] {a97c906f-d639-4735-8987-27e568878cde} <Debug> TCPHandler: Processed in 0.015522471 sec. | ||
| 560 | 2025.03.03 05:24:10.857376 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 561 | 2025.03.03 05:24:10.857654 [ 3 ] {388c0694-f6e1-4efd-9668-b5d7a255c530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 562 | 2025.03.03 05:24:10.857730 [ 3 ] {388c0694-f6e1-4efd-9668-b5d7a255c530} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 563 | 2025.03.03 05:24:10.871159 [ 3 ] {388c0694-f6e1-4efd-9668-b5d7a255c530} <Debug> oximeter.measurements_histogramu32 (73da5627-c140-4c65-b7d4-7b20e78a8d07): Loading data parts | ||
| 564 | 2025.03.03 05:24:10.871407 [ 3 ] {388c0694-f6e1-4efd-9668-b5d7a255c530} <Debug> oximeter.measurements_histogramu32 (73da5627-c140-4c65-b7d4-7b20e78a8d07): There are no data parts | ||
| 565 | 2025.03.03 05:24:10.876476 [ 3 ] {388c0694-f6e1-4efd-9668-b5d7a255c530} <Debug> TCPHandler: Processed in 0.019177255 sec. | ||
| 566 | 2025.03.03 05:24:10.876686 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 567 | 2025.03.03 05:24:10.877058 [ 3 ] {ae8ce671-bb9f-43dc-8040-82e1b2658c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 568 | 2025.03.03 05:24:10.877159 [ 3 ] {ae8ce671-bb9f-43dc-8040-82e1b2658c0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 569 | 2025.03.03 05:24:10.887070 [ 3 ] {ae8ce671-bb9f-43dc-8040-82e1b2658c0e} <Debug> oximeter.measurements_histogrami64 (ffcefa02-fe1d-4a55-bc3c-a73e054cf2c7): Loading data parts | ||
| 570 | 2025.03.03 05:24:10.887249 [ 3 ] {ae8ce671-bb9f-43dc-8040-82e1b2658c0e} <Debug> oximeter.measurements_histogrami64 (ffcefa02-fe1d-4a55-bc3c-a73e054cf2c7): There are no data parts | ||
| 571 | 2025.03.03 05:24:10.900590 [ 3 ] {ae8ce671-bb9f-43dc-8040-82e1b2658c0e} <Debug> TCPHandler: Processed in 0.02397177 sec. | ||
| 572 | 2025.03.03 05:24:10.900869 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 573 | 2025.03.03 05:24:10.901241 [ 3 ] {c957b1f6-2398-4e8f-8922-6117a07900cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 574 | 2025.03.03 05:24:10.901345 [ 3 ] {c957b1f6-2398-4e8f-8922-6117a07900cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 575 | 2025.03.03 05:24:10.916583 [ 3 ] {c957b1f6-2398-4e8f-8922-6117a07900cf} <Debug> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Loading data parts | ||
| 576 | 2025.03.03 05:24:10.916804 [ 3 ] {c957b1f6-2398-4e8f-8922-6117a07900cf} <Debug> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): There are no data parts | ||
| 577 | 2025.03.03 05:24:10.922076 [ 3 ] {c957b1f6-2398-4e8f-8922-6117a07900cf} <Debug> TCPHandler: Processed in 0.021300587 sec. | ||
| 578 | 2025.03.03 05:24:10.922293 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 579 | 2025.03.03 05:24:10.922586 [ 3 ] {bc1a6890-bb9e-435c-8256-0804acfb5841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 580 | 2025.03.03 05:24:10.922679 [ 3 ] {bc1a6890-bb9e-435c-8256-0804acfb5841} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 581 | 2025.03.03 05:24:10.929970 [ 3 ] {bc1a6890-bb9e-435c-8256-0804acfb5841} <Debug> oximeter.measurements_histogramf32 (b27bd734-5855-4df1-9aee-a9a63b42d8c8): Loading data parts | ||
| 582 | 2025.03.03 05:24:10.930183 [ 3 ] {bc1a6890-bb9e-435c-8256-0804acfb5841} <Debug> oximeter.measurements_histogramf32 (b27bd734-5855-4df1-9aee-a9a63b42d8c8): There are no data parts | ||
| 583 | 2025.03.03 05:24:10.935260 [ 3 ] {bc1a6890-bb9e-435c-8256-0804acfb5841} <Debug> TCPHandler: Processed in 0.013055512 sec. | ||
| 584 | 2025.03.03 05:24:10.935489 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 585 | 2025.03.03 05:24:10.935801 [ 3 ] {b29aa79c-c502-43c3-bb9e-688ba63dcbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 586 | 2025.03.03 05:24:10.935891 [ 3 ] {b29aa79c-c502-43c3-bb9e-688ba63dcbae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 587 | 2025.03.03 05:24:10.945919 [ 3 ] {b29aa79c-c502-43c3-bb9e-688ba63dcbae} <Debug> oximeter.measurements_histogramf64 (44c80988-9907-41c8-ad9e-3c7bd8187570): Loading data parts | ||
| 588 | 2025.03.03 05:24:10.946120 [ 3 ] {b29aa79c-c502-43c3-bb9e-688ba63dcbae} <Debug> oximeter.measurements_histogramf64 (44c80988-9907-41c8-ad9e-3c7bd8187570): There are no data parts | ||
| 589 | 2025.03.03 05:24:10.950496 [ 3 ] {b29aa79c-c502-43c3-bb9e-688ba63dcbae} <Debug> TCPHandler: Processed in 0.015078572 sec. | ||
| 590 | 2025.03.03 05:24:10.950688 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 591 | 2025.03.03 05:24:10.950934 [ 3 ] {62b40a24-3949-4d31-a160-59a0d308a553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) /* The field tables store named dimensions of each timeseries. | ||
| 592 | * | ||
| 593 | * As with the measurement tables, there is one field table for each field data | ||
| 594 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 595 | * this behavior **must not** be relied upon for query correctness. | ||
| 596 | * | ||
| 597 | * The index for the fields differs from the measurements, however. Rows are | ||
| 598 | * sorted by timeseries name, then field name, field value, and finally | ||
| 599 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 600 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 601 | * usually then used to look up measurements. | ||
| 602 | * | ||
| 603 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 604 | * timeseries name and then key, since it would improve lookups where one | ||
| 605 | * already has the key. Realistically though, these tables are quite small and | ||
| 606 | * so performance benefits will be low in absolute terms. | ||
| 607 | * | ||
| 608 | * TTL: We use a materialized column to expire old field table records. This | ||
| 609 | * column is generated automatically by the database whenever a new row is | ||
| 610 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 611 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 612 | * record will remain during a deduplication, which will have the last | ||
| 613 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 614 | * measurement tables. | ||
| 615 | */ | ||
| 616 | 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) | ||
| 617 | 2025.03.03 05:24:10.951031 [ 3 ] {62b40a24-3949-4d31-a160-59a0d308a553} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 618 | 2025.03.03 05:24:10.959119 [ 3 ] {62b40a24-3949-4d31-a160-59a0d308a553} <Debug> oximeter.fields_bool (5703e9d9-37e3-49a5-a803-895ba1b78432): Loading data parts | ||
| 619 | 2025.03.03 05:24:10.959385 [ 3 ] {62b40a24-3949-4d31-a160-59a0d308a553} <Debug> oximeter.fields_bool (5703e9d9-37e3-49a5-a803-895ba1b78432): There are no data parts | ||
| 620 | 2025.03.03 05:24:10.964301 [ 3 ] {62b40a24-3949-4d31-a160-59a0d308a553} <Debug> TCPHandler: Processed in 0.013686684 sec. | ||
| 621 | 2025.03.03 05:24:10.964461 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 622 | 2025.03.03 05:24:10.964705 [ 3 ] {73da164d-e316-4607-94f4-10bfe19a2fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 623 | 2025.03.03 05:24:10.964778 [ 3 ] {73da164d-e316-4607-94f4-10bfe19a2fb0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 624 | 2025.03.03 05:24:10.977303 [ 3 ] {73da164d-e316-4607-94f4-10bfe19a2fb0} <Debug> oximeter.fields_i8 (b7946113-e1ba-452a-8965-d286e08456a2): Loading data parts | ||
| 625 | 2025.03.03 05:24:10.977566 [ 3 ] {73da164d-e316-4607-94f4-10bfe19a2fb0} <Debug> oximeter.fields_i8 (b7946113-e1ba-452a-8965-d286e08456a2): There are no data parts | ||
| 626 | 2025.03.03 05:24:10.991165 [ 3 ] {73da164d-e316-4607-94f4-10bfe19a2fb0} <Debug> TCPHandler: Processed in 0.026762897 sec. | ||
| 627 | 2025.03.03 05:24:10.991342 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 628 | 2025.03.03 05:24:10.991540 [ 3 ] {15c1d484-bb66-4647-a08d-e08b6c8b2277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 629 | 2025.03.03 05:24:10.991628 [ 3 ] {15c1d484-bb66-4647-a08d-e08b6c8b2277} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 630 | 2025.03.03 05:24:10.996678 [ 3 ] {15c1d484-bb66-4647-a08d-e08b6c8b2277} <Debug> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Loading data parts | ||
| 631 | 2025.03.03 05:24:10.996917 [ 3 ] {15c1d484-bb66-4647-a08d-e08b6c8b2277} <Debug> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): There are no data parts | ||
| 632 | 2025.03.03 05:24:11.001241 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.74 MiB, peak 123.74 MiB, free memory in arenas 0.00 B, will set to 136.42 MiB (RSS), difference: 12.68 MiB | ||
| 633 | 2025.03.03 05:24:11.008113 [ 3 ] {15c1d484-bb66-4647-a08d-e08b6c8b2277} <Debug> TCPHandler: Processed in 0.016824468 sec. | ||
| 634 | 2025.03.03 05:24:11.008540 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 635 | 2025.03.03 05:24:11.008825 [ 3 ] {eebe1dcc-a1e8-4a78-89de-775aa54a6ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 636 | 2025.03.03 05:24:11.008947 [ 3 ] {eebe1dcc-a1e8-4a78-89de-775aa54a6ebe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 637 | 2025.03.03 05:24:11.013602 [ 3 ] {eebe1dcc-a1e8-4a78-89de-775aa54a6ebe} <Debug> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Loading data parts | ||
| 638 | 2025.03.03 05:24:11.013907 [ 3 ] {eebe1dcc-a1e8-4a78-89de-775aa54a6ebe} <Debug> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): There are no data parts | ||
| 639 | 2025.03.03 05:24:11.023006 [ 3 ] {eebe1dcc-a1e8-4a78-89de-775aa54a6ebe} <Debug> TCPHandler: Processed in 0.014664915 sec. | ||
| 640 | 2025.03.03 05:24:11.023248 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 641 | 2025.03.03 05:24:11.023548 [ 3 ] {3cc25896-0c4a-40fd-a7d0-5792695965df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 642 | 2025.03.03 05:24:11.023629 [ 3 ] {3cc25896-0c4a-40fd-a7d0-5792695965df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 643 | 2025.03.03 05:24:11.027720 [ 3 ] {3cc25896-0c4a-40fd-a7d0-5792695965df} <Debug> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Loading data parts | ||
| 644 | 2025.03.03 05:24:11.028115 [ 3 ] {3cc25896-0c4a-40fd-a7d0-5792695965df} <Debug> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): There are no data parts | ||
| 645 | 2025.03.03 05:24:11.040004 [ 3 ] {3cc25896-0c4a-40fd-a7d0-5792695965df} <Debug> TCPHandler: Processed in 0.016878488 sec. | ||
| 646 | 2025.03.03 05:24:11.040241 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 647 | 2025.03.03 05:24:11.040480 [ 3 ] {48eb24c9-311d-4faa-8524-f6624a8f6caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 648 | 2025.03.03 05:24:11.040579 [ 3 ] {48eb24c9-311d-4faa-8524-f6624a8f6caf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 649 | 2025.03.03 05:24:11.046124 [ 3 ] {48eb24c9-311d-4faa-8524-f6624a8f6caf} <Debug> oximeter.fields_i32 (d264006e-c0bc-4de1-9a85-5a9e596991bd): Loading data parts | ||
| 650 | 2025.03.03 05:24:11.046463 [ 3 ] {48eb24c9-311d-4faa-8524-f6624a8f6caf} <Debug> oximeter.fields_i32 (d264006e-c0bc-4de1-9a85-5a9e596991bd): There are no data parts | ||
| 651 | 2025.03.03 05:24:11.055376 [ 3 ] {48eb24c9-311d-4faa-8524-f6624a8f6caf} <Debug> TCPHandler: Processed in 0.015200725 sec. | ||
| 652 | 2025.03.03 05:24:11.055546 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 653 | 2025.03.03 05:24:11.055859 [ 3 ] {ad73efe6-9814-443e-b90e-4a6db7c041ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 654 | 2025.03.03 05:24:11.055950 [ 3 ] {ad73efe6-9814-443e-b90e-4a6db7c041ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 655 | 2025.03.03 05:24:11.060494 [ 3 ] {ad73efe6-9814-443e-b90e-4a6db7c041ac} <Debug> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Loading data parts | ||
| 656 | 2025.03.03 05:24:11.060716 [ 3 ] {ad73efe6-9814-443e-b90e-4a6db7c041ac} <Debug> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): There are no data parts | ||
| 657 | 2025.03.03 05:24:11.090085 [ 3 ] {ad73efe6-9814-443e-b90e-4a6db7c041ac} <Debug> TCPHandler: Processed in 0.034599063 sec. | ||
| 658 | 2025.03.03 05:24:11.090348 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 659 | 2025.03.03 05:24:11.090569 [ 3 ] {2a2775ab-60ca-49aa-acf0-880f48d7272a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 660 | 2025.03.03 05:24:11.090663 [ 3 ] {2a2775ab-60ca-49aa-acf0-880f48d7272a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 661 | 2025.03.03 05:24:11.105028 [ 3 ] {2a2775ab-60ca-49aa-acf0-880f48d7272a} <Debug> oximeter.fields_i64 (27b90fdd-c1a9-4436-98a7-3645f8d538b6): Loading data parts | ||
| 662 | 2025.03.03 05:24:11.105952 [ 3 ] {2a2775ab-60ca-49aa-acf0-880f48d7272a} <Debug> oximeter.fields_i64 (27b90fdd-c1a9-4436-98a7-3645f8d538b6): There are no data parts | ||
| 663 | 2025.03.03 05:24:11.120106 [ 3 ] {2a2775ab-60ca-49aa-acf0-880f48d7272a} <Debug> TCPHandler: Processed in 0.029833968 sec. | ||
| 664 | 2025.03.03 05:24:11.120423 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 665 | 2025.03.03 05:24:11.120818 [ 3 ] {e238ef55-9cda-4a4d-9969-b5497388e359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 666 | 2025.03.03 05:24:11.120938 [ 3 ] {e238ef55-9cda-4a4d-9969-b5497388e359} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 667 | 2025.03.03 05:24:11.138900 [ 3 ] {e238ef55-9cda-4a4d-9969-b5497388e359} <Debug> oximeter.fields_u64 (74cefb9c-92e6-4208-9c55-33fb22ba65b8): Loading data parts | ||
| 668 | 2025.03.03 05:24:11.139118 [ 3 ] {e238ef55-9cda-4a4d-9969-b5497388e359} <Debug> oximeter.fields_u64 (74cefb9c-92e6-4208-9c55-33fb22ba65b8): There are no data parts | ||
| 669 | 2025.03.03 05:24:11.143313 [ 3 ] {e238ef55-9cda-4a4d-9969-b5497388e359} <Debug> TCPHandler: Processed in 0.023017181 sec. | ||
| 670 | 2025.03.03 05:24:11.143551 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2025.03.03 05:24:11.143807 [ 3 ] {f49c41e3-a3d1-41d4-84eb-530ed726a8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 672 | 2025.03.03 05:24:11.143899 [ 3 ] {f49c41e3-a3d1-41d4-84eb-530ed726a8a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 673 | 2025.03.03 05:24:11.152443 [ 3 ] {f49c41e3-a3d1-41d4-84eb-530ed726a8a6} <Debug> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Loading data parts | ||
| 674 | 2025.03.03 05:24:11.152688 [ 3 ] {f49c41e3-a3d1-41d4-84eb-530ed726a8a6} <Debug> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): There are no data parts | ||
| 675 | 2025.03.03 05:24:11.168565 [ 3 ] {f49c41e3-a3d1-41d4-84eb-530ed726a8a6} <Debug> TCPHandler: Processed in 0.025099914 sec. | ||
| 676 | 2025.03.03 05:24:11.168751 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 677 | 2025.03.03 05:24:11.169007 [ 3 ] {33b509ae-8cca-41fb-9336-25d10532675e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 678 | 2025.03.03 05:24:11.169085 [ 3 ] {33b509ae-8cca-41fb-9336-25d10532675e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 679 | 2025.03.03 05:24:11.182577 [ 3 ] {33b509ae-8cca-41fb-9336-25d10532675e} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Loading data parts | ||
| 680 | 2025.03.03 05:24:11.182803 [ 3 ] {33b509ae-8cca-41fb-9336-25d10532675e} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): There are no data parts | ||
| 681 | 2025.03.03 05:24:11.188962 [ 3 ] {33b509ae-8cca-41fb-9336-25d10532675e} <Debug> TCPHandler: Processed in 0.020288357 sec. | ||
| 682 | 2025.03.03 05:24:11.189157 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2025.03.03 05:24:11.189363 [ 3 ] {b8da9133-db1c-434c-bb94-edbd3f9df645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 684 | 2025.03.03 05:24:11.189446 [ 3 ] {b8da9133-db1c-434c-bb94-edbd3f9df645} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 685 | 2025.03.03 05:24:11.201580 [ 3 ] {b8da9133-db1c-434c-bb94-edbd3f9df645} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Loading data parts | ||
| 686 | 2025.03.03 05:24:11.201827 [ 3 ] {b8da9133-db1c-434c-bb94-edbd3f9df645} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): There are no data parts | ||
| 687 | 2025.03.03 05:24:11.208529 [ 3 ] {b8da9133-db1c-434c-bb94-edbd3f9df645} <Debug> TCPHandler: Processed in 0.019434189 sec. | ||
| 688 | 2025.03.03 05:24:11.208725 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 689 | 2025.03.03 05:24:11.209129 [ 3 ] {8ad8fc94-bca3-4efb-87ea-e5df83799888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) /* The timeseries schema table stores the extracted schema for the samples | ||
| 690 | * oximeter collects. | ||
| 691 | */ | ||
| 692 | 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) | ||
| 693 | 2025.03.03 05:24:11.209244 [ 3 ] {8ad8fc94-bca3-4efb-87ea-e5df83799888} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 694 | 2025.03.03 05:24:11.217056 [ 3 ] {8ad8fc94-bca3-4efb-87ea-e5df83799888} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Loading data parts | ||
| 695 | 2025.03.03 05:24:11.217314 [ 3 ] {8ad8fc94-bca3-4efb-87ea-e5df83799888} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): There are no data parts | ||
| 696 | 2025.03.03 05:24:11.222731 [ 3 ] {8ad8fc94-bca3-4efb-87ea-e5df83799888} <Debug> TCPHandler: Processed in 0.014068412 sec. | ||
| 697 | 2025.03.03 05:24:11.223018 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 698 | 2025.03.03 05:24:11.223344 [ 254 ] {9aaa2f85-9cad-4754-a50c-7da378c7fc0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 699 | 2025.03.03 05:24:11.224628 [ 254 ] {9aaa2f85-9cad-4754-a50c-7da378c7fc0e} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 700 | 2025.03.03 05:24:11.240057 [ 260 ] {9aaa2f85-9cad-4754-a50c-7da378c7fc0e} <Trace> oximeter.version (915b7938-af61-441e-9dfe-2e1a58899386): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 701 | 2025.03.03 05:24:11.240162 [ 260 ] {9aaa2f85-9cad-4754-a50c-7da378c7fc0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 702 | 2025.03.03 05:24:11.246046 [ 260 ] {9aaa2f85-9cad-4754-a50c-7da378c7fc0e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 703 | 2025.03.03 05:24:11.246534 [ 260 ] {9aaa2f85-9cad-4754-a50c-7da378c7fc0e} <Trace> oximeter.version (915b7938-af61-441e-9dfe-2e1a58899386): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 704 | 2025.03.03 05:24:11.247458 [ 254 ] {9aaa2f85-9cad-4754-a50c-7da378c7fc0e} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.024245 sec., 41.245617653124356 rows/sec., 659.93 B/sec. | ||
| 705 | 2025.03.03 05:24:11.247778 [ 254 ] {9aaa2f85-9cad-4754-a50c-7da378c7fc0e} <Debug> TCPHandler: Processed in 0.024905629 sec. | ||
| 706 | 2025.03.03 05:24:12.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.31 MiB, peak 137.31 MiB, free memory in arenas 0.00 B, will set to 140.94 MiB (RSS), difference: 3.63 MiB | ||
| 707 | 2025.03.03 05:24:17.823111 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.03.03 05:24:17.823151 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 709 | 2025.03.03 05:24:17.823223 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.03.03 05:24:17.823254 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.03.03 05:24:17.836370 [ 244 ] {} <Debug> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Loading data parts | ||
| 712 | 2025.03.03 05:24:17.836782 [ 244 ] {} <Debug> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): There are no data parts | ||
| 713 | 2025.03.03 05:24:17.843529 [ 242 ] {} <Debug> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Loading data parts | ||
| 714 | 2025.03.03 05:24:17.843872 [ 242 ] {} <Debug> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): There are no data parts | ||
| 715 | 2025.03.03 05:24:17.843980 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 716 | 2025.03.03 05:24:17.844070 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 717 | 2025.03.03 05:24:17.848399 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 718 | 2025.03.03 05:24:17.849419 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 719 | 2025.03.03 05:24:17.850271 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 720 | 2025.03.03 05:24:17.875024 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.03.03 05:24:17.875170 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 722 | 2025.03.03 05:24:17.882104 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.03.03 05:24:17.883235 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.03.03 05:24:17.885616 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.03.03 05:24:18.000148 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.90 MiB, peak 149.90 MiB, free memory in arenas 0.00 B, will set to 150.75 MiB (RSS), difference: 4.85 MiB | ||
| 726 | 2025.03.03 05:24:20.323090 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.03.03 05:24:20.323287 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.03.03 05:24:20.334685 [ 243 ] {} <Debug> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Loading data parts | ||
| 729 | 2025.03.03 05:24:20.334912 [ 243 ] {} <Debug> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): There are no data parts | ||
| 730 | 2025.03.03 05:24:20.353983 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.03.03 05:24:20.354111 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 732 | 2025.03.03 05:24:20.355842 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.03.03 05:24:20.356380 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.03.03 05:24:20.356895 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.03.03 05:24:21.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.94 MiB, peak 154.94 MiB, free memory in arenas 0.00 B, will set to 151.19 MiB (RSS), difference: -3.75 MiB | ||
| 736 | 2025.03.03 05:24:25.274960 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.03.03 05:24:25.275019 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.03.03 05:24:25.351376 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 739 | 2025.03.03 05:24:25.352481 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.03.03 05:24:25.352527 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 741 | 2025.03.03 05:24:25.353273 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.03.03 05:24:25.354042 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.03.03 05:24:25.354300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.03.03 05:24:25.386666 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.03.03 05:24:25.406708 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.03.03 05:24:25.406875 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 747 | 2025.03.03 05:24:25.413734 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.03.03 05:24:25.414922 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.03.03 05:24:25.417564 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.03.03 05:24:31.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.46 MiB, peak 155.86 MiB, free memory in arenas 0.00 B, will set to 152.48 MiB (RSS), difference: 4.02 MiB | ||
| 751 | 2025.03.03 05:24:31.260765 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 752 | 2025.03.03 05:24:31.261229 [ 3 ] {6bd82b84-df73-4007-89a6-a83e34d98ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 753 | 2025.03.03 05:24:31.261757 [ 3 ] {6bd82b84-df73-4007-89a6-a83e34d98ef4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 754 | 2025.03.03 05:24:31.262101 [ 3 ] {6bd82b84-df73-4007-89a6-a83e34d98ef4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 755 | 2025.03.03 05:24:31.262873 [ 3 ] {6bd82b84-df73-4007-89a6-a83e34d98ef4} <Debug> TCPHandler: Processed in 0.002234855 sec. | ||
| 756 | 2025.03.03 05:24:31.268600 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 757 | 2025.03.03 05:24:31.268813 [ 3 ] {eef08089-6a8f-4138-8c2f-adfd8f267e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 758 | 2025.03.03 05:24:31.270561 [ 3 ] {eef08089-6a8f-4138-8c2f-adfd8f267e3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 759 | 2025.03.03 05:24:31.270736 [ 3 ] {eef08089-6a8f-4138-8c2f-adfd8f267e3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 760 | 2025.03.03 05:24:31.271312 [ 3 ] {eef08089-6a8f-4138-8c2f-adfd8f267e3b} <Debug> TCPHandler: Processed in 0.002771965 sec. | ||
| 761 | 2025.03.03 05:24:31.271581 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 762 | 2025.03.03 05:24:31.271717 [ 3 ] {15df7a4f-9ee3-4638-a43e-daae75fd46cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 763 | 2025.03.03 05:24:31.272062 [ 3 ] {15df7a4f-9ee3-4638-a43e-daae75fd46cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 764 | 2025.03.03 05:24:31.272114 [ 3 ] {15df7a4f-9ee3-4638-a43e-daae75fd46cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 765 | 2025.03.03 05:24:31.272605 [ 3 ] {15df7a4f-9ee3-4638-a43e-daae75fd46cb} <Debug> TCPHandler: Processed in 0.001075011 sec. | ||
| 766 | 2025.03.03 05:24:31.272837 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2025.03.03 05:24:31.272972 [ 3 ] {5e476dae-1f59-40a3-9d98-8f5679aa3118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 768 | 2025.03.03 05:24:31.273286 [ 3 ] {5e476dae-1f59-40a3-9d98-8f5679aa3118} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 769 | 2025.03.03 05:24:31.273338 [ 3 ] {5e476dae-1f59-40a3-9d98-8f5679aa3118} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 770 | 2025.03.03 05:24:31.273825 [ 3 ] {5e476dae-1f59-40a3-9d98-8f5679aa3118} <Debug> TCPHandler: Processed in 0.001037691 sec. | ||
| 771 | 2025.03.03 05:24:31.274050 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 772 | 2025.03.03 05:24:31.274185 [ 3 ] {92770b8b-c056-4f1f-b4d8-d3585d347d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 773 | 2025.03.03 05:24:31.274501 [ 3 ] {92770b8b-c056-4f1f-b4d8-d3585d347d04} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 774 | 2025.03.03 05:24:31.274552 [ 3 ] {92770b8b-c056-4f1f-b4d8-d3585d347d04} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 775 | 2025.03.03 05:24:31.275032 [ 3 ] {92770b8b-c056-4f1f-b4d8-d3585d347d04} <Debug> TCPHandler: Processed in 0.001031971 sec. | ||
| 776 | 2025.03.03 05:24:31.275240 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 777 | 2025.03.03 05:24:31.275376 [ 3 ] {bd848540-014a-492a-82f9-bdaf1b0782c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 778 | 2025.03.03 05:24:31.275692 [ 3 ] {bd848540-014a-492a-82f9-bdaf1b0782c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 779 | 2025.03.03 05:24:31.275744 [ 3 ] {bd848540-014a-492a-82f9-bdaf1b0782c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 780 | 2025.03.03 05:24:31.276231 [ 3 ] {bd848540-014a-492a-82f9-bdaf1b0782c0} <Debug> TCPHandler: Processed in 0.001040521 sec. | ||
| 781 | 2025.03.03 05:24:31.276475 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 782 | 2025.03.03 05:24:31.276617 [ 3 ] {9a3e5f1f-323b-429b-8b21-fb0544fa3e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 783 | 2025.03.03 05:24:31.276939 [ 3 ] {9a3e5f1f-323b-429b-8b21-fb0544fa3e7c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 784 | 2025.03.03 05:24:31.276990 [ 3 ] {9a3e5f1f-323b-429b-8b21-fb0544fa3e7c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 785 | 2025.03.03 05:24:31.277476 [ 3 ] {9a3e5f1f-323b-429b-8b21-fb0544fa3e7c} <Debug> TCPHandler: Processed in 0.001050231 sec. | ||
| 786 | 2025.03.03 05:24:31.277694 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 787 | 2025.03.03 05:24:31.277830 [ 3 ] {41c6817c-5e31-4a16-aaaf-237c507603f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 788 | 2025.03.03 05:24:31.278155 [ 3 ] {41c6817c-5e31-4a16-aaaf-237c507603f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 789 | 2025.03.03 05:24:31.278208 [ 3 ] {41c6817c-5e31-4a16-aaaf-237c507603f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 790 | 2025.03.03 05:24:31.278745 [ 3 ] {41c6817c-5e31-4a16-aaaf-237c507603f2} <Debug> TCPHandler: Processed in 0.001100282 sec. | ||
| 791 | 2025.03.03 05:24:31.278983 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2025.03.03 05:24:31.279126 [ 3 ] {1e446994-56cb-4eb8-9c49-1fd994d5ab48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 793 | 2025.03.03 05:24:31.279483 [ 3 ] {1e446994-56cb-4eb8-9c49-1fd994d5ab48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 794 | 2025.03.03 05:24:31.279539 [ 3 ] {1e446994-56cb-4eb8-9c49-1fd994d5ab48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 795 | 2025.03.03 05:24:31.280026 [ 3 ] {1e446994-56cb-4eb8-9c49-1fd994d5ab48} <Debug> TCPHandler: Processed in 0.001094372 sec. | ||
| 796 | 2025.03.03 05:24:31.280270 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2025.03.03 05:24:31.280412 [ 3 ] {d231b295-5ff4-4f01-bd90-d9025f3db611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 798 | 2025.03.03 05:24:31.280749 [ 3 ] {d231b295-5ff4-4f01-bd90-d9025f3db611} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2025.03.03 05:24:31.280803 [ 3 ] {d231b295-5ff4-4f01-bd90-d9025f3db611} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 800 | 2025.03.03 05:24:31.281293 [ 3 ] {d231b295-5ff4-4f01-bd90-d9025f3db611} <Debug> TCPHandler: Processed in 0.001073622 sec. | ||
| 801 | 2025.03.03 05:24:31.281506 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 802 | 2025.03.03 05:24:31.281699 [ 3 ] {ec5994a0-fcb3-4843-b218-166db5843515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 803 | 2025.03.03 05:24:31.282055 [ 3 ] {ec5994a0-fcb3-4843-b218-166db5843515} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 804 | 2025.03.03 05:24:31.282113 [ 3 ] {ec5994a0-fcb3-4843-b218-166db5843515} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 805 | 2025.03.03 05:24:31.282604 [ 3 ] {ec5994a0-fcb3-4843-b218-166db5843515} <Debug> TCPHandler: Processed in 0.001150633 sec. | ||
| 806 | 2025.03.03 05:24:31.282830 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 807 | 2025.03.03 05:24:31.282973 [ 3 ] {7b6eb13d-9b7d-4f7d-a573-9e8f4e8d412d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 808 | 2025.03.03 05:24:31.283321 [ 3 ] {7b6eb13d-9b7d-4f7d-a573-9e8f4e8d412d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 809 | 2025.03.03 05:24:31.283374 [ 3 ] {7b6eb13d-9b7d-4f7d-a573-9e8f4e8d412d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 810 | 2025.03.03 05:24:31.283858 [ 3 ] {7b6eb13d-9b7d-4f7d-a573-9e8f4e8d412d} <Debug> TCPHandler: Processed in 0.001077862 sec. | ||
| 811 | 2025.03.03 05:24:31.284163 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 812 | 2025.03.03 05:24:31.284306 [ 3 ] {d87d06fa-2758-40fe-89d4-dcd582a8d992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 813 | 2025.03.03 05:24:31.284654 [ 3 ] {d87d06fa-2758-40fe-89d4-dcd582a8d992} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 814 | 2025.03.03 05:24:31.284707 [ 3 ] {d87d06fa-2758-40fe-89d4-dcd582a8d992} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 815 | 2025.03.03 05:24:31.285201 [ 3 ] {d87d06fa-2758-40fe-89d4-dcd582a8d992} <Debug> TCPHandler: Processed in 0.001088932 sec. | ||
| 816 | 2025.03.03 05:24:31.285442 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2025.03.03 05:24:31.285586 [ 3 ] {ed097ec2-ba86-4d5c-a87a-f22cd0685250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 818 | 2025.03.03 05:24:31.285931 [ 3 ] {ed097ec2-ba86-4d5c-a87a-f22cd0685250} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 819 | 2025.03.03 05:24:31.285984 [ 3 ] {ed097ec2-ba86-4d5c-a87a-f22cd0685250} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 820 | 2025.03.03 05:24:31.286468 [ 3 ] {ed097ec2-ba86-4d5c-a87a-f22cd0685250} <Debug> TCPHandler: Processed in 0.001077101 sec. | ||
| 821 | 2025.03.03 05:24:31.286708 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 822 | 2025.03.03 05:24:31.286852 [ 3 ] {7a94b6da-104a-45bd-a44d-70c9405a2d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 823 | 2025.03.03 05:24:31.287204 [ 3 ] {7a94b6da-104a-45bd-a44d-70c9405a2d1e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 824 | 2025.03.03 05:24:31.287257 [ 3 ] {7a94b6da-104a-45bd-a44d-70c9405a2d1e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 825 | 2025.03.03 05:24:31.287715 [ 3 ] {7a94b6da-104a-45bd-a44d-70c9405a2d1e} <Debug> TCPHandler: Processed in 0.001057121 sec. | ||
| 826 | 2025.03.03 05:24:31.287945 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 827 | 2025.03.03 05:24:31.288108 [ 3 ] {06b406cb-126a-4704-9db6-a757699d0f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 828 | 2025.03.03 05:24:31.288477 [ 3 ] {06b406cb-126a-4704-9db6-a757699d0f60} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 829 | 2025.03.03 05:24:31.288531 [ 3 ] {06b406cb-126a-4704-9db6-a757699d0f60} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 830 | 2025.03.03 05:24:31.289012 [ 3 ] {06b406cb-126a-4704-9db6-a757699d0f60} <Debug> TCPHandler: Processed in 0.001121052 sec. | ||
| 831 | 2025.03.03 05:24:31.289259 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 832 | 2025.03.03 05:24:31.289405 [ 3 ] {7e93b210-03e0-413b-a867-727da426b213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 833 | 2025.03.03 05:24:31.289770 [ 3 ] {7e93b210-03e0-413b-a867-727da426b213} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 834 | 2025.03.03 05:24:31.289823 [ 3 ] {7e93b210-03e0-413b-a867-727da426b213} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 835 | 2025.03.03 05:24:31.290303 [ 3 ] {7e93b210-03e0-413b-a867-727da426b213} <Debug> TCPHandler: Processed in 0.001093782 sec. | ||
| 836 | 2025.03.03 05:24:31.290542 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2025.03.03 05:24:31.290694 [ 3 ] {f792d015-f14d-4bf0-9129-29e17182e3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 838 | 2025.03.03 05:24:31.291095 [ 3 ] {f792d015-f14d-4bf0-9129-29e17182e3cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2025.03.03 05:24:31.291150 [ 3 ] {f792d015-f14d-4bf0-9129-29e17182e3cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2025.03.03 05:24:31.291669 [ 3 ] {f792d015-f14d-4bf0-9129-29e17182e3cb} <Debug> TCPHandler: Processed in 0.001178574 sec. | ||
| 841 | 2025.03.03 05:24:31.297758 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 842 | 2025.03.03 05:24:31.297909 [ 3 ] {7c62d684-c9a7-4774-828f-9677a6522ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 843 | 2025.03.03 05:24:31.297974 [ 3 ] {7c62d684-c9a7-4774-828f-9677a6522ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 844 | 2025.03.03 05:24:31.299088 [ 3 ] {7c62d684-c9a7-4774-828f-9677a6522ca6} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 845 | 2025.03.03 05:24:31.299140 [ 3 ] {7c62d684-c9a7-4774-828f-9677a6522ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 846 | 2025.03.03 05:24:31.299870 [ 3 ] {7c62d684-c9a7-4774-828f-9677a6522ca6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 847 | 2025.03.03 05:24:31.300369 [ 3 ] {7c62d684-c9a7-4774-828f-9677a6522ca6} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 848 | 2025.03.03 05:24:31.300600 [ 3 ] {7c62d684-c9a7-4774-828f-9677a6522ca6} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002737 sec., 6576.543660942638 rows/sec., 919.83 KiB/sec. | ||
| 849 | 2025.03.03 05:24:31.300680 [ 3 ] {7c62d684-c9a7-4774-828f-9677a6522ca6} <Debug> TCPHandler: Processed in 0.00300082 sec. | ||
| 850 | 2025.03.03 05:24:31.300812 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 851 | 2025.03.03 05:24:31.300920 [ 3 ] {a2fd51a5-b4b3-4967-a03e-c0abe19054f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 852 | 2025.03.03 05:24:31.300967 [ 3 ] {a2fd51a5-b4b3-4967-a03e-c0abe19054f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 853 | 2025.03.03 05:24:31.304957 [ 3 ] {a2fd51a5-b4b3-4967-a03e-c0abe19054f3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 854 | 2025.03.03 05:24:31.304993 [ 3 ] {a2fd51a5-b4b3-4967-a03e-c0abe19054f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 855 | 2025.03.03 05:24:31.305570 [ 3 ] {a2fd51a5-b4b3-4967-a03e-c0abe19054f3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 856 | 2025.03.03 05:24:31.306082 [ 3 ] {a2fd51a5-b4b3-4967-a03e-c0abe19054f3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 857 | 2025.03.03 05:24:31.306285 [ 3 ] {a2fd51a5-b4b3-4967-a03e-c0abe19054f3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.005386 sec., 10397.326401782399 rows/sec., 812.84 KiB/sec. | ||
| 858 | 2025.03.03 05:24:31.306335 [ 3 ] {a2fd51a5-b4b3-4967-a03e-c0abe19054f3} <Debug> TCPHandler: Processed in 0.005576352 sec. | ||
| 859 | 2025.03.03 05:24:31.306454 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2025.03.03 05:24:31.306561 [ 3 ] {21b2a149-d0d7-4877-9dd1-a1c6b4ee5577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 861 | 2025.03.03 05:24:31.306606 [ 3 ] {21b2a149-d0d7-4877-9dd1-a1c6b4ee5577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 862 | 2025.03.03 05:24:31.307139 [ 3 ] {21b2a149-d0d7-4877-9dd1-a1c6b4ee5577} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 863 | 2025.03.03 05:24:31.307178 [ 3 ] {21b2a149-d0d7-4877-9dd1-a1c6b4ee5577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 864 | 2025.03.03 05:24:31.307669 [ 3 ] {21b2a149-d0d7-4877-9dd1-a1c6b4ee5577} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 865 | 2025.03.03 05:24:31.308185 [ 3 ] {21b2a149-d0d7-4877-9dd1-a1c6b4ee5577} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 866 | 2025.03.03 05:24:31.308393 [ 3 ] {21b2a149-d0d7-4877-9dd1-a1c6b4ee5577} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001854 sec., 34519.95685005394 rows/sec., 2.69 MiB/sec. | ||
| 867 | 2025.03.03 05:24:31.308444 [ 3 ] {21b2a149-d0d7-4877-9dd1-a1c6b4ee5577} <Debug> TCPHandler: Processed in 0.002040691 sec. | ||
| 868 | 2025.03.03 05:24:31.308562 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.03.03 05:24:31.308666 [ 3 ] {4d4d068e-fe82-4f57-9960-9f76e4e07fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 870 | 2025.03.03 05:24:31.308713 [ 3 ] {4d4d068e-fe82-4f57-9960-9f76e4e07fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 871 | 2025.03.03 05:24:31.309257 [ 3 ] {4d4d068e-fe82-4f57-9960-9f76e4e07fb2} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2025.03.03 05:24:31.309292 [ 3 ] {4d4d068e-fe82-4f57-9960-9f76e4e07fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 873 | 2025.03.03 05:24:31.309839 [ 3 ] {4d4d068e-fe82-4f57-9960-9f76e4e07fb2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2025.03.03 05:24:31.310353 [ 3 ] {4d4d068e-fe82-4f57-9960-9f76e4e07fb2} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 875 | 2025.03.03 05:24:31.310596 [ 3 ] {4d4d068e-fe82-4f57-9960-9f76e4e07fb2} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00195 sec., 65641.02564102564 rows/sec., 4.57 MiB/sec. | ||
| 876 | 2025.03.03 05:24:31.310720 [ 3 ] {4d4d068e-fe82-4f57-9960-9f76e4e07fb2} <Debug> TCPHandler: Processed in 0.002208415 sec. | ||
| 877 | 2025.03.03 05:24:31.310839 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.03.03 05:24:31.310943 [ 3 ] {ac5ee8f6-b947-4c9e-93f7-42e7615cbe6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 879 | 2025.03.03 05:24:31.310988 [ 3 ] {ac5ee8f6-b947-4c9e-93f7-42e7615cbe6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 880 | 2025.03.03 05:24:31.311418 [ 3 ] {ac5ee8f6-b947-4c9e-93f7-42e7615cbe6e} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2025.03.03 05:24:31.311456 [ 3 ] {ac5ee8f6-b947-4c9e-93f7-42e7615cbe6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 882 | 2025.03.03 05:24:31.311979 [ 3 ] {ac5ee8f6-b947-4c9e-93f7-42e7615cbe6e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2025.03.03 05:24:31.312543 [ 3 ] {ac5ee8f6-b947-4c9e-93f7-42e7615cbe6e} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 884 | 2025.03.03 05:24:31.312760 [ 3 ] {ac5ee8f6-b947-4c9e-93f7-42e7615cbe6e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001834 sec., 26172.30098146129 rows/sec., 1.76 MiB/sec. | ||
| 885 | 2025.03.03 05:24:31.312815 [ 3 ] {ac5ee8f6-b947-4c9e-93f7-42e7615cbe6e} <Debug> TCPHandler: Processed in 0.002025401 sec. | ||
| 886 | 2025.03.03 05:24:32.855375 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 887 | 2025.03.03 05:24:32.856008 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 888 | 2025.03.03 05:24:32.856058 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 889 | 2025.03.03 05:24:32.856775 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 890 | 2025.03.03 05:24:32.857314 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 891 | 2025.03.03 05:24:32.857560 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 892 | 2025.03.03 05:24:32.918595 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 893 | 2025.03.03 05:24:32.936793 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.03.03 05:24:32.936856 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 895 | 2025.03.03 05:24:32.943671 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 896 | 2025.03.03 05:24:32.944905 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2025.03.03 05:24:32.947596 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 898 | 2025.03.03 05:24:36.265596 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 899 | 2025.03.03 05:24:36.265795 [ 3 ] {4742d0d8-0291-42d8-a8d9-08f5c3a78036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 900 | 2025.03.03 05:24:36.265868 [ 3 ] {4742d0d8-0291-42d8-a8d9-08f5c3a78036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 901 | 2025.03.03 05:24:36.266623 [ 3 ] {4742d0d8-0291-42d8-a8d9-08f5c3a78036} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 902 | 2025.03.03 05:24:36.266672 [ 3 ] {4742d0d8-0291-42d8-a8d9-08f5c3a78036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 903 | 2025.03.03 05:24:36.267327 [ 3 ] {4742d0d8-0291-42d8-a8d9-08f5c3a78036} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 904 | 2025.03.03 05:24:36.267844 [ 3 ] {4742d0d8-0291-42d8-a8d9-08f5c3a78036} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 905 | 2025.03.03 05:24:36.268059 [ 3 ] {4742d0d8-0291-42d8-a8d9-08f5c3a78036} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002318 sec., 24158.75754961173 rows/sec., 1.84 MiB/sec. | ||
| 906 | 2025.03.03 05:24:36.268118 [ 3 ] {4742d0d8-0291-42d8-a8d9-08f5c3a78036} <Debug> TCPHandler: Processed in 0.002650353 sec. | ||
| 907 | 2025.03.03 05:24:36.268243 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 908 | 2025.03.03 05:24:36.268349 [ 3 ] {36f53860-9a87-479a-bfac-9bffb0a35dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 909 | 2025.03.03 05:24:36.268394 [ 3 ] {36f53860-9a87-479a-bfac-9bffb0a35dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 910 | 2025.03.03 05:24:36.268910 [ 3 ] {36f53860-9a87-479a-bfac-9bffb0a35dd0} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 911 | 2025.03.03 05:24:36.268949 [ 3 ] {36f53860-9a87-479a-bfac-9bffb0a35dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 912 | 2025.03.03 05:24:36.269428 [ 3 ] {36f53860-9a87-479a-bfac-9bffb0a35dd0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 913 | 2025.03.03 05:24:36.269944 [ 3 ] {36f53860-9a87-479a-bfac-9bffb0a35dd0} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 914 | 2025.03.03 05:24:36.270200 [ 3 ] {36f53860-9a87-479a-bfac-9bffb0a35dd0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001862 sec., 34371.64339419979 rows/sec., 2.68 MiB/sec. | ||
| 915 | 2025.03.03 05:24:36.270329 [ 3 ] {36f53860-9a87-479a-bfac-9bffb0a35dd0} <Debug> TCPHandler: Processed in 0.002135713 sec. | ||
| 916 | 2025.03.03 05:24:36.270458 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2025.03.03 05:24:36.270568 [ 3 ] {8b855f13-de7a-4333-a31d-41f5f1ff4422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 918 | 2025.03.03 05:24:36.270624 [ 3 ] {8b855f13-de7a-4333-a31d-41f5f1ff4422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 919 | 2025.03.03 05:24:36.271140 [ 3 ] {8b855f13-de7a-4333-a31d-41f5f1ff4422} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 920 | 2025.03.03 05:24:36.271178 [ 3 ] {8b855f13-de7a-4333-a31d-41f5f1ff4422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 921 | 2025.03.03 05:24:36.271716 [ 3 ] {8b855f13-de7a-4333-a31d-41f5f1ff4422} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 922 | 2025.03.03 05:24:36.272240 [ 3 ] {8b855f13-de7a-4333-a31d-41f5f1ff4422} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 923 | 2025.03.03 05:24:36.272445 [ 3 ] {8b855f13-de7a-4333-a31d-41f5f1ff4422} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0019 sec., 84210.52631578948 rows/sec., 5.87 MiB/sec. | ||
| 924 | 2025.03.03 05:24:36.272496 [ 3 ] {8b855f13-de7a-4333-a31d-41f5f1ff4422} <Debug> TCPHandler: Processed in 0.002098632 sec. | ||
| 925 | 2025.03.03 05:24:36.272610 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.03.03 05:24:36.272714 [ 3 ] {157d566c-7e1e-441a-b5d9-409e0466cfcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 927 | 2025.03.03 05:24:36.272760 [ 3 ] {157d566c-7e1e-441a-b5d9-409e0466cfcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 928 | 2025.03.03 05:24:36.273194 [ 3 ] {157d566c-7e1e-441a-b5d9-409e0466cfcf} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.03.03 05:24:36.273232 [ 3 ] {157d566c-7e1e-441a-b5d9-409e0466cfcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 930 | 2025.03.03 05:24:36.273717 [ 3 ] {157d566c-7e1e-441a-b5d9-409e0466cfcf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.03.03 05:24:36.274259 [ 3 ] {157d566c-7e1e-441a-b5d9-409e0466cfcf} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 932 | 2025.03.03 05:24:36.274522 [ 3 ] {157d566c-7e1e-441a-b5d9-409e0466cfcf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00181 sec., 33149.17127071823 rows/sec., 2.23 MiB/sec. | ||
| 933 | 2025.03.03 05:24:36.274624 [ 3 ] {157d566c-7e1e-441a-b5d9-409e0466cfcf} <Debug> TCPHandler: Processed in 0.002064041 sec. | ||
| 934 | 2025.03.03 05:24:40.275260 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 935 | 2025.03.03 05:24:40.275330 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 936 | 2025.03.03 05:24:40.358635 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 937 | 2025.03.03 05:24:40.359240 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.03.03 05:24:40.359276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 939 | 2025.03.03 05:24:40.359309 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 940 | 2025.03.03 05:24:40.360551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 941 | 2025.03.03 05:24:40.361144 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 942 | 2025.03.03 05:24:40.361672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 943 | 2025.03.03 05:24:40.365106 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 944 | 2025.03.03 05:24:40.365158 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 945 | 2025.03.03 05:24:40.366631 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 946 | 2025.03.03 05:24:40.366936 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 947 | 2025.03.03 05:24:40.367452 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 948 | 2025.03.03 05:24:40.448638 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 949 | 2025.03.03 05:24:40.467489 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 950 | 2025.03.03 05:24:40.467544 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 951 | 2025.03.03 05:24:40.474236 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 952 | 2025.03.03 05:24:40.474994 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 953 | 2025.03.03 05:24:40.477360 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 954 | 2025.03.03 05:24:41.259335 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2025.03.03 05:24:41.259615 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 956 | 2025.03.03 05:24:41.262081 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 957 | 2025.03.03 05:24:41.264094 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <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 | ||
| 958 | 2025.03.03 05:24:41.264466 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 959 | 2025.03.03 05:24:41.267100 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 960 | 2025.03.03 05:24:41.269614 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 961 | 2025.03.03 05:24:41.273221 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 962 | 2025.03.03 05:24:41.273282 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 963 | 2025.03.03 05:24:41.273307 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 964 | 2025.03.03 05:24:41.273434 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <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'))" | ||
| 965 | 2025.03.03 05:24:41.273467 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 966 | 2025.03.03 05:24:41.281308 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.021821 sec., 824.8934512625452 rows/sec., 33.74 KiB/sec. | ||
| 967 | 2025.03.03 05:24:41.281399 [ 3 ] {e1f7b0df-7fb1-477b-b0f1-f175260f8779} <Debug> TCPHandler: Processed in 0.022199655 sec. | ||
| 968 | 2025.03.03 05:24:41.284790 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 969 | 2025.03.03 05:24:41.284946 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) 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) | ||
| 970 | 2025.03.03 05:24:41.285209 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 971 | 2025.03.03 05:24:41.285251 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <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 | ||
| 972 | 2025.03.03 05:24:41.285506 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 973 | 2025.03.03 05:24:41.285571 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 974 | 2025.03.03 05:24:41.285711 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 975 | 2025.03.03 05:24:41.285745 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 976 | 2025.03.03 05:24:41.285768 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 977 | 2025.03.03 05:24:41.285786 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 978 | 2025.03.03 05:24:41.285827 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <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'))" | ||
| 979 | 2025.03.03 05:24:41.285849 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 980 | 2025.03.03 05:24:41.286388 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001511 sec., 11912.640635340835 rows/sec., 487.31 KiB/sec. | ||
| 981 | 2025.03.03 05:24:41.286468 [ 3 ] {9726dd71-fe42-4b80-a958-caa3c12c1f8d} <Debug> TCPHandler: Processed in 0.001730485 sec. | ||
| 982 | 2025.03.03 05:24:41.288663 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 983 | 2025.03.03 05:24:41.288844 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 984 | 2025.03.03 05:24:41.289162 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 985 | 2025.03.03 05:24:41.289212 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 986 | 2025.03.03 05:24:41.289526 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 987 | 2025.03.03 05:24:41.289605 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 988 | 2025.03.03 05:24:41.289763 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 989 | 2025.03.03 05:24:41.289795 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 990 | 2025.03.03 05:24:41.289819 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 991 | 2025.03.03 05:24:41.289835 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 992 | 2025.03.03 05:24:41.289878 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 993 | 2025.03.03 05:24:41.289900 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 994 | 2025.03.03 05:24:41.290419 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001658 sec., 10856.453558504221 rows/sec., 444.11 KiB/sec. | ||
| 995 | 2025.03.03 05:24:41.290499 [ 3 ] {8559d15b-5e57-4255-b8f7-7de81d1db5fd} <Debug> TCPHandler: Processed in 0.001888218 sec. | ||
| 996 | 2025.03.03 05:24:41.291093 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 997 | 2025.03.03 05:24:41.291241 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 998 | 2025.03.03 05:24:41.291497 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 999 | 2025.03.03 05:24:41.291538 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1000 | 2025.03.03 05:24:41.291789 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1001 | 2025.03.03 05:24:41.291853 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1002 | 2025.03.03 05:24:41.291987 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1003 | 2025.03.03 05:24:41.292020 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1004 | 2025.03.03 05:24:41.292042 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1005 | 2025.03.03 05:24:41.292060 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1006 | 2025.03.03 05:24:41.292107 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1007 | 2025.03.03 05:24:41.292129 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1008 | 2025.03.03 05:24:41.292626 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00145 sec., 12413.793103448277 rows/sec., 507.81 KiB/sec. | ||
| 1009 | 2025.03.03 05:24:41.292705 [ 3 ] {f70afaaa-92ac-44a4-8243-5efda247f054} <Debug> TCPHandler: Processed in 0.001663343 sec. | ||
| 1010 | 2025.03.03 05:24:41.292937 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1011 | 2025.03.03 05:24:41.293087 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1012 | 2025.03.03 05:24:41.293344 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1013 | 2025.03.03 05:24:41.293385 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1014 | 2025.03.03 05:24:41.293637 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1015 | 2025.03.03 05:24:41.293701 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1016 | 2025.03.03 05:24:41.293834 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1017 | 2025.03.03 05:24:41.293866 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1018 | 2025.03.03 05:24:41.293888 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1019 | 2025.03.03 05:24:41.293904 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1020 | 2025.03.03 05:24:41.293945 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1021 | 2025.03.03 05:24:41.293966 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1022 | 2025.03.03 05:24:41.294453 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001432 sec., 12569.832402234637 rows/sec., 514.20 KiB/sec. | ||
| 1023 | 2025.03.03 05:24:41.294532 [ 3 ] {8753ff39-ac68-4597-8331-61b98333c2c0} <Debug> TCPHandler: Processed in 0.001644333 sec. | ||
| 1024 | 2025.03.03 05:24:41.294771 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1025 | 2025.03.03 05:24:41.294920 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1026 | 2025.03.03 05:24:41.295177 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1027 | 2025.03.03 05:24:41.295217 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1028 | 2025.03.03 05:24:41.295472 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1029 | 2025.03.03 05:24:41.295535 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1030 | 2025.03.03 05:24:41.295670 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1031 | 2025.03.03 05:24:41.295701 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1032 | 2025.03.03 05:24:41.295724 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1033 | 2025.03.03 05:24:41.295740 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1034 | 2025.03.03 05:24:41.295780 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1035 | 2025.03.03 05:24:41.295801 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1036 | 2025.03.03 05:24:41.296257 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001404 sec., 12820.51282051282 rows/sec., 524.45 KiB/sec. | ||
| 1037 | 2025.03.03 05:24:41.296337 [ 3 ] {bc70d04e-1bfb-430c-8d33-ac3234b346dd} <Debug> TCPHandler: Processed in 0.001615843 sec. | ||
| 1038 | 2025.03.03 05:24:41.296571 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1039 | 2025.03.03 05:24:41.296721 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1040 | 2025.03.03 05:24:41.296979 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1041 | 2025.03.03 05:24:41.297020 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1042 | 2025.03.03 05:24:41.297278 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1043 | 2025.03.03 05:24:41.297341 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1044 | 2025.03.03 05:24:41.297477 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1045 | 2025.03.03 05:24:41.297509 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1046 | 2025.03.03 05:24:41.297531 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1047 | 2025.03.03 05:24:41.297547 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1048 | 2025.03.03 05:24:41.297588 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1049 | 2025.03.03 05:24:41.297609 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1050 | 2025.03.03 05:24:41.298099 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001446 sec., 12448.132780082988 rows/sec., 509.22 KiB/sec. | ||
| 1051 | 2025.03.03 05:24:41.298179 [ 3 ] {e1fd80eb-d996-4fe2-8dba-7878ca70526a} <Debug> TCPHandler: Processed in 0.001657804 sec. | ||
| 1052 | 2025.03.03 05:24:41.298400 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1053 | 2025.03.03 05:24:41.298552 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1054 | 2025.03.03 05:24:41.298812 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1055 | 2025.03.03 05:24:41.298854 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1056 | 2025.03.03 05:24:41.299117 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1057 | 2025.03.03 05:24:41.299180 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1058 | 2025.03.03 05:24:41.299316 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1059 | 2025.03.03 05:24:41.299348 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1060 | 2025.03.03 05:24:41.299370 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1061 | 2025.03.03 05:24:41.299387 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1062 | 2025.03.03 05:24:41.299429 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1063 | 2025.03.03 05:24:41.299451 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1064 | 2025.03.03 05:24:41.299948 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001464 sec., 12295.081967213115 rows/sec., 502.96 KiB/sec. | ||
| 1065 | 2025.03.03 05:24:41.300026 [ 3 ] {bd22eeb8-6b00-4f70-afd8-d220428886b3} <Debug> TCPHandler: Processed in 0.001675434 sec. | ||
| 1066 | 2025.03.03 05:24:41.300377 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1067 | 2025.03.03 05:24:41.300528 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1068 | 2025.03.03 05:24:41.300791 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1069 | 2025.03.03 05:24:41.300833 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1070 | 2025.03.03 05:24:41.301102 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1071 | 2025.03.03 05:24:41.301166 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1072 | 2025.03.03 05:24:41.301301 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1073 | 2025.03.03 05:24:41.301331 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1074 | 2025.03.03 05:24:41.301353 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1075 | 2025.03.03 05:24:41.301370 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1076 | 2025.03.03 05:24:41.301411 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1077 | 2025.03.03 05:24:41.301433 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1078 | 2025.03.03 05:24:41.301975 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001515 sec., 11881.18811881188 rows/sec., 486.03 KiB/sec. | ||
| 1079 | 2025.03.03 05:24:41.302056 [ 3 ] {28f36ef1-10c7-4f3a-b609-969dd8f74eb9} <Debug> TCPHandler: Processed in 0.001728655 sec. | ||
| 1080 | 2025.03.03 05:24:41.302320 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1081 | 2025.03.03 05:24:41.302472 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1082 | 2025.03.03 05:24:41.302855 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1083 | 2025.03.03 05:24:41.302899 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1084 | 2025.03.03 05:24:41.303172 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1085 | 2025.03.03 05:24:41.303236 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1086 | 2025.03.03 05:24:41.303374 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1087 | 2025.03.03 05:24:41.303406 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1088 | 2025.03.03 05:24:41.303429 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1089 | 2025.03.03 05:24:41.303445 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1090 | 2025.03.03 05:24:41.303487 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1091 | 2025.03.03 05:24:41.303510 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1092 | 2025.03.03 05:24:41.304002 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001598 sec., 11264.080100125157 rows/sec., 460.78 KiB/sec. | ||
| 1093 | 2025.03.03 05:24:41.304082 [ 3 ] {2b9f8c41-e824-4d08-8c06-0a154944d20f} <Debug> TCPHandler: Processed in 0.001811536 sec. | ||
| 1094 | 2025.03.03 05:24:41.304343 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2025.03.03 05:24:41.304497 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1096 | 2025.03.03 05:24:41.304761 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1097 | 2025.03.03 05:24:41.304803 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1098 | 2025.03.03 05:24:41.305074 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1099 | 2025.03.03 05:24:41.305136 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1100 | 2025.03.03 05:24:41.305272 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1101 | 2025.03.03 05:24:41.305304 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1102 | 2025.03.03 05:24:41.305326 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1103 | 2025.03.03 05:24:41.305343 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1104 | 2025.03.03 05:24:41.305385 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1105 | 2025.03.03 05:24:41.305406 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1106 | 2025.03.03 05:24:41.305874 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001448 sec., 12430.939226519336 rows/sec., 508.51 KiB/sec. | ||
| 1107 | 2025.03.03 05:24:41.305953 [ 3 ] {8568ef0f-ef73-422b-82f8-fe4ad3f0fa1c} <Debug> TCPHandler: Processed in 0.001659894 sec. | ||
| 1108 | 2025.03.03 05:24:41.306207 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1109 | 2025.03.03 05:24:41.306360 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1110 | 2025.03.03 05:24:41.306625 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1111 | 2025.03.03 05:24:41.306669 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1112 | 2025.03.03 05:24:41.306943 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1113 | 2025.03.03 05:24:41.307005 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1114 | 2025.03.03 05:24:41.307143 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1115 | 2025.03.03 05:24:41.307175 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1116 | 2025.03.03 05:24:41.307197 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1117 | 2025.03.03 05:24:41.307213 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1118 | 2025.03.03 05:24:41.307255 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1119 | 2025.03.03 05:24:41.307276 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1120 | 2025.03.03 05:24:41.307732 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001443 sec., 12474.012474012474 rows/sec., 510.28 KiB/sec. | ||
| 1121 | 2025.03.03 05:24:41.307812 [ 3 ] {d5dfea04-f09b-41cc-9db3-4758a52bfe84} <Debug> TCPHandler: Processed in 0.001655193 sec. | ||
| 1122 | 2025.03.03 05:24:41.313551 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1123 | 2025.03.03 05:24:41.313740 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1124 | 2025.03.03 05:24:41.314071 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1125 | 2025.03.03 05:24:41.314126 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1126 | 2025.03.03 05:24:41.314476 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1127 | 2025.03.03 05:24:41.314553 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1128 | 2025.03.03 05:24:41.314712 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1129 | 2025.03.03 05:24:41.314744 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1130 | 2025.03.03 05:24:41.314767 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1131 | 2025.03.03 05:24:41.314783 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1132 | 2025.03.03 05:24:41.314825 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1133 | 2025.03.03 05:24:41.314847 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1134 | 2025.03.03 05:24:41.315351 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001701 sec., 10582.010582010582 rows/sec., 432.88 KiB/sec. | ||
| 1135 | 2025.03.03 05:24:41.315431 [ 3 ] {a16266c7-58a8-49bc-848b-c0b0a9c9f2ec} <Debug> TCPHandler: Processed in 0.001940599 sec. | ||
| 1136 | 2025.03.03 05:24:41.321873 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1137 | 2025.03.03 05:24:41.322009 [ 3 ] {44cf6d95-1a57-4de7-8a77-c17c28acac0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1138 | 2025.03.03 05:24:41.322066 [ 3 ] {44cf6d95-1a57-4de7-8a77-c17c28acac0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1139 | 2025.03.03 05:24:41.322818 [ 3 ] {44cf6d95-1a57-4de7-8a77-c17c28acac0f} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1140 | 2025.03.03 05:24:41.322860 [ 3 ] {44cf6d95-1a57-4de7-8a77-c17c28acac0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1141 | 2025.03.03 05:24:41.323348 [ 3 ] {44cf6d95-1a57-4de7-8a77-c17c28acac0f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1142 | 2025.03.03 05:24:41.323568 [ 3 ] {44cf6d95-1a57-4de7-8a77-c17c28acac0f} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1143 | 2025.03.03 05:24:41.323822 [ 3 ] {44cf6d95-1a57-4de7-8a77-c17c28acac0f} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.001842 sec., 7057.546145494028 rows/sec., 2.40 MiB/sec. | ||
| 1144 | 2025.03.03 05:24:41.324030 [ 3 ] {44cf6d95-1a57-4de7-8a77-c17c28acac0f} <Debug> TCPHandler: Processed in 0.002216794 sec. | ||
| 1145 | 2025.03.03 05:24:41.324155 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1146 | 2025.03.03 05:24:41.324256 [ 3 ] {79815f50-b49c-4305-8698-f3aa30f2fde1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1147 | 2025.03.03 05:24:41.324301 [ 3 ] {79815f50-b49c-4305-8698-f3aa30f2fde1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1148 | 2025.03.03 05:24:41.325452 [ 3 ] {79815f50-b49c-4305-8698-f3aa30f2fde1} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1149 | 2025.03.03 05:24:41.325488 [ 3 ] {79815f50-b49c-4305-8698-f3aa30f2fde1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1150 | 2025.03.03 05:24:41.325846 [ 3 ] {79815f50-b49c-4305-8698-f3aa30f2fde1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1151 | 2025.03.03 05:24:41.326094 [ 3 ] {79815f50-b49c-4305-8698-f3aa30f2fde1} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1152 | 2025.03.03 05:24:41.326313 [ 3 ] {79815f50-b49c-4305-8698-f3aa30f2fde1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002074 sec., 102217.93635486982 rows/sec., 6.50 MiB/sec. | ||
| 1153 | 2025.03.03 05:24:41.326383 [ 3 ] {79815f50-b49c-4305-8698-f3aa30f2fde1} <Debug> TCPHandler: Processed in 0.002276925 sec. | ||
| 1154 | 2025.03.03 05:24:41.326503 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1155 | 2025.03.03 05:24:41.326616 [ 3 ] {775d5d27-f96b-4f27-88ee-baa9ef26c4cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1156 | 2025.03.03 05:24:41.326661 [ 3 ] {775d5d27-f96b-4f27-88ee-baa9ef26c4cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1157 | 2025.03.03 05:24:41.327552 [ 3 ] {775d5d27-f96b-4f27-88ee-baa9ef26c4cd} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1158 | 2025.03.03 05:24:41.327600 [ 3 ] {775d5d27-f96b-4f27-88ee-baa9ef26c4cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1159 | 2025.03.03 05:24:41.328018 [ 3 ] {775d5d27-f96b-4f27-88ee-baa9ef26c4cd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1160 | 2025.03.03 05:24:41.328258 [ 3 ] {775d5d27-f96b-4f27-88ee-baa9ef26c4cd} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1161 | 2025.03.03 05:24:41.328467 [ 3 ] {775d5d27-f96b-4f27-88ee-baa9ef26c4cd} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.001873 sec., 337960.4911906033 rows/sec., 26.56 MiB/sec. | ||
| 1162 | 2025.03.03 05:24:41.328521 [ 3 ] {775d5d27-f96b-4f27-88ee-baa9ef26c4cd} <Debug> TCPHandler: Processed in 0.002072231 sec. | ||
| 1163 | 2025.03.03 05:24:41.328624 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1164 | 2025.03.03 05:24:41.328726 [ 3 ] {589f0840-074f-4e22-afe6-ff7ae13d7e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1165 | 2025.03.03 05:24:41.328770 [ 3 ] {589f0840-074f-4e22-afe6-ff7ae13d7e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1166 | 2025.03.03 05:24:41.329489 [ 3 ] {589f0840-074f-4e22-afe6-ff7ae13d7e00} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1167 | 2025.03.03 05:24:41.329526 [ 3 ] {589f0840-074f-4e22-afe6-ff7ae13d7e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1168 | 2025.03.03 05:24:41.329882 [ 3 ] {589f0840-074f-4e22-afe6-ff7ae13d7e00} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1169 | 2025.03.03 05:24:41.330121 [ 3 ] {589f0840-074f-4e22-afe6-ff7ae13d7e00} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1170 | 2025.03.03 05:24:41.330316 [ 3 ] {589f0840-074f-4e22-afe6-ff7ae13d7e00} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001611 sec., 70763.5009310987 rows/sec., 4.24 MiB/sec. | ||
| 1171 | 2025.03.03 05:24:41.330367 [ 3 ] {589f0840-074f-4e22-afe6-ff7ae13d7e00} <Debug> TCPHandler: Processed in 0.001792956 sec. | ||
| 1172 | 2025.03.03 05:24:41.330483 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1173 | 2025.03.03 05:24:41.330587 [ 3 ] {c3141063-e000-4af5-aac5-161cfbf1862b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1174 | 2025.03.03 05:24:41.330629 [ 3 ] {c3141063-e000-4af5-aac5-161cfbf1862b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1175 | 2025.03.03 05:24:41.331151 [ 3 ] {c3141063-e000-4af5-aac5-161cfbf1862b} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1176 | 2025.03.03 05:24:41.331190 [ 3 ] {c3141063-e000-4af5-aac5-161cfbf1862b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1177 | 2025.03.03 05:24:41.331529 [ 3 ] {c3141063-e000-4af5-aac5-161cfbf1862b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1178 | 2025.03.03 05:24:41.331765 [ 3 ] {c3141063-e000-4af5-aac5-161cfbf1862b} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1179 | 2025.03.03 05:24:41.331951 [ 3 ] {c3141063-e000-4af5-aac5-161cfbf1862b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001374 sec., 82241.63027656477 rows/sec., 5.32 MiB/sec. | ||
| 1180 | 2025.03.03 05:24:41.332077 [ 3 ] {c3141063-e000-4af5-aac5-161cfbf1862b} <Debug> TCPHandler: Processed in 0.001644302 sec. | ||
| 1181 | 2025.03.03 05:24:41.332197 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1182 | 2025.03.03 05:24:41.332302 [ 3 ] {7394c075-ed73-4e84-8a0c-ed41d1f95814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1183 | 2025.03.03 05:24:41.332345 [ 3 ] {7394c075-ed73-4e84-8a0c-ed41d1f95814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1184 | 2025.03.03 05:24:41.332893 [ 3 ] {7394c075-ed73-4e84-8a0c-ed41d1f95814} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1185 | 2025.03.03 05:24:41.332931 [ 3 ] {7394c075-ed73-4e84-8a0c-ed41d1f95814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1186 | 2025.03.03 05:24:41.333272 [ 3 ] {7394c075-ed73-4e84-8a0c-ed41d1f95814} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1187 | 2025.03.03 05:24:41.333499 [ 3 ] {7394c075-ed73-4e84-8a0c-ed41d1f95814} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1188 | 2025.03.03 05:24:41.333690 [ 3 ] {7394c075-ed73-4e84-8a0c-ed41d1f95814} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001408 sec., 79545.45454545454 rows/sec., 4.53 MiB/sec. | ||
| 1189 | 2025.03.03 05:24:41.333738 [ 3 ] {7394c075-ed73-4e84-8a0c-ed41d1f95814} <Debug> TCPHandler: Processed in 0.001591212 sec. | ||
| 1190 | 2025.03.03 05:24:41.333851 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1191 | 2025.03.03 05:24:41.333954 [ 3 ] {83d9a0e1-8571-4bf3-8d62-0bee5533dda4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1192 | 2025.03.03 05:24:41.333998 [ 3 ] {83d9a0e1-8571-4bf3-8d62-0bee5533dda4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1193 | 2025.03.03 05:24:41.334609 [ 3 ] {83d9a0e1-8571-4bf3-8d62-0bee5533dda4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1194 | 2025.03.03 05:24:41.334647 [ 3 ] {83d9a0e1-8571-4bf3-8d62-0bee5533dda4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1195 | 2025.03.03 05:24:41.335003 [ 3 ] {83d9a0e1-8571-4bf3-8d62-0bee5533dda4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1196 | 2025.03.03 05:24:41.335232 [ 3 ] {83d9a0e1-8571-4bf3-8d62-0bee5533dda4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1197 | 2025.03.03 05:24:41.335456 [ 3 ] {83d9a0e1-8571-4bf3-8d62-0bee5533dda4} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001513 sec., 257766.02775941836 rows/sec., 18.22 MiB/sec. | ||
| 1198 | 2025.03.03 05:24:41.335520 [ 3 ] {83d9a0e1-8571-4bf3-8d62-0bee5533dda4} <Debug> TCPHandler: Processed in 0.001719105 sec. | ||
| 1199 | 2025.03.03 05:24:41.335639 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2025.03.03 05:24:41.335743 [ 3 ] {cc88d149-2a21-4fbc-ad62-c595f0de9938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1201 | 2025.03.03 05:24:41.335788 [ 3 ] {cc88d149-2a21-4fbc-ad62-c595f0de9938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1202 | 2025.03.03 05:24:41.336211 [ 3 ] {cc88d149-2a21-4fbc-ad62-c595f0de9938} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1203 | 2025.03.03 05:24:41.336247 [ 3 ] {cc88d149-2a21-4fbc-ad62-c595f0de9938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1204 | 2025.03.03 05:24:41.336583 [ 3 ] {cc88d149-2a21-4fbc-ad62-c595f0de9938} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1205 | 2025.03.03 05:24:41.336810 [ 3 ] {cc88d149-2a21-4fbc-ad62-c595f0de9938} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1206 | 2025.03.03 05:24:41.336997 [ 3 ] {cc88d149-2a21-4fbc-ad62-c595f0de9938} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001273 sec., 4713.275726630008 rows/sec., 246.25 KiB/sec. | ||
| 1207 | 2025.03.03 05:24:41.337046 [ 3 ] {cc88d149-2a21-4fbc-ad62-c595f0de9938} <Debug> TCPHandler: Processed in 0.001457919 sec. | ||
| 1208 | 2025.03.03 05:24:41.337149 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2025.03.03 05:24:41.337249 [ 3 ] {57b6ac03-9b15-4a6a-bd24-6ab6a5785f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1210 | 2025.03.03 05:24:41.337295 [ 3 ] {57b6ac03-9b15-4a6a-bd24-6ab6a5785f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1211 | 2025.03.03 05:24:41.337780 [ 3 ] {57b6ac03-9b15-4a6a-bd24-6ab6a5785f62} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2025.03.03 05:24:41.337816 [ 3 ] {57b6ac03-9b15-4a6a-bd24-6ab6a5785f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1213 | 2025.03.03 05:24:41.338182 [ 3 ] {57b6ac03-9b15-4a6a-bd24-6ab6a5785f62} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1214 | 2025.03.03 05:24:41.338421 [ 3 ] {57b6ac03-9b15-4a6a-bd24-6ab6a5785f62} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.03.03 05:24:41.338653 [ 3 ] {57b6ac03-9b15-4a6a-bd24-6ab6a5785f62} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001418 sec., 167136.81241184767 rows/sec., 11.20 MiB/sec. | ||
| 1216 | 2025.03.03 05:24:41.338712 [ 3 ] {57b6ac03-9b15-4a6a-bd24-6ab6a5785f62} <Debug> TCPHandler: Processed in 0.001612123 sec. | ||
| 1217 | 2025.03.03 05:24:41.338826 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1218 | 2025.03.03 05:24:41.338929 [ 3 ] {85c1bb72-0031-4bc4-a75b-abd25c6c9a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1219 | 2025.03.03 05:24:41.338974 [ 3 ] {85c1bb72-0031-4bc4-a75b-abd25c6c9a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1220 | 2025.03.03 05:24:41.339386 [ 3 ] {85c1bb72-0031-4bc4-a75b-abd25c6c9a06} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2025.03.03 05:24:41.339423 [ 3 ] {85c1bb72-0031-4bc4-a75b-abd25c6c9a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1222 | 2025.03.03 05:24:41.339750 [ 3 ] {85c1bb72-0031-4bc4-a75b-abd25c6c9a06} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1223 | 2025.03.03 05:24:41.339975 [ 3 ] {85c1bb72-0031-4bc4-a75b-abd25c6c9a06} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1224 | 2025.03.03 05:24:41.340138 [ 3 ] {85c1bb72-0031-4bc4-a75b-abd25c6c9a06} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001231 sec., 812.3476848090983 rows/sec., 54.74 KiB/sec. | ||
| 1225 | 2025.03.03 05:24:41.340185 [ 3 ] {85c1bb72-0031-4bc4-a75b-abd25c6c9a06} <Debug> TCPHandler: Processed in 0.001409748 sec. | ||
| 1226 | 2025.03.03 05:24:41.340305 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1227 | 2025.03.03 05:24:41.340409 [ 3 ] {32b8f8a3-5413-4c6a-8bee-c23d0099cad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1228 | 2025.03.03 05:24:41.340472 [ 3 ] {32b8f8a3-5413-4c6a-8bee-c23d0099cad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1229 | 2025.03.03 05:24:41.341425 [ 3 ] {32b8f8a3-5413-4c6a-8bee-c23d0099cad7} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1230 | 2025.03.03 05:24:41.341461 [ 3 ] {32b8f8a3-5413-4c6a-8bee-c23d0099cad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1231 | 2025.03.03 05:24:41.344096 [ 3 ] {32b8f8a3-5413-4c6a-8bee-c23d0099cad7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1232 | 2025.03.03 05:24:41.344398 [ 3 ] {32b8f8a3-5413-4c6a-8bee-c23d0099cad7} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1233 | 2025.03.03 05:24:41.344652 [ 3 ] {32b8f8a3-5413-4c6a-8bee-c23d0099cad7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004263 sec., 1876.6127140511376 rows/sec., 3.36 MiB/sec. | ||
| 1234 | 2025.03.03 05:24:41.344765 [ 3 ] {32b8f8a3-5413-4c6a-8bee-c23d0099cad7} <Debug> TCPHandler: Processed in 0.00450763 sec. | ||
| 1235 | 2025.03.03 05:24:41.344899 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1236 | 2025.03.03 05:24:41.345003 [ 3 ] {de471566-4641-4aa6-a1b1-fd78f6de860a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1237 | 2025.03.03 05:24:41.345048 [ 3 ] {de471566-4641-4aa6-a1b1-fd78f6de860a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1238 | 2025.03.03 05:24:41.345494 [ 3 ] {de471566-4641-4aa6-a1b1-fd78f6de860a} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1239 | 2025.03.03 05:24:41.345530 [ 3 ] {de471566-4641-4aa6-a1b1-fd78f6de860a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1240 | 2025.03.03 05:24:41.345876 [ 3 ] {de471566-4641-4aa6-a1b1-fd78f6de860a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1241 | 2025.03.03 05:24:41.346119 [ 3 ] {de471566-4641-4aa6-a1b1-fd78f6de860a} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1242 | 2025.03.03 05:24:41.346313 [ 3 ] {de471566-4641-4aa6-a1b1-fd78f6de860a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001332 sec., 61561.56156156156 rows/sec., 3.91 MiB/sec. | ||
| 1243 | 2025.03.03 05:24:41.346360 [ 3 ] {de471566-4641-4aa6-a1b1-fd78f6de860a} <Debug> TCPHandler: Processed in 0.00151267 sec. | ||
| 1244 | 2025.03.03 05:24:46.265564 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1245 | 2025.03.03 05:24:46.265787 [ 3 ] {ac836370-01ad-4a88-acfa-8e3705c88307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1246 | 2025.03.03 05:24:46.265861 [ 3 ] {ac836370-01ad-4a88-acfa-8e3705c88307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1247 | 2025.03.03 05:24:46.266631 [ 3 ] {ac836370-01ad-4a88-acfa-8e3705c88307} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1248 | 2025.03.03 05:24:46.266689 [ 3 ] {ac836370-01ad-4a88-acfa-8e3705c88307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1249 | 2025.03.03 05:24:46.267153 [ 3 ] {ac836370-01ad-4a88-acfa-8e3705c88307} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1250 | 2025.03.03 05:24:46.267439 [ 3 ] {ac836370-01ad-4a88-acfa-8e3705c88307} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1251 | 2025.03.03 05:24:46.267689 [ 3 ] {ac836370-01ad-4a88-acfa-8e3705c88307} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.18 MiB/sec. | ||
| 1252 | 2025.03.03 05:24:46.267757 [ 3 ] {ac836370-01ad-4a88-acfa-8e3705c88307} <Debug> TCPHandler: Processed in 0.002336697 sec. | ||
| 1253 | 2025.03.03 05:24:46.267887 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1254 | 2025.03.03 05:24:46.267999 [ 3 ] {639c0da1-b74f-479d-bb90-251cb6375524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1255 | 2025.03.03 05:24:46.268046 [ 3 ] {639c0da1-b74f-479d-bb90-251cb6375524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1256 | 2025.03.03 05:24:46.268605 [ 3 ] {639c0da1-b74f-479d-bb90-251cb6375524} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1257 | 2025.03.03 05:24:46.268646 [ 3 ] {639c0da1-b74f-479d-bb90-251cb6375524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1258 | 2025.03.03 05:24:46.269014 [ 3 ] {639c0da1-b74f-479d-bb90-251cb6375524} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1259 | 2025.03.03 05:24:46.269261 [ 3 ] {639c0da1-b74f-479d-bb90-251cb6375524} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1260 | 2025.03.03 05:24:46.269466 [ 3 ] {639c0da1-b74f-479d-bb90-251cb6375524} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001493 sec., 42866.71131949096 rows/sec., 3.35 MiB/sec. | ||
| 1261 | 2025.03.03 05:24:46.269517 [ 3 ] {639c0da1-b74f-479d-bb90-251cb6375524} <Debug> TCPHandler: Processed in 0.001684314 sec. | ||
| 1262 | 2025.03.03 05:24:46.269644 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2025.03.03 05:24:46.269750 [ 3 ] {5b61592c-a7ef-49a1-9e69-6541dcc294fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1264 | 2025.03.03 05:24:46.269798 [ 3 ] {5b61592c-a7ef-49a1-9e69-6541dcc294fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1265 | 2025.03.03 05:24:46.270389 [ 3 ] {5b61592c-a7ef-49a1-9e69-6541dcc294fd} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2025.03.03 05:24:46.270437 [ 3 ] {5b61592c-a7ef-49a1-9e69-6541dcc294fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1267 | 2025.03.03 05:24:46.270952 [ 3 ] {5b61592c-a7ef-49a1-9e69-6541dcc294fd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1268 | 2025.03.03 05:24:46.271291 [ 3 ] {5b61592c-a7ef-49a1-9e69-6541dcc294fd} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1269 | 2025.03.03 05:24:46.271567 [ 3 ] {5b61592c-a7ef-49a1-9e69-6541dcc294fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001835 sec., 87193.46049046321 rows/sec., 6.07 MiB/sec. | ||
| 1270 | 2025.03.03 05:24:46.271641 [ 3 ] {5b61592c-a7ef-49a1-9e69-6541dcc294fd} <Debug> TCPHandler: Processed in 0.002046151 sec. | ||
| 1271 | 2025.03.03 05:24:46.271803 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2025.03.03 05:24:46.271931 [ 3 ] {ed199312-01f0-4f39-9696-2cb395aa930e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1273 | 2025.03.03 05:24:46.271989 [ 3 ] {ed199312-01f0-4f39-9696-2cb395aa930e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1274 | 2025.03.03 05:24:46.272574 [ 3 ] {ed199312-01f0-4f39-9696-2cb395aa930e} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2025.03.03 05:24:46.272622 [ 3 ] {ed199312-01f0-4f39-9696-2cb395aa930e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1276 | 2025.03.03 05:24:46.273103 [ 3 ] {ed199312-01f0-4f39-9696-2cb395aa930e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1277 | 2025.03.03 05:24:46.273438 [ 3 ] {ed199312-01f0-4f39-9696-2cb395aa930e} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2025.03.03 05:24:46.273699 [ 3 ] {ed199312-01f0-4f39-9696-2cb395aa930e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001797 sec., 33388.9816360601 rows/sec., 2.25 MiB/sec. | ||
| 1279 | 2025.03.03 05:24:46.273766 [ 3 ] {ed199312-01f0-4f39-9696-2cb395aa930e} <Debug> TCPHandler: Processed in 0.00202367 sec. | ||
| 1280 | 2025.03.03 05:24:47.861764 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1281 | 2025.03.03 05:24:47.862470 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1282 | 2025.03.03 05:24:47.862517 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1283 | 2025.03.03 05:24:47.863147 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1284 | 2025.03.03 05:24:47.863417 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1285 | 2025.03.03 05:24:47.863657 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1286 | 2025.03.03 05:24:47.977413 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1287 | 2025.03.03 05:24:47.996544 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1288 | 2025.03.03 05:24:47.996593 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1289 | 2025.03.03 05:24:48.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.25 MiB, peak 161.25 MiB, free memory in arenas 0.00 B, will set to 157.64 MiB (RSS), difference: -3.61 MiB | ||
| 1290 | 2025.03.03 05:24:48.004194 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1291 | 2025.03.03 05:24:48.004968 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1292 | 2025.03.03 05:24:48.007842 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1293 | 2025.03.03 05:24:49.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.64 MiB, peak 161.25 MiB, free memory in arenas 0.00 B, will set to 158.57 MiB (RSS), difference: 4.93 MiB | ||
| 1294 | 2025.03.03 05:24:50.367722 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
| 1295 | 2025.03.03 05:24:50.371194 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1296 | 2025.03.03 05:24:50.371250 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1297 | 2025.03.03 05:24:50.372873 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1298 | 2025.03.03 05:24:50.373181 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1299 | 2025.03.03 05:24:50.373928 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
| 1300 | 2025.03.03 05:24:51.271769 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1301 | 2025.03.03 05:24:51.271961 [ 3 ] {4a8e498d-d86f-427f-b71d-4246b88b5778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1302 | 2025.03.03 05:24:51.272031 [ 3 ] {4a8e498d-d86f-427f-b71d-4246b88b5778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1303 | 2025.03.03 05:24:51.272843 [ 3 ] {4a8e498d-d86f-427f-b71d-4246b88b5778} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1304 | 2025.03.03 05:24:51.272892 [ 3 ] {4a8e498d-d86f-427f-b71d-4246b88b5778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1305 | 2025.03.03 05:24:51.273334 [ 3 ] {4a8e498d-d86f-427f-b71d-4246b88b5778} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1306 | 2025.03.03 05:24:51.273615 [ 3 ] {4a8e498d-d86f-427f-b71d-4246b88b5778} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1307 | 2025.03.03 05:24:51.273845 [ 3 ] {4a8e498d-d86f-427f-b71d-4246b88b5778} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001928 sec., 109958.50622406638 rows/sec., 6.99 MiB/sec. | ||
| 1308 | 2025.03.03 05:24:51.274017 [ 3 ] {4a8e498d-d86f-427f-b71d-4246b88b5778} <Debug> TCPHandler: Processed in 0.002371407 sec. | ||
| 1309 | 2025.03.03 05:24:51.274155 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2025.03.03 05:24:51.274262 [ 3 ] {631626df-31e6-408e-808c-9b7a14468e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1311 | 2025.03.03 05:24:51.274308 [ 3 ] {631626df-31e6-408e-808c-9b7a14468e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1312 | 2025.03.03 05:24:51.275206 [ 3 ] {631626df-31e6-408e-808c-9b7a14468e2c} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1313 | 2025.03.03 05:24:51.275245 [ 3 ] {631626df-31e6-408e-808c-9b7a14468e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1314 | 2025.03.03 05:24:51.275642 [ 3 ] {631626df-31e6-408e-808c-9b7a14468e2c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1315 | 2025.03.03 05:24:51.275885 [ 3 ] {631626df-31e6-408e-808c-9b7a14468e2c} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1316 | 2025.03.03 05:24:51.276059 [ 3 ] {631626df-31e6-408e-808c-9b7a14468e2c} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.001821 sec., 347611.2026359143 rows/sec., 27.32 MiB/sec. | ||
| 1317 | 2025.03.03 05:24:51.276109 [ 3 ] {631626df-31e6-408e-808c-9b7a14468e2c} <Debug> TCPHandler: Processed in 0.00200653 sec. | ||
| 1318 | 2025.03.03 05:24:51.276224 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1319 | 2025.03.03 05:24:51.276329 [ 3 ] {24079c71-8af1-442b-9b6c-29d2a0224905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1320 | 2025.03.03 05:24:51.276374 [ 3 ] {24079c71-8af1-442b-9b6c-29d2a0224905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1321 | 2025.03.03 05:24:51.276918 [ 3 ] {24079c71-8af1-442b-9b6c-29d2a0224905} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1322 | 2025.03.03 05:24:51.276955 [ 3 ] {24079c71-8af1-442b-9b6c-29d2a0224905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1323 | 2025.03.03 05:24:51.277312 [ 3 ] {24079c71-8af1-442b-9b6c-29d2a0224905} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1324 | 2025.03.03 05:24:51.277549 [ 3 ] {24079c71-8af1-442b-9b6c-29d2a0224905} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1325 | 2025.03.03 05:24:51.277724 [ 3 ] {24079c71-8af1-442b-9b6c-29d2a0224905} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001415 sec., 80565.37102473498 rows/sec., 4.82 MiB/sec. | ||
| 1326 | 2025.03.03 05:24:51.277893 [ 3 ] {24079c71-8af1-442b-9b6c-29d2a0224905} <Debug> TCPHandler: Processed in 0.001719175 sec. | ||
| 1327 | 2025.03.03 05:24:51.278029 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1328 | 2025.03.03 05:24:51.278134 [ 3 ] {ad3c8148-e204-42ae-96f9-4eb447e94122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1329 | 2025.03.03 05:24:51.278179 [ 3 ] {ad3c8148-e204-42ae-96f9-4eb447e94122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1330 | 2025.03.03 05:24:51.278732 [ 3 ] {ad3c8148-e204-42ae-96f9-4eb447e94122} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1331 | 2025.03.03 05:24:51.278771 [ 3 ] {ad3c8148-e204-42ae-96f9-4eb447e94122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1332 | 2025.03.03 05:24:51.279117 [ 3 ] {ad3c8148-e204-42ae-96f9-4eb447e94122} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1333 | 2025.03.03 05:24:51.279351 [ 3 ] {ad3c8148-e204-42ae-96f9-4eb447e94122} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1334 | 2025.03.03 05:24:51.279556 [ 3 ] {ad3c8148-e204-42ae-96f9-4eb447e94122} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00144 sec., 78472.22222222222 rows/sec., 5.08 MiB/sec. | ||
| 1335 | 2025.03.03 05:24:51.279706 [ 3 ] {ad3c8148-e204-42ae-96f9-4eb447e94122} <Debug> TCPHandler: Processed in 0.001723824 sec. | ||
| 1336 | 2025.03.03 05:24:51.279821 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1337 | 2025.03.03 05:24:51.279926 [ 3 ] {abc1d806-e25b-476d-81b3-19439154021f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1338 | 2025.03.03 05:24:51.279970 [ 3 ] {abc1d806-e25b-476d-81b3-19439154021f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1339 | 2025.03.03 05:24:51.280540 [ 3 ] {abc1d806-e25b-476d-81b3-19439154021f} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1340 | 2025.03.03 05:24:51.280579 [ 3 ] {abc1d806-e25b-476d-81b3-19439154021f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1341 | 2025.03.03 05:24:51.280922 [ 3 ] {abc1d806-e25b-476d-81b3-19439154021f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1342 | 2025.03.03 05:24:51.281161 [ 3 ] {abc1d806-e25b-476d-81b3-19439154021f} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1343 | 2025.03.03 05:24:51.281386 [ 3 ] {abc1d806-e25b-476d-81b3-19439154021f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001455 sec., 76975.94501718214 rows/sec., 4.38 MiB/sec. | ||
| 1344 | 2025.03.03 05:24:51.281477 [ 3 ] {abc1d806-e25b-476d-81b3-19439154021f} <Debug> TCPHandler: Processed in 0.001706864 sec. | ||
| 1345 | 2025.03.03 05:24:51.281597 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2025.03.03 05:24:51.281702 [ 3 ] {dfd42927-ec4e-4302-8b13-fabef29a51d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1347 | 2025.03.03 05:24:51.281747 [ 3 ] {dfd42927-ec4e-4302-8b13-fabef29a51d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1348 | 2025.03.03 05:24:51.282413 [ 3 ] {dfd42927-ec4e-4302-8b13-fabef29a51d0} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1349 | 2025.03.03 05:24:51.282450 [ 3 ] {dfd42927-ec4e-4302-8b13-fabef29a51d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1350 | 2025.03.03 05:24:51.282815 [ 3 ] {dfd42927-ec4e-4302-8b13-fabef29a51d0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1351 | 2025.03.03 05:24:51.283064 [ 3 ] {dfd42927-ec4e-4302-8b13-fabef29a51d0} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1352 | 2025.03.03 05:24:51.283241 [ 3 ] {dfd42927-ec4e-4302-8b13-fabef29a51d0} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00156 sec., 250000 rows/sec., 17.67 MiB/sec. | ||
| 1353 | 2025.03.03 05:24:51.283291 [ 3 ] {dfd42927-ec4e-4302-8b13-fabef29a51d0} <Debug> TCPHandler: Processed in 0.001744655 sec. | ||
| 1354 | 2025.03.03 05:24:51.283413 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.03.03 05:24:51.283517 [ 3 ] {17731487-0e6d-464d-9094-553d6bbbff41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1356 | 2025.03.03 05:24:51.283563 [ 3 ] {17731487-0e6d-464d-9094-553d6bbbff41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1357 | 2025.03.03 05:24:51.283978 [ 3 ] {17731487-0e6d-464d-9094-553d6bbbff41} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1358 | 2025.03.03 05:24:51.284015 [ 3 ] {17731487-0e6d-464d-9094-553d6bbbff41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1359 | 2025.03.03 05:24:51.284350 [ 3 ] {17731487-0e6d-464d-9094-553d6bbbff41} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1360 | 2025.03.03 05:24:51.284583 [ 3 ] {17731487-0e6d-464d-9094-553d6bbbff41} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1361 | 2025.03.03 05:24:51.284808 [ 3 ] {17731487-0e6d-464d-9094-553d6bbbff41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001285 sec., 4669.260700389105 rows/sec., 243.95 KiB/sec. | ||
| 1362 | 2025.03.03 05:24:51.284899 [ 3 ] {17731487-0e6d-464d-9094-553d6bbbff41} <Debug> TCPHandler: Processed in 0.001538011 sec. | ||
| 1363 | 2025.03.03 05:24:51.285022 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2025.03.03 05:24:51.285130 [ 3 ] {96cf78db-a1bd-4dea-aaca-d7603fb11206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1365 | 2025.03.03 05:24:51.285177 [ 3 ] {96cf78db-a1bd-4dea-aaca-d7603fb11206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1366 | 2025.03.03 05:24:51.285699 [ 3 ] {96cf78db-a1bd-4dea-aaca-d7603fb11206} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1367 | 2025.03.03 05:24:51.285736 [ 3 ] {96cf78db-a1bd-4dea-aaca-d7603fb11206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1368 | 2025.03.03 05:24:51.286109 [ 3 ] {96cf78db-a1bd-4dea-aaca-d7603fb11206} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1369 | 2025.03.03 05:24:51.286344 [ 3 ] {96cf78db-a1bd-4dea-aaca-d7603fb11206} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1370 | 2025.03.03 05:24:51.286534 [ 3 ] {96cf78db-a1bd-4dea-aaca-d7603fb11206} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001422 sec., 166666.66666666666 rows/sec., 11.17 MiB/sec. | ||
| 1371 | 2025.03.03 05:24:51.286691 [ 3 ] {96cf78db-a1bd-4dea-aaca-d7603fb11206} <Debug> TCPHandler: Processed in 0.001719885 sec. | ||
| 1372 | 2025.03.03 05:24:51.286815 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1373 | 2025.03.03 05:24:51.286917 [ 3 ] {847ea944-f035-4ae2-b296-0e4f5f85c586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1374 | 2025.03.03 05:24:51.286962 [ 3 ] {847ea944-f035-4ae2-b296-0e4f5f85c586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1375 | 2025.03.03 05:24:51.287382 [ 3 ] {847ea944-f035-4ae2-b296-0e4f5f85c586} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1376 | 2025.03.03 05:24:51.287421 [ 3 ] {847ea944-f035-4ae2-b296-0e4f5f85c586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1377 | 2025.03.03 05:24:51.287756 [ 3 ] {847ea944-f035-4ae2-b296-0e4f5f85c586} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1378 | 2025.03.03 05:24:51.287995 [ 3 ] {847ea944-f035-4ae2-b296-0e4f5f85c586} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1379 | 2025.03.03 05:24:51.288262 [ 3 ] {847ea944-f035-4ae2-b296-0e4f5f85c586} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001352 sec., 739.6449704142012 rows/sec., 49.84 KiB/sec. | ||
| 1380 | 2025.03.03 05:24:51.288322 [ 3 ] {847ea944-f035-4ae2-b296-0e4f5f85c586} <Debug> TCPHandler: Processed in 0.001556971 sec. | ||
| 1381 | 2025.03.03 05:24:51.288445 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2025.03.03 05:24:51.288549 [ 3 ] {c82bad4e-3f08-476f-a126-c19dd512e7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1383 | 2025.03.03 05:24:51.288615 [ 3 ] {c82bad4e-3f08-476f-a126-c19dd512e7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1384 | 2025.03.03 05:24:51.289633 [ 3 ] {c82bad4e-3f08-476f-a126-c19dd512e7ed} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2025.03.03 05:24:51.289672 [ 3 ] {c82bad4e-3f08-476f-a126-c19dd512e7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1386 | 2025.03.03 05:24:51.290257 [ 3 ] {c82bad4e-3f08-476f-a126-c19dd512e7ed} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1387 | 2025.03.03 05:24:51.290510 [ 3 ] {c82bad4e-3f08-476f-a126-c19dd512e7ed} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1388 | 2025.03.03 05:24:51.290748 [ 3 ] {c82bad4e-3f08-476f-a126-c19dd512e7ed} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002218 sec., 3606.853020739405 rows/sec., 6.46 MiB/sec. | ||
| 1389 | 2025.03.03 05:24:51.290841 [ 3 ] {c82bad4e-3f08-476f-a126-c19dd512e7ed} <Debug> TCPHandler: Processed in 0.002446489 sec. | ||
| 1390 | 2025.03.03 05:24:51.290985 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2025.03.03 05:24:51.291120 [ 3 ] {0b2e0a09-418d-4ff7-9016-5fa89bd8a43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1392 | 2025.03.03 05:24:51.291176 [ 3 ] {0b2e0a09-418d-4ff7-9016-5fa89bd8a43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1393 | 2025.03.03 05:24:51.291698 [ 3 ] {0b2e0a09-418d-4ff7-9016-5fa89bd8a43c} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1394 | 2025.03.03 05:24:51.291743 [ 3 ] {0b2e0a09-418d-4ff7-9016-5fa89bd8a43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 1395 | 2025.03.03 05:24:51.292139 [ 3 ] {0b2e0a09-418d-4ff7-9016-5fa89bd8a43c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1396 | 2025.03.03 05:24:51.292367 [ 3 ] {0b2e0a09-418d-4ff7-9016-5fa89bd8a43c} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1397 | 2025.03.03 05:24:51.292582 [ 3 ] {0b2e0a09-418d-4ff7-9016-5fa89bd8a43c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001492 sec., 54959.7855227882 rows/sec., 3.49 MiB/sec. | ||
| 1398 | 2025.03.03 05:24:51.292632 [ 3 ] {0b2e0a09-418d-4ff7-9016-5fa89bd8a43c} <Debug> TCPHandler: Processed in 0.001709395 sec. | ||
| 1399 | 2025.03.03 05:24:55.275376 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1400 | 2025.03.03 05:24:55.275448 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1401 | 2025.03.03 05:24:55.363753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1402 | 2025.03.03 05:24:55.364468 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2025.03.03 05:24:55.364518 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1404 | 2025.03.03 05:24:55.365105 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1405 | 2025.03.03 05:24:55.365363 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2025.03.03 05:24:55.365530 [ 73 ] {} <Debug> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1407 | 2025.03.03 05:24:55.365547 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1408 | 2025.03.03 05:24:55.365596 [ 73 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1409 | 2025.03.03 05:24:55.365624 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1410 | 2025.03.03 05:24:55.365974 [ 192 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 1411 | 2025.03.03 05:24:55.366220 [ 192 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1412 | 2025.03.03 05:24:55.366399 [ 192 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 1413 | 2025.03.03 05:24:55.366524 [ 192 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 1414 | 2025.03.03 05:24:55.366743 [ 192 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 1415 | 2025.03.03 05:24:55.366915 [ 192 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 1416 | 2025.03.03 05:24:55.367041 [ 192 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 1417 | 2025.03.03 05:24:55.367244 [ 192 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 1418 | 2025.03.03 05:24:55.402346 [ 187 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.036626485 sec., 76611.22818637933 rows/sec., 1.10 MiB/sec. | ||
| 1419 | 2025.03.03 05:24:55.403098 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1420 | 2025.03.03 05:24:55.403497 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_6_1} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1421 | 2025.03.03 05:24:55.403594 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_6_1} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1422 | 2025.03.03 05:24:55.403734 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1423 | 2025.03.03 05:24:55.508888 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1424 | 2025.03.03 05:24:55.528181 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1425 | 2025.03.03 05:24:55.528227 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1426 | 2025.03.03 05:24:55.535073 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1427 | 2025.03.03 05:24:55.535864 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1428 | 2025.03.03 05:24:55.536213 [ 72 ] {} <Debug> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1429 | 2025.03.03 05:24:55.536343 [ 72 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2025.03.03 05:24:55.536419 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1431 | 2025.03.03 05:24:55.536865 [ 190 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 1432 | 2025.03.03 05:24:55.550391 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1433 | 2025.03.03 05:24:55.552071 [ 190 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1434 | 2025.03.03 05:24:55.553136 [ 190 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 1435 | 2025.03.03 05:24:55.557895 [ 190 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 1436 | 2025.03.03 05:24:55.562774 [ 190 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 1437 | 2025.03.03 05:24:55.567477 [ 190 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 1438 | 2025.03.03 05:24:55.583641 [ 190 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 1439 | 2025.03.03 05:24:55.588024 [ 190 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 1440 | 2025.03.03 05:24:55.653396 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.116846254 sec., 393.6797152264719 rows/sec., 2.04 MiB/sec. | ||
| 1441 | 2025.03.03 05:24:55.655190 [ 186 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1442 | 2025.03.03 05:24:55.657571 [ 186 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_6_1} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1443 | 2025.03.03 05:24:55.657671 [ 186 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_6_1} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1444 | 2025.03.03 05:24:55.658935 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1445 | 2025.03.03 05:24:56.000215 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.76 MiB, peak 169.30 MiB, free memory in arenas 0.00 B, will set to 163.53 MiB (RSS), difference: 3.77 MiB | ||
| 1446 | 2025.03.03 05:24:56.265671 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1447 | 2025.03.03 05:24:56.265855 [ 3 ] {8474e593-dc15-4219-a1b3-760e4f454fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1448 | 2025.03.03 05:24:56.265926 [ 3 ] {8474e593-dc15-4219-a1b3-760e4f454fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1449 | 2025.03.03 05:24:56.266678 [ 3 ] {8474e593-dc15-4219-a1b3-760e4f454fe2} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1450 | 2025.03.03 05:24:56.266729 [ 3 ] {8474e593-dc15-4219-a1b3-760e4f454fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1451 | 2025.03.03 05:24:56.267191 [ 3 ] {8474e593-dc15-4219-a1b3-760e4f454fe2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1452 | 2025.03.03 05:24:56.267445 [ 3 ] {8474e593-dc15-4219-a1b3-760e4f454fe2} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1453 | 2025.03.03 05:24:56.267647 [ 72 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1454 | 2025.03.03 05:24:56.267681 [ 3 ] {8474e593-dc15-4219-a1b3-760e4f454fe2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001879 sec., 29803.086748270358 rows/sec., 2.28 MiB/sec. | ||
| 1455 | 2025.03.03 05:24:56.267735 [ 72 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1456 | 2025.03.03 05:24:56.267801 [ 3 ] {8474e593-dc15-4219-a1b3-760e4f454fe2} <Debug> TCPHandler: Processed in 0.002259085 sec. | ||
| 1457 | 2025.03.03 05:24:56.267809 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1458 | 2025.03.03 05:24:56.268025 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1459 | 2025.03.03 05:24:56.268044 [ 196 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 1460 | 2025.03.03 05:24:56.268274 [ 3 ] {9046ba89-0b04-4465-8513-dfc0ee6df8ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1461 | 2025.03.03 05:24:56.268313 [ 196 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1462 | 2025.03.03 05:24:56.268368 [ 3 ] {9046ba89-0b04-4465-8513-dfc0ee6df8ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1463 | 2025.03.03 05:24:56.268386 [ 196 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 1464 | 2025.03.03 05:24:56.268710 [ 196 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 1465 | 2025.03.03 05:24:56.269122 [ 196 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 633 rows starting from the beginning of the part | ||
| 1466 | 2025.03.03 05:24:56.269477 [ 196 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 1467 | 2025.03.03 05:24:56.269781 [ 196 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 633 rows starting from the beginning of the part | ||
| 1468 | 2025.03.03 05:24:56.270109 [ 196 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1469 | 2025.03.03 05:24:56.271037 [ 3 ] {9046ba89-0b04-4465-8513-dfc0ee6df8ab} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2025.03.03 05:24:56.271103 [ 3 ] {9046ba89-0b04-4465-8513-dfc0ee6df8ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1471 | 2025.03.03 05:24:56.272187 [ 3 ] {9046ba89-0b04-4465-8513-dfc0ee6df8ab} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1472 | 2025.03.03 05:24:56.272697 [ 3 ] {9046ba89-0b04-4465-8513-dfc0ee6df8ab} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1473 | 2025.03.03 05:24:56.272942 [ 72 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1474 | 2025.03.03 05:24:56.273036 [ 72 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.03.03 05:24:56.273119 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1476 | 2025.03.03 05:24:56.273326 [ 3 ] {9046ba89-0b04-4465-8513-dfc0ee6df8ab} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00508 sec., 12598.425196850392 rows/sec., 1006.94 KiB/sec. | ||
| 1477 | 2025.03.03 05:24:56.273700 [ 3 ] {9046ba89-0b04-4465-8513-dfc0ee6df8ab} <Debug> TCPHandler: Processed in 0.005753985 sec. | ||
| 1478 | 2025.03.03 05:24:56.273879 [ 196 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 5 columns (5 merged, 0 gathered) in 0.005928989 sec., 251307.60067188521 rows/sec., 20.62 MiB/sec. | ||
| 1479 | 2025.03.03 05:24:56.273886 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 1480 | 2025.03.03 05:24:56.273960 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1481 | 2025.03.03 05:24:56.274183 [ 196 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1482 | 2025.03.03 05:24:56.274261 [ 3 ] {7de734b9-073b-4fe9-ba1f-24a927d31d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1483 | 2025.03.03 05:24:56.274387 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1484 | 2025.03.03 05:24:56.274481 [ 3 ] {7de734b9-073b-4fe9-ba1f-24a927d31d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1485 | 2025.03.03 05:24:56.274499 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 1486 | 2025.03.03 05:24:56.275002 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 1487 | 2025.03.03 05:24:56.275439 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
| 1488 | 2025.03.03 05:24:56.275891 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 1489 | 2025.03.03 05:24:56.276361 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1490 | 2025.03.03 05:24:56.276413 [ 187 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_6_1} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1491 | 2025.03.03 05:24:56.276516 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1492 | 2025.03.03 05:24:56.277594 [ 187 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_6_1} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1493 | 2025.03.03 05:24:56.278038 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 1494 | 2025.03.03 05:24:56.278132 [ 3 ] {7de734b9-073b-4fe9-ba1f-24a927d31d0a} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.03.03 05:24:56.278208 [ 3 ] {7de734b9-073b-4fe9-ba1f-24a927d31d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1496 | 2025.03.03 05:24:56.279206 [ 3 ] {7de734b9-073b-4fe9-ba1f-24a927d31d0a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1497 | 2025.03.03 05:24:56.279663 [ 3 ] {7de734b9-073b-4fe9-ba1f-24a927d31d0a} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1498 | 2025.03.03 05:24:56.279963 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1499 | 2025.03.03 05:24:56.280088 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1500 | 2025.03.03 05:24:56.280185 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1501 | 2025.03.03 05:24:56.280300 [ 3 ] {7de734b9-073b-4fe9-ba1f-24a927d31d0a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00613 sec., 26101.141924959218 rows/sec., 1.82 MiB/sec. | ||
| 1502 | 2025.03.03 05:24:56.280713 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.007368287 sec., 140602.55796225092 rows/sec., 10.73 MiB/sec. | ||
| 1503 | 2025.03.03 05:24:56.280851 [ 3 ] {7de734b9-073b-4fe9-ba1f-24a927d31d0a} <Debug> TCPHandler: Processed in 0.006954869 sec. | ||
| 1504 | 2025.03.03 05:24:56.280860 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 1505 | 2025.03.03 05:24:56.281200 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1506 | 2025.03.03 05:24:56.281267 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1507 | 2025.03.03 05:24:56.281495 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1508 | 2025.03.03 05:24:56.281602 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
| 1509 | 2025.03.03 05:24:56.281618 [ 3 ] {24ed901a-3251-4ad1-9c31-e0a4d7886547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1510 | 2025.03.03 05:24:56.281731 [ 3 ] {24ed901a-3251-4ad1-9c31-e0a4d7886547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1511 | 2025.03.03 05:24:56.282033 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 1512 | 2025.03.03 05:24:56.282484 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
| 1513 | 2025.03.03 05:24:56.282502 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_6_1} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1514 | 2025.03.03 05:24:56.283139 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_6_1} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1515 | 2025.03.03 05:24:56.283208 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 1516 | 2025.03.03 05:24:56.283656 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1517 | 2025.03.03 05:24:56.283683 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1518 | 2025.03.03 05:24:56.283903 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1519 | 2025.03.03 05:24:56.284581 [ 3 ] {24ed901a-3251-4ad1-9c31-e0a4d7886547} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1520 | 2025.03.03 05:24:56.284624 [ 3 ] {24ed901a-3251-4ad1-9c31-e0a4d7886547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1521 | 2025.03.03 05:24:56.285184 [ 3 ] {24ed901a-3251-4ad1-9c31-e0a4d7886547} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1522 | 2025.03.03 05:24:56.285473 [ 3 ] {24ed901a-3251-4ad1-9c31-e0a4d7886547} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1523 | 2025.03.03 05:24:56.285695 [ 72 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1524 | 2025.03.03 05:24:56.285861 [ 72 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1525 | 2025.03.03 05:24:56.285965 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1526 | 2025.03.03 05:24:56.285979 [ 3 ] {24ed901a-3251-4ad1-9c31-e0a4d7886547} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004443 sec., 13504.388926401081 rows/sec., 931.94 KiB/sec. | ||
| 1527 | 2025.03.03 05:24:56.286505 [ 3 ] {24ed901a-3251-4ad1-9c31-e0a4d7886547} <Debug> TCPHandler: Processed in 0.005327837 sec. | ||
| 1528 | 2025.03.03 05:24:56.286618 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1529 | 2025.03.03 05:24:56.286665 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.006292486 sec., 171951.1175710204 rows/sec., 11.78 MiB/sec. | ||
| 1530 | 2025.03.03 05:24:56.286814 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1531 | 2025.03.03 05:24:56.286856 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
| 1532 | 2025.03.03 05:24:56.287058 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 1533 | 2025.03.03 05:24:56.287065 [ 187 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1534 | 2025.03.03 05:24:56.287395 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
| 1535 | 2025.03.03 05:24:56.287635 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 1536 | 2025.03.03 05:24:56.287890 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1537 | 2025.03.03 05:24:56.288103 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1538 | 2025.03.03 05:24:56.288422 [ 187 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1539 | 2025.03.03 05:24:56.288608 [ 187 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1540 | 2025.03.03 05:24:56.288756 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1541 | 2025.03.03 05:24:56.289524 [ 200 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003335687 sec., 117517.02123130858 rows/sec., 7.73 MiB/sec. | ||
| 1542 | 2025.03.03 05:24:56.289684 [ 187 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1543 | 2025.03.03 05:24:56.289969 [ 187 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_6_1} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1544 | 2025.03.03 05:24:56.290047 [ 187 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_6_1} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1545 | 2025.03.03 05:24:56.290127 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1546 | 2025.03.03 05:24:56.915870 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1547 | 2025.03.03 05:24:56.916144 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1548 | 2025.03.03 05:24:56.916588 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1549 | 2025.03.03 05:24:56.916638 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1550 | 2025.03.03 05:24:56.916982 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1551 | 2025.03.03 05:24:56.917064 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1552 | 2025.03.03 05:24:56.917241 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1553 | 2025.03.03 05:24:56.917484 [ 286 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1554 | 2025.03.03 05:24:56.917516 [ 287 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1555 | 2025.03.03 05:24:56.917659 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1556 | 2025.03.03 05:24:56.917691 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1557 | 2025.03.03 05:24:56.921723 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1558 | 2025.03.03 05:24:56.921755 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1559 | 2025.03.03 05:24:56.921817 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1560 | 2025.03.03 05:24:56.921864 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1561 | 2025.03.03 05:24:56.923335 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.007315 sec., 4237.867395762132 rows/sec., 159.93 KiB/sec. | ||
| 1562 | 2025.03.03 05:24:56.923504 [ 3 ] {cad6691b-f391-41a8-863b-a11cf540019f} <Debug> TCPHandler: Processed in 0.007775326 sec. | ||
| 1563 | 2025.03.03 05:24:56.923825 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1564 | 2025.03.03 05:24:56.923990 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1565 | 2025.03.03 05:24:56.924299 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1566 | 2025.03.03 05:24:56.924346 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1567 | 2025.03.03 05:24:56.924653 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1568 | 2025.03.03 05:24:56.924721 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1569 | 2025.03.03 05:24:56.924866 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1570 | 2025.03.03 05:24:56.924986 [ 287 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1571 | 2025.03.03 05:24:56.924994 [ 288 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1572 | 2025.03.03 05:24:56.925124 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1573 | 2025.03.03 05:24:56.925152 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1574 | 2025.03.03 05:24:56.925234 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1575 | 2025.03.03 05:24:56.925255 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1576 | 2025.03.03 05:24:56.925296 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1577 | 2025.03.03 05:24:56.925337 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1578 | 2025.03.03 05:24:56.926396 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002485 sec., 12474.849094567406 rows/sec., 470.79 KiB/sec. | ||
| 1579 | 2025.03.03 05:24:56.926559 [ 3 ] {16e6ae2b-1032-4316-b183-c5100af916cc} <Debug> TCPHandler: Processed in 0.002786016 sec. | ||
| 1580 | 2025.03.03 05:24:56.926780 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1581 | 2025.03.03 05:24:56.926944 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1582 | 2025.03.03 05:24:56.927243 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1583 | 2025.03.03 05:24:56.927290 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1584 | 2025.03.03 05:24:56.927619 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1585 | 2025.03.03 05:24:56.927686 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1586 | 2025.03.03 05:24:56.927830 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1587 | 2025.03.03 05:24:56.927934 [ 286 ] {a1312234-479e-4057-8932-e3911f4f3941} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1588 | 2025.03.03 05:24:56.927946 [ 288 ] {a1312234-479e-4057-8932-e3911f4f3941} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1589 | 2025.03.03 05:24:56.928049 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1590 | 2025.03.03 05:24:56.928081 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1591 | 2025.03.03 05:24:56.928179 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1592 | 2025.03.03 05:24:56.928199 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1593 | 2025.03.03 05:24:56.928240 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1594 | 2025.03.03 05:24:56.928305 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1595 | 2025.03.03 05:24:56.929298 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002431 sec., 12751.953928424517 rows/sec., 481.25 KiB/sec. | ||
| 1596 | 2025.03.03 05:24:56.929458 [ 3 ] {a1312234-479e-4057-8932-e3911f4f3941} <Debug> TCPHandler: Processed in 0.002729194 sec. | ||
| 1597 | 2025.03.03 05:24:56.929667 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1598 | 2025.03.03 05:24:56.929831 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1599 | 2025.03.03 05:24:56.930132 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1600 | 2025.03.03 05:24:56.930180 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1601 | 2025.03.03 05:24:56.930487 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1602 | 2025.03.03 05:24:56.930554 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1603 | 2025.03.03 05:24:56.930696 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1604 | 2025.03.03 05:24:56.930809 [ 286 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1605 | 2025.03.03 05:24:56.930820 [ 288 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1606 | 2025.03.03 05:24:56.930930 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1607 | 2025.03.03 05:24:56.930958 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1608 | 2025.03.03 05:24:56.931037 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1609 | 2025.03.03 05:24:56.931058 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1610 | 2025.03.03 05:24:56.931100 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1611 | 2025.03.03 05:24:56.931142 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1612 | 2025.03.03 05:24:56.932206 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002453 sec., 12637.586628618019 rows/sec., 476.94 KiB/sec. | ||
| 1613 | 2025.03.03 05:24:56.932366 [ 3 ] {dd343a4c-e099-4ed5-9412-51a96a308d13} <Debug> TCPHandler: Processed in 0.002749355 sec. | ||
| 1614 | 2025.03.03 05:24:56.932569 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1615 | 2025.03.03 05:24:56.932733 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1616 | 2025.03.03 05:24:56.933036 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1617 | 2025.03.03 05:24:56.933088 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1618 | 2025.03.03 05:24:56.933419 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1619 | 2025.03.03 05:24:56.933487 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1620 | 2025.03.03 05:24:56.933643 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1621 | 2025.03.03 05:24:56.933752 [ 287 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1622 | 2025.03.03 05:24:56.933773 [ 288 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1623 | 2025.03.03 05:24:56.933888 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1624 | 2025.03.03 05:24:56.933926 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1625 | 2025.03.03 05:24:56.934034 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1626 | 2025.03.03 05:24:56.934061 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1627 | 2025.03.03 05:24:56.934114 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1628 | 2025.03.03 05:24:56.934170 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1629 | 2025.03.03 05:24:56.935591 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002933 sec., 10569.382884418685 rows/sec., 398.88 KiB/sec. | ||
| 1630 | 2025.03.03 05:24:56.935780 [ 3 ] {b4353188-a3d5-4453-a56f-60710fa16aff} <Debug> TCPHandler: Processed in 0.003260965 sec. | ||
| 1631 | 2025.03.03 05:24:56.936016 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1632 | 2025.03.03 05:24:56.936186 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1633 | 2025.03.03 05:24:56.936511 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1634 | 2025.03.03 05:24:56.936558 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1635 | 2025.03.03 05:24:56.936883 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1636 | 2025.03.03 05:24:56.936951 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1637 | 2025.03.03 05:24:56.937106 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1638 | 2025.03.03 05:24:56.937231 [ 286 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1639 | 2025.03.03 05:24:56.937232 [ 288 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1640 | 2025.03.03 05:24:56.937353 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1641 | 2025.03.03 05:24:56.937382 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1642 | 2025.03.03 05:24:56.937463 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1643 | 2025.03.03 05:24:56.937484 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1644 | 2025.03.03 05:24:56.937524 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1645 | 2025.03.03 05:24:56.937568 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1646 | 2025.03.03 05:24:56.938650 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002544 sec., 12185.53459119497 rows/sec., 459.87 KiB/sec. | ||
| 1647 | 2025.03.03 05:24:56.938817 [ 3 ] {b0999355-e02e-43c0-b16b-6a495dcea407} <Debug> TCPHandler: Processed in 0.002852507 sec. | ||
| 1648 | 2025.03.03 05:24:57.014674 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1649 | 2025.03.03 05:24:57.014825 [ 3 ] {f042060b-3b9d-4e9e-a294-3a2f7add1f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1650 | 2025.03.03 05:24:57.014885 [ 3 ] {f042060b-3b9d-4e9e-a294-3a2f7add1f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1651 | 2025.03.03 05:24:57.015659 [ 3 ] {f042060b-3b9d-4e9e-a294-3a2f7add1f4b} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1652 | 2025.03.03 05:24:57.015697 [ 3 ] {f042060b-3b9d-4e9e-a294-3a2f7add1f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1653 | 2025.03.03 05:24:57.016196 [ 3 ] {f042060b-3b9d-4e9e-a294-3a2f7add1f4b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1654 | 2025.03.03 05:24:57.016417 [ 3 ] {f042060b-3b9d-4e9e-a294-3a2f7add1f4b} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1655 | 2025.03.03 05:24:57.016620 [ 3 ] {f042060b-3b9d-4e9e-a294-3a2f7add1f4b} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001839 sec., 3262.6427406199023 rows/sec., 726.45 KiB/sec. | ||
| 1656 | 2025.03.03 05:24:57.016791 [ 3 ] {f042060b-3b9d-4e9e-a294-3a2f7add1f4b} <Debug> TCPHandler: Processed in 0.002182504 sec. | ||
| 1657 | 2025.03.03 05:24:57.016919 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1658 | 2025.03.03 05:24:57.017023 [ 3 ] {e4db1077-d042-4267-bb34-63401c056f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1659 | 2025.03.03 05:24:57.017069 [ 3 ] {e4db1077-d042-4267-bb34-63401c056f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1660 | 2025.03.03 05:24:57.017732 [ 3 ] {e4db1077-d042-4267-bb34-63401c056f20} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1661 | 2025.03.03 05:24:57.017770 [ 3 ] {e4db1077-d042-4267-bb34-63401c056f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1662 | 2025.03.03 05:24:57.018129 [ 3 ] {e4db1077-d042-4267-bb34-63401c056f20} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1663 | 2025.03.03 05:24:57.018364 [ 3 ] {e4db1077-d042-4267-bb34-63401c056f20} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1664 | 2025.03.03 05:24:57.018542 [ 3 ] {e4db1077-d042-4267-bb34-63401c056f20} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001543 sec., 137394.6856772521 rows/sec., 8.74 MiB/sec. | ||
| 1665 | 2025.03.03 05:24:57.018592 [ 3 ] {e4db1077-d042-4267-bb34-63401c056f20} <Debug> TCPHandler: Processed in 0.001721505 sec. | ||
| 1666 | 2025.03.03 05:24:57.018722 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1667 | 2025.03.03 05:24:57.018858 [ 3 ] {2061a257-0f2c-4750-ac49-dc05f67d6f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1668 | 2025.03.03 05:24:57.018914 [ 3 ] {2061a257-0f2c-4750-ac49-dc05f67d6f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1669 | 2025.03.03 05:24:57.020286 [ 3 ] {2061a257-0f2c-4750-ac49-dc05f67d6f5d} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1670 | 2025.03.03 05:24:57.020324 [ 3 ] {2061a257-0f2c-4750-ac49-dc05f67d6f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1671 | 2025.03.03 05:24:57.020850 [ 3 ] {2061a257-0f2c-4750-ac49-dc05f67d6f5d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1672 | 2025.03.03 05:24:57.021102 [ 3 ] {2061a257-0f2c-4750-ac49-dc05f67d6f5d} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1673 | 2025.03.03 05:24:57.021281 [ 3 ] {2061a257-0f2c-4750-ac49-dc05f67d6f5d} <Debug> executeQuery: Read 1773 rows, 147.05 KiB in 0.002453 sec., 722788.4223399919 rows/sec., 58.54 MiB/sec. | ||
| 1674 | 2025.03.03 05:24:57.021333 [ 3 ] {2061a257-0f2c-4750-ac49-dc05f67d6f5d} <Debug> TCPHandler: Processed in 0.002675474 sec. | ||
| 1675 | 2025.03.03 05:24:57.021448 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1676 | 2025.03.03 05:24:57.021553 [ 3 ] {fe220aa1-87b7-49fa-97c6-3b3a7f9bc365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1677 | 2025.03.03 05:24:57.021598 [ 3 ] {fe220aa1-87b7-49fa-97c6-3b3a7f9bc365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1678 | 2025.03.03 05:24:57.022133 [ 3 ] {fe220aa1-87b7-49fa-97c6-3b3a7f9bc365} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1679 | 2025.03.03 05:24:57.022170 [ 3 ] {fe220aa1-87b7-49fa-97c6-3b3a7f9bc365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1680 | 2025.03.03 05:24:57.022514 [ 3 ] {fe220aa1-87b7-49fa-97c6-3b3a7f9bc365} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1681 | 2025.03.03 05:24:57.022743 [ 3 ] {fe220aa1-87b7-49fa-97c6-3b3a7f9bc365} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1682 | 2025.03.03 05:24:57.022964 [ 3 ] {fe220aa1-87b7-49fa-97c6-3b3a7f9bc365} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001414 sec., 80622.34794908063 rows/sec., 4.83 MiB/sec. | ||
| 1683 | 2025.03.03 05:24:57.023103 [ 3 ] {fe220aa1-87b7-49fa-97c6-3b3a7f9bc365} <Debug> TCPHandler: Processed in 0.001703784 sec. | ||
| 1684 | 2025.03.03 05:24:57.023205 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1685 | 2025.03.03 05:24:57.023305 [ 3 ] {9a20be7d-562a-4c45-9a76-a40e50854344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1686 | 2025.03.03 05:24:57.023349 [ 3 ] {9a20be7d-562a-4c45-9a76-a40e50854344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1687 | 2025.03.03 05:24:57.023987 [ 3 ] {9a20be7d-562a-4c45-9a76-a40e50854344} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1688 | 2025.03.03 05:24:57.024026 [ 3 ] {9a20be7d-562a-4c45-9a76-a40e50854344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1689 | 2025.03.03 05:24:57.024377 [ 3 ] {9a20be7d-562a-4c45-9a76-a40e50854344} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1690 | 2025.03.03 05:24:57.024603 [ 3 ] {9a20be7d-562a-4c45-9a76-a40e50854344} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1691 | 2025.03.03 05:24:57.024770 [ 3 ] {9a20be7d-562a-4c45-9a76-a40e50854344} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001485 sec., 229629.62962962964 rows/sec., 15.32 MiB/sec. | ||
| 1692 | 2025.03.03 05:24:57.024820 [ 3 ] {9a20be7d-562a-4c45-9a76-a40e50854344} <Debug> TCPHandler: Processed in 0.001664604 sec. | ||
| 1693 | 2025.03.03 05:24:57.024922 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1694 | 2025.03.03 05:24:57.025021 [ 3 ] {db7079f2-e7a6-486b-8223-afb5ba23e374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1695 | 2025.03.03 05:24:57.025065 [ 3 ] {db7079f2-e7a6-486b-8223-afb5ba23e374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1696 | 2025.03.03 05:24:57.025585 [ 3 ] {db7079f2-e7a6-486b-8223-afb5ba23e374} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1697 | 2025.03.03 05:24:57.025622 [ 3 ] {db7079f2-e7a6-486b-8223-afb5ba23e374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1698 | 2025.03.03 05:24:57.025962 [ 3 ] {db7079f2-e7a6-486b-8223-afb5ba23e374} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1699 | 2025.03.03 05:24:57.026204 [ 3 ] {db7079f2-e7a6-486b-8223-afb5ba23e374} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1700 | 2025.03.03 05:24:57.026422 [ 3 ] {db7079f2-e7a6-486b-8223-afb5ba23e374} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001402 sec., 79885.87731811697 rows/sec., 4.55 MiB/sec. | ||
| 1701 | 2025.03.03 05:24:57.026552 [ 3 ] {db7079f2-e7a6-486b-8223-afb5ba23e374} <Debug> TCPHandler: Processed in 0.001679724 sec. | ||
| 1702 | 2025.03.03 05:24:57.026652 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1703 | 2025.03.03 05:24:57.026753 [ 3 ] {dba5d9c6-d1a5-456a-b831-dd29de575093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1704 | 2025.03.03 05:24:57.026796 [ 3 ] {dba5d9c6-d1a5-456a-b831-dd29de575093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1705 | 2025.03.03 05:24:57.027580 [ 3 ] {dba5d9c6-d1a5-456a-b831-dd29de575093} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1706 | 2025.03.03 05:24:57.027619 [ 3 ] {dba5d9c6-d1a5-456a-b831-dd29de575093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1707 | 2025.03.03 05:24:57.028011 [ 3 ] {dba5d9c6-d1a5-456a-b831-dd29de575093} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1708 | 2025.03.03 05:24:57.028246 [ 3 ] {dba5d9c6-d1a5-456a-b831-dd29de575093} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1709 | 2025.03.03 05:24:57.028415 [ 3 ] {dba5d9c6-d1a5-456a-b831-dd29de575093} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.001683 sec., 502673.79679144383 rows/sec., 36.27 MiB/sec. | ||
| 1710 | 2025.03.03 05:24:57.028465 [ 3 ] {dba5d9c6-d1a5-456a-b831-dd29de575093} <Debug> TCPHandler: Processed in 0.001862937 sec. | ||
| 1711 | 2025.03.03 05:24:57.028593 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2025.03.03 05:24:57.028730 [ 3 ] {0fa7433f-62c5-4d18-980a-966e761fb156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1713 | 2025.03.03 05:24:57.028785 [ 3 ] {0fa7433f-62c5-4d18-980a-966e761fb156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1714 | 2025.03.03 05:24:57.029270 [ 3 ] {0fa7433f-62c5-4d18-980a-966e761fb156} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1715 | 2025.03.03 05:24:57.029308 [ 3 ] {0fa7433f-62c5-4d18-980a-966e761fb156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1716 | 2025.03.03 05:24:57.029672 [ 3 ] {0fa7433f-62c5-4d18-980a-966e761fb156} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1717 | 2025.03.03 05:24:57.029913 [ 3 ] {0fa7433f-62c5-4d18-980a-966e761fb156} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1718 | 2025.03.03 05:24:57.030085 [ 3 ] {0fa7433f-62c5-4d18-980a-966e761fb156} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001385 sec., 4332.129963898917 rows/sec., 226.34 KiB/sec. | ||
| 1719 | 2025.03.03 05:24:57.030136 [ 3 ] {0fa7433f-62c5-4d18-980a-966e761fb156} <Debug> TCPHandler: Processed in 0.001608953 sec. | ||
| 1720 | 2025.03.03 05:24:57.030241 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1721 | 2025.03.03 05:24:57.030341 [ 3 ] {0affd7b7-9cd8-43f7-896a-a69c4f461be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1722 | 2025.03.03 05:24:57.030388 [ 3 ] {0affd7b7-9cd8-43f7-896a-a69c4f461be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1723 | 2025.03.03 05:24:57.031398 [ 3 ] {0affd7b7-9cd8-43f7-896a-a69c4f461be4} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1724 | 2025.03.03 05:24:57.031433 [ 3 ] {0affd7b7-9cd8-43f7-896a-a69c4f461be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1725 | 2025.03.03 05:24:57.031993 [ 3 ] {0affd7b7-9cd8-43f7-896a-a69c4f461be4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1726 | 2025.03.03 05:24:57.032232 [ 3 ] {0affd7b7-9cd8-43f7-896a-a69c4f461be4} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1727 | 2025.03.03 05:24:57.032402 [ 3 ] {0affd7b7-9cd8-43f7-896a-a69c4f461be4} <Debug> executeQuery: Read 2143 rows, 146.18 KiB in 0.002084 sec., 1028310.9404990403 rows/sec., 68.50 MiB/sec. | ||
| 1728 | 2025.03.03 05:24:57.032452 [ 3 ] {0affd7b7-9cd8-43f7-896a-a69c4f461be4} <Debug> TCPHandler: Processed in 0.002262395 sec. | ||
| 1729 | 2025.03.03 05:24:57.032563 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1730 | 2025.03.03 05:24:57.032666 [ 3 ] {10ede51c-2787-4e6d-9a04-ec6ba76b651e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1731 | 2025.03.03 05:24:57.032711 [ 3 ] {10ede51c-2787-4e6d-9a04-ec6ba76b651e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1732 | 2025.03.03 05:24:57.033107 [ 3 ] {10ede51c-2787-4e6d-9a04-ec6ba76b651e} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1733 | 2025.03.03 05:24:57.033144 [ 3 ] {10ede51c-2787-4e6d-9a04-ec6ba76b651e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1734 | 2025.03.03 05:24:57.033474 [ 3 ] {10ede51c-2787-4e6d-9a04-ec6ba76b651e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1735 | 2025.03.03 05:24:57.033705 [ 3 ] {10ede51c-2787-4e6d-9a04-ec6ba76b651e} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1736 | 2025.03.03 05:24:57.033869 [ 3 ] {10ede51c-2787-4e6d-9a04-ec6ba76b651e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001224 sec., 816.9934640522875 rows/sec., 55.05 KiB/sec. | ||
| 1737 | 2025.03.03 05:24:57.033915 [ 3 ] {10ede51c-2787-4e6d-9a04-ec6ba76b651e} <Debug> TCPHandler: Processed in 0.001403608 sec. | ||
| 1738 | 2025.03.03 05:24:57.034037 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.03.03 05:24:57.034144 [ 3 ] {85105114-5dd3-4d38-94f9-2cf7a63ccaab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1740 | 2025.03.03 05:24:57.034209 [ 3 ] {85105114-5dd3-4d38-94f9-2cf7a63ccaab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1741 | 2025.03.03 05:24:57.035201 [ 3 ] {85105114-5dd3-4d38-94f9-2cf7a63ccaab} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1742 | 2025.03.03 05:24:57.035237 [ 3 ] {85105114-5dd3-4d38-94f9-2cf7a63ccaab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1743 | 2025.03.03 05:24:57.035810 [ 3 ] {85105114-5dd3-4d38-94f9-2cf7a63ccaab} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1744 | 2025.03.03 05:24:57.036060 [ 3 ] {85105114-5dd3-4d38-94f9-2cf7a63ccaab} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1745 | 2025.03.03 05:24:57.036353 [ 3 ] {85105114-5dd3-4d38-94f9-2cf7a63ccaab} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002214 sec., 3613.369467028004 rows/sec., 6.47 MiB/sec. | ||
| 1746 | 2025.03.03 05:24:57.036503 [ 3 ] {85105114-5dd3-4d38-94f9-2cf7a63ccaab} <Debug> TCPHandler: Processed in 0.00251527 sec. | ||
| 1747 | 2025.03.03 05:24:57.036653 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1748 | 2025.03.03 05:24:57.036786 [ 3 ] {d052c2b7-2b52-480b-b485-8c7d5414d73a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1749 | 2025.03.03 05:24:57.036842 [ 3 ] {d052c2b7-2b52-480b-b485-8c7d5414d73a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1750 | 2025.03.03 05:24:57.037321 [ 3 ] {d052c2b7-2b52-480b-b485-8c7d5414d73a} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1751 | 2025.03.03 05:24:57.037358 [ 3 ] {d052c2b7-2b52-480b-b485-8c7d5414d73a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1752 | 2025.03.03 05:24:57.037724 [ 3 ] {d052c2b7-2b52-480b-b485-8c7d5414d73a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1753 | 2025.03.03 05:24:57.037959 [ 3 ] {d052c2b7-2b52-480b-b485-8c7d5414d73a} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1754 | 2025.03.03 05:24:57.038184 [ 3 ] {d052c2b7-2b52-480b-b485-8c7d5414d73a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001411 sec., 24096.385542168675 rows/sec., 1.40 MiB/sec. | ||
| 1755 | 2025.03.03 05:24:57.038311 [ 3 ] {d052c2b7-2b52-480b-b485-8c7d5414d73a} <Debug> TCPHandler: Processed in 0.001721104 sec. | ||
| 1756 | 2025.03.03 05:25:00.375098 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 266 | ||
| 1757 | 2025.03.03 05:25:00.378799 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1758 | 2025.03.03 05:25:00.378859 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1759 | 2025.03.03 05:25:00.380434 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1760 | 2025.03.03 05:25:00.380752 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1761 | 2025.03.03 05:25:00.381800 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266 | ||
| 1762 | 2025.03.03 05:25:01.263923 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1763 | 2025.03.03 05:25:01.264147 [ 3 ] {61dc6a9b-b1c9-4929-9309-5bbab50f7cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1764 | 2025.03.03 05:25:01.264226 [ 3 ] {61dc6a9b-b1c9-4929-9309-5bbab50f7cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1765 | 2025.03.03 05:25:01.265047 [ 3 ] {61dc6a9b-b1c9-4929-9309-5bbab50f7cfe} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1766 | 2025.03.03 05:25:01.265103 [ 3 ] {61dc6a9b-b1c9-4929-9309-5bbab50f7cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1767 | 2025.03.03 05:25:01.265548 [ 3 ] {61dc6a9b-b1c9-4929-9309-5bbab50f7cfe} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1768 | 2025.03.03 05:25:01.265803 [ 3 ] {61dc6a9b-b1c9-4929-9309-5bbab50f7cfe} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1769 | 2025.03.03 05:25:01.266037 [ 3 ] {61dc6a9b-b1c9-4929-9309-5bbab50f7cfe} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.19 MiB/sec. | ||
| 1770 | 2025.03.03 05:25:01.266099 [ 3 ] {61dc6a9b-b1c9-4929-9309-5bbab50f7cfe} <Debug> TCPHandler: Processed in 0.002311996 sec. | ||
| 1771 | 2025.03.03 05:25:01.266210 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1772 | 2025.03.03 05:25:01.266309 [ 3 ] {007918f4-dbad-404b-8a26-691db93c8358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1773 | 2025.03.03 05:25:01.266355 [ 3 ] {007918f4-dbad-404b-8a26-691db93c8358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1774 | 2025.03.03 05:25:01.266889 [ 3 ] {007918f4-dbad-404b-8a26-691db93c8358} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1775 | 2025.03.03 05:25:01.266931 [ 3 ] {007918f4-dbad-404b-8a26-691db93c8358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1776 | 2025.03.03 05:25:01.267293 [ 3 ] {007918f4-dbad-404b-8a26-691db93c8358} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1777 | 2025.03.03 05:25:01.267534 [ 3 ] {007918f4-dbad-404b-8a26-691db93c8358} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1778 | 2025.03.03 05:25:01.267818 [ 3 ] {007918f4-dbad-404b-8a26-691db93c8358} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001528 sec., 41884.8167539267 rows/sec., 3.27 MiB/sec. | ||
| 1779 | 2025.03.03 05:25:01.268000 [ 3 ] {007918f4-dbad-404b-8a26-691db93c8358} <Debug> TCPHandler: Processed in 0.001841197 sec. | ||
| 1780 | 2025.03.03 05:25:01.268119 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1781 | 2025.03.03 05:25:01.268219 [ 3 ] {be82838e-72af-4b4e-9545-fa2ab2857fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1782 | 2025.03.03 05:25:01.268267 [ 3 ] {be82838e-72af-4b4e-9545-fa2ab2857fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1783 | 2025.03.03 05:25:01.268772 [ 3 ] {be82838e-72af-4b4e-9545-fa2ab2857fb2} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1784 | 2025.03.03 05:25:01.268811 [ 3 ] {be82838e-72af-4b4e-9545-fa2ab2857fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1785 | 2025.03.03 05:25:01.269193 [ 3 ] {be82838e-72af-4b4e-9545-fa2ab2857fb2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1786 | 2025.03.03 05:25:01.269452 [ 3 ] {be82838e-72af-4b4e-9545-fa2ab2857fb2} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1787 | 2025.03.03 05:25:01.269659 [ 3 ] {be82838e-72af-4b4e-9545-fa2ab2857fb2} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001461 sec., 87611.22518822724 rows/sec., 6.10 MiB/sec. | ||
| 1788 | 2025.03.03 05:25:01.269712 [ 3 ] {be82838e-72af-4b4e-9545-fa2ab2857fb2} <Debug> TCPHandler: Processed in 0.001644413 sec. | ||
| 1789 | 2025.03.03 05:25:01.269814 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1790 | 2025.03.03 05:25:01.269915 [ 3 ] {58e40550-8927-4a7c-8c29-9819837ab452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1791 | 2025.03.03 05:25:01.269960 [ 3 ] {58e40550-8927-4a7c-8c29-9819837ab452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1792 | 2025.03.03 05:25:01.270375 [ 3 ] {58e40550-8927-4a7c-8c29-9819837ab452} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1793 | 2025.03.03 05:25:01.270413 [ 3 ] {58e40550-8927-4a7c-8c29-9819837ab452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 1794 | 2025.03.03 05:25:01.270758 [ 3 ] {58e40550-8927-4a7c-8c29-9819837ab452} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1795 | 2025.03.03 05:25:01.270992 [ 3 ] {58e40550-8927-4a7c-8c29-9819837ab452} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1796 | 2025.03.03 05:25:01.271192 [ 3 ] {58e40550-8927-4a7c-8c29-9819837ab452} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001299 sec., 36951.50115473441 rows/sec., 2.49 MiB/sec. | ||
| 1797 | 2025.03.03 05:25:01.271241 [ 3 ] {58e40550-8927-4a7c-8c29-9819837ab452} <Debug> TCPHandler: Processed in 0.00147745 sec. | ||
| 1798 | 2025.03.03 05:25:02.866409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1799 | 2025.03.03 05:25:02.867079 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1800 | 2025.03.03 05:25:02.867128 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1801 | 2025.03.03 05:25:02.867664 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1802 | 2025.03.03 05:25:02.867915 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1803 | 2025.03.03 05:25:02.868183 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1804 | 2025.03.03 05:25:03.051167 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1805 | 2025.03.03 05:25:03.069576 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1806 | 2025.03.03 05:25:03.069624 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1807 | 2025.03.03 05:25:03.076375 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1808 | 2025.03.03 05:25:03.077112 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1809 | 2025.03.03 05:25:03.079500 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1810 | 2025.03.03 05:25:06.265573 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1811 | 2025.03.03 05:25:06.265779 [ 3 ] {2ba2e83a-143e-494f-b9df-475347a3b735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1812 | 2025.03.03 05:25:06.265858 [ 3 ] {2ba2e83a-143e-494f-b9df-475347a3b735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1813 | 2025.03.03 05:25:06.266654 [ 3 ] {2ba2e83a-143e-494f-b9df-475347a3b735} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2025.03.03 05:25:06.266701 [ 3 ] {2ba2e83a-143e-494f-b9df-475347a3b735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1815 | 2025.03.03 05:25:06.267149 [ 3 ] {2ba2e83a-143e-494f-b9df-475347a3b735} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1816 | 2025.03.03 05:25:06.267405 [ 3 ] {2ba2e83a-143e-494f-b9df-475347a3b735} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1817 | 2025.03.03 05:25:06.267648 [ 3 ] {2ba2e83a-143e-494f-b9df-475347a3b735} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001927 sec., 29060.716139076285 rows/sec., 2.22 MiB/sec. | ||
| 1818 | 2025.03.03 05:25:06.267708 [ 3 ] {2ba2e83a-143e-494f-b9df-475347a3b735} <Debug> TCPHandler: Processed in 0.002268276 sec. | ||
| 1819 | 2025.03.03 05:25:06.267843 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1820 | 2025.03.03 05:25:06.267956 [ 3 ] {9a0e1b86-7fa5-4d3a-ae26-b61ab0a43d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1821 | 2025.03.03 05:25:06.268004 [ 3 ] {9a0e1b86-7fa5-4d3a-ae26-b61ab0a43d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1822 | 2025.03.03 05:25:06.268552 [ 3 ] {9a0e1b86-7fa5-4d3a-ae26-b61ab0a43d38} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2025.03.03 05:25:06.268591 [ 3 ] {9a0e1b86-7fa5-4d3a-ae26-b61ab0a43d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1824 | 2025.03.03 05:25:06.268937 [ 3 ] {9a0e1b86-7fa5-4d3a-ae26-b61ab0a43d38} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1825 | 2025.03.03 05:25:06.269187 [ 3 ] {9a0e1b86-7fa5-4d3a-ae26-b61ab0a43d38} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1826 | 2025.03.03 05:25:06.269396 [ 3 ] {9a0e1b86-7fa5-4d3a-ae26-b61ab0a43d38} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001467 sec., 43626.448534423995 rows/sec., 3.41 MiB/sec. | ||
| 1827 | 2025.03.03 05:25:06.269447 [ 3 ] {9a0e1b86-7fa5-4d3a-ae26-b61ab0a43d38} <Debug> TCPHandler: Processed in 0.001656373 sec. | ||
| 1828 | 2025.03.03 05:25:06.269563 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1829 | 2025.03.03 05:25:06.269667 [ 3 ] {e3b04d43-5483-4187-b90b-68d86113a9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1830 | 2025.03.03 05:25:06.269716 [ 3 ] {e3b04d43-5483-4187-b90b-68d86113a9a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1831 | 2025.03.03 05:25:06.270236 [ 3 ] {e3b04d43-5483-4187-b90b-68d86113a9a0} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1832 | 2025.03.03 05:25:06.270274 [ 3 ] {e3b04d43-5483-4187-b90b-68d86113a9a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1833 | 2025.03.03 05:25:06.270648 [ 3 ] {e3b04d43-5483-4187-b90b-68d86113a9a0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1834 | 2025.03.03 05:25:06.270885 [ 3 ] {e3b04d43-5483-4187-b90b-68d86113a9a0} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1835 | 2025.03.03 05:25:06.271177 [ 3 ] {e3b04d43-5483-4187-b90b-68d86113a9a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001507 sec., 106171.20106171201 rows/sec., 7.39 MiB/sec. | ||
| 1836 | 2025.03.03 05:25:06.271307 [ 3 ] {e3b04d43-5483-4187-b90b-68d86113a9a0} <Debug> TCPHandler: Processed in 0.001794076 sec. | ||
| 1837 | 2025.03.03 05:25:06.271434 [ 3 ] {} <Trace> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2025.03.03 05:25:06.271540 [ 3 ] {ecbe8184-b783-4d5c-bc0f-79c74de999b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57369) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1839 | 2025.03.03 05:25:06.271587 [ 3 ] {ecbe8184-b783-4d5c-bc0f-79c74de999b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1840 | 2025.03.03 05:25:06.272031 [ 3 ] {ecbe8184-b783-4d5c-bc0f-79c74de999b2} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1841 | 2025.03.03 05:25:06.272070 [ 3 ] {ecbe8184-b783-4d5c-bc0f-79c74de999b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1842 | 2025.03.03 05:25:06.272427 [ 3 ] {ecbe8184-b783-4d5c-bc0f-79c74de999b2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1843 | 2025.03.03 05:25:06.272661 [ 3 ] {ecbe8184-b783-4d5c-bc0f-79c74de999b2} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1844 | 2025.03.03 05:25:06.272914 [ 3 ] {ecbe8184-b783-4d5c-bc0f-79c74de999b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 1845 | 2025.03.03 05:25:06.273052 [ 3 ] {ecbe8184-b783-4d5c-bc0f-79c74de999b2} <Debug> TCPHandler: Processed in 0.001665914 sec. | ||
| 1846 | 2025.03.03 05:25:10.275706 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1847 | 2025.03.03 05:25:10.275800 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1848 | 2025.03.03 05:25:10.368839 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1849 | 2025.03.03 05:25:10.369515 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1850 | 2025.03.03 05:25:10.369561 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1851 | 2025.03.03 05:25:10.370196 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1852 | 2025.03.03 05:25:10.370455 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1853 | 2025.03.03 05:25:10.370755 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1854 | 2025.03.03 05:25:10.382474 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 282 | ||
| 1855 | 2025.03.03 05:25:10.385172 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1856 | 2025.03.03 05:25:10.385230 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1857 | 2025.03.03 05:25:10.386720 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1858 | 2025.03.03 05:25:10.387035 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1859 | 2025.03.03 05:25:10.387670 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282 | ||
| 1860 | 2025.03.03 05:25:10.414282 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1861 | 2025.03.03 05:25:10.414376 [ 3 ] {} <Debug> TCP-Session: cf604029-9766-4612-bdf9-023d0be01fe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1862 | 2025.03.03 05:25:10.580118 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1863 | 2025.03.03 05:25:10.599128 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1864 | 2025.03.03 05:25:10.599184 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1865 | 2025.03.03 05:25:10.606165 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1866 | 2025.03.03 05:25:10.606919 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1867 | 2025.03.03 05:25:10.609528 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1868 | 2025.03.03 05:25:11.001140 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.41 MiB, peak 170.08 MiB, free memory in arenas 0.00 B, will set to 166.58 MiB (RSS), difference: 2.17 MiB | ||
| 1869 | 2025.03.03 05:25:11.260747 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1870 | 2025.03.03 05:25:11.261208 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1871 | 2025.03.03 05:25:11.261955 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1872 | 2025.03.03 05:25:11.262009 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1873 | 2025.03.03 05:25:11.262382 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1874 | 2025.03.03 05:25:11.262462 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1875 | 2025.03.03 05:25:11.262637 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1876 | 2025.03.03 05:25:11.262787 [ 287 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1877 | 2025.03.03 05:25:11.262835 [ 288 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1878 | 2025.03.03 05:25:11.262864 [ 286 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1879 | 2025.03.03 05:25:11.263008 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1880 | 2025.03.03 05:25:11.263038 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1881 | 2025.03.03 05:25:11.263161 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1882 | 2025.03.03 05:25:11.263186 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1883 | 2025.03.03 05:25:11.263231 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1884 | 2025.03.03 05:25:11.263280 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1885 | 2025.03.03 05:25:11.263324 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1886 | 2025.03.03 05:25:11.265152 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004157 sec., 8900.649506855905 rows/sec., 333.59 KiB/sec. | ||
| 1887 | 2025.03.03 05:25:11.265333 [ 254 ] {26579591-b381-4eb6-a520-cdd71274a41e} <Debug> TCPHandler: Processed in 0.004777966 sec. | ||
| 1888 | 2025.03.03 05:25:11.265636 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1889 | 2025.03.03 05:25:11.265801 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1890 | 2025.03.03 05:25:11.266100 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1891 | 2025.03.03 05:25:11.266148 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1892 | 2025.03.03 05:25:11.266462 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1893 | 2025.03.03 05:25:11.266529 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1894 | 2025.03.03 05:25:11.266672 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1895 | 2025.03.03 05:25:11.266733 [ 290 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1896 | 2025.03.03 05:25:11.266801 [ 287 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1897 | 2025.03.03 05:25:11.266824 [ 286 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1898 | 2025.03.03 05:25:11.266939 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1899 | 2025.03.03 05:25:11.266966 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1900 | 2025.03.03 05:25:11.267071 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1901 | 2025.03.03 05:25:11.267092 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1902 | 2025.03.03 05:25:11.267133 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1903 | 2025.03.03 05:25:11.267176 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1904 | 2025.03.03 05:25:11.267216 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1905 | 2025.03.03 05:25:11.268743 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003023 sec., 12239.497188223619 rows/sec., 458.72 KiB/sec. | ||
| 1906 | 2025.03.03 05:25:11.268933 [ 254 ] {b5e56475-29eb-4067-a0f2-62e637506915} <Debug> TCPHandler: Processed in 0.003349567 sec. | ||
| 1907 | 2025.03.03 05:25:11.269182 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1908 | 2025.03.03 05:25:11.269387 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1909 | 2025.03.03 05:25:11.269753 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1910 | 2025.03.03 05:25:11.269808 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1911 | 2025.03.03 05:25:11.270131 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1912 | 2025.03.03 05:25:11.270197 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1913 | 2025.03.03 05:25:11.270340 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1914 | 2025.03.03 05:25:11.270493 [ 288 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1915 | 2025.03.03 05:25:11.270510 [ 286 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1916 | 2025.03.03 05:25:11.270492 [ 287 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1917 | 2025.03.03 05:25:11.270642 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 1918 | 2025.03.03 05:25:11.270666 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1919 | 2025.03.03 05:25:11.270772 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1920 | 2025.03.03 05:25:11.270794 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1921 | 2025.03.03 05:25:11.270833 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1922 | 2025.03.03 05:25:11.270876 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1923 | 2025.03.03 05:25:11.270915 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1924 | 2025.03.03 05:25:11.272292 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.00301 sec., 12292.35880398671 rows/sec., 460.70 KiB/sec. | ||
| 1925 | 2025.03.03 05:25:11.272449 [ 254 ] {570e6f13-e997-47e3-9727-ea016b54ea07} <Debug> TCPHandler: Processed in 0.003330956 sec. | ||
| 1926 | 2025.03.03 05:25:11.285894 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1927 | 2025.03.03 05:25:11.286117 [ 254 ] {067a591a-abc1-438e-b0b8-ad4e9afe6b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1928 | 2025.03.03 05:25:11.286208 [ 254 ] {067a591a-abc1-438e-b0b8-ad4e9afe6b93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1929 | 2025.03.03 05:25:11.287171 [ 254 ] {067a591a-abc1-438e-b0b8-ad4e9afe6b93} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1930 | 2025.03.03 05:25:11.287213 [ 254 ] {067a591a-abc1-438e-b0b8-ad4e9afe6b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1931 | 2025.03.03 05:25:11.287701 [ 254 ] {067a591a-abc1-438e-b0b8-ad4e9afe6b93} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1932 | 2025.03.03 05:25:11.287918 [ 254 ] {067a591a-abc1-438e-b0b8-ad4e9afe6b93} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1933 | 2025.03.03 05:25:11.288175 [ 254 ] {067a591a-abc1-438e-b0b8-ad4e9afe6b93} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.002111 sec., 1421.1274277593557 rows/sec., 129.53 KiB/sec. | ||
| 1934 | 2025.03.03 05:25:11.288335 [ 254 ] {067a591a-abc1-438e-b0b8-ad4e9afe6b93} <Debug> TCPHandler: Processed in 0.002545191 sec. | ||
| 1935 | 2025.03.03 05:25:11.288542 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1936 | 2025.03.03 05:25:11.288647 [ 254 ] {04f9338f-e4e1-41af-93de-34438f7c1081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1937 | 2025.03.03 05:25:11.288692 [ 254 ] {04f9338f-e4e1-41af-93de-34438f7c1081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1938 | 2025.03.03 05:25:11.289358 [ 254 ] {04f9338f-e4e1-41af-93de-34438f7c1081} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1939 | 2025.03.03 05:25:11.289398 [ 254 ] {04f9338f-e4e1-41af-93de-34438f7c1081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1940 | 2025.03.03 05:25:11.289757 [ 254 ] {04f9338f-e4e1-41af-93de-34438f7c1081} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1941 | 2025.03.03 05:25:11.289986 [ 254 ] {04f9338f-e4e1-41af-93de-34438f7c1081} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1942 | 2025.03.03 05:25:11.290196 [ 254 ] {04f9338f-e4e1-41af-93de-34438f7c1081} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00157 sec., 135031.84713375795 rows/sec., 8.59 MiB/sec. | ||
| 1943 | 2025.03.03 05:25:11.290246 [ 254 ] {04f9338f-e4e1-41af-93de-34438f7c1081} <Debug> TCPHandler: Processed in 0.001755025 sec. | ||
| 1944 | 2025.03.03 05:25:11.290370 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1945 | 2025.03.03 05:25:11.290472 [ 254 ] {a276a37f-9792-4c00-879c-ea0851355b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1946 | 2025.03.03 05:25:11.290516 [ 254 ] {a276a37f-9792-4c00-879c-ea0851355b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1947 | 2025.03.03 05:25:11.291347 [ 254 ] {a276a37f-9792-4c00-879c-ea0851355b63} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1948 | 2025.03.03 05:25:11.291386 [ 254 ] {a276a37f-9792-4c00-879c-ea0851355b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1949 | 2025.03.03 05:25:11.291770 [ 254 ] {a276a37f-9792-4c00-879c-ea0851355b63} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1950 | 2025.03.03 05:25:11.292004 [ 254 ] {a276a37f-9792-4c00-879c-ea0851355b63} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1951 | 2025.03.03 05:25:11.292301 [ 254 ] {a276a37f-9792-4c00-879c-ea0851355b63} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001826 sec., 375136.9112814896 rows/sec., 29.84 MiB/sec. | ||
| 1952 | 2025.03.03 05:25:11.292622 [ 254 ] {a276a37f-9792-4c00-879c-ea0851355b63} <Debug> TCPHandler: Processed in 0.002299796 sec. | ||
| 1953 | 2025.03.03 05:25:11.292781 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1954 | 2025.03.03 05:25:11.292919 [ 254 ] {9292f2a9-89ef-4911-b175-98aa5fbf2337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1955 | 2025.03.03 05:25:11.292974 [ 254 ] {9292f2a9-89ef-4911-b175-98aa5fbf2337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1956 | 2025.03.03 05:25:11.293671 [ 254 ] {9292f2a9-89ef-4911-b175-98aa5fbf2337} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1957 | 2025.03.03 05:25:11.293718 [ 254 ] {9292f2a9-89ef-4911-b175-98aa5fbf2337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1958 | 2025.03.03 05:25:11.294087 [ 254 ] {9292f2a9-89ef-4911-b175-98aa5fbf2337} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1959 | 2025.03.03 05:25:11.294323 [ 254 ] {9292f2a9-89ef-4911-b175-98aa5fbf2337} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1960 | 2025.03.03 05:25:11.294682 [ 254 ] {9292f2a9-89ef-4911-b175-98aa5fbf2337} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001763 sec., 79410.09642654566 rows/sec., 4.95 MiB/sec. | ||
| 1961 | 2025.03.03 05:25:11.294837 [ 254 ] {9292f2a9-89ef-4911-b175-98aa5fbf2337} <Debug> TCPHandler: Processed in 0.002116262 sec. | ||
| 1962 | 2025.03.03 05:25:11.294941 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1963 | 2025.03.03 05:25:11.295042 [ 254 ] {a69b415f-3a55-4e9b-b519-7ed95e545e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1964 | 2025.03.03 05:25:11.295086 [ 254 ] {a69b415f-3a55-4e9b-b519-7ed95e545e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1965 | 2025.03.03 05:25:11.295642 [ 254 ] {a69b415f-3a55-4e9b-b519-7ed95e545e90} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1966 | 2025.03.03 05:25:11.295682 [ 254 ] {a69b415f-3a55-4e9b-b519-7ed95e545e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1967 | 2025.03.03 05:25:11.296029 [ 254 ] {a69b415f-3a55-4e9b-b519-7ed95e545e90} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1968 | 2025.03.03 05:25:11.296260 [ 254 ] {a69b415f-3a55-4e9b-b519-7ed95e545e90} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1969 | 2025.03.03 05:25:11.296487 [ 254 ] {a69b415f-3a55-4e9b-b519-7ed95e545e90} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001463 sec., 77238.55092276144 rows/sec., 5.00 MiB/sec. | ||
| 1970 | 2025.03.03 05:25:11.296536 [ 254 ] {a69b415f-3a55-4e9b-b519-7ed95e545e90} <Debug> TCPHandler: Processed in 0.001646264 sec. | ||
| 1971 | 2025.03.03 05:25:11.296663 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1972 | 2025.03.03 05:25:11.296799 [ 254 ] {4ab04522-178a-41c8-8f14-2fe420e6aa78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1973 | 2025.03.03 05:25:11.296853 [ 254 ] {4ab04522-178a-41c8-8f14-2fe420e6aa78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1974 | 2025.03.03 05:25:11.297523 [ 254 ] {4ab04522-178a-41c8-8f14-2fe420e6aa78} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1975 | 2025.03.03 05:25:11.297570 [ 254 ] {4ab04522-178a-41c8-8f14-2fe420e6aa78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1976 | 2025.03.03 05:25:11.297964 [ 254 ] {4ab04522-178a-41c8-8f14-2fe420e6aa78} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1977 | 2025.03.03 05:25:11.298208 [ 254 ] {4ab04522-178a-41c8-8f14-2fe420e6aa78} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1978 | 2025.03.03 05:25:11.298471 [ 254 ] {4ab04522-178a-41c8-8f14-2fe420e6aa78} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001689 sec., 66311.42687981053 rows/sec., 3.78 MiB/sec. | ||
| 1979 | 2025.03.03 05:25:11.298526 [ 254 ] {4ab04522-178a-41c8-8f14-2fe420e6aa78} <Debug> TCPHandler: Processed in 0.001927548 sec. | ||
| 1980 | 2025.03.03 05:25:11.298627 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1981 | 2025.03.03 05:25:11.298728 [ 254 ] {3d48e799-2c98-43b0-9b18-abc255cebd3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1982 | 2025.03.03 05:25:11.298773 [ 254 ] {3d48e799-2c98-43b0-9b18-abc255cebd3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1983 | 2025.03.03 05:25:11.299420 [ 254 ] {3d48e799-2c98-43b0-9b18-abc255cebd3d} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1984 | 2025.03.03 05:25:11.299461 [ 254 ] {3d48e799-2c98-43b0-9b18-abc255cebd3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1985 | 2025.03.03 05:25:11.299829 [ 254 ] {3d48e799-2c98-43b0-9b18-abc255cebd3d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1986 | 2025.03.03 05:25:11.300061 [ 254 ] {3d48e799-2c98-43b0-9b18-abc255cebd3d} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1987 | 2025.03.03 05:25:11.300403 [ 254 ] {3d48e799-2c98-43b0-9b18-abc255cebd3d} <Debug> executeQuery: Read 432 rows, 31.60 KiB in 0.001657 sec., 260712.13035606517 rows/sec., 18.63 MiB/sec. | ||
| 1988 | 2025.03.03 05:25:11.300660 [ 254 ] {3d48e799-2c98-43b0-9b18-abc255cebd3d} <Debug> TCPHandler: Processed in 0.002081322 sec. | ||
| 1989 | 2025.03.03 05:25:11.300775 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1990 | 2025.03.03 05:25:11.300875 [ 254 ] {703eddb6-65b8-47fe-8834-7034e6b5fcdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1991 | 2025.03.03 05:25:11.300920 [ 254 ] {703eddb6-65b8-47fe-8834-7034e6b5fcdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1992 | 2025.03.03 05:25:11.301354 [ 254 ] {703eddb6-65b8-47fe-8834-7034e6b5fcdb} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1993 | 2025.03.03 05:25:11.301392 [ 254 ] {703eddb6-65b8-47fe-8834-7034e6b5fcdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 1994 | 2025.03.03 05:25:11.301764 [ 254 ] {703eddb6-65b8-47fe-8834-7034e6b5fcdb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1995 | 2025.03.03 05:25:11.301994 [ 254 ] {703eddb6-65b8-47fe-8834-7034e6b5fcdb} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1996 | 2025.03.03 05:25:11.302382 [ 254 ] {703eddb6-65b8-47fe-8834-7034e6b5fcdb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 210.53 KiB/sec. | ||
| 1997 | 2025.03.03 05:25:11.302482 [ 254 ] {703eddb6-65b8-47fe-8834-7034e6b5fcdb} <Debug> TCPHandler: Processed in 0.001757176 sec. | ||
| 1998 | 2025.03.03 05:25:11.302585 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1999 | 2025.03.03 05:25:11.302685 [ 254 ] {143f37b3-6ab4-4b60-8e4d-01b9c8a16665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2000 | 2025.03.03 05:25:11.302732 [ 254 ] {143f37b3-6ab4-4b60-8e4d-01b9c8a16665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2001 | 2025.03.03 05:25:11.303238 [ 254 ] {143f37b3-6ab4-4b60-8e4d-01b9c8a16665} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2002 | 2025.03.03 05:25:11.303276 [ 254 ] {143f37b3-6ab4-4b60-8e4d-01b9c8a16665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2003 | 2025.03.03 05:25:11.303652 [ 254 ] {143f37b3-6ab4-4b60-8e4d-01b9c8a16665} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2004 | 2025.03.03 05:25:11.303884 [ 254 ] {143f37b3-6ab4-4b60-8e4d-01b9c8a16665} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2005 | 2025.03.03 05:25:11.304088 [ 254 ] {143f37b3-6ab4-4b60-8e4d-01b9c8a16665} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001424 sec., 166432.58426966294 rows/sec., 11.16 MiB/sec. | ||
| 2006 | 2025.03.03 05:25:11.304138 [ 254 ] {143f37b3-6ab4-4b60-8e4d-01b9c8a16665} <Debug> TCPHandler: Processed in 0.001601192 sec. | ||
| 2007 | 2025.03.03 05:25:11.304237 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2008 | 2025.03.03 05:25:11.304338 [ 254 ] {ffa4a55f-ce8d-4478-a670-ead52b1603c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2009 | 2025.03.03 05:25:11.304384 [ 254 ] {ffa4a55f-ce8d-4478-a670-ead52b1603c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2010 | 2025.03.03 05:25:11.304780 [ 254 ] {ffa4a55f-ce8d-4478-a670-ead52b1603c4} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2011 | 2025.03.03 05:25:11.304817 [ 254 ] {ffa4a55f-ce8d-4478-a670-ead52b1603c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2012 | 2025.03.03 05:25:11.305164 [ 254 ] {ffa4a55f-ce8d-4478-a670-ead52b1603c4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2013 | 2025.03.03 05:25:11.305395 [ 254 ] {ffa4a55f-ce8d-4478-a670-ead52b1603c4} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2014 | 2025.03.03 05:25:11.305560 [ 254 ] {ffa4a55f-ce8d-4478-a670-ead52b1603c4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001243 sec., 804.5052292839904 rows/sec., 54.21 KiB/sec. | ||
| 2015 | 2025.03.03 05:25:11.305606 [ 254 ] {ffa4a55f-ce8d-4478-a670-ead52b1603c4} <Debug> TCPHandler: Processed in 0.001418988 sec. | ||
| 2016 | 2025.03.03 05:25:11.305709 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2017 | 2025.03.03 05:25:11.305809 [ 254 ] {90ce808b-2d56-44b0-bcf1-d9cc1cbc44e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2018 | 2025.03.03 05:25:11.305872 [ 254 ] {90ce808b-2d56-44b0-bcf1-d9cc1cbc44e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2019 | 2025.03.03 05:25:11.306969 [ 254 ] {90ce808b-2d56-44b0-bcf1-d9cc1cbc44e5} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2020 | 2025.03.03 05:25:11.307005 [ 254 ] {90ce808b-2d56-44b0-bcf1-d9cc1cbc44e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2021 | 2025.03.03 05:25:11.307630 [ 254 ] {90ce808b-2d56-44b0-bcf1-d9cc1cbc44e5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2022 | 2025.03.03 05:25:11.307896 [ 254 ] {90ce808b-2d56-44b0-bcf1-d9cc1cbc44e5} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2025.03.03 05:25:11.308251 [ 254 ] {90ce808b-2d56-44b0-bcf1-d9cc1cbc44e5} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002437 sec., 13951.579811243333 rows/sec., 25.00 MiB/sec. | ||
| 2024 | 2025.03.03 05:25:11.308481 [ 254 ] {90ce808b-2d56-44b0-bcf1-d9cc1cbc44e5} <Debug> TCPHandler: Processed in 0.002821307 sec. | ||
| 2025 | 2025.03.03 05:25:11.308593 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2026 | 2025.03.03 05:25:11.308695 [ 254 ] {0495d3c1-a848-409d-a122-bd6a42e79508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2027 | 2025.03.03 05:25:11.308741 [ 254 ] {0495d3c1-a848-409d-a122-bd6a42e79508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2028 | 2025.03.03 05:25:11.309156 [ 254 ] {0495d3c1-a848-409d-a122-bd6a42e79508} <Trace> oximeter.measurements_i64 (b0a4aace-c40a-4f45-9a88-15866154503b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2029 | 2025.03.03 05:25:11.309193 [ 254 ] {0495d3c1-a848-409d-a122-bd6a42e79508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2030 | 2025.03.03 05:25:11.309552 [ 254 ] {0495d3c1-a848-409d-a122-bd6a42e79508} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2031 | 2025.03.03 05:25:11.309780 [ 254 ] {0495d3c1-a848-409d-a122-bd6a42e79508} <Trace> oximeter.measurements_i64 (b0a4aace-c40a-4f45-9a88-15866154503b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2032 | 2025.03.03 05:25:11.310078 [ 254 ] {0495d3c1-a848-409d-a122-bd6a42e79508} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001355 sec., 17712.177121771216 rows/sec., 1.28 MiB/sec. | ||
| 2033 | 2025.03.03 05:25:11.310194 [ 254 ] {0495d3c1-a848-409d-a122-bd6a42e79508} <Debug> TCPHandler: Processed in 0.001649853 sec. | ||
| 2034 | 2025.03.03 05:25:11.310298 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2035 | 2025.03.03 05:25:11.310398 [ 254 ] {921b641a-2d1c-47c3-ad70-60d82ab1c3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2036 | 2025.03.03 05:25:11.310443 [ 254 ] {921b641a-2d1c-47c3-ad70-60d82ab1c3d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2037 | 2025.03.03 05:25:11.310859 [ 254 ] {921b641a-2d1c-47c3-ad70-60d82ab1c3d7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2025.03.03 05:25:11.310896 [ 254 ] {921b641a-2d1c-47c3-ad70-60d82ab1c3d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2039 | 2025.03.03 05:25:11.311243 [ 254 ] {921b641a-2d1c-47c3-ad70-60d82ab1c3d7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2040 | 2025.03.03 05:25:11.311471 [ 254 ] {921b641a-2d1c-47c3-ad70-60d82ab1c3d7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2041 | 2025.03.03 05:25:11.311672 [ 254 ] {921b641a-2d1c-47c3-ad70-60d82ab1c3d7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00129 sec., 63565.89147286822 rows/sec., 4.04 MiB/sec. | ||
| 2042 | 2025.03.03 05:25:11.311724 [ 254 ] {921b641a-2d1c-47c3-ad70-60d82ab1c3d7} <Debug> TCPHandler: Processed in 0.00147555 sec. | ||
| 2043 | 2025.03.03 05:25:12.001132 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.71 MiB, peak 170.08 MiB, free memory in arenas 0.00 B, will set to 166.67 MiB (RSS), difference: -1.04 MiB | ||
| 2044 | 2025.03.03 05:25:16.264133 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2045 | 2025.03.03 05:25:16.264325 [ 254 ] {7ada1308-c897-4db0-bbaf-5599a0bf669d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2046 | 2025.03.03 05:25:16.264401 [ 254 ] {7ada1308-c897-4db0-bbaf-5599a0bf669d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2047 | 2025.03.03 05:25:16.265153 [ 254 ] {7ada1308-c897-4db0-bbaf-5599a0bf669d} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2025.03.03 05:25:16.265204 [ 254 ] {7ada1308-c897-4db0-bbaf-5599a0bf669d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2049 | 2025.03.03 05:25:16.265637 [ 254 ] {7ada1308-c897-4db0-bbaf-5599a0bf669d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2050 | 2025.03.03 05:25:16.265920 [ 254 ] {7ada1308-c897-4db0-bbaf-5599a0bf669d} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2051 | 2025.03.03 05:25:16.266119 [ 42 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2052 | 2025.03.03 05:25:16.266173 [ 254 ] {7ada1308-c897-4db0-bbaf-5599a0bf669d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.26 MiB/sec. | ||
| 2053 | 2025.03.03 05:25:16.266214 [ 42 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2054 | 2025.03.03 05:25:16.266286 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2055 | 2025.03.03 05:25:16.266297 [ 254 ] {7ada1308-c897-4db0-bbaf-5599a0bf669d} <Debug> TCPHandler: Processed in 0.002297946 sec. | ||
| 2056 | 2025.03.03 05:25:16.266588 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2057 | 2025.03.03 05:25:16.266602 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 2058 | 2025.03.03 05:25:16.266925 [ 254 ] {275f47fe-6066-4c03-964d-29d770ae4521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2059 | 2025.03.03 05:25:16.267054 [ 254 ] {275f47fe-6066-4c03-964d-29d770ae4521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2060 | 2025.03.03 05:25:16.267056 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2061 | 2025.03.03 05:25:16.267119 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part | ||
| 2062 | 2025.03.03 05:25:16.267269 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1773 rows starting from the beginning of the part | ||
| 2063 | 2025.03.03 05:25:16.267668 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2064 | 2025.03.03 05:25:16.267990 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2065 | 2025.03.03 05:25:16.268289 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 685 rows starting from the beginning of the part | ||
| 2066 | 2025.03.03 05:25:16.268515 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2067 | 2025.03.03 05:25:16.269081 [ 254 ] {275f47fe-6066-4c03-964d-29d770ae4521} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2025.03.03 05:25:16.269132 [ 254 ] {275f47fe-6066-4c03-964d-29d770ae4521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2069 | 2025.03.03 05:25:16.269659 [ 254 ] {275f47fe-6066-4c03-964d-29d770ae4521} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2070 | 2025.03.03 05:25:16.269969 [ 254 ] {275f47fe-6066-4c03-964d-29d770ae4521} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2071 | 2025.03.03 05:25:16.270153 [ 42 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2072 | 2025.03.03 05:25:16.270263 [ 42 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2073 | 2025.03.03 05:25:16.270298 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2074 | 2025.03.03 05:25:16.270318 [ 254 ] {275f47fe-6066-4c03-964d-29d770ae4521} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003513 sec., 18218.047253060064 rows/sec., 1.42 MiB/sec. | ||
| 2075 | 2025.03.03 05:25:16.270609 [ 254 ] {275f47fe-6066-4c03-964d-29d770ae4521} <Debug> TCPHandler: Processed in 0.004109033 sec. | ||
| 2076 | 2025.03.03 05:25:16.270630 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 2077 | 2025.03.03 05:25:16.270898 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2078 | 2025.03.03 05:25:16.270949 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2079 | 2025.03.03 05:25:16.270956 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3259 rows, containing 5 columns (5 merged, 0 gathered) in 0.004558841 sec., 714874.679770582 rows/sec., 59.91 MiB/sec. | ||
| 2080 | 2025.03.03 05:25:16.271015 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2081 | 2025.03.03 05:25:16.271087 [ 254 ] {77b04520-ab01-4f9b-8458-56067b23f4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2082 | 2025.03.03 05:25:16.271214 [ 254 ] {77b04520-ab01-4f9b-8458-56067b23f4b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2083 | 2025.03.03 05:25:16.271242 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2084 | 2025.03.03 05:25:16.271533 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2085 | 2025.03.03 05:25:16.271747 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2086 | 2025.03.03 05:25:16.272298 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2087 | 2025.03.03 05:25:16.272853 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 432 rows starting from the beginning of the part | ||
| 2088 | 2025.03.03 05:25:16.273272 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_11_2} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2025.03.03 05:25:16.273373 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2090 | 2025.03.03 05:25:16.273896 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_11_2} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2091 | 2025.03.03 05:25:16.274216 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2092 | 2025.03.03 05:25:16.274665 [ 254 ] {77b04520-ab01-4f9b-8458-56067b23f4b7} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2093 | 2025.03.03 05:25:16.274714 [ 254 ] {77b04520-ab01-4f9b-8458-56067b23f4b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2094 | 2025.03.03 05:25:16.275311 [ 254 ] {77b04520-ab01-4f9b-8458-56067b23f4b7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2095 | 2025.03.03 05:25:16.275621 [ 254 ] {77b04520-ab01-4f9b-8458-56067b23f4b7} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2096 | 2025.03.03 05:25:16.275732 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1860 rows, containing 5 columns (5 merged, 0 gathered) in 0.005346968 sec., 347860.6941354428 rows/sec., 26.47 MiB/sec. | ||
| 2097 | 2025.03.03 05:25:16.275849 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2098 | 2025.03.03 05:25:16.275952 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2099 | 2025.03.03 05:25:16.276006 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2100 | 2025.03.03 05:25:16.276022 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2101 | 2025.03.03 05:25:16.276045 [ 254 ] {77b04520-ab01-4f9b-8458-56067b23f4b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005009 sec., 31942.503493711316 rows/sec., 2.22 MiB/sec. | ||
| 2102 | 2025.03.03 05:25:16.276369 [ 254 ] {77b04520-ab01-4f9b-8458-56067b23f4b7} <Debug> TCPHandler: Processed in 0.005568901 sec. | ||
| 2103 | 2025.03.03 05:25:16.276420 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 2104 | 2025.03.03 05:25:16.276540 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2105 | 2025.03.03 05:25:16.276602 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2106 | 2025.03.03 05:25:16.276664 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part | ||
| 2107 | 2025.03.03 05:25:16.276670 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_11_2} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2108 | 2025.03.03 05:25:16.276724 [ 254 ] {b62183a0-6689-4536-8e2b-d94ec48c6903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2109 | 2025.03.03 05:25:16.276971 [ 254 ] {b62183a0-6689-4536-8e2b-d94ec48c6903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2110 | 2025.03.03 05:25:16.277011 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_11_2} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2111 | 2025.03.03 05:25:16.277057 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2143 rows starting from the beginning of the part | ||
| 2112 | 2025.03.03 05:25:16.277413 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2113 | 2025.03.03 05:25:16.277653 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 2114 | 2025.03.03 05:25:16.277968 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 2115 | 2025.03.03 05:25:16.278174 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 2116 | 2025.03.03 05:25:16.278374 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 2117 | 2025.03.03 05:25:16.278873 [ 254 ] {b62183a0-6689-4536-8e2b-d94ec48c6903} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2118 | 2025.03.03 05:25:16.278918 [ 254 ] {b62183a0-6689-4536-8e2b-d94ec48c6903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2119 | 2025.03.03 05:25:16.279415 [ 254 ] {b62183a0-6689-4536-8e2b-d94ec48c6903} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2120 | 2025.03.03 05:25:16.279762 [ 254 ] {b62183a0-6689-4536-8e2b-d94ec48c6903} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2121 | 2025.03.03 05:25:16.279941 [ 42 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2122 | 2025.03.03 05:25:16.280060 [ 42 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2123 | 2025.03.03 05:25:16.280124 [ 254 ] {b62183a0-6689-4536-8e2b-d94ec48c6903} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003438 sec., 17452.00698080279 rows/sec., 1.18 MiB/sec. | ||
| 2124 | 2025.03.03 05:25:16.280142 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2125 | 2025.03.03 05:25:16.280466 [ 254 ] {b62183a0-6689-4536-8e2b-d94ec48c6903} <Debug> TCPHandler: Processed in 0.00399198 sec. | ||
| 2126 | 2025.03.03 05:25:16.280660 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 2127 | 2025.03.03 05:25:16.281216 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3910 rows, containing 5 columns (5 merged, 0 gathered) in 0.00500833 sec., 780699.3548747787 rows/sec., 52.70 MiB/sec. | ||
| 2128 | 2025.03.03 05:25:16.281266 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2129 | 2025.03.03 05:25:16.281350 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part | ||
| 2130 | 2025.03.03 05:25:16.281428 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 2131 | 2025.03.03 05:25:16.281598 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2132 | 2025.03.03 05:25:16.281821 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2133 | 2025.03.03 05:25:16.281860 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 2134 | 2025.03.03 05:25:16.282180 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 2135 | 2025.03.03 05:25:16.282466 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 2136 | 2025.03.03 05:25:16.282869 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2137 | 2025.03.03 05:25:16.283037 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2138 | 2025.03.03 05:25:16.283192 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2139 | 2025.03.03 05:25:16.283908 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.003608172 sec., 187352.48763085573 rows/sec., 12.27 MiB/sec. | ||
| 2140 | 2025.03.03 05:25:16.284147 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2141 | 2025.03.03 05:25:16.284486 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_11_2} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2142 | 2025.03.03 05:25:16.284582 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_11_2} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2143 | 2025.03.03 05:25:16.284679 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2144 | 2025.03.03 05:25:17.871671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2145 | 2025.03.03 05:25:17.872351 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2146 | 2025.03.03 05:25:17.872399 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2147 | 2025.03.03 05:25:17.872915 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2148 | 2025.03.03 05:25:17.873168 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2149 | 2025.03.03 05:25:17.873434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2150 | 2025.03.03 05:25:18.110369 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2151 | 2025.03.03 05:25:18.129426 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2152 | 2025.03.03 05:25:18.129472 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2153 | 2025.03.03 05:25:18.136102 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2154 | 2025.03.03 05:25:18.136844 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2155 | 2025.03.03 05:25:18.139931 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2156 | 2025.03.03 05:25:20.388513 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 322 | ||
| 2157 | 2025.03.03 05:25:20.391658 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2158 | 2025.03.03 05:25:20.391698 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2159 | 2025.03.03 05:25:20.393195 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2160 | 2025.03.03 05:25:20.393499 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2161 | 2025.03.03 05:25:20.393665 [ 36 ] {} <Debug> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2162 | 2025.03.03 05:25:20.393735 [ 36 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2163 | 2025.03.03 05:25:20.393778 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2164 | 2025.03.03 05:25:20.394224 [ 188 ] {9d439606-5653-4635-9a38-15e6c6a98f66::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 | ||
| 2165 | 2025.03.03 05:25:20.394568 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 322 | ||
| 2166 | 2025.03.03 05:25:20.395015 [ 188 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2167 | 2025.03.03 05:25:20.395137 [ 188 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part | ||
| 2168 | 2025.03.03 05:25:20.395731 [ 188 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2169 | 2025.03.03 05:25:20.396151 [ 188 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2170 | 2025.03.03 05:25:20.396576 [ 188 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2171 | 2025.03.03 05:25:20.396998 [ 188 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2172 | 2025.03.03 05:25:20.397431 [ 188 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 2173 | 2025.03.03 05:25:20.404941 [ 194 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 72 columns (72 merged, 0 gathered) in 0.011061792 sec., 29109.207622056172 rows/sec., 29.42 MiB/sec. | ||
| 2174 | 2025.03.03 05:25:20.405928 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2175 | 2025.03.03 05:25:20.406776 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_6_1} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2176 | 2025.03.03 05:25:20.406872 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_6_1} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2177 | 2025.03.03 05:25:20.407178 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB. | ||
| 2178 | 2025.03.03 05:25:21.271497 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2179 | 2025.03.03 05:25:21.271710 [ 254 ] {8a3085a2-78c4-4c89-ada0-458b2c1bc77b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2180 | 2025.03.03 05:25:21.271790 [ 254 ] {8a3085a2-78c4-4c89-ada0-458b2c1bc77b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2181 | 2025.03.03 05:25:21.272603 [ 254 ] {8a3085a2-78c4-4c89-ada0-458b2c1bc77b} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2182 | 2025.03.03 05:25:21.272655 [ 254 ] {8a3085a2-78c4-4c89-ada0-458b2c1bc77b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2183 | 2025.03.03 05:25:21.273095 [ 254 ] {8a3085a2-78c4-4c89-ada0-458b2c1bc77b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2184 | 2025.03.03 05:25:21.273348 [ 254 ] {8a3085a2-78c4-4c89-ada0-458b2c1bc77b} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2185 | 2025.03.03 05:25:21.273525 [ 35 ] {} <Debug> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2186 | 2025.03.03 05:25:21.273607 [ 254 ] {8a3085a2-78c4-4c89-ada0-458b2c1bc77b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001947 sec., 108885.46481766821 rows/sec., 6.93 MiB/sec. | ||
| 2187 | 2025.03.03 05:25:21.273613 [ 35 ] {} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2188 | 2025.03.03 05:25:21.273694 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2189 | 2025.03.03 05:25:21.273735 [ 254 ] {8a3085a2-78c4-4c89-ada0-458b2c1bc77b} <Debug> TCPHandler: Processed in 0.002374447 sec. | ||
| 2190 | 2025.03.03 05:25:21.273944 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2191 | 2025.03.03 05:25:21.273944 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::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 | ||
| 2192 | 2025.03.03 05:25:21.274109 [ 254 ] {b2112342-a090-4461-ba3f-28f83007e831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2193 | 2025.03.03 05:25:21.274209 [ 254 ] {b2112342-a090-4461-ba3f-28f83007e831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2194 | 2025.03.03 05:25:21.274305 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2195 | 2025.03.03 05:25:21.274409 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part | ||
| 2196 | 2025.03.03 05:25:21.274783 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part | ||
| 2197 | 2025.03.03 05:25:21.275225 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part | ||
| 2198 | 2025.03.03 05:25:21.275512 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part | ||
| 2199 | 2025.03.03 05:25:21.275913 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part | ||
| 2200 | 2025.03.03 05:25:21.276913 [ 254 ] {b2112342-a090-4461-ba3f-28f83007e831} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2201 | 2025.03.03 05:25:21.277000 [ 254 ] {b2112342-a090-4461-ba3f-28f83007e831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2202 | 2025.03.03 05:25:21.278057 [ 254 ] {b2112342-a090-4461-ba3f-28f83007e831} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2203 | 2025.03.03 05:25:21.278442 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004624423 sec., 229217.78565671868 rows/sec., 15.45 MiB/sec. | ||
| 2204 | 2025.03.03 05:25:21.278601 [ 254 ] {b2112342-a090-4461-ba3f-28f83007e831} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2205 | 2025.03.03 05:25:21.278672 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2206 | 2025.03.03 05:25:21.278976 [ 254 ] {b2112342-a090-4461-ba3f-28f83007e831} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.004919 sec., 139255.946330555 rows/sec., 11.08 MiB/sec. | ||
| 2207 | 2025.03.03 05:25:21.279120 [ 254 ] {b2112342-a090-4461-ba3f-28f83007e831} <Debug> TCPHandler: Processed in 0.005249266 sec. | ||
| 2208 | 2025.03.03 05:25:21.279254 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_5_1} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2209 | 2025.03.03 05:25:21.279283 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2210 | 2025.03.03 05:25:21.279398 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_5_1} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2211 | 2025.03.03 05:25:21.279477 [ 254 ] {372bea03-9c42-466e-b319-a605a766d777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2212 | 2025.03.03 05:25:21.279548 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2213 | 2025.03.03 05:25:21.279583 [ 254 ] {372bea03-9c42-466e-b319-a605a766d777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2214 | 2025.03.03 05:25:21.280186 [ 254 ] {372bea03-9c42-466e-b319-a605a766d777} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2215 | 2025.03.03 05:25:21.280227 [ 254 ] {372bea03-9c42-466e-b319-a605a766d777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2216 | 2025.03.03 05:25:21.280589 [ 254 ] {372bea03-9c42-466e-b319-a605a766d777} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2217 | 2025.03.03 05:25:21.280827 [ 254 ] {372bea03-9c42-466e-b319-a605a766d777} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2218 | 2025.03.03 05:25:21.281117 [ 254 ] {372bea03-9c42-466e-b319-a605a766d777} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.00167 sec., 83832.33532934131 rows/sec., 5.23 MiB/sec. | ||
| 2219 | 2025.03.03 05:25:21.281224 [ 254 ] {372bea03-9c42-466e-b319-a605a766d777} <Debug> TCPHandler: Processed in 0.002017311 sec. | ||
| 2220 | 2025.03.03 05:25:21.281342 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2221 | 2025.03.03 05:25:21.281446 [ 254 ] {960c24d6-d381-41c4-a9fd-88d3fb4bfeb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2222 | 2025.03.03 05:25:21.281492 [ 254 ] {960c24d6-d381-41c4-a9fd-88d3fb4bfeb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2223 | 2025.03.03 05:25:21.282048 [ 254 ] {960c24d6-d381-41c4-a9fd-88d3fb4bfeb7} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2224 | 2025.03.03 05:25:21.282088 [ 254 ] {960c24d6-d381-41c4-a9fd-88d3fb4bfeb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2225 | 2025.03.03 05:25:21.282445 [ 254 ] {960c24d6-d381-41c4-a9fd-88d3fb4bfeb7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2226 | 2025.03.03 05:25:21.282678 [ 254 ] {960c24d6-d381-41c4-a9fd-88d3fb4bfeb7} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2227 | 2025.03.03 05:25:21.282897 [ 254 ] {960c24d6-d381-41c4-a9fd-88d3fb4bfeb7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001474 sec., 76662.14382632292 rows/sec., 4.96 MiB/sec. | ||
| 2228 | 2025.03.03 05:25:21.282949 [ 254 ] {960c24d6-d381-41c4-a9fd-88d3fb4bfeb7} <Debug> TCPHandler: Processed in 0.001657213 sec. | ||
| 2229 | 2025.03.03 05:25:21.283062 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2230 | 2025.03.03 05:25:21.283167 [ 254 ] {2119ccb6-c29c-452f-acce-db820ae71b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2231 | 2025.03.03 05:25:21.283213 [ 254 ] {2119ccb6-c29c-452f-acce-db820ae71b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2232 | 2025.03.03 05:25:21.283767 [ 254 ] {2119ccb6-c29c-452f-acce-db820ae71b61} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2233 | 2025.03.03 05:25:21.283807 [ 254 ] {2119ccb6-c29c-452f-acce-db820ae71b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2234 | 2025.03.03 05:25:21.284154 [ 254 ] {2119ccb6-c29c-452f-acce-db820ae71b61} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2235 | 2025.03.03 05:25:21.284388 [ 254 ] {2119ccb6-c29c-452f-acce-db820ae71b61} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2236 | 2025.03.03 05:25:21.284538 [ 35 ] {} <Debug> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2237 | 2025.03.03 05:25:21.284596 [ 35 ] {} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2238 | 2025.03.03 05:25:21.284632 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2239 | 2025.03.03 05:25:21.284638 [ 254 ] {2119ccb6-c29c-452f-acce-db820ae71b61} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001485 sec., 75420.87542087543 rows/sec., 4.30 MiB/sec. | ||
| 2240 | 2025.03.03 05:25:21.284848 [ 254 ] {2119ccb6-c29c-452f-acce-db820ae71b61} <Debug> TCPHandler: Processed in 0.001831906 sec. | ||
| 2241 | 2025.03.03 05:25:21.284907 [ 195 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::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 | ||
| 2242 | 2025.03.03 05:25:21.285017 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2243 | 2025.03.03 05:25:21.285130 [ 195 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2244 | 2025.03.03 05:25:21.285213 [ 254 ] {190d1830-2855-4d64-a229-a03a4445e45f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2245 | 2025.03.03 05:25:21.285218 [ 195 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
| 2246 | 2025.03.03 05:25:21.285279 [ 254 ] {190d1830-2855-4d64-a229-a03a4445e45f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2247 | 2025.03.03 05:25:21.285666 [ 195 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part | ||
| 2248 | 2025.03.03 05:25:21.286056 [ 195 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part | ||
| 2249 | 2025.03.03 05:25:21.286419 [ 195 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part | ||
| 2250 | 2025.03.03 05:25:21.286788 [ 195 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part | ||
| 2251 | 2025.03.03 05:25:21.287827 [ 254 ] {190d1830-2855-4d64-a229-a03a4445e45f} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2252 | 2025.03.03 05:25:21.287883 [ 254 ] {190d1830-2855-4d64-a229-a03a4445e45f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2253 | 2025.03.03 05:25:21.288892 [ 254 ] {190d1830-2855-4d64-a229-a03a4445e45f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2254 | 2025.03.03 05:25:21.289401 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004688944 sec., 119429.87589529755 rows/sec., 7.26 MiB/sec. | ||
| 2255 | 2025.03.03 05:25:21.289426 [ 254 ] {190d1830-2855-4d64-a229-a03a4445e45f} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2256 | 2025.03.03 05:25:21.289659 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2257 | 2025.03.03 05:25:21.289862 [ 254 ] {190d1830-2855-4d64-a229-a03a4445e45f} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.004709 sec., 88341.47377362498 rows/sec., 6.29 MiB/sec. | ||
| 2258 | 2025.03.03 05:25:21.290026 [ 254 ] {190d1830-2855-4d64-a229-a03a4445e45f} <Debug> TCPHandler: Processed in 0.005084622 sec. | ||
| 2259 | 2025.03.03 05:25:21.290214 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2260 | 2025.03.03 05:25:21.290280 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_5_1} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2261 | 2025.03.03 05:25:21.290421 [ 254 ] {b09d0ec1-a1c6-4a19-8fb8-a408965816ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2262 | 2025.03.03 05:25:21.290466 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_5_1} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2263 | 2025.03.03 05:25:21.290507 [ 254 ] {b09d0ec1-a1c6-4a19-8fb8-a408965816ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2264 | 2025.03.03 05:25:21.290636 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2265 | 2025.03.03 05:25:21.291188 [ 254 ] {b09d0ec1-a1c6-4a19-8fb8-a408965816ee} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2266 | 2025.03.03 05:25:21.291233 [ 254 ] {b09d0ec1-a1c6-4a19-8fb8-a408965816ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2267 | 2025.03.03 05:25:21.291595 [ 254 ] {b09d0ec1-a1c6-4a19-8fb8-a408965816ee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2268 | 2025.03.03 05:25:21.291830 [ 254 ] {b09d0ec1-a1c6-4a19-8fb8-a408965816ee} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2269 | 2025.03.03 05:25:21.292038 [ 254 ] {b09d0ec1-a1c6-4a19-8fb8-a408965816ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001706 sec., 3516.9988276670574 rows/sec., 183.75 KiB/sec. | ||
| 2270 | 2025.03.03 05:25:21.292089 [ 254 ] {b09d0ec1-a1c6-4a19-8fb8-a408965816ee} <Debug> TCPHandler: Processed in 0.00195612 sec. | ||
| 2271 | 2025.03.03 05:25:21.292193 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2272 | 2025.03.03 05:25:21.292293 [ 254 ] {8ae4de6d-4546-4b07-a9c6-f901a9e9452b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2273 | 2025.03.03 05:25:21.292340 [ 254 ] {8ae4de6d-4546-4b07-a9c6-f901a9e9452b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2274 | 2025.03.03 05:25:21.292849 [ 254 ] {8ae4de6d-4546-4b07-a9c6-f901a9e9452b} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2275 | 2025.03.03 05:25:21.292887 [ 254 ] {8ae4de6d-4546-4b07-a9c6-f901a9e9452b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2276 | 2025.03.03 05:25:21.293262 [ 254 ] {8ae4de6d-4546-4b07-a9c6-f901a9e9452b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2277 | 2025.03.03 05:25:21.293494 [ 254 ] {8ae4de6d-4546-4b07-a9c6-f901a9e9452b} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2278 | 2025.03.03 05:25:21.293692 [ 254 ] {8ae4de6d-4546-4b07-a9c6-f901a9e9452b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001421 sec., 166783.95496129486 rows/sec., 11.18 MiB/sec. | ||
| 2279 | 2025.03.03 05:25:21.293743 [ 254 ] {8ae4de6d-4546-4b07-a9c6-f901a9e9452b} <Debug> TCPHandler: Processed in 0.001599662 sec. | ||
| 2280 | 2025.03.03 05:25:21.293858 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2281 | 2025.03.03 05:25:21.293961 [ 254 ] {2b747379-2a34-4725-846a-f3edfc35d41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2282 | 2025.03.03 05:25:21.294008 [ 254 ] {2b747379-2a34-4725-846a-f3edfc35d41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2283 | 2025.03.03 05:25:21.294420 [ 254 ] {2b747379-2a34-4725-846a-f3edfc35d41e} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2025.03.03 05:25:21.294460 [ 254 ] {2b747379-2a34-4725-846a-f3edfc35d41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2285 | 2025.03.03 05:25:21.294788 [ 254 ] {2b747379-2a34-4725-846a-f3edfc35d41e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2286 | 2025.03.03 05:25:21.295012 [ 254 ] {2b747379-2a34-4725-846a-f3edfc35d41e} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2025.03.03 05:25:21.295170 [ 35 ] {} <Debug> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2288 | 2025.03.03 05:25:21.295228 [ 35 ] {} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2289 | 2025.03.03 05:25:21.295270 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2290 | 2025.03.03 05:25:21.295270 [ 254 ] {2b747379-2a34-4725-846a-f3edfc35d41e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec. | ||
| 2291 | 2025.03.03 05:25:21.295533 [ 254 ] {2b747379-2a34-4725-846a-f3edfc35d41e} <Debug> TCPHandler: Processed in 0.001714685 sec. | ||
| 2292 | 2025.03.03 05:25:21.295729 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::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 | ||
| 2293 | 2025.03.03 05:25:21.295791 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2294 | 2025.03.03 05:25:21.295948 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2295 | 2025.03.03 05:25:21.296005 [ 254 ] {e356c612-995e-484f-a47b-c51a0adf3537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2296 | 2025.03.03 05:25:21.296017 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2297 | 2025.03.03 05:25:21.296297 [ 254 ] {e356c612-995e-484f-a47b-c51a0adf3537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2298 | 2025.03.03 05:25:21.296339 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2299 | 2025.03.03 05:25:21.296859 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2300 | 2025.03.03 05:25:21.297173 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::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 | ||
| 2301 | 2025.03.03 05:25:21.297599 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2302 | 2025.03.03 05:25:21.301059 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005713154 sec., 875.1733280776258 rows/sec., 58.97 KiB/sec. | ||
| 2303 | 2025.03.03 05:25:21.301286 [ 254 ] {e356c612-995e-484f-a47b-c51a0adf3537} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2304 | 2025.03.03 05:25:21.301342 [ 254 ] {e356c612-995e-484f-a47b-c51a0adf3537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2305 | 2025.03.03 05:25:21.301350 [ 191 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2306 | 2025.03.03 05:25:21.302011 [ 191 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_5_1} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2307 | 2025.03.03 05:25:21.302172 [ 191 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_5_1} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2308 | 2025.03.03 05:25:21.302347 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2309 | 2025.03.03 05:25:21.302625 [ 254 ] {e356c612-995e-484f-a47b-c51a0adf3537} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2310 | 2025.03.03 05:25:21.302895 [ 254 ] {e356c612-995e-484f-a47b-c51a0adf3537} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2311 | 2025.03.03 05:25:21.303207 [ 254 ] {e356c612-995e-484f-a47b-c51a0adf3537} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.007243 sec., 4694.187491370979 rows/sec., 8.41 MiB/sec. | ||
| 2312 | 2025.03.03 05:25:21.303336 [ 254 ] {e356c612-995e-484f-a47b-c51a0adf3537} <Debug> TCPHandler: Processed in 0.007614603 sec. | ||
| 2313 | 2025.03.03 05:25:21.303477 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2314 | 2025.03.03 05:25:21.303582 [ 254 ] {9bb95400-cf5e-4677-8a51-03769d8c84c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2315 | 2025.03.03 05:25:21.303630 [ 254 ] {9bb95400-cf5e-4677-8a51-03769d8c84c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2316 | 2025.03.03 05:25:21.304061 [ 254 ] {9bb95400-cf5e-4677-8a51-03769d8c84c7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2317 | 2025.03.03 05:25:21.304099 [ 254 ] {9bb95400-cf5e-4677-8a51-03769d8c84c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2318 | 2025.03.03 05:25:21.304445 [ 254 ] {9bb95400-cf5e-4677-8a51-03769d8c84c7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2319 | 2025.03.03 05:25:21.304677 [ 254 ] {9bb95400-cf5e-4677-8a51-03769d8c84c7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2320 | 2025.03.03 05:25:21.305032 [ 254 ] {9bb95400-cf5e-4677-8a51-03769d8c84c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001472 sec., 55706.52173913043 rows/sec., 3.54 MiB/sec. | ||
| 2321 | 2025.03.03 05:25:21.305083 [ 254 ] {9bb95400-cf5e-4677-8a51-03769d8c84c7} <Debug> TCPHandler: Processed in 0.001656023 sec. | ||
| 2322 | 2025.03.03 05:25:25.276048 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2323 | 2025.03.03 05:25:25.276116 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2324 | 2025.03.03 05:25:25.374418 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2325 | 2025.03.03 05:25:25.375091 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2326 | 2025.03.03 05:25:25.375138 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2327 | 2025.03.03 05:25:25.375663 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2328 | 2025.03.03 05:25:25.375920 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2329 | 2025.03.03 05:25:25.376157 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2330 | 2025.03.03 05:25:25.640848 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2331 | 2025.03.03 05:25:25.660654 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2332 | 2025.03.03 05:25:25.660721 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2333 | 2025.03.03 05:25:25.667471 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2334 | 2025.03.03 05:25:25.668255 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2335 | 2025.03.03 05:25:25.671282 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2336 | 2025.03.03 05:25:26.264899 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2337 | 2025.03.03 05:25:26.265203 [ 254 ] {6e14088a-08be-43db-a36d-1066fc0b0f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2338 | 2025.03.03 05:25:26.265321 [ 254 ] {6e14088a-08be-43db-a36d-1066fc0b0f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2339 | 2025.03.03 05:25:26.266332 [ 254 ] {6e14088a-08be-43db-a36d-1066fc0b0f49} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2340 | 2025.03.03 05:25:26.266384 [ 254 ] {6e14088a-08be-43db-a36d-1066fc0b0f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2341 | 2025.03.03 05:25:26.266829 [ 254 ] {6e14088a-08be-43db-a36d-1066fc0b0f49} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2342 | 2025.03.03 05:25:26.267080 [ 254 ] {6e14088a-08be-43db-a36d-1066fc0b0f49} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2343 | 2025.03.03 05:25:26.267383 [ 254 ] {6e14088a-08be-43db-a36d-1066fc0b0f49} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002258 sec., 24800.708591674047 rows/sec., 1.89 MiB/sec. | ||
| 2344 | 2025.03.03 05:25:26.267572 [ 254 ] {6e14088a-08be-43db-a36d-1066fc0b0f49} <Debug> TCPHandler: Processed in 0.002866898 sec. | ||
| 2345 | 2025.03.03 05:25:26.267721 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2346 | 2025.03.03 05:25:26.267827 [ 254 ] {9226aa25-0c61-4ec9-9116-bad4e8febd76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2347 | 2025.03.03 05:25:26.267873 [ 254 ] {9226aa25-0c61-4ec9-9116-bad4e8febd76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2348 | 2025.03.03 05:25:26.268439 [ 254 ] {9226aa25-0c61-4ec9-9116-bad4e8febd76} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2025.03.03 05:25:26.268477 [ 254 ] {9226aa25-0c61-4ec9-9116-bad4e8febd76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2350 | 2025.03.03 05:25:26.268826 [ 254 ] {9226aa25-0c61-4ec9-9116-bad4e8febd76} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2351 | 2025.03.03 05:25:26.269087 [ 254 ] {9226aa25-0c61-4ec9-9116-bad4e8febd76} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2352 | 2025.03.03 05:25:26.269390 [ 254 ] {9226aa25-0c61-4ec9-9116-bad4e8febd76} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001557 sec., 41104.68850353244 rows/sec., 3.21 MiB/sec. | ||
| 2353 | 2025.03.03 05:25:26.269522 [ 254 ] {9226aa25-0c61-4ec9-9116-bad4e8febd76} <Debug> TCPHandler: Processed in 0.001852827 sec. | ||
| 2354 | 2025.03.03 05:25:26.269641 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2355 | 2025.03.03 05:25:26.269743 [ 254 ] {bfdb05bb-40e9-4353-a4c4-f2e51a0680cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2356 | 2025.03.03 05:25:26.269792 [ 254 ] {bfdb05bb-40e9-4353-a4c4-f2e51a0680cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2357 | 2025.03.03 05:25:26.270311 [ 254 ] {bfdb05bb-40e9-4353-a4c4-f2e51a0680cc} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2358 | 2025.03.03 05:25:26.270349 [ 254 ] {bfdb05bb-40e9-4353-a4c4-f2e51a0680cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2359 | 2025.03.03 05:25:26.270731 [ 254 ] {bfdb05bb-40e9-4353-a4c4-f2e51a0680cc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2360 | 2025.03.03 05:25:26.270964 [ 254 ] {bfdb05bb-40e9-4353-a4c4-f2e51a0680cc} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2361 | 2025.03.03 05:25:26.271168 [ 254 ] {bfdb05bb-40e9-4353-a4c4-f2e51a0680cc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001447 sec., 110573.60055286801 rows/sec., 7.70 MiB/sec. | ||
| 2362 | 2025.03.03 05:25:26.271219 [ 254 ] {bfdb05bb-40e9-4353-a4c4-f2e51a0680cc} <Debug> TCPHandler: Processed in 0.001631183 sec. | ||
| 2363 | 2025.03.03 05:25:26.271323 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2364 | 2025.03.03 05:25:26.271423 [ 254 ] {afb456a1-97e6-4d9b-8d0f-9b0537f050bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2365 | 2025.03.03 05:25:26.271469 [ 254 ] {afb456a1-97e6-4d9b-8d0f-9b0537f050bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2366 | 2025.03.03 05:25:26.271997 [ 254 ] {afb456a1-97e6-4d9b-8d0f-9b0537f050bc} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2367 | 2025.03.03 05:25:26.272036 [ 254 ] {afb456a1-97e6-4d9b-8d0f-9b0537f050bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2368 | 2025.03.03 05:25:26.272381 [ 254 ] {afb456a1-97e6-4d9b-8d0f-9b0537f050bc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2369 | 2025.03.03 05:25:26.272609 [ 254 ] {afb456a1-97e6-4d9b-8d0f-9b0537f050bc} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2370 | 2025.03.03 05:25:26.272805 [ 254 ] {afb456a1-97e6-4d9b-8d0f-9b0537f050bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 2371 | 2025.03.03 05:25:26.272853 [ 254 ] {afb456a1-97e6-4d9b-8d0f-9b0537f050bc} <Debug> TCPHandler: Processed in 0.001578942 sec. | ||
| 2372 | 2025.03.03 05:25:26.725235 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2373 | 2025.03.03 05:25:26.725530 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2374 | 2025.03.03 05:25:26.726104 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2375 | 2025.03.03 05:25:26.726157 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2376 | 2025.03.03 05:25:26.726526 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2377 | 2025.03.03 05:25:26.726604 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2378 | 2025.03.03 05:25:26.726776 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2379 | 2025.03.03 05:25:26.727024 [ 290 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2380 | 2025.03.03 05:25:26.727031 [ 287 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2381 | 2025.03.03 05:25:26.727043 [ 288 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2382 | 2025.03.03 05:25:26.727050 [ 286 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2383 | 2025.03.03 05:25:26.727255 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2384 | 2025.03.03 05:25:26.727285 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2385 | 2025.03.03 05:25:26.727421 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2386 | 2025.03.03 05:25:26.727446 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2387 | 2025.03.03 05:25:26.727488 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2388 | 2025.03.03 05:25:26.727535 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2389 | 2025.03.03 05:25:26.727577 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2390 | 2025.03.03 05:25:26.727618 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2391 | 2025.03.03 05:25:26.729661 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004276 sec., 9354.536950420954 rows/sec., 356.73 KiB/sec. | ||
| 2392 | 2025.03.03 05:25:26.729871 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Debug> MemoryTracker: Peak memory usage (for query): 143.89 KiB. | ||
| 2393 | 2025.03.03 05:25:26.729888 [ 254 ] {9a1101d0-a2ed-492e-980c-86e6278146f4} <Debug> TCPHandler: Processed in 0.004797236 sec. | ||
| 2394 | 2025.03.03 05:25:26.771151 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2395 | 2025.03.03 05:25:26.771384 [ 254 ] {a2be58d9-f433-41b4-b831-1fe9dc8ad735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2396 | 2025.03.03 05:25:26.771479 [ 254 ] {a2be58d9-f433-41b4-b831-1fe9dc8ad735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2397 | 2025.03.03 05:25:26.772424 [ 254 ] {a2be58d9-f433-41b4-b831-1fe9dc8ad735} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2398 | 2025.03.03 05:25:26.772469 [ 254 ] {a2be58d9-f433-41b4-b831-1fe9dc8ad735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2399 | 2025.03.03 05:25:26.772942 [ 254 ] {a2be58d9-f433-41b4-b831-1fe9dc8ad735} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2400 | 2025.03.03 05:25:26.773197 [ 254 ] {a2be58d9-f433-41b4-b831-1fe9dc8ad735} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2401 | 2025.03.03 05:25:26.773432 [ 254 ] {a2be58d9-f433-41b4-b831-1fe9dc8ad735} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002115 sec., 472.81323877068553 rows/sec., 107.12 KiB/sec. | ||
| 2402 | 2025.03.03 05:25:26.773488 [ 254 ] {a2be58d9-f433-41b4-b831-1fe9dc8ad735} <Debug> TCPHandler: Processed in 0.002445909 sec. | ||
| 2403 | 2025.03.03 05:25:26.773593 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2404 | 2025.03.03 05:25:26.773691 [ 254 ] {8d745af7-939a-45bf-9d3a-74b4661fe492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2405 | 2025.03.03 05:25:26.773737 [ 254 ] {8d745af7-939a-45bf-9d3a-74b4661fe492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2406 | 2025.03.03 05:25:26.774354 [ 254 ] {8d745af7-939a-45bf-9d3a-74b4661fe492} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2407 | 2025.03.03 05:25:26.774394 [ 254 ] {8d745af7-939a-45bf-9d3a-74b4661fe492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2408 | 2025.03.03 05:25:26.774755 [ 254 ] {8d745af7-939a-45bf-9d3a-74b4661fe492} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2409 | 2025.03.03 05:25:26.774992 [ 254 ] {8d745af7-939a-45bf-9d3a-74b4661fe492} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2410 | 2025.03.03 05:25:26.775195 [ 254 ] {8d745af7-939a-45bf-9d3a-74b4661fe492} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001524 sec., 139107.61154855642 rows/sec., 8.85 MiB/sec. | ||
| 2411 | 2025.03.03 05:25:26.775247 [ 254 ] {8d745af7-939a-45bf-9d3a-74b4661fe492} <Debug> TCPHandler: Processed in 0.001703304 sec. | ||
| 2412 | 2025.03.03 05:25:26.775363 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2413 | 2025.03.03 05:25:26.775466 [ 254 ] {624de344-7db0-4b87-ab6c-6537b7ff89d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2414 | 2025.03.03 05:25:26.775512 [ 254 ] {624de344-7db0-4b87-ab6c-6537b7ff89d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2415 | 2025.03.03 05:25:26.776024 [ 254 ] {624de344-7db0-4b87-ab6c-6537b7ff89d5} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2416 | 2025.03.03 05:25:26.776063 [ 254 ] {624de344-7db0-4b87-ab6c-6537b7ff89d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2417 | 2025.03.03 05:25:26.776388 [ 254 ] {624de344-7db0-4b87-ab6c-6537b7ff89d5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2418 | 2025.03.03 05:25:26.776613 [ 254 ] {624de344-7db0-4b87-ab6c-6537b7ff89d5} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2419 | 2025.03.03 05:25:26.776807 [ 254 ] {624de344-7db0-4b87-ab6c-6537b7ff89d5} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001363 sec., 8804.10858400587 rows/sec., 717.91 KiB/sec. | ||
| 2420 | 2025.03.03 05:25:26.776858 [ 254 ] {624de344-7db0-4b87-ab6c-6537b7ff89d5} <Debug> TCPHandler: Processed in 0.001544081 sec. | ||
| 2421 | 2025.03.03 05:25:26.776961 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2422 | 2025.03.03 05:25:26.777060 [ 254 ] {0c3af12f-1f7c-4b05-927b-fad69d1dc374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2423 | 2025.03.03 05:25:26.777102 [ 254 ] {0c3af12f-1f7c-4b05-927b-fad69d1dc374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2424 | 2025.03.03 05:25:26.778441 [ 254 ] {0c3af12f-1f7c-4b05-927b-fad69d1dc374} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2425 | 2025.03.03 05:25:26.778480 [ 254 ] {0c3af12f-1f7c-4b05-927b-fad69d1dc374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2426 | 2025.03.03 05:25:26.778940 [ 254 ] {0c3af12f-1f7c-4b05-927b-fad69d1dc374} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2427 | 2025.03.03 05:25:26.779184 [ 254 ] {0c3af12f-1f7c-4b05-927b-fad69d1dc374} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2428 | 2025.03.03 05:25:26.779403 [ 254 ] {0c3af12f-1f7c-4b05-927b-fad69d1dc374} <Debug> executeQuery: Read 1831 rows, 152.36 KiB in 0.002363 sec., 774862.4629707998 rows/sec., 62.97 MiB/sec. | ||
| 2429 | 2025.03.03 05:25:26.779454 [ 254 ] {0c3af12f-1f7c-4b05-927b-fad69d1dc374} <Debug> TCPHandler: Processed in 0.002541982 sec. | ||
| 2430 | 2025.03.03 05:25:26.779569 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2431 | 2025.03.03 05:25:26.779671 [ 254 ] {15324398-ef19-4aff-b151-6487e3fdebdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2432 | 2025.03.03 05:25:26.779715 [ 254 ] {15324398-ef19-4aff-b151-6487e3fdebdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2433 | 2025.03.03 05:25:26.780274 [ 254 ] {15324398-ef19-4aff-b151-6487e3fdebdc} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2434 | 2025.03.03 05:25:26.780313 [ 254 ] {15324398-ef19-4aff-b151-6487e3fdebdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2435 | 2025.03.03 05:25:26.780679 [ 254 ] {15324398-ef19-4aff-b151-6487e3fdebdc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2436 | 2025.03.03 05:25:26.780909 [ 254 ] {15324398-ef19-4aff-b151-6487e3fdebdc} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2437 | 2025.03.03 05:25:26.781060 [ 47 ] {} <Debug> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2438 | 2025.03.03 05:25:26.781139 [ 47 ] {} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2439 | 2025.03.03 05:25:26.781155 [ 254 ] {15324398-ef19-4aff-b151-6487e3fdebdc} <Debug> executeQuery: Read 152 rows, 9.78 KiB in 0.001495 sec., 101672.24080267559 rows/sec., 6.39 MiB/sec. | ||
| 2440 | 2025.03.03 05:25:26.781185 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2441 | 2025.03.03 05:25:26.781285 [ 254 ] {15324398-ef19-4aff-b151-6487e3fdebdc} <Debug> TCPHandler: Processed in 0.001763315 sec. | ||
| 2442 | 2025.03.03 05:25:26.781414 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::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 | ||
| 2443 | 2025.03.03 05:25:26.781481 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2444 | 2025.03.03 05:25:26.781659 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2445 | 2025.03.03 05:25:26.781688 [ 254 ] {f4cd4411-f2f2-413e-b825-907611bf6587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2446 | 2025.03.03 05:25:26.781716 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 2447 | 2025.03.03 05:25:26.781771 [ 254 ] {f4cd4411-f2f2-413e-b825-907611bf6587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2448 | 2025.03.03 05:25:26.782044 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 114 rows starting from the beginning of the part | ||
| 2449 | 2025.03.03 05:25:26.782411 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 114 rows starting from the beginning of the part | ||
| 2450 | 2025.03.03 05:25:26.782804 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part | ||
| 2451 | 2025.03.03 05:25:26.783156 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 140 rows starting from the beginning of the part | ||
| 2452 | 2025.03.03 05:25:26.783526 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 152 rows starting from the beginning of the part | ||
| 2453 | 2025.03.03 05:25:26.784410 [ 254 ] {f4cd4411-f2f2-413e-b825-907611bf6587} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2454 | 2025.03.03 05:25:26.784485 [ 254 ] {f4cd4411-f2f2-413e-b825-907611bf6587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2455 | 2025.03.03 05:25:26.785346 [ 254 ] {f4cd4411-f2f2-413e-b825-907611bf6587} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2456 | 2025.03.03 05:25:26.785842 [ 254 ] {f4cd4411-f2f2-413e-b825-907611bf6587} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2457 | 2025.03.03 05:25:26.786207 [ 47 ] {} <Debug> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2458 | 2025.03.03 05:25:26.786245 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 774 rows, containing 5 columns (5 merged, 0 gathered) in 0.004927909 sec., 157064.58865210376 rows/sec., 10.24 MiB/sec. | ||
| 2459 | 2025.03.03 05:25:26.786301 [ 47 ] {} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2460 | 2025.03.03 05:25:26.786367 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2461 | 2025.03.03 05:25:26.786525 [ 254 ] {f4cd4411-f2f2-413e-b825-907611bf6587} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.004835 sec., 70527.4043433299 rows/sec., 4.71 MiB/sec. | ||
| 2462 | 2025.03.03 05:25:26.786631 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2463 | 2025.03.03 05:25:26.786835 [ 189 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::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 | ||
| 2464 | 2025.03.03 05:25:26.787135 [ 254 ] {f4cd4411-f2f2-413e-b825-907611bf6587} <Debug> TCPHandler: Processed in 0.005721884 sec. | ||
| 2465 | 2025.03.03 05:25:26.787234 [ 189 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2466 | 2025.03.03 05:25:26.787372 [ 189 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
| 2467 | 2025.03.03 05:25:26.787475 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2468 | 2025.03.03 05:25:26.787712 [ 189 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
| 2469 | 2025.03.03 05:25:26.788073 [ 189 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 341 rows starting from the beginning of the part | ||
| 2470 | 2025.03.03 05:25:26.788094 [ 254 ] {410c786b-dd09-4a4d-aed4-377aadc89883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2471 | 2025.03.03 05:25:26.788286 [ 254 ] {410c786b-dd09-4a4d-aed4-377aadc89883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2472 | 2025.03.03 05:25:26.788506 [ 189 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part | ||
| 2473 | 2025.03.03 05:25:26.788539 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_6_1} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2474 | 2025.03.03 05:25:26.788916 [ 189 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part | ||
| 2475 | 2025.03.03 05:25:26.789334 [ 189 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 341 rows starting from the beginning of the part | ||
| 2476 | 2025.03.03 05:25:26.789457 [ 195 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_6_1} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2477 | 2025.03.03 05:25:26.790270 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2478 | 2025.03.03 05:25:26.791417 [ 254 ] {410c786b-dd09-4a4d-aed4-377aadc89883} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2479 | 2025.03.03 05:25:26.791484 [ 254 ] {410c786b-dd09-4a4d-aed4-377aadc89883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2480 | 2025.03.03 05:25:26.792407 [ 254 ] {410c786b-dd09-4a4d-aed4-377aadc89883} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2481 | 2025.03.03 05:25:26.792824 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.006325426 sec., 179276.4629607555 rows/sec., 12.50 MiB/sec. | ||
| 2482 | 2025.03.03 05:25:26.792900 [ 254 ] {410c786b-dd09-4a4d-aed4-377aadc89883} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2483 | 2025.03.03 05:25:26.793076 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2484 | 2025.03.03 05:25:26.793193 [ 254 ] {410c786b-dd09-4a4d-aed4-377aadc89883} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005338 sec., 20981.64106406894 rows/sec., 1.20 MiB/sec. | ||
| 2485 | 2025.03.03 05:25:26.793275 [ 254 ] {410c786b-dd09-4a4d-aed4-377aadc89883} <Debug> TCPHandler: Processed in 0.005923199 sec. | ||
| 2486 | 2025.03.03 05:25:26.793407 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2487 | 2025.03.03 05:25:26.793498 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_6_1} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2488 | 2025.03.03 05:25:26.793536 [ 254 ] {d677c628-444f-4fac-9c3f-f1b4488b1e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2489 | 2025.03.03 05:25:26.793591 [ 254 ] {d677c628-444f-4fac-9c3f-f1b4488b1e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2490 | 2025.03.03 05:25:26.793595 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_6_1} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2491 | 2025.03.03 05:25:26.793714 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2492 | 2025.03.03 05:25:26.794503 [ 254 ] {d677c628-444f-4fac-9c3f-f1b4488b1e19} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2493 | 2025.03.03 05:25:26.794541 [ 254 ] {d677c628-444f-4fac-9c3f-f1b4488b1e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2494 | 2025.03.03 05:25:26.794949 [ 254 ] {d677c628-444f-4fac-9c3f-f1b4488b1e19} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2495 | 2025.03.03 05:25:26.795190 [ 254 ] {d677c628-444f-4fac-9c3f-f1b4488b1e19} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2025.03.03 05:25:26.795402 [ 254 ] {d677c628-444f-4fac-9c3f-f1b4488b1e19} <Debug> executeQuery: Read 884 rows, 65.58 KiB in 0.001897 sec., 465998.94570374273 rows/sec., 33.76 MiB/sec. | ||
| 2497 | 2025.03.03 05:25:26.795456 [ 254 ] {d677c628-444f-4fac-9c3f-f1b4488b1e19} <Debug> TCPHandler: Processed in 0.002100722 sec. | ||
| 2498 | 2025.03.03 05:25:26.795572 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2499 | 2025.03.03 05:25:26.795676 [ 254 ] {f09bb5ec-88bc-4f0a-9559-2c2f26974faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2500 | 2025.03.03 05:25:26.795721 [ 254 ] {f09bb5ec-88bc-4f0a-9559-2c2f26974faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2501 | 2025.03.03 05:25:26.796151 [ 254 ] {f09bb5ec-88bc-4f0a-9559-2c2f26974faa} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2502 | 2025.03.03 05:25:26.796189 [ 254 ] {f09bb5ec-88bc-4f0a-9559-2c2f26974faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2503 | 2025.03.03 05:25:26.796530 [ 254 ] {f09bb5ec-88bc-4f0a-9559-2c2f26974faa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2504 | 2025.03.03 05:25:26.796758 [ 254 ] {f09bb5ec-88bc-4f0a-9559-2c2f26974faa} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2505 | 2025.03.03 05:25:26.796920 [ 47 ] {} <Debug> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2506 | 2025.03.03 05:25:26.796981 [ 47 ] {} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2507 | 2025.03.03 05:25:26.796998 [ 254 ] {f09bb5ec-88bc-4f0a-9559-2c2f26974faa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 235.70 KiB/sec. | ||
| 2508 | 2025.03.03 05:25:26.797015 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2509 | 2025.03.03 05:25:26.797138 [ 254 ] {f09bb5ec-88bc-4f0a-9559-2c2f26974faa} <Debug> TCPHandler: Processed in 0.001613922 sec. | ||
| 2510 | 2025.03.03 05:25:26.797227 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 2511 | 2025.03.03 05:25:26.797303 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2512 | 2025.03.03 05:25:26.797384 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2513 | 2025.03.03 05:25:26.797452 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 2514 | 2025.03.03 05:25:26.797500 [ 254 ] {289b1533-ee00-491e-a502-1d70e691fee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2515 | 2025.03.03 05:25:26.797652 [ 254 ] {289b1533-ee00-491e-a502-1d70e691fee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2516 | 2025.03.03 05:25:26.797692 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 2517 | 2025.03.03 05:25:26.798055 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 2518 | 2025.03.03 05:25:26.798396 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 2519 | 2025.03.03 05:25:26.798736 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 2520 | 2025.03.03 05:25:26.799050 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 2521 | 2025.03.03 05:25:26.800499 [ 254 ] {289b1533-ee00-491e-a502-1d70e691fee0} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2522 | 2025.03.03 05:25:26.800570 [ 254 ] {289b1533-ee00-491e-a502-1d70e691fee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2523 | 2025.03.03 05:25:26.801309 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004171023 sec., 8630.9761418242 rows/sec., 450.93 KiB/sec. | ||
| 2524 | 2025.03.03 05:25:26.801488 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2525 | 2025.03.03 05:25:26.801721 [ 254 ] {289b1533-ee00-491e-a502-1d70e691fee0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2526 | 2025.03.03 05:25:26.801918 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_6_1} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2527 | 2025.03.03 05:25:26.802073 [ 195 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_6_1} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2528 | 2025.03.03 05:25:26.802213 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2529 | 2025.03.03 05:25:26.802218 [ 254 ] {289b1533-ee00-491e-a502-1d70e691fee0} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2530 | 2025.03.03 05:25:26.802463 [ 254 ] {289b1533-ee00-491e-a502-1d70e691fee0} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.005034 sec., 190901.86730234406 rows/sec., 12.69 MiB/sec. | ||
| 2531 | 2025.03.03 05:25:26.802524 [ 254 ] {289b1533-ee00-491e-a502-1d70e691fee0} <Debug> TCPHandler: Processed in 0.005287006 sec. | ||
| 2532 | 2025.03.03 05:25:26.802641 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2533 | 2025.03.03 05:25:26.802745 [ 254 ] {63e05fba-2b38-444d-9967-37b8ae507e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2534 | 2025.03.03 05:25:26.802792 [ 254 ] {63e05fba-2b38-444d-9967-37b8ae507e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2535 | 2025.03.03 05:25:26.803215 [ 254 ] {63e05fba-2b38-444d-9967-37b8ae507e23} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2536 | 2025.03.03 05:25:26.803253 [ 254 ] {63e05fba-2b38-444d-9967-37b8ae507e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2537 | 2025.03.03 05:25:26.803592 [ 254 ] {63e05fba-2b38-444d-9967-37b8ae507e23} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2538 | 2025.03.03 05:25:26.803850 [ 254 ] {63e05fba-2b38-444d-9967-37b8ae507e23} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2539 | 2025.03.03 05:25:26.804047 [ 254 ] {63e05fba-2b38-444d-9967-37b8ae507e23} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001323 sec., 755.8578987150416 rows/sec., 50.93 KiB/sec. | ||
| 2540 | 2025.03.03 05:25:26.804096 [ 254 ] {63e05fba-2b38-444d-9967-37b8ae507e23} <Debug> TCPHandler: Processed in 0.001503901 sec. | ||
| 2541 | 2025.03.03 05:25:26.804199 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2542 | 2025.03.03 05:25:26.804298 [ 254 ] {4fc7aa55-5345-4d48-b1f3-4ea73bf6e652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2543 | 2025.03.03 05:25:26.804364 [ 254 ] {4fc7aa55-5345-4d48-b1f3-4ea73bf6e652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2544 | 2025.03.03 05:25:26.805450 [ 254 ] {4fc7aa55-5345-4d48-b1f3-4ea73bf6e652} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2025.03.03 05:25:26.805489 [ 254 ] {4fc7aa55-5345-4d48-b1f3-4ea73bf6e652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2546 | 2025.03.03 05:25:26.806125 [ 254 ] {4fc7aa55-5345-4d48-b1f3-4ea73bf6e652} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2547 | 2025.03.03 05:25:26.806377 [ 254 ] {4fc7aa55-5345-4d48-b1f3-4ea73bf6e652} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2025.03.03 05:25:26.806543 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2549 | 2025.03.03 05:25:26.806605 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2550 | 2025.03.03 05:25:26.806637 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2551 | 2025.03.03 05:25:26.806682 [ 254 ] {4fc7aa55-5345-4d48-b1f3-4ea73bf6e652} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002394 sec., 14202.17209690894 rows/sec., 25.45 MiB/sec. | ||
| 2552 | 2025.03.03 05:25:26.806825 [ 204 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::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 | ||
| 2553 | 2025.03.03 05:25:26.806879 [ 254 ] {4fc7aa55-5345-4d48-b1f3-4ea73bf6e652} <Debug> TCPHandler: Processed in 0.002727544 sec. | ||
| 2554 | 2025.03.03 05:25:26.807029 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2555 | 2025.03.03 05:25:26.807180 [ 254 ] {d07cdcc1-5982-48bd-9454-83d37ef81f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2556 | 2025.03.03 05:25:26.807198 [ 204 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2557 | 2025.03.03 05:25:26.807243 [ 254 ] {d07cdcc1-5982-48bd-9454-83d37ef81f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2558 | 2025.03.03 05:25:26.807312 [ 204 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::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 | ||
| 2559 | 2025.03.03 05:25:26.807850 [ 204 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::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 | ||
| 2560 | 2025.03.03 05:25:26.808316 [ 204 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::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 | ||
| 2561 | 2025.03.03 05:25:26.808407 [ 254 ] {d07cdcc1-5982-48bd-9454-83d37ef81f89} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2562 | 2025.03.03 05:25:26.808473 [ 254 ] {d07cdcc1-5982-48bd-9454-83d37ef81f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 2563 | 2025.03.03 05:25:26.808712 [ 204 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part | ||
| 2564 | 2025.03.03 05:25:26.809123 [ 204 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part | ||
| 2565 | 2025.03.03 05:25:26.809341 [ 254 ] {d07cdcc1-5982-48bd-9454-83d37ef81f89} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2566 | 2025.03.03 05:25:26.809499 [ 204 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::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 | ||
| 2567 | 2025.03.03 05:25:26.809875 [ 254 ] {d07cdcc1-5982-48bd-9454-83d37ef81f89} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2568 | 2025.03.03 05:25:26.810368 [ 254 ] {d07cdcc1-5982-48bd-9454-83d37ef81f89} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003209 sec., 10595.200997195388 rows/sec., 629.64 KiB/sec. | ||
| 2569 | 2025.03.03 05:25:26.810484 [ 254 ] {d07cdcc1-5982-48bd-9454-83d37ef81f89} <Debug> TCPHandler: Processed in 0.003513221 sec. | ||
| 2570 | 2025.03.03 05:25:26.812320 [ 186 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.005604932 sec., 22480.20136551166 rows/sec., 40.28 MiB/sec. | ||
| 2571 | 2025.03.03 05:25:26.812776 [ 186 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2572 | 2025.03.03 05:25:26.813256 [ 186 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2573 | 2025.03.03 05:25:26.813344 [ 186 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2574 | 2025.03.03 05:25:26.813510 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 2575 | 2025.03.03 05:25:27.001159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.61 MiB, peak 172.51 MiB, free memory in arenas 0.00 B, will set to 167.27 MiB (RSS), difference: -1.34 MiB | ||
| 2576 | 2025.03.03 05:25:30.395628 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 380 | ||
| 2577 | 2025.03.03 05:25:30.399130 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2578 | 2025.03.03 05:25:30.399174 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2579 | 2025.03.03 05:25:30.400678 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2580 | 2025.03.03 05:25:30.400978 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2581 | 2025.03.03 05:25:30.401488 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380 | ||
| 2582 | 2025.03.03 05:25:31.263025 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2583 | 2025.03.03 05:25:31.263331 [ 254 ] {3f468717-c0f0-4f1e-914f-cbd484125c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2584 | 2025.03.03 05:25:31.263453 [ 254 ] {3f468717-c0f0-4f1e-914f-cbd484125c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2585 | 2025.03.03 05:25:31.264499 [ 254 ] {3f468717-c0f0-4f1e-914f-cbd484125c6f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2586 | 2025.03.03 05:25:31.264544 [ 254 ] {3f468717-c0f0-4f1e-914f-cbd484125c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2587 | 2025.03.03 05:25:31.264990 [ 254 ] {3f468717-c0f0-4f1e-914f-cbd484125c6f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2588 | 2025.03.03 05:25:31.265252 [ 254 ] {3f468717-c0f0-4f1e-914f-cbd484125c6f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2589 | 2025.03.03 05:25:31.265508 [ 254 ] {3f468717-c0f0-4f1e-914f-cbd484125c6f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002261 sec., 24767.80185758514 rows/sec., 1.89 MiB/sec. | ||
| 2590 | 2025.03.03 05:25:31.265630 [ 254 ] {3f468717-c0f0-4f1e-914f-cbd484125c6f} <Debug> TCPHandler: Processed in 0.002799186 sec. | ||
| 2591 | 2025.03.03 05:25:31.265767 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2592 | 2025.03.03 05:25:31.265875 [ 254 ] {7d23527a-de6c-4de3-8478-6459040a2bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2593 | 2025.03.03 05:25:31.265920 [ 254 ] {7d23527a-de6c-4de3-8478-6459040a2bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2594 | 2025.03.03 05:25:31.266461 [ 254 ] {7d23527a-de6c-4de3-8478-6459040a2bf9} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2595 | 2025.03.03 05:25:31.266500 [ 254 ] {7d23527a-de6c-4de3-8478-6459040a2bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2596 | 2025.03.03 05:25:31.266865 [ 254 ] {7d23527a-de6c-4de3-8478-6459040a2bf9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2597 | 2025.03.03 05:25:31.267111 [ 254 ] {7d23527a-de6c-4de3-8478-6459040a2bf9} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2598 | 2025.03.03 05:25:31.267332 [ 254 ] {7d23527a-de6c-4de3-8478-6459040a2bf9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00148 sec., 43243.24324324325 rows/sec., 3.38 MiB/sec. | ||
| 2599 | 2025.03.03 05:25:31.267385 [ 254 ] {7d23527a-de6c-4de3-8478-6459040a2bf9} <Debug> TCPHandler: Processed in 0.001670813 sec. | ||
| 2600 | 2025.03.03 05:25:31.267502 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2601 | 2025.03.03 05:25:31.267610 [ 254 ] {f45c98c3-b05b-4d91-b46e-88cee66dfefd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2602 | 2025.03.03 05:25:31.267660 [ 254 ] {f45c98c3-b05b-4d91-b46e-88cee66dfefd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2603 | 2025.03.03 05:25:31.268167 [ 254 ] {f45c98c3-b05b-4d91-b46e-88cee66dfefd} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2604 | 2025.03.03 05:25:31.268207 [ 254 ] {f45c98c3-b05b-4d91-b46e-88cee66dfefd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2605 | 2025.03.03 05:25:31.268592 [ 254 ] {f45c98c3-b05b-4d91-b46e-88cee66dfefd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2606 | 2025.03.03 05:25:31.268855 [ 254 ] {f45c98c3-b05b-4d91-b46e-88cee66dfefd} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2607 | 2025.03.03 05:25:31.269141 [ 254 ] {f45c98c3-b05b-4d91-b46e-88cee66dfefd} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001548 sec., 82687.33850129199 rows/sec., 5.76 MiB/sec. | ||
| 2608 | 2025.03.03 05:25:31.269236 [ 254 ] {f45c98c3-b05b-4d91-b46e-88cee66dfefd} <Debug> TCPHandler: Processed in 0.001784386 sec. | ||
| 2609 | 2025.03.03 05:25:31.269353 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2610 | 2025.03.03 05:25:31.269458 [ 254 ] {622f5301-fa3f-4744-929b-f825ecd4638c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2611 | 2025.03.03 05:25:31.269506 [ 254 ] {622f5301-fa3f-4744-929b-f825ecd4638c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2612 | 2025.03.03 05:25:31.269943 [ 254 ] {622f5301-fa3f-4744-929b-f825ecd4638c} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2613 | 2025.03.03 05:25:31.269982 [ 254 ] {622f5301-fa3f-4744-929b-f825ecd4638c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2614 | 2025.03.03 05:25:31.270424 [ 254 ] {622f5301-fa3f-4744-929b-f825ecd4638c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2615 | 2025.03.03 05:25:31.270663 [ 254 ] {622f5301-fa3f-4744-929b-f825ecd4638c} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2616 | 2025.03.03 05:25:31.270866 [ 254 ] {622f5301-fa3f-4744-929b-f825ecd4638c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001428 sec., 33613.44537815126 rows/sec., 2.27 MiB/sec. | ||
| 2617 | 2025.03.03 05:25:31.270915 [ 254 ] {622f5301-fa3f-4744-929b-f825ecd4638c} <Debug> TCPHandler: Processed in 0.001612832 sec. | ||
| 2618 | 2025.03.03 05:25:32.877219 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2619 | 2025.03.03 05:25:32.877880 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2620 | 2025.03.03 05:25:32.877925 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2621 | 2025.03.03 05:25:32.878448 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2622 | 2025.03.03 05:25:32.878700 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2623 | 2025.03.03 05:25:32.878919 [ 134 ] {} <Debug> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2624 | 2025.03.03 05:25:32.878959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2625 | 2025.03.03 05:25:32.879033 [ 134 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2626 | 2025.03.03 05:25:32.879077 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2627 | 2025.03.03 05:25:32.879417 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 2628 | 2025.03.03 05:25:32.879615 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2629 | 2025.03.03 05:25:32.879662 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 2630 | 2025.03.03 05:25:32.879750 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 2631 | 2025.03.03 05:25:32.879842 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 2632 | 2025.03.03 05:25:32.880092 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 2633 | 2025.03.03 05:25:32.880235 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 2634 | 2025.03.03 05:25:32.880452 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 2635 | 2025.03.03 05:25:32.882252 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003067582 sec., 1650485.6267900907 rows/sec., 23.61 MiB/sec. | ||
| 2636 | 2025.03.03 05:25:32.882577 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2637 | 2025.03.03 05:25:32.882856 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_11_2} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2638 | 2025.03.03 05:25:32.882941 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_11_2} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2639 | 2025.03.03 05:25:32.883024 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2640 | 2025.03.03 05:25:33.172294 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2641 | 2025.03.03 05:25:33.192257 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2025.03.03 05:25:33.192315 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2643 | 2025.03.03 05:25:33.199573 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2644 | 2025.03.03 05:25:33.200364 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2645 | 2025.03.03 05:25:33.200729 [ 125 ] {} <Debug> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2646 | 2025.03.03 05:25:33.200862 [ 125 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2647 | 2025.03.03 05:25:33.200942 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2648 | 2025.03.03 05:25:33.201403 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 2649 | 2025.03.03 05:25:33.214458 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2650 | 2025.03.03 05:25:33.216181 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2651 | 2025.03.03 05:25:33.217327 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 2652 | 2025.03.03 05:25:33.222517 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 2653 | 2025.03.03 05:25:33.228069 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 2654 | 2025.03.03 05:25:33.233448 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 2655 | 2025.03.03 05:25:33.239087 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 2656 | 2025.03.03 05:25:33.243473 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 2657 | 2025.03.03 05:25:33.300384 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.099272821 sec., 836.0797967048806 rows/sec., 4.32 MiB/sec. | ||
| 2658 | 2025.03.03 05:25:33.302795 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2659 | 2025.03.03 05:25:33.305693 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_11_2} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2660 | 2025.03.03 05:25:33.305792 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_11_2} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2661 | 2025.03.03 05:25:33.308023 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2662 | 2025.03.03 05:25:34.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.39 MiB, peak 178.28 MiB, free memory in arenas 0.00 B, will set to 169.48 MiB (RSS), difference: 1.09 MiB | ||
| 2663 | 2025.03.03 05:25:36.264614 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2664 | 2025.03.03 05:25:36.264897 [ 254 ] {04afae41-7a4a-4458-a164-7da3b1220a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2665 | 2025.03.03 05:25:36.265006 [ 254 ] {04afae41-7a4a-4458-a164-7da3b1220a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2666 | 2025.03.03 05:25:36.265860 [ 254 ] {04afae41-7a4a-4458-a164-7da3b1220a22} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2667 | 2025.03.03 05:25:36.265912 [ 254 ] {04afae41-7a4a-4458-a164-7da3b1220a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2668 | 2025.03.03 05:25:36.266372 [ 254 ] {04afae41-7a4a-4458-a164-7da3b1220a22} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2669 | 2025.03.03 05:25:36.266632 [ 254 ] {04afae41-7a4a-4458-a164-7da3b1220a22} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2670 | 2025.03.03 05:25:36.266812 [ 39 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2671 | 2025.03.03 05:25:36.266889 [ 254 ] {04afae41-7a4a-4458-a164-7da3b1220a22} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002065 sec., 27118.64406779661 rows/sec., 2.07 MiB/sec. | ||
| 2672 | 2025.03.03 05:25:36.266906 [ 39 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2025.03.03 05:25:36.266969 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2674 | 2025.03.03 05:25:36.267028 [ 254 ] {04afae41-7a4a-4458-a164-7da3b1220a22} <Debug> TCPHandler: Processed in 0.002591843 sec. | ||
| 2675 | 2025.03.03 05:25:36.267259 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2676 | 2025.03.03 05:25:36.267261 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 2677 | 2025.03.03 05:25:36.267428 [ 254 ] {bf6aa1b2-ebd2-43bd-a6f7-6ac06565834b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2678 | 2025.03.03 05:25:36.267530 [ 254 ] {bf6aa1b2-ebd2-43bd-a6f7-6ac06565834b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2679 | 2025.03.03 05:25:36.267588 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2680 | 2025.03.03 05:25:36.267713 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1825 rows starting from the beginning of the part | ||
| 2681 | 2025.03.03 05:25:36.267997 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 685 rows starting from the beginning of the part | ||
| 2682 | 2025.03.03 05:25:36.268357 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
| 2683 | 2025.03.03 05:25:36.268791 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1831 rows starting from the beginning of the part | ||
| 2684 | 2025.03.03 05:25:36.269145 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2685 | 2025.03.03 05:25:36.269377 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 2686 | 2025.03.03 05:25:36.270315 [ 254 ] {bf6aa1b2-ebd2-43bd-a6f7-6ac06565834b} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2687 | 2025.03.03 05:25:36.270377 [ 254 ] {bf6aa1b2-ebd2-43bd-a6f7-6ac06565834b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2688 | 2025.03.03 05:25:36.271436 [ 254 ] {bf6aa1b2-ebd2-43bd-a6f7-6ac06565834b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2689 | 2025.03.03 05:25:36.272019 [ 254 ] {bf6aa1b2-ebd2-43bd-a6f7-6ac06565834b} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2690 | 2025.03.03 05:25:36.272317 [ 39 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2691 | 2025.03.03 05:25:36.272413 [ 39 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2025.03.03 05:25:36.272417 [ 254 ] {bf6aa1b2-ebd2-43bd-a6f7-6ac06565834b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005015 sec., 12761.714855433698 rows/sec., 1019.99 KiB/sec. | ||
| 2693 | 2025.03.03 05:25:36.272480 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2694 | 2025.03.03 05:25:36.272597 [ 254 ] {bf6aa1b2-ebd2-43bd-a6f7-6ac06565834b} <Debug> TCPHandler: Processed in 0.005410488 sec. | ||
| 2695 | 2025.03.03 05:25:36.273063 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2696 | 2025.03.03 05:25:36.273699 [ 254 ] {f37d92df-bf99-4ef2-805e-090fcf0dd796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2697 | 2025.03.03 05:25:36.273957 [ 254 ] {f37d92df-bf99-4ef2-805e-090fcf0dd796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2698 | 2025.03.03 05:25:36.273973 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 2699 | 2025.03.03 05:25:36.274082 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4509 rows, containing 5 columns (5 merged, 0 gathered) in 0.0069789 sec., 646090.3580793535 rows/sec., 54.69 MiB/sec. | ||
| 2700 | 2025.03.03 05:25:36.274325 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2701 | 2025.03.03 05:25:36.274388 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 888 rows starting from the beginning of the part | ||
| 2702 | 2025.03.03 05:25:36.274647 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2703 | 2025.03.03 05:25:36.274831 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 416 rows starting from the beginning of the part | ||
| 2704 | 2025.03.03 05:25:36.275395 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
| 2705 | 2025.03.03 05:25:36.275865 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 884 rows starting from the beginning of the part | ||
| 2706 | 2025.03.03 05:25:36.276071 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_16_3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2707 | 2025.03.03 05:25:36.276410 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2708 | 2025.03.03 05:25:36.276549 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_16_3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2709 | 2025.03.03 05:25:36.276910 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
| 2710 | 2025.03.03 05:25:36.276961 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 2711 | 2025.03.03 05:25:36.277418 [ 254 ] {f37d92df-bf99-4ef2-805e-090fcf0dd796} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2712 | 2025.03.03 05:25:36.277464 [ 254 ] {f37d92df-bf99-4ef2-805e-090fcf0dd796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2713 | 2025.03.03 05:25:36.278008 [ 254 ] {f37d92df-bf99-4ef2-805e-090fcf0dd796} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2714 | 2025.03.03 05:25:36.278362 [ 254 ] {f37d92df-bf99-4ef2-805e-090fcf0dd796} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2715 | 2025.03.03 05:25:36.278576 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2716 | 2025.03.03 05:25:36.278714 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2717 | 2025.03.03 05:25:36.278738 [ 254 ] {f37d92df-bf99-4ef2-805e-090fcf0dd796} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005251 sec., 30470.3865930299 rows/sec., 2.12 MiB/sec. | ||
| 2718 | 2025.03.03 05:25:36.278811 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2719 | 2025.03.03 05:25:36.279079 [ 254 ] {f37d92df-bf99-4ef2-805e-090fcf0dd796} <Debug> TCPHandler: Processed in 0.006177684 sec. | ||
| 2720 | 2025.03.03 05:25:36.279600 [ 193 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 2721 | 2025.03.03 05:25:36.279652 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2722 | 2025.03.03 05:25:36.280086 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2380 rows, containing 5 columns (5 merged, 0 gathered) in 0.007387448 sec., 322168.0883574409 rows/sec., 24.64 MiB/sec. | ||
| 2723 | 2025.03.03 05:25:36.280194 [ 193 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2724 | 2025.03.03 05:25:36.280221 [ 254 ] {720fbe46-f270-439b-b5ab-614bd3279b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2725 | 2025.03.03 05:25:36.280307 [ 193 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3910 rows starting from the beginning of the part | ||
| 2726 | 2025.03.03 05:25:36.280490 [ 254 ] {720fbe46-f270-439b-b5ab-614bd3279b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2727 | 2025.03.03 05:25:36.280633 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2728 | 2025.03.03 05:25:36.280770 [ 193 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 2729 | 2025.03.03 05:25:36.281314 [ 193 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2730 | 2025.03.03 05:25:36.281622 [ 193 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 961 rows starting from the beginning of the part | ||
| 2731 | 2025.03.03 05:25:36.281859 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_16_3} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2732 | 2025.03.03 05:25:36.282019 [ 193 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part | ||
| 2733 | 2025.03.03 05:25:36.282283 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_16_3} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2734 | 2025.03.03 05:25:36.282459 [ 193 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 2735 | 2025.03.03 05:25:36.282656 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2736 | 2025.03.03 05:25:36.283965 [ 254 ] {720fbe46-f270-439b-b5ab-614bd3279b69} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2025.03.03 05:25:36.284011 [ 254 ] {720fbe46-f270-439b-b5ab-614bd3279b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2738 | 2025.03.03 05:25:36.284893 [ 254 ] {720fbe46-f270-439b-b5ab-614bd3279b69} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2739 | 2025.03.03 05:25:36.285338 [ 254 ] {720fbe46-f270-439b-b5ab-614bd3279b69} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2740 | 2025.03.03 05:25:36.285541 [ 39 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2741 | 2025.03.03 05:25:36.285652 [ 39 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2742 | 2025.03.03 05:25:36.285767 [ 254 ] {720fbe46-f270-439b-b5ab-614bd3279b69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005716 sec., 10496.850944716585 rows/sec., 724.39 KiB/sec. | ||
| 2743 | 2025.03.03 05:25:36.285778 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2744 | 2025.03.03 05:25:36.286102 [ 254 ] {720fbe46-f270-439b-b5ab-614bd3279b69} <Debug> TCPHandler: Processed in 0.006607093 sec. | ||
| 2745 | 2025.03.03 05:25:36.286163 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 2746 | 2025.03.03 05:25:36.286301 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2747 | 2025.03.03 05:25:36.286341 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part | ||
| 2748 | 2025.03.03 05:25:36.286466 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 2749 | 2025.03.03 05:25:36.286670 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2750 | 2025.03.03 05:25:36.286847 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 2751 | 2025.03.03 05:25:36.286976 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 2752 | 2025.03.03 05:25:36.287170 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 2753 | 2025.03.03 05:25:36.288363 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.002355817 sec., 407501.9409402343 rows/sec., 26.65 MiB/sec. | ||
| 2754 | 2025.03.03 05:25:36.288556 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2755 | 2025.03.03 05:25:36.288836 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5556 rows, containing 5 columns (5 merged, 0 gathered) in 0.009801576 sec., 566847.61715871 rows/sec., 38.25 MiB/sec. | ||
| 2756 | 2025.03.03 05:25:36.288949 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_16_3} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2757 | 2025.03.03 05:25:36.289029 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_16_3} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2758 | 2025.03.03 05:25:36.289104 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2759 | 2025.03.03 05:25:36.289380 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2760 | 2025.03.03 05:25:36.289740 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2761 | 2025.03.03 05:25:36.289825 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2762 | 2025.03.03 05:25:36.289922 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
| 2763 | 2025.03.03 05:25:39.036981 [ 34 ] {} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2764 | 2025.03.03 05:25:39.037080 [ 34 ] {} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2765 | 2025.03.03 05:25:39.037108 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2766 | 2025.03.03 05:25:39.037492 [ 197 ] {ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b::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 | ||
| 2767 | 2025.03.03 05:25:39.038043 [ 197 ] {ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2768 | 2025.03.03 05:25:39.038122 [ 197 ] {ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b::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 | ||
| 2769 | 2025.03.03 05:25:39.038304 [ 197 ] {ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b::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 | ||
| 2770 | 2025.03.03 05:25:39.038428 [ 197 ] {ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2771 | 2025.03.03 05:25:39.038544 [ 197 ] {ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2772 | 2025.03.03 05:25:39.038656 [ 197 ] {ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2773 | 2025.03.03 05:25:39.041405 [ 188 ] {ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.004186224 sec., 9794.029177607315 rows/sec., 2.07 MiB/sec. | ||
| 2774 | 2025.03.03 05:25:39.041632 [ 193 ] {ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2775 | 2025.03.03 05:25:39.042107 [ 193 ] {ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b::all_1_5_1} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2776 | 2025.03.03 05:25:39.042204 [ 193 ] {ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b::all_1_5_1} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2777 | 2025.03.03 05:25:39.042292 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2778 | 2025.03.03 05:25:40.276169 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2779 | 2025.03.03 05:25:40.276249 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2780 | 2025.03.03 05:25:40.379112 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2781 | 2025.03.03 05:25:40.380311 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2782 | 2025.03.03 05:25:40.380400 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2783 | 2025.03.03 05:25:40.381057 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2784 | 2025.03.03 05:25:40.381307 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2785 | 2025.03.03 05:25:40.381565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2786 | 2025.03.03 05:25:40.402714 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 396 | ||
| 2787 | 2025.03.03 05:25:40.405375 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2788 | 2025.03.03 05:25:40.405415 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2789 | 2025.03.03 05:25:40.406858 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2790 | 2025.03.03 05:25:40.407161 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2791 | 2025.03.03 05:25:40.407639 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 396 | ||
| 2792 | 2025.03.03 05:25:40.714526 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2793 | 2025.03.03 05:25:40.733640 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2794 | 2025.03.03 05:25:40.733697 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2795 | 2025.03.03 05:25:40.740866 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2796 | 2025.03.03 05:25:40.741633 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2797 | 2025.03.03 05:25:40.744183 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2798 | 2025.03.03 05:25:41.257889 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2799 | 2025.03.03 05:25:41.258196 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) 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', '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', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2800 | 2025.03.03 05:25:41.258653 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2801 | 2025.03.03 05:25:41.258707 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <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', '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', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2802 | 2025.03.03 05:25:41.259186 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2803 | 2025.03.03 05:25:41.259299 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2804 | 2025.03.03 05:25:41.259488 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2805 | 2025.03.03 05:25:41.259532 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2806 | 2025.03.03 05:25:41.259559 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <Debug> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (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 | ||
| 2807 | 2025.03.03 05:25:41.259577 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2808 | 2025.03.03 05:25:41.259629 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <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', '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', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2809 | 2025.03.03 05:25:41.259656 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 2810 | 2025.03.03 05:25:41.260632 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002584 sec., 15866.873065015481 rows/sec., 605.06 KiB/sec. | ||
| 2811 | 2025.03.03 05:25:41.260765 [ 254 ] {d9e98f5c-9d14-4785-baec-b5c49bd6222f} <Debug> TCPHandler: Processed in 0.00301742 sec. | ||
| 2812 | 2025.03.03 05:25:41.275529 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2813 | 2025.03.03 05:25:41.275761 [ 254 ] {d505a82b-8bf5-432e-b48c-d0d603ecb753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2814 | 2025.03.03 05:25:41.275859 [ 254 ] {d505a82b-8bf5-432e-b48c-d0d603ecb753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2815 | 2025.03.03 05:25:41.276785 [ 254 ] {d505a82b-8bf5-432e-b48c-d0d603ecb753} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2816 | 2025.03.03 05:25:41.276828 [ 254 ] {d505a82b-8bf5-432e-b48c-d0d603ecb753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2817 | 2025.03.03 05:25:41.277348 [ 254 ] {d505a82b-8bf5-432e-b48c-d0d603ecb753} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2818 | 2025.03.03 05:25:41.277576 [ 254 ] {d505a82b-8bf5-432e-b48c-d0d603ecb753} <Trace> oximeter.timeseries_schema (ab3d9f8e-e958-4ac7-9a69-c5000ab09f2b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2819 | 2025.03.03 05:25:41.277775 [ 254 ] {d505a82b-8bf5-432e-b48c-d0d603ecb753} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002083 sec., 480.07681228996637 rows/sec., 49.70 KiB/sec. | ||
| 2820 | 2025.03.03 05:25:41.277830 [ 254 ] {d505a82b-8bf5-432e-b48c-d0d603ecb753} <Debug> TCPHandler: Processed in 0.002408918 sec. | ||
| 2821 | 2025.03.03 05:25:41.277935 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2822 | 2025.03.03 05:25:41.278037 [ 254 ] {18ef3fa8-e903-4fe7-94ad-e9147c7f938a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2823 | 2025.03.03 05:25:41.278082 [ 254 ] {18ef3fa8-e903-4fe7-94ad-e9147c7f938a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2824 | 2025.03.03 05:25:41.278703 [ 254 ] {18ef3fa8-e903-4fe7-94ad-e9147c7f938a} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2825 | 2025.03.03 05:25:41.278741 [ 254 ] {18ef3fa8-e903-4fe7-94ad-e9147c7f938a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2826 | 2025.03.03 05:25:41.279110 [ 254 ] {18ef3fa8-e903-4fe7-94ad-e9147c7f938a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2827 | 2025.03.03 05:25:41.279349 [ 254 ] {18ef3fa8-e903-4fe7-94ad-e9147c7f938a} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2828 | 2025.03.03 05:25:41.279552 [ 254 ] {18ef3fa8-e903-4fe7-94ad-e9147c7f938a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001529 sec., 138652.71419228255 rows/sec., 8.82 MiB/sec. | ||
| 2829 | 2025.03.03 05:25:41.279630 [ 254 ] {18ef3fa8-e903-4fe7-94ad-e9147c7f938a} <Debug> TCPHandler: Processed in 0.001743855 sec. | ||
| 2830 | 2025.03.03 05:25:41.279747 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2831 | 2025.03.03 05:25:41.279852 [ 254 ] {aab50cb4-88e8-46ba-8183-7e461fbfd375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2832 | 2025.03.03 05:25:41.279897 [ 254 ] {aab50cb4-88e8-46ba-8183-7e461fbfd375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2833 | 2025.03.03 05:25:41.280701 [ 254 ] {aab50cb4-88e8-46ba-8183-7e461fbfd375} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2834 | 2025.03.03 05:25:41.280739 [ 254 ] {aab50cb4-88e8-46ba-8183-7e461fbfd375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2835 | 2025.03.03 05:25:41.281149 [ 254 ] {aab50cb4-88e8-46ba-8183-7e461fbfd375} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2836 | 2025.03.03 05:25:41.281402 [ 254 ] {aab50cb4-88e8-46ba-8183-7e461fbfd375} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2837 | 2025.03.03 05:25:41.281581 [ 254 ] {aab50cb4-88e8-46ba-8183-7e461fbfd375} <Debug> executeQuery: Read 696 rows, 56.87 KiB in 0.001751 sec., 397487.1501998858 rows/sec., 31.72 MiB/sec. | ||
| 2838 | 2025.03.03 05:25:41.281632 [ 254 ] {aab50cb4-88e8-46ba-8183-7e461fbfd375} <Debug> TCPHandler: Processed in 0.001935529 sec. | ||
| 2839 | 2025.03.03 05:25:41.281747 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2840 | 2025.03.03 05:25:41.281853 [ 254 ] {11fe9ed7-0337-424c-8500-8d6d9fb6a8df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2841 | 2025.03.03 05:25:41.281900 [ 254 ] {11fe9ed7-0337-424c-8500-8d6d9fb6a8df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2842 | 2025.03.03 05:25:41.282476 [ 254 ] {11fe9ed7-0337-424c-8500-8d6d9fb6a8df} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2843 | 2025.03.03 05:25:41.282513 [ 254 ] {11fe9ed7-0337-424c-8500-8d6d9fb6a8df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2844 | 2025.03.03 05:25:41.282858 [ 254 ] {11fe9ed7-0337-424c-8500-8d6d9fb6a8df} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2845 | 2025.03.03 05:25:41.283097 [ 254 ] {11fe9ed7-0337-424c-8500-8d6d9fb6a8df} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2846 | 2025.03.03 05:25:41.283317 [ 254 ] {11fe9ed7-0337-424c-8500-8d6d9fb6a8df} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001473 sec., 98438.56076035302 rows/sec., 6.18 MiB/sec. | ||
| 2847 | 2025.03.03 05:25:41.283447 [ 254 ] {11fe9ed7-0337-424c-8500-8d6d9fb6a8df} <Debug> TCPHandler: Processed in 0.001750375 sec. | ||
| 2848 | 2025.03.03 05:25:41.283568 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2849 | 2025.03.03 05:25:41.283673 [ 254 ] {c7480c7a-298b-4d8b-9c05-5f7885022dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2850 | 2025.03.03 05:25:41.283719 [ 254 ] {c7480c7a-298b-4d8b-9c05-5f7885022dbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2851 | 2025.03.03 05:25:41.284274 [ 254 ] {c7480c7a-298b-4d8b-9c05-5f7885022dbc} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2852 | 2025.03.03 05:25:41.284313 [ 254 ] {c7480c7a-298b-4d8b-9c05-5f7885022dbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2853 | 2025.03.03 05:25:41.284659 [ 254 ] {c7480c7a-298b-4d8b-9c05-5f7885022dbc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2854 | 2025.03.03 05:25:41.284895 [ 254 ] {c7480c7a-298b-4d8b-9c05-5f7885022dbc} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2855 | 2025.03.03 05:25:41.285092 [ 254 ] {c7480c7a-298b-4d8b-9c05-5f7885022dbc} <Debug> executeQuery: Read 114 rows, 7.56 KiB in 0.001434 sec., 79497.9079497908 rows/sec., 5.15 MiB/sec. | ||
| 2856 | 2025.03.03 05:25:41.285147 [ 254 ] {c7480c7a-298b-4d8b-9c05-5f7885022dbc} <Debug> TCPHandler: Processed in 0.001629482 sec. | ||
| 2857 | 2025.03.03 05:25:41.285261 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2858 | 2025.03.03 05:25:41.285366 [ 254 ] {c03e439c-0ad3-4e61-aaf8-4e4d24162c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2859 | 2025.03.03 05:25:41.285409 [ 254 ] {c03e439c-0ad3-4e61-aaf8-4e4d24162c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2860 | 2025.03.03 05:25:41.285951 [ 254 ] {c03e439c-0ad3-4e61-aaf8-4e4d24162c02} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2861 | 2025.03.03 05:25:41.285989 [ 254 ] {c03e439c-0ad3-4e61-aaf8-4e4d24162c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2862 | 2025.03.03 05:25:41.286330 [ 254 ] {c03e439c-0ad3-4e61-aaf8-4e4d24162c02} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2863 | 2025.03.03 05:25:41.286571 [ 254 ] {c03e439c-0ad3-4e61-aaf8-4e4d24162c02} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2864 | 2025.03.03 05:25:41.286826 [ 254 ] {c03e439c-0ad3-4e61-aaf8-4e4d24162c02} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001458 sec., 76817.55829903978 rows/sec., 4.38 MiB/sec. | ||
| 2865 | 2025.03.03 05:25:41.286904 [ 254 ] {c03e439c-0ad3-4e61-aaf8-4e4d24162c02} <Debug> TCPHandler: Processed in 0.001692644 sec. | ||
| 2866 | 2025.03.03 05:25:41.287019 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2867 | 2025.03.03 05:25:41.287123 [ 254 ] {93d7c75a-5c42-4587-9c88-0cb47c4ffcb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2868 | 2025.03.03 05:25:41.287168 [ 254 ] {93d7c75a-5c42-4587-9c88-0cb47c4ffcb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2869 | 2025.03.03 05:25:41.287820 [ 254 ] {93d7c75a-5c42-4587-9c88-0cb47c4ffcb7} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2870 | 2025.03.03 05:25:41.287858 [ 254 ] {93d7c75a-5c42-4587-9c88-0cb47c4ffcb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2871 | 2025.03.03 05:25:41.288224 [ 254 ] {93d7c75a-5c42-4587-9c88-0cb47c4ffcb7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2872 | 2025.03.03 05:25:41.288465 [ 254 ] {93d7c75a-5c42-4587-9c88-0cb47c4ffcb7} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2873 | 2025.03.03 05:25:41.288643 [ 254 ] {93d7c75a-5c42-4587-9c88-0cb47c4ffcb7} <Debug> executeQuery: Read 424 rows, 30.95 KiB in 0.001541 sec., 275146.00908500975 rows/sec., 19.61 MiB/sec. | ||
| 2874 | 2025.03.03 05:25:41.288694 [ 254 ] {93d7c75a-5c42-4587-9c88-0cb47c4ffcb7} <Debug> TCPHandler: Processed in 0.001724604 sec. | ||
| 2875 | 2025.03.03 05:25:41.288809 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2876 | 2025.03.03 05:25:41.288914 [ 254 ] {c2c533d3-e56f-4310-9c9c-b2ba62ce8e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2877 | 2025.03.03 05:25:41.288961 [ 254 ] {c2c533d3-e56f-4310-9c9c-b2ba62ce8e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2878 | 2025.03.03 05:25:41.289383 [ 254 ] {c2c533d3-e56f-4310-9c9c-b2ba62ce8e40} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2879 | 2025.03.03 05:25:41.289421 [ 254 ] {c2c533d3-e56f-4310-9c9c-b2ba62ce8e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2880 | 2025.03.03 05:25:41.289763 [ 254 ] {c2c533d3-e56f-4310-9c9c-b2ba62ce8e40} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2881 | 2025.03.03 05:25:41.290001 [ 254 ] {c2c533d3-e56f-4310-9c9c-b2ba62ce8e40} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2882 | 2025.03.03 05:25:41.290203 [ 254 ] {c2c533d3-e56f-4310-9c9c-b2ba62ce8e40} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001304 sec., 4601.226993865031 rows/sec., 240.40 KiB/sec. | ||
| 2883 | 2025.03.03 05:25:41.290257 [ 254 ] {c2c533d3-e56f-4310-9c9c-b2ba62ce8e40} <Debug> TCPHandler: Processed in 0.001498301 sec. | ||
| 2884 | 2025.03.03 05:25:41.290373 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2885 | 2025.03.03 05:25:41.290478 [ 254 ] {dc107e0e-7bd0-436c-9c45-bfa45c330d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2886 | 2025.03.03 05:25:41.290526 [ 254 ] {dc107e0e-7bd0-436c-9c45-bfa45c330d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2887 | 2025.03.03 05:25:41.291040 [ 254 ] {dc107e0e-7bd0-436c-9c45-bfa45c330d66} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2888 | 2025.03.03 05:25:41.291078 [ 254 ] {dc107e0e-7bd0-436c-9c45-bfa45c330d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2889 | 2025.03.03 05:25:41.291450 [ 254 ] {dc107e0e-7bd0-436c-9c45-bfa45c330d66} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2890 | 2025.03.03 05:25:41.291691 [ 254 ] {dc107e0e-7bd0-436c-9c45-bfa45c330d66} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2891 | 2025.03.03 05:25:41.291919 [ 254 ] {dc107e0e-7bd0-436c-9c45-bfa45c330d66} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001457 sec., 162663.0061770762 rows/sec., 10.90 MiB/sec. | ||
| 2892 | 2025.03.03 05:25:41.292118 [ 254 ] {dc107e0e-7bd0-436c-9c45-bfa45c330d66} <Debug> TCPHandler: Processed in 0.001791746 sec. | ||
| 2893 | 2025.03.03 05:25:41.292287 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2894 | 2025.03.03 05:25:41.292392 [ 254 ] {af4aeb23-4770-4b29-8918-a2f31e53a7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2895 | 2025.03.03 05:25:41.292441 [ 254 ] {af4aeb23-4770-4b29-8918-a2f31e53a7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2896 | 2025.03.03 05:25:41.292890 [ 254 ] {af4aeb23-4770-4b29-8918-a2f31e53a7a3} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2897 | 2025.03.03 05:25:41.292928 [ 254 ] {af4aeb23-4770-4b29-8918-a2f31e53a7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2898 | 2025.03.03 05:25:41.293276 [ 254 ] {af4aeb23-4770-4b29-8918-a2f31e53a7a3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2899 | 2025.03.03 05:25:41.293509 [ 254 ] {af4aeb23-4770-4b29-8918-a2f31e53a7a3} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2900 | 2025.03.03 05:25:41.293732 [ 254 ] {af4aeb23-4770-4b29-8918-a2f31e53a7a3} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.00136 sec., 1470.5882352941176 rows/sec., 96.22 KiB/sec. | ||
| 2901 | 2025.03.03 05:25:41.293806 [ 254 ] {af4aeb23-4770-4b29-8918-a2f31e53a7a3} <Debug> TCPHandler: Processed in 0.001569282 sec. | ||
| 2902 | 2025.03.03 05:25:41.293910 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2903 | 2025.03.03 05:25:41.294012 [ 254 ] {f1f8c27a-5cac-487c-bb6b-44324b6bc2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2904 | 2025.03.03 05:25:41.294078 [ 254 ] {f1f8c27a-5cac-487c-bb6b-44324b6bc2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2905 | 2025.03.03 05:25:41.295170 [ 254 ] {f1f8c27a-5cac-487c-bb6b-44324b6bc2d5} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2906 | 2025.03.03 05:25:41.295208 [ 254 ] {f1f8c27a-5cac-487c-bb6b-44324b6bc2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2907 | 2025.03.03 05:25:41.295863 [ 254 ] {f1f8c27a-5cac-487c-bb6b-44324b6bc2d5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2908 | 2025.03.03 05:25:41.296117 [ 254 ] {f1f8c27a-5cac-487c-bb6b-44324b6bc2d5} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2909 | 2025.03.03 05:25:41.296464 [ 254 ] {f1f8c27a-5cac-487c-bb6b-44324b6bc2d5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002449 sec., 15924.867292772562 rows/sec., 28.54 MiB/sec. | ||
| 2910 | 2025.03.03 05:25:41.296604 [ 254 ] {f1f8c27a-5cac-487c-bb6b-44324b6bc2d5} <Debug> TCPHandler: Processed in 0.002743765 sec. | ||
| 2911 | 2025.03.03 05:25:41.296719 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2912 | 2025.03.03 05:25:41.296822 [ 254 ] {01259a87-ab9f-4947-b909-a130207906d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2913 | 2025.03.03 05:25:41.296868 [ 254 ] {01259a87-ab9f-4947-b909-a130207906d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2914 | 2025.03.03 05:25:41.297286 [ 254 ] {01259a87-ab9f-4947-b909-a130207906d2} <Trace> oximeter.measurements_i64 (b0a4aace-c40a-4f45-9a88-15866154503b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2915 | 2025.03.03 05:25:41.297325 [ 254 ] {01259a87-ab9f-4947-b909-a130207906d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2916 | 2025.03.03 05:25:41.297669 [ 254 ] {01259a87-ab9f-4947-b909-a130207906d2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2917 | 2025.03.03 05:25:41.297904 [ 254 ] {01259a87-ab9f-4947-b909-a130207906d2} <Trace> oximeter.measurements_i64 (b0a4aace-c40a-4f45-9a88-15866154503b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2918 | 2025.03.03 05:25:41.298131 [ 254 ] {01259a87-ab9f-4947-b909-a130207906d2} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001329 sec., 2257.336343115124 rows/sec., 159.45 KiB/sec. | ||
| 2919 | 2025.03.03 05:25:41.298181 [ 254 ] {01259a87-ab9f-4947-b909-a130207906d2} <Debug> TCPHandler: Processed in 0.001510651 sec. | ||
| 2920 | 2025.03.03 05:25:41.298285 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2921 | 2025.03.03 05:25:41.298387 [ 254 ] {c9b2cef8-1cca-4833-88b9-c182983ca434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2922 | 2025.03.03 05:25:41.298433 [ 254 ] {c9b2cef8-1cca-4833-88b9-c182983ca434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2923 | 2025.03.03 05:25:41.298861 [ 254 ] {c9b2cef8-1cca-4833-88b9-c182983ca434} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2924 | 2025.03.03 05:25:41.298898 [ 254 ] {c9b2cef8-1cca-4833-88b9-c182983ca434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2925 | 2025.03.03 05:25:41.299275 [ 254 ] {c9b2cef8-1cca-4833-88b9-c182983ca434} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2926 | 2025.03.03 05:25:41.299514 [ 254 ] {c9b2cef8-1cca-4833-88b9-c182983ca434} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2927 | 2025.03.03 05:25:41.299783 [ 254 ] {c9b2cef8-1cca-4833-88b9-c182983ca434} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001408 sec., 58238.63636363637 rows/sec., 3.70 MiB/sec. | ||
| 2928 | 2025.03.03 05:25:41.299976 [ 254 ] {c9b2cef8-1cca-4833-88b9-c182983ca434} <Debug> TCPHandler: Processed in 0.001733335 sec. | ||
| 2929 | 2025.03.03 05:25:46.264197 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2930 | 2025.03.03 05:25:46.264401 [ 254 ] {1dd0a862-2ebd-48cb-999d-cd3eb650ee00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2931 | 2025.03.03 05:25:46.264469 [ 254 ] {1dd0a862-2ebd-48cb-999d-cd3eb650ee00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2932 | 2025.03.03 05:25:46.265210 [ 254 ] {1dd0a862-2ebd-48cb-999d-cd3eb650ee00} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2933 | 2025.03.03 05:25:46.265251 [ 254 ] {1dd0a862-2ebd-48cb-999d-cd3eb650ee00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2934 | 2025.03.03 05:25:46.265673 [ 254 ] {1dd0a862-2ebd-48cb-999d-cd3eb650ee00} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2935 | 2025.03.03 05:25:46.265926 [ 254 ] {1dd0a862-2ebd-48cb-999d-cd3eb650ee00} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2936 | 2025.03.03 05:25:46.266134 [ 254 ] {1dd0a862-2ebd-48cb-999d-cd3eb650ee00} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001785 sec., 31372.549019607846 rows/sec., 2.40 MiB/sec. | ||
| 2937 | 2025.03.03 05:25:46.266190 [ 254 ] {1dd0a862-2ebd-48cb-999d-cd3eb650ee00} <Debug> TCPHandler: Processed in 0.002123243 sec. | ||
| 2938 | 2025.03.03 05:25:46.266312 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2939 | 2025.03.03 05:25:46.266418 [ 254 ] {78af740a-8ad6-437e-90c8-31da4b4a94ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2940 | 2025.03.03 05:25:46.266465 [ 254 ] {78af740a-8ad6-437e-90c8-31da4b4a94ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2941 | 2025.03.03 05:25:46.267001 [ 254 ] {78af740a-8ad6-437e-90c8-31da4b4a94ea} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2942 | 2025.03.03 05:25:46.267039 [ 254 ] {78af740a-8ad6-437e-90c8-31da4b4a94ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2943 | 2025.03.03 05:25:46.267385 [ 254 ] {78af740a-8ad6-437e-90c8-31da4b4a94ea} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2944 | 2025.03.03 05:25:46.267624 [ 254 ] {78af740a-8ad6-437e-90c8-31da4b4a94ea} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2945 | 2025.03.03 05:25:46.267804 [ 254 ] {78af740a-8ad6-437e-90c8-31da4b4a94ea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001407 sec., 45486.85145700071 rows/sec., 3.55 MiB/sec. | ||
| 2946 | 2025.03.03 05:25:46.267854 [ 254 ] {78af740a-8ad6-437e-90c8-31da4b4a94ea} <Debug> TCPHandler: Processed in 0.001593732 sec. | ||
| 2947 | 2025.03.03 05:25:46.267969 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2948 | 2025.03.03 05:25:46.268074 [ 254 ] {06db69de-7572-4683-acd9-675c20834c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2949 | 2025.03.03 05:25:46.268123 [ 254 ] {06db69de-7572-4683-acd9-675c20834c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2950 | 2025.03.03 05:25:46.268632 [ 254 ] {06db69de-7572-4683-acd9-675c20834c00} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2951 | 2025.03.03 05:25:46.268668 [ 254 ] {06db69de-7572-4683-acd9-675c20834c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2952 | 2025.03.03 05:25:46.269046 [ 254 ] {06db69de-7572-4683-acd9-675c20834c00} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2953 | 2025.03.03 05:25:46.269289 [ 254 ] {06db69de-7572-4683-acd9-675c20834c00} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2954 | 2025.03.03 05:25:46.269469 [ 254 ] {06db69de-7572-4683-acd9-675c20834c00} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001418 sec., 112834.97884344147 rows/sec., 7.86 MiB/sec. | ||
| 2955 | 2025.03.03 05:25:46.269520 [ 254 ] {06db69de-7572-4683-acd9-675c20834c00} <Debug> TCPHandler: Processed in 0.001601303 sec. | ||
| 2956 | 2025.03.03 05:25:46.269626 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2957 | 2025.03.03 05:25:46.269728 [ 254 ] {05a4c3b3-609f-41bf-868a-4e398f8165ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2958 | 2025.03.03 05:25:46.269775 [ 254 ] {05a4c3b3-609f-41bf-868a-4e398f8165ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2959 | 2025.03.03 05:25:46.270202 [ 254 ] {05a4c3b3-609f-41bf-868a-4e398f8165ca} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2960 | 2025.03.03 05:25:46.270239 [ 254 ] {05a4c3b3-609f-41bf-868a-4e398f8165ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2961 | 2025.03.03 05:25:46.270586 [ 254 ] {05a4c3b3-609f-41bf-868a-4e398f8165ca} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2962 | 2025.03.03 05:25:46.270817 [ 254 ] {05a4c3b3-609f-41bf-868a-4e398f8165ca} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2963 | 2025.03.03 05:25:46.270996 [ 254 ] {05a4c3b3-609f-41bf-868a-4e398f8165ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001288 sec., 46583.850931677014 rows/sec., 3.14 MiB/sec. | ||
| 2964 | 2025.03.03 05:25:46.271044 [ 254 ] {05a4c3b3-609f-41bf-868a-4e398f8165ca} <Debug> TCPHandler: Processed in 0.001468379 sec. | ||
| 2965 | 2025.03.03 05:25:47.882665 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2966 | 2025.03.03 05:25:47.883299 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2025.03.03 05:25:47.883335 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2968 | 2025.03.03 05:25:47.883917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2969 | 2025.03.03 05:25:47.884163 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2025.03.03 05:25:47.884378 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2971 | 2025.03.03 05:25:48.244227 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2972 | 2025.03.03 05:25:48.263325 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2025.03.03 05:25:48.263370 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2974 | 2025.03.03 05:25:48.270996 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2975 | 2025.03.03 05:25:48.271769 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2976 | 2025.03.03 05:25:48.274649 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2977 | 2025.03.03 05:25:50.408750 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 432 | ||
| 2978 | 2025.03.03 05:25:50.411818 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2979 | 2025.03.03 05:25:50.411867 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2980 | 2025.03.03 05:25:50.413351 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2981 | 2025.03.03 05:25:50.413683 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2982 | 2025.03.03 05:25:50.414384 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 432 | ||
| 2983 | 2025.03.03 05:25:51.272528 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2984 | 2025.03.03 05:25:51.272932 [ 254 ] {742193aa-432b-4f0b-ab22-499e22c93b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2985 | 2025.03.03 05:25:51.273052 [ 254 ] {742193aa-432b-4f0b-ab22-499e22c93b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2986 | 2025.03.03 05:25:51.274145 [ 254 ] {742193aa-432b-4f0b-ab22-499e22c93b5f} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2987 | 2025.03.03 05:25:51.274200 [ 254 ] {742193aa-432b-4f0b-ab22-499e22c93b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2988 | 2025.03.03 05:25:51.274654 [ 254 ] {742193aa-432b-4f0b-ab22-499e22c93b5f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2989 | 2025.03.03 05:25:51.274915 [ 254 ] {742193aa-432b-4f0b-ab22-499e22c93b5f} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2990 | 2025.03.03 05:25:51.275184 [ 254 ] {742193aa-432b-4f0b-ab22-499e22c93b5f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002345 sec., 90405.11727078892 rows/sec., 5.75 MiB/sec. | ||
| 2991 | 2025.03.03 05:25:51.275339 [ 254 ] {742193aa-432b-4f0b-ab22-499e22c93b5f} <Debug> TCPHandler: Processed in 0.003007781 sec. | ||
| 2992 | 2025.03.03 05:25:51.275475 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2993 | 2025.03.03 05:25:51.275668 [ 254 ] {5dad725e-2d32-414f-9d6c-2ffd297a30a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2994 | 2025.03.03 05:25:51.275716 [ 254 ] {5dad725e-2d32-414f-9d6c-2ffd297a30a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2995 | 2025.03.03 05:25:51.276552 [ 254 ] {5dad725e-2d32-414f-9d6c-2ffd297a30a2} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2996 | 2025.03.03 05:25:51.276593 [ 254 ] {5dad725e-2d32-414f-9d6c-2ffd297a30a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 2997 | 2025.03.03 05:25:51.276995 [ 254 ] {5dad725e-2d32-414f-9d6c-2ffd297a30a2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2998 | 2025.03.03 05:25:51.277256 [ 254 ] {5dad725e-2d32-414f-9d6c-2ffd297a30a2} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2999 | 2025.03.03 05:25:51.277467 [ 254 ] {5dad725e-2d32-414f-9d6c-2ffd297a30a2} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.00182 sec., 381868.13186813187 rows/sec., 30.47 MiB/sec. | ||
| 3000 | 2025.03.03 05:25:51.277520 [ 254 ] {5dad725e-2d32-414f-9d6c-2ffd297a30a2} <Debug> TCPHandler: Processed in 0.002096172 sec. | ||
| 3001 | 2025.03.03 05:25:51.277637 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3002 | 2025.03.03 05:25:51.277742 [ 254 ] {3c8a4f36-6319-4988-a9a2-219321067a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3003 | 2025.03.03 05:25:51.277787 [ 254 ] {3c8a4f36-6319-4988-a9a2-219321067a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3004 | 2025.03.03 05:25:51.278348 [ 254 ] {3c8a4f36-6319-4988-a9a2-219321067a53} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3005 | 2025.03.03 05:25:51.278388 [ 254 ] {3c8a4f36-6319-4988-a9a2-219321067a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3006 | 2025.03.03 05:25:51.278746 [ 254 ] {3c8a4f36-6319-4988-a9a2-219321067a53} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3007 | 2025.03.03 05:25:51.278996 [ 254 ] {3c8a4f36-6319-4988-a9a2-219321067a53} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3008 | 2025.03.03 05:25:51.279197 [ 254 ] {3c8a4f36-6319-4988-a9a2-219321067a53} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001464 sec., 99043.71584699453 rows/sec., 6.22 MiB/sec. | ||
| 3009 | 2025.03.03 05:25:51.279354 [ 254 ] {3c8a4f36-6319-4988-a9a2-219321067a53} <Debug> TCPHandler: Processed in 0.001764795 sec. | ||
| 3010 | 2025.03.03 05:25:51.279514 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3011 | 2025.03.03 05:25:51.279619 [ 254 ] {346e0c8c-fa7e-4b02-a462-9aeee443223d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3012 | 2025.03.03 05:25:51.279666 [ 254 ] {346e0c8c-fa7e-4b02-a462-9aeee443223d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3013 | 2025.03.03 05:25:51.280240 [ 254 ] {346e0c8c-fa7e-4b02-a462-9aeee443223d} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3014 | 2025.03.03 05:25:51.280279 [ 254 ] {346e0c8c-fa7e-4b02-a462-9aeee443223d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3015 | 2025.03.03 05:25:51.280633 [ 254 ] {346e0c8c-fa7e-4b02-a462-9aeee443223d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3016 | 2025.03.03 05:25:51.280877 [ 254 ] {346e0c8c-fa7e-4b02-a462-9aeee443223d} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3017 | 2025.03.03 05:25:51.281058 [ 254 ] {346e0c8c-fa7e-4b02-a462-9aeee443223d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001461 sec., 77344.28473648186 rows/sec., 5.01 MiB/sec. | ||
| 3018 | 2025.03.03 05:25:51.281110 [ 254 ] {346e0c8c-fa7e-4b02-a462-9aeee443223d} <Debug> TCPHandler: Processed in 0.001644533 sec. | ||
| 3019 | 2025.03.03 05:25:51.281227 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3020 | 2025.03.03 05:25:51.281331 [ 254 ] {64217f17-b916-4bb6-8a6c-5ee387f77f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3021 | 2025.03.03 05:25:51.281376 [ 254 ] {64217f17-b916-4bb6-8a6c-5ee387f77f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3022 | 2025.03.03 05:25:51.281910 [ 254 ] {64217f17-b916-4bb6-8a6c-5ee387f77f96} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3023 | 2025.03.03 05:25:51.281948 [ 254 ] {64217f17-b916-4bb6-8a6c-5ee387f77f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3024 | 2025.03.03 05:25:51.282295 [ 254 ] {64217f17-b916-4bb6-8a6c-5ee387f77f96} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3025 | 2025.03.03 05:25:51.282556 [ 254 ] {64217f17-b916-4bb6-8a6c-5ee387f77f96} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3026 | 2025.03.03 05:25:51.282807 [ 254 ] {64217f17-b916-4bb6-8a6c-5ee387f77f96} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001473 sec., 76035.30210454855 rows/sec., 4.33 MiB/sec. | ||
| 3027 | 2025.03.03 05:25:51.282934 [ 254 ] {64217f17-b916-4bb6-8a6c-5ee387f77f96} <Debug> TCPHandler: Processed in 0.001756325 sec. | ||
| 3028 | 2025.03.03 05:25:51.283051 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3029 | 2025.03.03 05:25:51.283158 [ 254 ] {9a685e46-172d-4a15-9cd9-8fd90c13ecb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3030 | 2025.03.03 05:25:51.283204 [ 254 ] {9a685e46-172d-4a15-9cd9-8fd90c13ecb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3031 | 2025.03.03 05:25:51.283854 [ 254 ] {9a685e46-172d-4a15-9cd9-8fd90c13ecb5} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3032 | 2025.03.03 05:25:51.283893 [ 254 ] {9a685e46-172d-4a15-9cd9-8fd90c13ecb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3033 | 2025.03.03 05:25:51.284265 [ 254 ] {9a685e46-172d-4a15-9cd9-8fd90c13ecb5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3034 | 2025.03.03 05:25:51.284503 [ 254 ] {9a685e46-172d-4a15-9cd9-8fd90c13ecb5} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3035 | 2025.03.03 05:25:51.284681 [ 254 ] {9a685e46-172d-4a15-9cd9-8fd90c13ecb5} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001546 sec., 272315.6532988357 rows/sec., 19.40 MiB/sec. | ||
| 3036 | 2025.03.03 05:25:51.284732 [ 254 ] {9a685e46-172d-4a15-9cd9-8fd90c13ecb5} <Debug> TCPHandler: Processed in 0.001730465 sec. | ||
| 3037 | 2025.03.03 05:25:51.284846 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3038 | 2025.03.03 05:25:51.284951 [ 254 ] {ca7ea0e8-e402-414d-aa58-3aafd994bea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3039 | 2025.03.03 05:25:51.284997 [ 254 ] {ca7ea0e8-e402-414d-aa58-3aafd994bea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3040 | 2025.03.03 05:25:51.285429 [ 254 ] {ca7ea0e8-e402-414d-aa58-3aafd994bea7} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3041 | 2025.03.03 05:25:51.285467 [ 254 ] {ca7ea0e8-e402-414d-aa58-3aafd994bea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3042 | 2025.03.03 05:25:51.285815 [ 254 ] {ca7ea0e8-e402-414d-aa58-3aafd994bea7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3043 | 2025.03.03 05:25:51.286062 [ 254 ] {ca7ea0e8-e402-414d-aa58-3aafd994bea7} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3044 | 2025.03.03 05:25:51.286286 [ 254 ] {ca7ea0e8-e402-414d-aa58-3aafd994bea7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 233.24 KiB/sec. | ||
| 3045 | 2025.03.03 05:25:51.286415 [ 254 ] {ca7ea0e8-e402-414d-aa58-3aafd994bea7} <Debug> TCPHandler: Processed in 0.001618493 sec. | ||
| 3046 | 2025.03.03 05:25:51.286521 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3047 | 2025.03.03 05:25:51.286624 [ 254 ] {8d59bb41-c0b4-4c6e-87bf-c3813e837210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3048 | 2025.03.03 05:25:51.286673 [ 254 ] {8d59bb41-c0b4-4c6e-87bf-c3813e837210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3049 | 2025.03.03 05:25:51.287203 [ 254 ] {8d59bb41-c0b4-4c6e-87bf-c3813e837210} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3050 | 2025.03.03 05:25:51.287242 [ 254 ] {8d59bb41-c0b4-4c6e-87bf-c3813e837210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3051 | 2025.03.03 05:25:51.287620 [ 254 ] {8d59bb41-c0b4-4c6e-87bf-c3813e837210} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3052 | 2025.03.03 05:25:51.287860 [ 254 ] {8d59bb41-c0b4-4c6e-87bf-c3813e837210} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3053 | 2025.03.03 05:25:51.288033 [ 254 ] {8d59bb41-c0b4-4c6e-87bf-c3813e837210} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001431 sec., 165618.44863731656 rows/sec., 11.10 MiB/sec. | ||
| 3054 | 2025.03.03 05:25:51.288085 [ 254 ] {8d59bb41-c0b4-4c6e-87bf-c3813e837210} <Debug> TCPHandler: Processed in 0.001613522 sec. | ||
| 3055 | 2025.03.03 05:25:51.288200 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3056 | 2025.03.03 05:25:51.288306 [ 254 ] {1b94a197-15fd-4593-bf16-c03e240497e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3057 | 2025.03.03 05:25:51.288353 [ 254 ] {1b94a197-15fd-4593-bf16-c03e240497e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3058 | 2025.03.03 05:25:51.288764 [ 254 ] {1b94a197-15fd-4593-bf16-c03e240497e8} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3059 | 2025.03.03 05:25:51.288801 [ 254 ] {1b94a197-15fd-4593-bf16-c03e240497e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3060 | 2025.03.03 05:25:51.289158 [ 254 ] {1b94a197-15fd-4593-bf16-c03e240497e8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3061 | 2025.03.03 05:25:51.289393 [ 254 ] {1b94a197-15fd-4593-bf16-c03e240497e8} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3062 | 2025.03.03 05:25:51.289609 [ 254 ] {1b94a197-15fd-4593-bf16-c03e240497e8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001324 sec., 755.2870090634441 rows/sec., 50.89 KiB/sec. | ||
| 3063 | 2025.03.03 05:25:51.289756 [ 254 ] {1b94a197-15fd-4593-bf16-c03e240497e8} <Debug> TCPHandler: Processed in 0.001605852 sec. | ||
| 3064 | 2025.03.03 05:25:51.289888 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3065 | 2025.03.03 05:25:51.289995 [ 254 ] {1c92ed24-dfef-45ea-b103-8a591b8a840c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3066 | 2025.03.03 05:25:51.290065 [ 254 ] {1c92ed24-dfef-45ea-b103-8a591b8a840c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3067 | 2025.03.03 05:25:51.291214 [ 254 ] {1c92ed24-dfef-45ea-b103-8a591b8a840c} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3068 | 2025.03.03 05:25:51.291252 [ 254 ] {1c92ed24-dfef-45ea-b103-8a591b8a840c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3069 | 2025.03.03 05:25:51.291894 [ 254 ] {1c92ed24-dfef-45ea-b103-8a591b8a840c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3070 | 2025.03.03 05:25:51.292152 [ 254 ] {1c92ed24-dfef-45ea-b103-8a591b8a840c} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3071 | 2025.03.03 05:25:51.292343 [ 254 ] {1c92ed24-dfef-45ea-b103-8a591b8a840c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002369 sec., 16462.64246517518 rows/sec., 29.50 MiB/sec. | ||
| 3072 | 2025.03.03 05:25:51.292433 [ 254 ] {1c92ed24-dfef-45ea-b103-8a591b8a840c} <Debug> TCPHandler: Processed in 0.002596173 sec. | ||
| 3073 | 2025.03.03 05:25:51.292571 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3074 | 2025.03.03 05:25:51.292677 [ 254 ] {b90af37d-eb05-4ace-9215-bc197f90b682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3075 | 2025.03.03 05:25:51.292723 [ 254 ] {b90af37d-eb05-4ace-9215-bc197f90b682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3076 | 2025.03.03 05:25:51.293158 [ 254 ] {b90af37d-eb05-4ace-9215-bc197f90b682} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3077 | 2025.03.03 05:25:51.293195 [ 254 ] {b90af37d-eb05-4ace-9215-bc197f90b682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3078 | 2025.03.03 05:25:51.293548 [ 254 ] {b90af37d-eb05-4ace-9215-bc197f90b682} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3079 | 2025.03.03 05:25:51.293782 [ 254 ] {b90af37d-eb05-4ace-9215-bc197f90b682} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3080 | 2025.03.03 05:25:51.293958 [ 254 ] {b90af37d-eb05-4ace-9215-bc197f90b682} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001303 sec., 62931.69608595549 rows/sec., 4.00 MiB/sec. | ||
| 3081 | 2025.03.03 05:25:51.294006 [ 254 ] {b90af37d-eb05-4ace-9215-bc197f90b682} <Debug> TCPHandler: Processed in 0.00148646 sec. | ||
| 3082 | 2025.03.03 05:25:55.276294 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3083 | 2025.03.03 05:25:55.276367 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3084 | 2025.03.03 05:25:55.384484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3085 | 2025.03.03 05:25:55.385233 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3086 | 2025.03.03 05:25:55.385288 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3087 | 2025.03.03 05:25:55.385915 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3088 | 2025.03.03 05:25:55.386166 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3089 | 2025.03.03 05:25:55.386405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3090 | 2025.03.03 05:25:55.774699 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3091 | 2025.03.03 05:25:55.794822 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3092 | 2025.03.03 05:25:55.794885 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3093 | 2025.03.03 05:25:55.802523 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3094 | 2025.03.03 05:25:55.803328 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3095 | 2025.03.03 05:25:55.806593 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3096 | 2025.03.03 05:25:56.264803 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3097 | 2025.03.03 05:25:56.265107 [ 254 ] {d6cfa51f-5979-43b4-8d1f-be7da467ceeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3098 | 2025.03.03 05:25:56.265223 [ 254 ] {d6cfa51f-5979-43b4-8d1f-be7da467ceeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3099 | 2025.03.03 05:25:56.266239 [ 254 ] {d6cfa51f-5979-43b4-8d1f-be7da467ceeb} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3100 | 2025.03.03 05:25:56.266289 [ 254 ] {d6cfa51f-5979-43b4-8d1f-be7da467ceeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3101 | 2025.03.03 05:25:56.266767 [ 254 ] {d6cfa51f-5979-43b4-8d1f-be7da467ceeb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3102 | 2025.03.03 05:25:56.267030 [ 254 ] {d6cfa51f-5979-43b4-8d1f-be7da467ceeb} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3103 | 2025.03.03 05:25:56.267280 [ 254 ] {d6cfa51f-5979-43b4-8d1f-be7da467ceeb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002257 sec., 24811.696942844486 rows/sec., 1.89 MiB/sec. | ||
| 3104 | 2025.03.03 05:25:56.267339 [ 254 ] {d6cfa51f-5979-43b4-8d1f-be7da467ceeb} <Debug> TCPHandler: Processed in 0.002726514 sec. | ||
| 3105 | 2025.03.03 05:25:56.267471 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3106 | 2025.03.03 05:25:56.267578 [ 254 ] {b2b8da53-0b40-4834-b3d9-b73469afdddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3107 | 2025.03.03 05:25:56.267623 [ 254 ] {b2b8da53-0b40-4834-b3d9-b73469afdddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3108 | 2025.03.03 05:25:56.268182 [ 254 ] {b2b8da53-0b40-4834-b3d9-b73469afdddb} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3109 | 2025.03.03 05:25:56.268222 [ 254 ] {b2b8da53-0b40-4834-b3d9-b73469afdddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3110 | 2025.03.03 05:25:56.268586 [ 254 ] {b2b8da53-0b40-4834-b3d9-b73469afdddb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3111 | 2025.03.03 05:25:56.268834 [ 254 ] {b2b8da53-0b40-4834-b3d9-b73469afdddb} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3112 | 2025.03.03 05:25:56.269051 [ 254 ] {b2b8da53-0b40-4834-b3d9-b73469afdddb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001495 sec., 42809.36454849498 rows/sec., 3.34 MiB/sec. | ||
| 3113 | 2025.03.03 05:25:56.269107 [ 254 ] {b2b8da53-0b40-4834-b3d9-b73469afdddb} <Debug> TCPHandler: Processed in 0.001687813 sec. | ||
| 3114 | 2025.03.03 05:25:56.269242 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3115 | 2025.03.03 05:25:56.269378 [ 254 ] {9d8472d8-5501-4ef1-9f87-546f8e96b8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3116 | 2025.03.03 05:25:56.269437 [ 254 ] {9d8472d8-5501-4ef1-9f87-546f8e96b8e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3117 | 2025.03.03 05:25:56.270028 [ 254 ] {9d8472d8-5501-4ef1-9f87-546f8e96b8e7} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3118 | 2025.03.03 05:25:56.270067 [ 254 ] {9d8472d8-5501-4ef1-9f87-546f8e96b8e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3119 | 2025.03.03 05:25:56.270484 [ 254 ] {9d8472d8-5501-4ef1-9f87-546f8e96b8e7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3120 | 2025.03.03 05:25:56.270725 [ 254 ] {9d8472d8-5501-4ef1-9f87-546f8e96b8e7} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3121 | 2025.03.03 05:25:56.270961 [ 254 ] {9d8472d8-5501-4ef1-9f87-546f8e96b8e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec. | ||
| 3122 | 2025.03.03 05:25:56.271088 [ 254 ] {9d8472d8-5501-4ef1-9f87-546f8e96b8e7} <Debug> TCPHandler: Processed in 0.001910548 sec. | ||
| 3123 | 2025.03.03 05:25:56.271215 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3124 | 2025.03.03 05:25:56.271315 [ 254 ] {380b9c43-ce03-4a2d-977c-5dcebcae3cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3125 | 2025.03.03 05:25:56.271362 [ 254 ] {380b9c43-ce03-4a2d-977c-5dcebcae3cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3126 | 2025.03.03 05:25:56.271808 [ 254 ] {380b9c43-ce03-4a2d-977c-5dcebcae3cc5} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3127 | 2025.03.03 05:25:56.271846 [ 254 ] {380b9c43-ce03-4a2d-977c-5dcebcae3cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3128 | 2025.03.03 05:25:56.272205 [ 254 ] {380b9c43-ce03-4a2d-977c-5dcebcae3cc5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3129 | 2025.03.03 05:25:56.272437 [ 254 ] {380b9c43-ce03-4a2d-977c-5dcebcae3cc5} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3130 | 2025.03.03 05:25:56.272646 [ 254 ] {380b9c43-ce03-4a2d-977c-5dcebcae3cc5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
| 3131 | 2025.03.03 05:25:56.272695 [ 254 ] {380b9c43-ce03-4a2d-977c-5dcebcae3cc5} <Debug> TCPHandler: Processed in 0.0015305 sec. | ||
| 3132 | 2025.03.03 05:25:56.819950 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3133 | 2025.03.03 05:25:56.820192 [ 254 ] {6eab6011-f4af-4693-b077-6425051508ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3134 | 2025.03.03 05:25:56.820288 [ 254 ] {6eab6011-f4af-4693-b077-6425051508ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3135 | 2025.03.03 05:25:56.821194 [ 254 ] {6eab6011-f4af-4693-b077-6425051508ed} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3136 | 2025.03.03 05:25:56.821248 [ 254 ] {6eab6011-f4af-4693-b077-6425051508ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3137 | 2025.03.03 05:25:56.821719 [ 254 ] {6eab6011-f4af-4693-b077-6425051508ed} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3138 | 2025.03.03 05:25:56.821989 [ 254 ] {6eab6011-f4af-4693-b077-6425051508ed} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3139 | 2025.03.03 05:25:56.822192 [ 141 ] {} <Debug> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3140 | 2025.03.03 05:25:56.822218 [ 254 ] {6eab6011-f4af-4693-b077-6425051508ed} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002098 sec., 101048.61773117255 rows/sec., 6.43 MiB/sec. | ||
| 3141 | 2025.03.03 05:25:56.822273 [ 141 ] {} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3142 | 2025.03.03 05:25:56.822350 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3143 | 2025.03.03 05:25:56.822355 [ 254 ] {6eab6011-f4af-4693-b077-6425051508ed} <Debug> TCPHandler: Processed in 0.002603813 sec. | ||
| 3144 | 2025.03.03 05:25:56.822627 [ 197 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::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 | ||
| 3145 | 2025.03.03 05:25:56.822631 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3146 | 2025.03.03 05:25:56.822905 [ 254 ] {db5a670a-ec79-415e-9f3d-568e0e82bd0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3147 | 2025.03.03 05:25:56.822919 [ 197 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3148 | 2025.03.03 05:25:56.823003 [ 254 ] {db5a670a-ec79-415e-9f3d-568e0e82bd0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3149 | 2025.03.03 05:25:56.823009 [ 197 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part | ||
| 3150 | 2025.03.03 05:25:56.823401 [ 197 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
| 3151 | 2025.03.03 05:25:56.823659 [ 197 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
| 3152 | 2025.03.03 05:25:56.824007 [ 197 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part | ||
| 3153 | 2025.03.03 05:25:56.824339 [ 197 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part | ||
| 3154 | 2025.03.03 05:25:56.825706 [ 254 ] {db5a670a-ec79-415e-9f3d-568e0e82bd0b} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3155 | 2025.03.03 05:25:56.825774 [ 254 ] {db5a670a-ec79-415e-9f3d-568e0e82bd0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3156 | 2025.03.03 05:25:56.826741 [ 254 ] {db5a670a-ec79-415e-9f3d-568e0e82bd0b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3157 | 2025.03.03 05:25:56.827225 [ 197 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004780766 sec., 221721.79102679362 rows/sec., 14.95 MiB/sec. | ||
| 3158 | 2025.03.03 05:25:56.827267 [ 254 ] {db5a670a-ec79-415e-9f3d-568e0e82bd0b} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3159 | 2025.03.03 05:25:56.827473 [ 188 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3160 | 2025.03.03 05:25:56.827704 [ 254 ] {db5a670a-ec79-415e-9f3d-568e0e82bd0b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00487 sec., 410.6776180698152 rows/sec., 33.49 KiB/sec. | ||
| 3161 | 2025.03.03 05:25:56.827881 [ 254 ] {db5a670a-ec79-415e-9f3d-568e0e82bd0b} <Debug> TCPHandler: Processed in 0.005360597 sec. | ||
| 3162 | 2025.03.03 05:25:56.828017 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3163 | 2025.03.03 05:25:56.828060 [ 188 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_9_2} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3164 | 2025.03.03 05:25:56.828152 [ 254 ] {c701c033-96b7-4f79-8913-f6e2e9760cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3165 | 2025.03.03 05:25:56.828162 [ 188 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_9_2} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3166 | 2025.03.03 05:25:56.828200 [ 254 ] {c701c033-96b7-4f79-8913-f6e2e9760cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3167 | 2025.03.03 05:25:56.828276 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3168 | 2025.03.03 05:25:56.829622 [ 254 ] {c701c033-96b7-4f79-8913-f6e2e9760cf3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3169 | 2025.03.03 05:25:56.829663 [ 254 ] {c701c033-96b7-4f79-8913-f6e2e9760cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3170 | 2025.03.03 05:25:56.830309 [ 254 ] {c701c033-96b7-4f79-8913-f6e2e9760cf3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3171 | 2025.03.03 05:25:56.830967 [ 254 ] {c701c033-96b7-4f79-8913-f6e2e9760cf3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3172 | 2025.03.03 05:25:56.831251 [ 141 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3173 | 2025.03.03 05:25:56.831329 [ 141 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3174 | 2025.03.03 05:25:56.831337 [ 254 ] {c701c033-96b7-4f79-8913-f6e2e9760cf3} <Debug> executeQuery: Read 1836 rows, 152.97 KiB in 0.003206 sec., 572676.2320648783 rows/sec., 46.60 MiB/sec. | ||
| 3175 | 2025.03.03 05:25:56.831369 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3176 | 2025.03.03 05:25:56.831513 [ 254 ] {c701c033-96b7-4f79-8913-f6e2e9760cf3} <Debug> TCPHandler: Processed in 0.003546691 sec. | ||
| 3177 | 2025.03.03 05:25:56.831690 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 3178 | 2025.03.03 05:25:56.831790 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3179 | 2025.03.03 05:25:56.832042 [ 254 ] {856a3162-1afb-4928-a58b-29eed82c4646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3180 | 2025.03.03 05:25:56.832059 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3181 | 2025.03.03 05:25:56.832153 [ 254 ] {856a3162-1afb-4928-a58b-29eed82c4646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3182 | 2025.03.03 05:25:56.832159 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1831 rows starting from the beginning of the part | ||
| 3183 | 2025.03.03 05:25:56.832584 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 696 rows starting from the beginning of the part | ||
| 3184 | 2025.03.03 05:25:56.832990 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3185 | 2025.03.03 05:25:56.833435 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 695 rows starting from the beginning of the part | ||
| 3186 | 2025.03.03 05:25:56.833864 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 3187 | 2025.03.03 05:25:56.834148 [ 194 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1836 rows starting from the beginning of the part | ||
| 3188 | 2025.03.03 05:25:56.835102 [ 254 ] {856a3162-1afb-4928-a58b-29eed82c4646} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3189 | 2025.03.03 05:25:56.835166 [ 254 ] {856a3162-1afb-4928-a58b-29eed82c4646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3190 | 2025.03.03 05:25:56.835939 [ 254 ] {856a3162-1afb-4928-a58b-29eed82c4646} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3191 | 2025.03.03 05:25:56.836485 [ 254 ] {856a3162-1afb-4928-a58b-29eed82c4646} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3192 | 2025.03.03 05:25:56.836952 [ 254 ] {856a3162-1afb-4928-a58b-29eed82c4646} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.004998 sec., 29411.764705882353 rows/sec., 1.85 MiB/sec. | ||
| 3193 | 2025.03.03 05:25:56.837038 [ 254 ] {856a3162-1afb-4928-a58b-29eed82c4646} <Debug> TCPHandler: Processed in 0.005332117 sec. | ||
| 3194 | 2025.03.03 05:25:56.837182 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3195 | 2025.03.03 05:25:56.837320 [ 254 ] {f94d3a22-9c28-45c8-9077-0039cd773f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3196 | 2025.03.03 05:25:56.837368 [ 254 ] {f94d3a22-9c28-45c8-9077-0039cd773f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3197 | 2025.03.03 05:25:56.837987 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5170 rows, containing 5 columns (5 merged, 0 gathered) in 0.00646709 sec., 799432.2021187273 rows/sec., 67.64 MiB/sec. | ||
| 3198 | 2025.03.03 05:25:56.838259 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3199 | 2025.03.03 05:25:56.838419 [ 254 ] {f94d3a22-9c28-45c8-9077-0039cd773f14} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3200 | 2025.03.03 05:25:56.838467 [ 254 ] {f94d3a22-9c28-45c8-9077-0039cd773f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3201 | 2025.03.03 05:25:56.838676 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_21_4} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3202 | 2025.03.03 05:25:56.838794 [ 188 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_21_4} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3203 | 2025.03.03 05:25:56.838895 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 3204 | 2025.03.03 05:25:56.838967 [ 254 ] {f94d3a22-9c28-45c8-9077-0039cd773f14} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3205 | 2025.03.03 05:25:56.839241 [ 254 ] {f94d3a22-9c28-45c8-9077-0039cd773f14} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3206 | 2025.03.03 05:25:56.839486 [ 254 ] {f94d3a22-9c28-45c8-9077-0039cd773f14} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002209 sec., 154368.4925305568 rows/sec., 10.30 MiB/sec. | ||
| 3207 | 2025.03.03 05:25:56.839557 [ 254 ] {f94d3a22-9c28-45c8-9077-0039cd773f14} <Debug> TCPHandler: Processed in 0.002446569 sec. | ||
| 3208 | 2025.03.03 05:25:56.839694 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3209 | 2025.03.03 05:25:56.839806 [ 254 ] {09d7fa79-c95f-429d-8962-165ee5992fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3210 | 2025.03.03 05:25:56.839855 [ 254 ] {09d7fa79-c95f-429d-8962-165ee5992fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3211 | 2025.03.03 05:25:56.840476 [ 254 ] {09d7fa79-c95f-429d-8962-165ee5992fc7} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3212 | 2025.03.03 05:25:56.840519 [ 254 ] {09d7fa79-c95f-429d-8962-165ee5992fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3213 | 2025.03.03 05:25:56.840898 [ 254 ] {09d7fa79-c95f-429d-8962-165ee5992fc7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3214 | 2025.03.03 05:25:56.841160 [ 254 ] {09d7fa79-c95f-429d-8962-165ee5992fc7} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3215 | 2025.03.03 05:25:56.841334 [ 141 ] {} <Debug> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3216 | 2025.03.03 05:25:56.841413 [ 141 ] {} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3217 | 2025.03.03 05:25:56.841422 [ 254 ] {09d7fa79-c95f-429d-8962-165ee5992fc7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001623 sec., 69008.00985828711 rows/sec., 3.93 MiB/sec. | ||
| 3218 | 2025.03.03 05:25:56.841451 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3219 | 2025.03.03 05:25:56.841576 [ 254 ] {09d7fa79-c95f-429d-8962-165ee5992fc7} <Debug> TCPHandler: Processed in 0.001925879 sec. | ||
| 3220 | 2025.03.03 05:25:56.841661 [ 194 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::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 | ||
| 3221 | 2025.03.03 05:25:56.841800 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3222 | 2025.03.03 05:25:56.841843 [ 194 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3223 | 2025.03.03 05:25:56.841885 [ 194 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part | ||
| 3224 | 2025.03.03 05:25:56.842057 [ 254 ] {58ce790c-6ed1-44e4-b913-6ef74b3059ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3225 | 2025.03.03 05:25:56.842174 [ 194 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
| 3226 | 2025.03.03 05:25:56.842210 [ 254 ] {58ce790c-6ed1-44e4-b913-6ef74b3059ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3227 | 2025.03.03 05:25:56.842561 [ 194 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
| 3228 | 2025.03.03 05:25:56.842870 [ 194 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
| 3229 | 2025.03.03 05:25:56.843263 [ 194 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part | ||
| 3230 | 2025.03.03 05:25:56.845668 [ 191 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004069732 sec., 137601.19830986412 rows/sec., 8.36 MiB/sec. | ||
| 3231 | 2025.03.03 05:25:56.845682 [ 254 ] {58ce790c-6ed1-44e4-b913-6ef74b3059ad} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3232 | 2025.03.03 05:25:56.845776 [ 254 ] {58ce790c-6ed1-44e4-b913-6ef74b3059ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3233 | 2025.03.03 05:25:56.845923 [ 191 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3234 | 2025.03.03 05:25:56.846443 [ 191 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_9_2} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3235 | 2025.03.03 05:25:56.846590 [ 254 ] {58ce790c-6ed1-44e4-b913-6ef74b3059ad} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3236 | 2025.03.03 05:25:56.846591 [ 191 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_9_2} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3237 | 2025.03.03 05:25:56.846760 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3238 | 2025.03.03 05:25:56.846969 [ 254 ] {58ce790c-6ed1-44e4-b913-6ef74b3059ad} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3239 | 2025.03.03 05:25:56.847139 [ 141 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3240 | 2025.03.03 05:25:56.847204 [ 141 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3241 | 2025.03.03 05:25:56.847238 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3242 | 2025.03.03 05:25:56.847245 [ 254 ] {58ce790c-6ed1-44e4-b913-6ef74b3059ad} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.005299 sec., 165880.3547839215 rows/sec., 12.01 MiB/sec. | ||
| 3243 | 2025.03.03 05:25:56.847471 [ 254 ] {58ce790c-6ed1-44e4-b913-6ef74b3059ad} <Debug> TCPHandler: Processed in 0.005750305 sec. | ||
| 3244 | 2025.03.03 05:25:56.847510 [ 194 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 3245 | 2025.03.03 05:25:56.847677 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3246 | 2025.03.03 05:25:56.847695 [ 194 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3247 | 2025.03.03 05:25:56.847745 [ 194 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 900 rows starting from the beginning of the part | ||
| 3248 | 2025.03.03 05:25:56.847930 [ 254 ] {94fc3d05-53ce-4bed-a512-d6f33dff088b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3249 | 2025.03.03 05:25:56.848043 [ 194 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 424 rows starting from the beginning of the part | ||
| 3250 | 2025.03.03 05:25:56.848093 [ 254 ] {94fc3d05-53ce-4bed-a512-d6f33dff088b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3251 | 2025.03.03 05:25:56.848383 [ 194 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3252 | 2025.03.03 05:25:56.848814 [ 194 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 421 rows starting from the beginning of the part | ||
| 3253 | 2025.03.03 05:25:56.849122 [ 194 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 3254 | 2025.03.03 05:25:56.849476 [ 194 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 879 rows starting from the beginning of the part | ||
| 3255 | 2025.03.03 05:25:56.850749 [ 254 ] {94fc3d05-53ce-4bed-a512-d6f33dff088b} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3256 | 2025.03.03 05:25:56.850843 [ 254 ] {94fc3d05-53ce-4bed-a512-d6f33dff088b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3257 | 2025.03.03 05:25:56.851856 [ 254 ] {94fc3d05-53ce-4bed-a512-d6f33dff088b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3258 | 2025.03.03 05:25:56.852155 [ 254 ] {94fc3d05-53ce-4bed-a512-d6f33dff088b} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3259 | 2025.03.03 05:25:56.852592 [ 254 ] {94fc3d05-53ce-4bed-a512-d6f33dff088b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004746 sec., 1264.2225031605562 rows/sec., 66.05 KiB/sec. | ||
| 3260 | 2025.03.03 05:25:56.852843 [ 254 ] {94fc3d05-53ce-4bed-a512-d6f33dff088b} <Debug> TCPHandler: Processed in 0.005247885 sec. | ||
| 3261 | 2025.03.03 05:25:56.852871 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2752 rows, containing 5 columns (5 merged, 0 gathered) in 0.005553942 sec., 495503.9141568277 rows/sec., 37.75 MiB/sec. | ||
| 3262 | 2025.03.03 05:25:56.853008 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3263 | 2025.03.03 05:25:56.853125 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3264 | 2025.03.03 05:25:56.853178 [ 254 ] {b5abb37f-02f6-4044-b7dd-5c34a723ac15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3265 | 2025.03.03 05:25:56.853270 [ 254 ] {b5abb37f-02f6-4044-b7dd-5c34a723ac15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3266 | 2025.03.03 05:25:56.853759 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_21_4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3267 | 2025.03.03 05:25:56.853884 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_21_4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3268 | 2025.03.03 05:25:56.853970 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3269 | 2025.03.03 05:25:56.854389 [ 254 ] {b5abb37f-02f6-4044-b7dd-5c34a723ac15} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3270 | 2025.03.03 05:25:56.854432 [ 254 ] {b5abb37f-02f6-4044-b7dd-5c34a723ac15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3271 | 2025.03.03 05:25:56.854902 [ 254 ] {b5abb37f-02f6-4044-b7dd-5c34a723ac15} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3272 | 2025.03.03 05:25:56.855145 [ 254 ] {b5abb37f-02f6-4044-b7dd-5c34a723ac15} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3273 | 2025.03.03 05:25:56.855315 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3274 | 2025.03.03 05:25:56.855388 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3275 | 2025.03.03 05:25:56.855409 [ 254 ] {b5abb37f-02f6-4044-b7dd-5c34a723ac15} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002282 sec., 418930.7624890447 rows/sec., 27.83 MiB/sec. | ||
| 3276 | 2025.03.03 05:25:56.855433 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3277 | 2025.03.03 05:25:56.855600 [ 254 ] {b5abb37f-02f6-4044-b7dd-5c34a723ac15} <Debug> TCPHandler: Processed in 0.002654723 sec. | ||
| 3278 | 2025.03.03 05:25:56.855712 [ 189 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 3279 | 2025.03.03 05:25:56.855813 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3280 | 2025.03.03 05:25:56.855896 [ 189 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3281 | 2025.03.03 05:25:56.855983 [ 189 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5556 rows starting from the beginning of the part | ||
| 3282 | 2025.03.03 05:25:56.856062 [ 254 ] {93e4863f-8f9d-4055-8b14-65a339c699e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3283 | 2025.03.03 05:25:56.856138 [ 189 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3284 | 2025.03.03 05:25:56.856170 [ 254 ] {93e4863f-8f9d-4055-8b14-65a339c699e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3285 | 2025.03.03 05:25:56.856642 [ 189 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 3286 | 2025.03.03 05:25:56.857217 [ 189 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 3287 | 2025.03.03 05:25:56.857522 [ 189 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3288 | 2025.03.03 05:25:56.857985 [ 189 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 956 rows starting from the beginning of the part | ||
| 3289 | 2025.03.03 05:25:56.858996 [ 254 ] {93e4863f-8f9d-4055-8b14-65a339c699e9} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3290 | 2025.03.03 05:25:56.859060 [ 254 ] {93e4863f-8f9d-4055-8b14-65a339c699e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3291 | 2025.03.03 05:25:56.859774 [ 254 ] {93e4863f-8f9d-4055-8b14-65a339c699e9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3292 | 2025.03.03 05:25:56.860415 [ 254 ] {93e4863f-8f9d-4055-8b14-65a339c699e9} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3293 | 2025.03.03 05:25:56.861015 [ 254 ] {93e4863f-8f9d-4055-8b14-65a339c699e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00502 sec., 199.20318725099602 rows/sec., 13.42 KiB/sec. | ||
| 3294 | 2025.03.03 05:25:56.861094 [ 254 ] {93e4863f-8f9d-4055-8b14-65a339c699e9} <Debug> TCPHandler: Processed in 0.005357308 sec. | ||
| 3295 | 2025.03.03 05:25:56.861238 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3296 | 2025.03.03 05:25:56.861439 [ 254 ] {7aa134b0-6efa-4d08-b77c-50c7466d6927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3297 | 2025.03.03 05:25:56.861511 [ 254 ] {7aa134b0-6efa-4d08-b77c-50c7466d6927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3298 | 2025.03.03 05:25:56.862893 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7306 rows, containing 5 columns (5 merged, 0 gathered) in 0.007300367 sec., 1000771.6050439655 rows/sec., 67.46 MiB/sec. | ||
| 3299 | 2025.03.03 05:25:56.863469 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3300 | 2025.03.03 05:25:56.864293 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3301 | 2025.03.03 05:25:56.864458 [ 254 ] {7aa134b0-6efa-4d08-b77c-50c7466d6927} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3302 | 2025.03.03 05:25:56.864517 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3303 | 2025.03.03 05:25:56.864526 [ 254 ] {7aa134b0-6efa-4d08-b77c-50c7466d6927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3304 | 2025.03.03 05:25:56.864690 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 3305 | 2025.03.03 05:25:56.865416 [ 254 ] {7aa134b0-6efa-4d08-b77c-50c7466d6927} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3306 | 2025.03.03 05:25:56.865710 [ 254 ] {7aa134b0-6efa-4d08-b77c-50c7466d6927} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3307 | 2025.03.03 05:25:56.865962 [ 254 ] {7aa134b0-6efa-4d08-b77c-50c7466d6927} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004546 sec., 8578.970523537177 rows/sec., 15.37 MiB/sec. | ||
| 3308 | 2025.03.03 05:25:56.866070 [ 254 ] {7aa134b0-6efa-4d08-b77c-50c7466d6927} <Debug> TCPHandler: Processed in 0.004898149 sec. | ||
| 3309 | 2025.03.03 05:25:56.866187 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3310 | 2025.03.03 05:25:56.866290 [ 254 ] {18761294-b0ae-4251-9d36-cc6c1873b091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3311 | 2025.03.03 05:25:56.866338 [ 254 ] {18761294-b0ae-4251-9d36-cc6c1873b091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3312 | 2025.03.03 05:25:56.866796 [ 254 ] {18761294-b0ae-4251-9d36-cc6c1873b091} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2025.03.03 05:25:56.866837 [ 254 ] {18761294-b0ae-4251-9d36-cc6c1873b091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3314 | 2025.03.03 05:25:56.867197 [ 254 ] {18761294-b0ae-4251-9d36-cc6c1873b091} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3315 | 2025.03.03 05:25:56.867438 [ 254 ] {18761294-b0ae-4251-9d36-cc6c1873b091} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2025.03.03 05:25:56.867607 [ 141 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3317 | 2025.03.03 05:25:56.867664 [ 254 ] {18761294-b0ae-4251-9d36-cc6c1873b091} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001395 sec., 24372.759856630826 rows/sec., 1.41 MiB/sec. | ||
| 3318 | 2025.03.03 05:25:56.867681 [ 141 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3319 | 2025.03.03 05:25:56.867772 [ 254 ] {18761294-b0ae-4251-9d36-cc6c1873b091} <Debug> TCPHandler: Processed in 0.001631172 sec. | ||
| 3320 | 2025.03.03 05:25:56.867779 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3321 | 2025.03.03 05:25:56.867951 [ 186 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 3322 | 2025.03.03 05:25:56.868071 [ 186 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3323 | 2025.03.03 05:25:56.868101 [ 186 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 960 rows starting from the beginning of the part | ||
| 3324 | 2025.03.03 05:25:56.868208 [ 186 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 3325 | 2025.03.03 05:25:56.868426 [ 186 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 3326 | 2025.03.03 05:25:56.868551 [ 186 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 3327 | 2025.03.03 05:25:56.868680 [ 186 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3328 | 2025.03.03 05:25:56.868762 [ 186 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 3329 | 2025.03.03 05:25:56.869890 [ 189 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.00198477 sec., 643903.3238108194 rows/sec., 41.95 MiB/sec. | ||
| 3330 | 2025.03.03 05:25:56.870096 [ 189 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3331 | 2025.03.03 05:25:56.870416 [ 189 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_21_4} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3332 | 2025.03.03 05:25:56.870502 [ 189 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_21_4} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3333 | 2025.03.03 05:25:56.870592 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3334 | 2025.03.03 05:25:57.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.86 MiB, peak 178.28 MiB, free memory in arenas 0.00 B, will set to 172.83 MiB (RSS), difference: -1.04 MiB | ||
| 3335 | 2025.03.03 05:26:00.415562 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 486 | ||
| 3336 | 2025.03.03 05:26:00.418968 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3337 | 2025.03.03 05:26:00.419020 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3338 | 2025.03.03 05:26:00.420517 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3339 | 2025.03.03 05:26:00.420821 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3340 | 2025.03.03 05:26:00.421398 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 486 | ||
| 3341 | 2025.03.03 05:26:01.262844 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3342 | 2025.03.03 05:26:01.263089 [ 254 ] {2b9203a0-4065-497e-90a2-6ecda3b8213f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3343 | 2025.03.03 05:26:01.263180 [ 254 ] {2b9203a0-4065-497e-90a2-6ecda3b8213f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3344 | 2025.03.03 05:26:01.264144 [ 254 ] {2b9203a0-4065-497e-90a2-6ecda3b8213f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3345 | 2025.03.03 05:26:01.264187 [ 254 ] {2b9203a0-4065-497e-90a2-6ecda3b8213f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3346 | 2025.03.03 05:26:01.264624 [ 254 ] {2b9203a0-4065-497e-90a2-6ecda3b8213f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3347 | 2025.03.03 05:26:01.264910 [ 254 ] {2b9203a0-4065-497e-90a2-6ecda3b8213f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3348 | 2025.03.03 05:26:01.265111 [ 254 ] {2b9203a0-4065-497e-90a2-6ecda3b8213f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002089 sec., 26807.08472953566 rows/sec., 2.05 MiB/sec. | ||
| 3349 | 2025.03.03 05:26:01.265166 [ 254 ] {2b9203a0-4065-497e-90a2-6ecda3b8213f} <Debug> TCPHandler: Processed in 0.00247927 sec. | ||
| 3350 | 2025.03.03 05:26:01.265301 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3351 | 2025.03.03 05:26:01.265409 [ 254 ] {48e3b7ed-248c-4e62-8683-6b8a453ec6ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3352 | 2025.03.03 05:26:01.265456 [ 254 ] {48e3b7ed-248c-4e62-8683-6b8a453ec6ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3353 | 2025.03.03 05:26:01.266005 [ 254 ] {48e3b7ed-248c-4e62-8683-6b8a453ec6ec} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3354 | 2025.03.03 05:26:01.266044 [ 254 ] {48e3b7ed-248c-4e62-8683-6b8a453ec6ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3355 | 2025.03.03 05:26:01.266399 [ 254 ] {48e3b7ed-248c-4e62-8683-6b8a453ec6ec} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3356 | 2025.03.03 05:26:01.266642 [ 254 ] {48e3b7ed-248c-4e62-8683-6b8a453ec6ec} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3357 | 2025.03.03 05:26:01.266817 [ 254 ] {48e3b7ed-248c-4e62-8683-6b8a453ec6ec} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00143 sec., 44755.244755244756 rows/sec., 3.49 MiB/sec. | ||
| 3358 | 2025.03.03 05:26:01.266870 [ 254 ] {48e3b7ed-248c-4e62-8683-6b8a453ec6ec} <Debug> TCPHandler: Processed in 0.001619992 sec. | ||
| 3359 | 2025.03.03 05:26:01.266991 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3360 | 2025.03.03 05:26:01.267096 [ 254 ] {b31160e8-2e80-49a3-a77f-ebaab50b9d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3361 | 2025.03.03 05:26:01.267145 [ 254 ] {b31160e8-2e80-49a3-a77f-ebaab50b9d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3362 | 2025.03.03 05:26:01.267644 [ 254 ] {b31160e8-2e80-49a3-a77f-ebaab50b9d0c} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3363 | 2025.03.03 05:26:01.267683 [ 254 ] {b31160e8-2e80-49a3-a77f-ebaab50b9d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3364 | 2025.03.03 05:26:01.268057 [ 254 ] {b31160e8-2e80-49a3-a77f-ebaab50b9d0c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3365 | 2025.03.03 05:26:01.268296 [ 254 ] {b31160e8-2e80-49a3-a77f-ebaab50b9d0c} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3366 | 2025.03.03 05:26:01.268469 [ 254 ] {b31160e8-2e80-49a3-a77f-ebaab50b9d0c} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001395 sec., 91756.2724014337 rows/sec., 6.39 MiB/sec. | ||
| 3367 | 2025.03.03 05:26:01.268519 [ 254 ] {b31160e8-2e80-49a3-a77f-ebaab50b9d0c} <Debug> TCPHandler: Processed in 0.001580082 sec. | ||
| 3368 | 2025.03.03 05:26:01.268635 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3369 | 2025.03.03 05:26:01.268741 [ 254 ] {83b61fe9-bf06-42ea-a1ad-78648563582e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3370 | 2025.03.03 05:26:01.268787 [ 254 ] {83b61fe9-bf06-42ea-a1ad-78648563582e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3371 | 2025.03.03 05:26:01.269219 [ 254 ] {83b61fe9-bf06-42ea-a1ad-78648563582e} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3372 | 2025.03.03 05:26:01.269256 [ 254 ] {83b61fe9-bf06-42ea-a1ad-78648563582e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 3373 | 2025.03.03 05:26:01.269605 [ 254 ] {83b61fe9-bf06-42ea-a1ad-78648563582e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3374 | 2025.03.03 05:26:01.269850 [ 254 ] {83b61fe9-bf06-42ea-a1ad-78648563582e} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3375 | 2025.03.03 05:26:01.270020 [ 254 ] {83b61fe9-bf06-42ea-a1ad-78648563582e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001301 sec., 36894.69638739431 rows/sec., 2.49 MiB/sec. | ||
| 3376 | 2025.03.03 05:26:01.270069 [ 254 ] {83b61fe9-bf06-42ea-a1ad-78648563582e} <Debug> TCPHandler: Processed in 0.00148445 sec. | ||
| 3377 | 2025.03.03 05:26:02.886517 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3378 | 2025.03.03 05:26:02.887242 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3379 | 2025.03.03 05:26:02.887290 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3380 | 2025.03.03 05:26:02.887808 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3381 | 2025.03.03 05:26:02.888064 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3382 | 2025.03.03 05:26:02.888350 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3383 | 2025.03.03 05:26:03.306637 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3384 | 2025.03.03 05:26:03.326974 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3385 | 2025.03.03 05:26:03.327024 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3386 | 2025.03.03 05:26:03.334544 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3387 | 2025.03.03 05:26:03.335324 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3388 | 2025.03.03 05:26:03.337856 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3389 | 2025.03.03 05:26:06.264207 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3390 | 2025.03.03 05:26:06.264514 [ 254 ] {6d8da1ed-31c2-4141-9045-cac517c8401a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3391 | 2025.03.03 05:26:06.264627 [ 254 ] {6d8da1ed-31c2-4141-9045-cac517c8401a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3392 | 2025.03.03 05:26:06.265584 [ 254 ] {6d8da1ed-31c2-4141-9045-cac517c8401a} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3393 | 2025.03.03 05:26:06.265625 [ 254 ] {6d8da1ed-31c2-4141-9045-cac517c8401a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3394 | 2025.03.03 05:26:06.266092 [ 254 ] {6d8da1ed-31c2-4141-9045-cac517c8401a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3395 | 2025.03.03 05:26:06.266357 [ 254 ] {6d8da1ed-31c2-4141-9045-cac517c8401a} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3396 | 2025.03.03 05:26:06.266577 [ 254 ] {6d8da1ed-31c2-4141-9045-cac517c8401a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002148 sec., 26070.763500931098 rows/sec., 1.99 MiB/sec. | ||
| 3397 | 2025.03.03 05:26:06.266633 [ 254 ] {6d8da1ed-31c2-4141-9045-cac517c8401a} <Debug> TCPHandler: Processed in 0.002619023 sec. | ||
| 3398 | 2025.03.03 05:26:06.266757 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3399 | 2025.03.03 05:26:06.266865 [ 254 ] {9d2a9b25-7111-4f62-8472-bf998aaf9cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3400 | 2025.03.03 05:26:06.266913 [ 254 ] {9d2a9b25-7111-4f62-8472-bf998aaf9cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3401 | 2025.03.03 05:26:06.267449 [ 254 ] {9d2a9b25-7111-4f62-8472-bf998aaf9cf7} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3402 | 2025.03.03 05:26:06.267489 [ 254 ] {9d2a9b25-7111-4f62-8472-bf998aaf9cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3403 | 2025.03.03 05:26:06.267843 [ 254 ] {9d2a9b25-7111-4f62-8472-bf998aaf9cf7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3404 | 2025.03.03 05:26:06.268094 [ 254 ] {9d2a9b25-7111-4f62-8472-bf998aaf9cf7} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3405 | 2025.03.03 05:26:06.268275 [ 254 ] {9d2a9b25-7111-4f62-8472-bf998aaf9cf7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001432 sec., 44692.7374301676 rows/sec., 3.49 MiB/sec. | ||
| 3406 | 2025.03.03 05:26:06.268328 [ 254 ] {9d2a9b25-7111-4f62-8472-bf998aaf9cf7} <Debug> TCPHandler: Processed in 0.001620942 sec. | ||
| 3407 | 2025.03.03 05:26:06.268445 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3408 | 2025.03.03 05:26:06.268551 [ 254 ] {9468435d-6bf3-48e1-a6fe-a8e717e9e533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3409 | 2025.03.03 05:26:06.268601 [ 254 ] {9468435d-6bf3-48e1-a6fe-a8e717e9e533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3410 | 2025.03.03 05:26:06.269116 [ 254 ] {9468435d-6bf3-48e1-a6fe-a8e717e9e533} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3411 | 2025.03.03 05:26:06.269154 [ 254 ] {9468435d-6bf3-48e1-a6fe-a8e717e9e533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3412 | 2025.03.03 05:26:06.269547 [ 254 ] {9468435d-6bf3-48e1-a6fe-a8e717e9e533} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3413 | 2025.03.03 05:26:06.269795 [ 254 ] {9468435d-6bf3-48e1-a6fe-a8e717e9e533} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3414 | 2025.03.03 05:26:06.269979 [ 254 ] {9468435d-6bf3-48e1-a6fe-a8e717e9e533} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001451 sec., 110268.78015161958 rows/sec., 7.68 MiB/sec. | ||
| 3415 | 2025.03.03 05:26:06.270030 [ 254 ] {9468435d-6bf3-48e1-a6fe-a8e717e9e533} <Debug> TCPHandler: Processed in 0.001637023 sec. | ||
| 3416 | 2025.03.03 05:26:06.270138 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3417 | 2025.03.03 05:26:06.270242 [ 254 ] {76204faa-460d-4e12-a1fb-22fac6e0a13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3418 | 2025.03.03 05:26:06.270290 [ 254 ] {76204faa-460d-4e12-a1fb-22fac6e0a13d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3419 | 2025.03.03 05:26:06.270728 [ 254 ] {76204faa-460d-4e12-a1fb-22fac6e0a13d} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3420 | 2025.03.03 05:26:06.270766 [ 254 ] {76204faa-460d-4e12-a1fb-22fac6e0a13d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3421 | 2025.03.03 05:26:06.271131 [ 254 ] {76204faa-460d-4e12-a1fb-22fac6e0a13d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3422 | 2025.03.03 05:26:06.271364 [ 254 ] {76204faa-460d-4e12-a1fb-22fac6e0a13d} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3423 | 2025.03.03 05:26:06.271540 [ 254 ] {76204faa-460d-4e12-a1fb-22fac6e0a13d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec. | ||
| 3424 | 2025.03.03 05:26:06.271590 [ 254 ] {76204faa-460d-4e12-a1fb-22fac6e0a13d} <Debug> TCPHandler: Processed in 0.001501431 sec. | ||
| 3425 | 2025.03.03 05:26:07.701236 [ 123 ] {} <Debug> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3426 | 2025.03.03 05:26:07.701327 [ 123 ] {} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3427 | 2025.03.03 05:26:07.701354 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3428 | 2025.03.03 05:26:07.701593 [ 186 ] {a403205d-57fc-4123-9b07-7eafa0c39837::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 | ||
| 3429 | 2025.03.03 05:26:07.701775 [ 186 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3430 | 2025.03.03 05:26:07.701813 [ 186 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3431 | 2025.03.03 05:26:07.701895 [ 186 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3432 | 2025.03.03 05:26:07.701990 [ 186 ] {a403205d-57fc-4123-9b07-7eafa0c39837::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 | ||
| 3433 | 2025.03.03 05:26:07.702272 [ 186 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3434 | 2025.03.03 05:26:07.702498 [ 186 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3435 | 2025.03.03 05:26:07.703638 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.002195974 sec., 4553.787977453285 rows/sec., 305.07 KiB/sec. | ||
| 3436 | 2025.03.03 05:26:07.703883 [ 196 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3437 | 2025.03.03 05:26:07.704269 [ 196 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_9_2} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3438 | 2025.03.03 05:26:07.704362 [ 196 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_9_2} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3439 | 2025.03.03 05:26:07.704467 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3440 | 2025.03.03 05:26:10.276427 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3441 | 2025.03.03 05:26:10.276484 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3442 | 2025.03.03 05:26:10.388452 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3443 | 2025.03.03 05:26:10.389202 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3444 | 2025.03.03 05:26:10.389245 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3445 | 2025.03.03 05:26:10.389825 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3446 | 2025.03.03 05:26:10.390092 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3447 | 2025.03.03 05:26:10.390248 [ 121 ] {} <Debug> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3448 | 2025.03.03 05:26:10.390280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3449 | 2025.03.03 05:26:10.390294 [ 121 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3450 | 2025.03.03 05:26:10.390319 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3451 | 2025.03.03 05:26:10.390423 [ 189 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 3452 | 2025.03.03 05:26:10.390516 [ 189 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3453 | 2025.03.03 05:26:10.390548 [ 189 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 3454 | 2025.03.03 05:26:10.390609 [ 189 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 3455 | 2025.03.03 05:26:10.390838 [ 189 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 3456 | 2025.03.03 05:26:10.391062 [ 189 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 3457 | 2025.03.03 05:26:10.391153 [ 189 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 3458 | 2025.03.03 05:26:10.391330 [ 189 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 3459 | 2025.03.03 05:26:10.393215 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002838817 sec., 2600026.7012632373 rows/sec., 37.19 MiB/sec. | ||
| 3460 | 2025.03.03 05:26:10.394068 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3461 | 2025.03.03 05:26:10.394392 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_16_3} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3462 | 2025.03.03 05:26:10.394484 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_16_3} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3463 | 2025.03.03 05:26:10.394597 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3464 | 2025.03.03 05:26:10.421677 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 502 | ||
| 3465 | 2025.03.03 05:26:10.424528 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3466 | 2025.03.03 05:26:10.424572 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3467 | 2025.03.03 05:26:10.425994 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3468 | 2025.03.03 05:26:10.426289 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3469 | 2025.03.03 05:26:10.426469 [ 120 ] {} <Debug> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3470 | 2025.03.03 05:26:10.426540 [ 120 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3471 | 2025.03.03 05:26:10.426584 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3472 | 2025.03.03 05:26:10.427342 [ 189 ] {9d439606-5653-4635-9a38-15e6c6a98f66::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 | ||
| 3473 | 2025.03.03 05:26:10.428070 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 3474 | 2025.03.03 05:26:10.428519 [ 189 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3475 | 2025.03.03 05:26:10.428671 [ 189 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 322 rows starting from the beginning of the part | ||
| 3476 | 2025.03.03 05:26:10.429286 [ 189 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 3477 | 2025.03.03 05:26:10.429953 [ 189 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
| 3478 | 2025.03.03 05:26:10.430578 [ 189 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 3479 | 2025.03.03 05:26:10.431190 [ 189 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part | ||
| 3480 | 2025.03.03 05:26:10.431779 [ 189 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 3481 | 2025.03.03 05:26:10.439398 [ 189 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 72 columns (72 merged, 0 gathered) in 0.012670084 sec., 39620.88964840328 rows/sec., 36.18 MiB/sec. | ||
| 3482 | 2025.03.03 05:26:10.440712 [ 187 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3483 | 2025.03.03 05:26:10.441573 [ 187 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_11_2} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3484 | 2025.03.03 05:26:10.441681 [ 187 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_11_2} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3485 | 2025.03.03 05:26:10.442023 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 3486 | 2025.03.03 05:26:10.837905 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3487 | 2025.03.03 05:26:10.858382 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3488 | 2025.03.03 05:26:10.858437 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3489 | 2025.03.03 05:26:10.865994 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3490 | 2025.03.03 05:26:10.866752 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3491 | 2025.03.03 05:26:10.867181 [ 120 ] {} <Debug> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3492 | 2025.03.03 05:26:10.867369 [ 120 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3493 | 2025.03.03 05:26:10.867436 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3494 | 2025.03.03 05:26:10.867856 [ 192 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 3495 | 2025.03.03 05:26:10.880962 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3496 | 2025.03.03 05:26:10.882708 [ 192 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3497 | 2025.03.03 05:26:10.883875 [ 192 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 3498 | 2025.03.03 05:26:10.889150 [ 192 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 3499 | 2025.03.03 05:26:10.894459 [ 192 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 3500 | 2025.03.03 05:26:10.899645 [ 192 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 3501 | 2025.03.03 05:26:10.905059 [ 192 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3502 | 2025.03.03 05:26:10.909511 [ 192 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3503 | 2025.03.03 05:26:10.965934 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.098349222 sec., 1230.3096815549798 rows/sec., 6.36 MiB/sec. | ||
| 3504 | 2025.03.03 05:26:10.968489 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3505 | 2025.03.03 05:26:10.971327 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_16_3} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3506 | 2025.03.03 05:26:10.971422 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_16_3} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3507 | 2025.03.03 05:26:10.973749 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.54 MiB. | ||
| 3508 | 2025.03.03 05:26:11.000213 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.91 MiB, peak 184.88 MiB, free memory in arenas 0.00 B, will set to 176.75 MiB (RSS), difference: 1.84 MiB | ||
| 3509 | 2025.03.03 05:26:11.001520 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00101879 sec. | ||
| 3510 | 2025.03.03 05:26:11.271758 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3511 | 2025.03.03 05:26:11.272073 [ 254 ] {6b4212d1-d629-46ec-abd8-1b5972a817cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3512 | 2025.03.03 05:26:11.272192 [ 254 ] {6b4212d1-d629-46ec-abd8-1b5972a817cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3513 | 2025.03.03 05:26:11.273081 [ 254 ] {6b4212d1-d629-46ec-abd8-1b5972a817cc} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3514 | 2025.03.03 05:26:11.273123 [ 254 ] {6b4212d1-d629-46ec-abd8-1b5972a817cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3515 | 2025.03.03 05:26:11.273584 [ 254 ] {6b4212d1-d629-46ec-abd8-1b5972a817cc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3516 | 2025.03.03 05:26:11.273850 [ 254 ] {6b4212d1-d629-46ec-abd8-1b5972a817cc} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3517 | 2025.03.03 05:26:11.274106 [ 254 ] {6b4212d1-d629-46ec-abd8-1b5972a817cc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002095 sec., 101193.31742243437 rows/sec., 6.44 MiB/sec. | ||
| 3518 | 2025.03.03 05:26:11.274409 [ 254 ] {6b4212d1-d629-46ec-abd8-1b5972a817cc} <Debug> TCPHandler: Processed in 0.002826907 sec. | ||
| 3519 | 2025.03.03 05:26:11.274736 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3520 | 2025.03.03 05:26:11.274857 [ 254 ] {0a542f9b-0936-4f3a-8e51-71bf61155520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3521 | 2025.03.03 05:26:11.274907 [ 254 ] {0a542f9b-0936-4f3a-8e51-71bf61155520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3522 | 2025.03.03 05:26:11.275830 [ 254 ] {0a542f9b-0936-4f3a-8e51-71bf61155520} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3523 | 2025.03.03 05:26:11.275871 [ 254 ] {0a542f9b-0936-4f3a-8e51-71bf61155520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3524 | 2025.03.03 05:26:11.276284 [ 254 ] {0a542f9b-0936-4f3a-8e51-71bf61155520} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3525 | 2025.03.03 05:26:11.276527 [ 254 ] {0a542f9b-0936-4f3a-8e51-71bf61155520} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3526 | 2025.03.03 05:26:11.276708 [ 254 ] {0a542f9b-0936-4f3a-8e51-71bf61155520} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001873 sec., 371062.4666310731 rows/sec., 29.60 MiB/sec. | ||
| 3527 | 2025.03.03 05:26:11.276761 [ 254 ] {0a542f9b-0936-4f3a-8e51-71bf61155520} <Debug> TCPHandler: Processed in 0.002126822 sec. | ||
| 3528 | 2025.03.03 05:26:11.276882 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3529 | 2025.03.03 05:26:11.276987 [ 254 ] {a55469ac-47e9-4922-853b-172adc4231ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3530 | 2025.03.03 05:26:11.277033 [ 254 ] {a55469ac-47e9-4922-853b-172adc4231ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3531 | 2025.03.03 05:26:11.277611 [ 254 ] {a55469ac-47e9-4922-853b-172adc4231ac} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3532 | 2025.03.03 05:26:11.277648 [ 254 ] {a55469ac-47e9-4922-853b-172adc4231ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3533 | 2025.03.03 05:26:11.278014 [ 254 ] {a55469ac-47e9-4922-853b-172adc4231ac} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3534 | 2025.03.03 05:26:11.278256 [ 254 ] {a55469ac-47e9-4922-853b-172adc4231ac} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3535 | 2025.03.03 05:26:11.278461 [ 254 ] {a55469ac-47e9-4922-853b-172adc4231ac} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001489 sec., 97380.79247817326 rows/sec., 6.11 MiB/sec. | ||
| 3536 | 2025.03.03 05:26:11.278552 [ 254 ] {a55469ac-47e9-4922-853b-172adc4231ac} <Debug> TCPHandler: Processed in 0.001718364 sec. | ||
| 3537 | 2025.03.03 05:26:11.278670 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3538 | 2025.03.03 05:26:11.278776 [ 254 ] {b700360a-c06e-4c36-a9c1-b8ecc3aec9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3539 | 2025.03.03 05:26:11.278822 [ 254 ] {b700360a-c06e-4c36-a9c1-b8ecc3aec9b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3540 | 2025.03.03 05:26:11.279386 [ 254 ] {b700360a-c06e-4c36-a9c1-b8ecc3aec9b3} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3541 | 2025.03.03 05:26:11.279424 [ 254 ] {b700360a-c06e-4c36-a9c1-b8ecc3aec9b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3542 | 2025.03.03 05:26:11.279770 [ 254 ] {b700360a-c06e-4c36-a9c1-b8ecc3aec9b3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3543 | 2025.03.03 05:26:11.280008 [ 254 ] {b700360a-c06e-4c36-a9c1-b8ecc3aec9b3} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3544 | 2025.03.03 05:26:11.280242 [ 254 ] {b700360a-c06e-4c36-a9c1-b8ecc3aec9b3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001477 sec., 76506.43195666892 rows/sec., 4.95 MiB/sec. | ||
| 3545 | 2025.03.03 05:26:11.280470 [ 254 ] {b700360a-c06e-4c36-a9c1-b8ecc3aec9b3} <Debug> TCPHandler: Processed in 0.001848707 sec. | ||
| 3546 | 2025.03.03 05:26:11.280615 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3547 | 2025.03.03 05:26:11.280717 [ 254 ] {f53d4ed6-2c3e-4eab-aec1-cc13279d4b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3548 | 2025.03.03 05:26:11.280762 [ 254 ] {f53d4ed6-2c3e-4eab-aec1-cc13279d4b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3549 | 2025.03.03 05:26:11.281355 [ 254 ] {f53d4ed6-2c3e-4eab-aec1-cc13279d4b5a} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3550 | 2025.03.03 05:26:11.281393 [ 254 ] {f53d4ed6-2c3e-4eab-aec1-cc13279d4b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3551 | 2025.03.03 05:26:11.281733 [ 254 ] {f53d4ed6-2c3e-4eab-aec1-cc13279d4b5a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3552 | 2025.03.03 05:26:11.281974 [ 254 ] {f53d4ed6-2c3e-4eab-aec1-cc13279d4b5a} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3553 | 2025.03.03 05:26:11.282145 [ 254 ] {f53d4ed6-2c3e-4eab-aec1-cc13279d4b5a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00145 sec., 77241.37931034483 rows/sec., 4.40 MiB/sec. | ||
| 3554 | 2025.03.03 05:26:11.282197 [ 254 ] {f53d4ed6-2c3e-4eab-aec1-cc13279d4b5a} <Debug> TCPHandler: Processed in 0.001632132 sec. | ||
| 3555 | 2025.03.03 05:26:11.282315 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3556 | 2025.03.03 05:26:11.282420 [ 254 ] {efaff3bb-ce1d-483c-a182-6d0f9b2a3782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3557 | 2025.03.03 05:26:11.282466 [ 254 ] {efaff3bb-ce1d-483c-a182-6d0f9b2a3782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3558 | 2025.03.03 05:26:11.283137 [ 254 ] {efaff3bb-ce1d-483c-a182-6d0f9b2a3782} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3559 | 2025.03.03 05:26:11.283175 [ 254 ] {efaff3bb-ce1d-483c-a182-6d0f9b2a3782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3560 | 2025.03.03 05:26:11.283538 [ 254 ] {efaff3bb-ce1d-483c-a182-6d0f9b2a3782} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3561 | 2025.03.03 05:26:11.283784 [ 254 ] {efaff3bb-ce1d-483c-a182-6d0f9b2a3782} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3562 | 2025.03.03 05:26:11.283962 [ 254 ] {efaff3bb-ce1d-483c-a182-6d0f9b2a3782} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001562 sec., 269526.2483994878 rows/sec., 19.20 MiB/sec. | ||
| 3563 | 2025.03.03 05:26:11.284014 [ 254 ] {efaff3bb-ce1d-483c-a182-6d0f9b2a3782} <Debug> TCPHandler: Processed in 0.001749175 sec. | ||
| 3564 | 2025.03.03 05:26:11.284129 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3565 | 2025.03.03 05:26:11.284234 [ 254 ] {5d11b50d-a013-4327-a41f-b5560967a9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3566 | 2025.03.03 05:26:11.284280 [ 254 ] {5d11b50d-a013-4327-a41f-b5560967a9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3567 | 2025.03.03 05:26:11.284711 [ 254 ] {5d11b50d-a013-4327-a41f-b5560967a9aa} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3568 | 2025.03.03 05:26:11.284748 [ 254 ] {5d11b50d-a013-4327-a41f-b5560967a9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3569 | 2025.03.03 05:26:11.285122 [ 254 ] {5d11b50d-a013-4327-a41f-b5560967a9aa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3570 | 2025.03.03 05:26:11.285354 [ 254 ] {5d11b50d-a013-4327-a41f-b5560967a9aa} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3571 | 2025.03.03 05:26:11.285567 [ 254 ] {5d11b50d-a013-4327-a41f-b5560967a9aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 231.86 KiB/sec. | ||
| 3572 | 2025.03.03 05:26:11.285675 [ 254 ] {5d11b50d-a013-4327-a41f-b5560967a9aa} <Debug> TCPHandler: Processed in 0.001595662 sec. | ||
| 3573 | 2025.03.03 05:26:11.285802 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3574 | 2025.03.03 05:26:11.285908 [ 254 ] {0269fa80-3f83-4e3b-9d12-494b9adc72c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3575 | 2025.03.03 05:26:11.285956 [ 254 ] {0269fa80-3f83-4e3b-9d12-494b9adc72c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3576 | 2025.03.03 05:26:11.286477 [ 254 ] {0269fa80-3f83-4e3b-9d12-494b9adc72c6} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3577 | 2025.03.03 05:26:11.286514 [ 254 ] {0269fa80-3f83-4e3b-9d12-494b9adc72c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3578 | 2025.03.03 05:26:11.286893 [ 254 ] {0269fa80-3f83-4e3b-9d12-494b9adc72c6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3579 | 2025.03.03 05:26:11.287123 [ 254 ] {0269fa80-3f83-4e3b-9d12-494b9adc72c6} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2025.03.03 05:26:11.287334 [ 254 ] {0269fa80-3f83-4e3b-9d12-494b9adc72c6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001448 sec., 163674.03314917127 rows/sec., 10.97 MiB/sec. | ||
| 3581 | 2025.03.03 05:26:11.287387 [ 254 ] {0269fa80-3f83-4e3b-9d12-494b9adc72c6} <Debug> TCPHandler: Processed in 0.001637222 sec. | ||
| 3582 | 2025.03.03 05:26:11.287504 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3583 | 2025.03.03 05:26:11.287608 [ 254 ] {203bcf91-531c-4d88-a037-124a53628618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3584 | 2025.03.03 05:26:11.287655 [ 254 ] {203bcf91-531c-4d88-a037-124a53628618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3585 | 2025.03.03 05:26:11.288171 [ 254 ] {203bcf91-531c-4d88-a037-124a53628618} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3586 | 2025.03.03 05:26:11.288209 [ 254 ] {203bcf91-531c-4d88-a037-124a53628618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3587 | 2025.03.03 05:26:11.288543 [ 254 ] {203bcf91-531c-4d88-a037-124a53628618} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3588 | 2025.03.03 05:26:11.288796 [ 254 ] {203bcf91-531c-4d88-a037-124a53628618} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3589 | 2025.03.03 05:26:11.289000 [ 254 ] {203bcf91-531c-4d88-a037-124a53628618} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 3590 | 2025.03.03 05:26:11.289051 [ 254 ] {203bcf91-531c-4d88-a037-124a53628618} <Debug> TCPHandler: Processed in 0.001597112 sec. | ||
| 3591 | 2025.03.03 05:26:11.289171 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3592 | 2025.03.03 05:26:11.289276 [ 254 ] {fb8cf92e-f38b-4ff0-8cb2-052829568159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3593 | 2025.03.03 05:26:11.289343 [ 254 ] {fb8cf92e-f38b-4ff0-8cb2-052829568159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3594 | 2025.03.03 05:26:11.290497 [ 254 ] {fb8cf92e-f38b-4ff0-8cb2-052829568159} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3595 | 2025.03.03 05:26:11.290536 [ 254 ] {fb8cf92e-f38b-4ff0-8cb2-052829568159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3596 | 2025.03.03 05:26:11.291192 [ 254 ] {fb8cf92e-f38b-4ff0-8cb2-052829568159} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3597 | 2025.03.03 05:26:11.291449 [ 254 ] {fb8cf92e-f38b-4ff0-8cb2-052829568159} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3598 | 2025.03.03 05:26:11.291758 [ 254 ] {fb8cf92e-f38b-4ff0-8cb2-052829568159} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002498 sec., 15612.489991993596 rows/sec., 27.98 MiB/sec. | ||
| 3599 | 2025.03.03 05:26:11.292198 [ 254 ] {fb8cf92e-f38b-4ff0-8cb2-052829568159} <Debug> TCPHandler: Processed in 0.003076472 sec. | ||
| 3600 | 2025.03.03 05:26:11.292318 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3601 | 2025.03.03 05:26:11.292421 [ 254 ] {8bac28b2-3e36-40f8-bb67-3883c0c5f717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3602 | 2025.03.03 05:26:11.292469 [ 254 ] {8bac28b2-3e36-40f8-bb67-3883c0c5f717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3603 | 2025.03.03 05:26:11.292917 [ 254 ] {8bac28b2-3e36-40f8-bb67-3883c0c5f717} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3604 | 2025.03.03 05:26:11.292957 [ 254 ] {8bac28b2-3e36-40f8-bb67-3883c0c5f717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3605 | 2025.03.03 05:26:11.293312 [ 254 ] {8bac28b2-3e36-40f8-bb67-3883c0c5f717} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3606 | 2025.03.03 05:26:11.293552 [ 254 ] {8bac28b2-3e36-40f8-bb67-3883c0c5f717} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3607 | 2025.03.03 05:26:11.293848 [ 254 ] {8bac28b2-3e36-40f8-bb67-3883c0c5f717} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001433 sec., 57222.60990928123 rows/sec., 3.63 MiB/sec. | ||
| 3608 | 2025.03.03 05:26:11.294170 [ 254 ] {8bac28b2-3e36-40f8-bb67-3883c0c5f717} <Debug> TCPHandler: Processed in 0.001895778 sec. | ||
| 3609 | 2025.03.03 05:26:16.264088 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3610 | 2025.03.03 05:26:16.264316 [ 254 ] {1766c059-25e9-4d95-b203-f6ce577e57ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3611 | 2025.03.03 05:26:16.264389 [ 254 ] {1766c059-25e9-4d95-b203-f6ce577e57ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3612 | 2025.03.03 05:26:16.265178 [ 254 ] {1766c059-25e9-4d95-b203-f6ce577e57ce} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3613 | 2025.03.03 05:26:16.265228 [ 254 ] {1766c059-25e9-4d95-b203-f6ce577e57ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3614 | 2025.03.03 05:26:16.265659 [ 254 ] {1766c059-25e9-4d95-b203-f6ce577e57ce} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3615 | 2025.03.03 05:26:16.265942 [ 254 ] {1766c059-25e9-4d95-b203-f6ce577e57ce} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2025.03.03 05:26:16.266206 [ 254 ] {1766c059-25e9-4d95-b203-f6ce577e57ce} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.19 MiB/sec. | ||
| 3617 | 2025.03.03 05:26:16.266263 [ 254 ] {1766c059-25e9-4d95-b203-f6ce577e57ce} <Debug> TCPHandler: Processed in 0.002322067 sec. | ||
| 3618 | 2025.03.03 05:26:16.266394 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3619 | 2025.03.03 05:26:16.266499 [ 254 ] {6a4d06f2-aee0-4c57-9a55-0f852803ad54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3620 | 2025.03.03 05:26:16.266545 [ 254 ] {6a4d06f2-aee0-4c57-9a55-0f852803ad54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3621 | 2025.03.03 05:26:16.267098 [ 254 ] {6a4d06f2-aee0-4c57-9a55-0f852803ad54} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2025.03.03 05:26:16.267138 [ 254 ] {6a4d06f2-aee0-4c57-9a55-0f852803ad54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3623 | 2025.03.03 05:26:16.267487 [ 254 ] {6a4d06f2-aee0-4c57-9a55-0f852803ad54} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3624 | 2025.03.03 05:26:16.267729 [ 254 ] {6a4d06f2-aee0-4c57-9a55-0f852803ad54} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3625 | 2025.03.03 05:26:16.267942 [ 254 ] {6a4d06f2-aee0-4c57-9a55-0f852803ad54} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001452 sec., 44077.134986225894 rows/sec., 3.44 MiB/sec. | ||
| 3626 | 2025.03.03 05:26:16.268045 [ 254 ] {6a4d06f2-aee0-4c57-9a55-0f852803ad54} <Debug> TCPHandler: Processed in 0.001698083 sec. | ||
| 3627 | 2025.03.03 05:26:16.268268 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3628 | 2025.03.03 05:26:16.268374 [ 254 ] {0397fc42-154c-4fbc-b611-9eab03fad6b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3629 | 2025.03.03 05:26:16.268426 [ 254 ] {0397fc42-154c-4fbc-b611-9eab03fad6b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3630 | 2025.03.03 05:26:16.268980 [ 254 ] {0397fc42-154c-4fbc-b611-9eab03fad6b2} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3631 | 2025.03.03 05:26:16.269018 [ 254 ] {0397fc42-154c-4fbc-b611-9eab03fad6b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3632 | 2025.03.03 05:26:16.269391 [ 254 ] {0397fc42-154c-4fbc-b611-9eab03fad6b2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3633 | 2025.03.03 05:26:16.269628 [ 254 ] {0397fc42-154c-4fbc-b611-9eab03fad6b2} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3634 | 2025.03.03 05:26:16.269815 [ 254 ] {0397fc42-154c-4fbc-b611-9eab03fad6b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001463 sec., 109364.31989063567 rows/sec., 7.62 MiB/sec. | ||
| 3635 | 2025.03.03 05:26:16.269866 [ 254 ] {0397fc42-154c-4fbc-b611-9eab03fad6b2} <Debug> TCPHandler: Processed in 0.001681034 sec. | ||
| 3636 | 2025.03.03 05:26:16.269985 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3637 | 2025.03.03 05:26:16.270091 [ 254 ] {cd4e4b3c-aa8f-4a8e-bf5e-a9f613dc5b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3638 | 2025.03.03 05:26:16.270140 [ 254 ] {cd4e4b3c-aa8f-4a8e-bf5e-a9f613dc5b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3639 | 2025.03.03 05:26:16.270577 [ 254 ] {cd4e4b3c-aa8f-4a8e-bf5e-a9f613dc5b49} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3640 | 2025.03.03 05:26:16.270616 [ 254 ] {cd4e4b3c-aa8f-4a8e-bf5e-a9f613dc5b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3641 | 2025.03.03 05:26:16.270962 [ 254 ] {cd4e4b3c-aa8f-4a8e-bf5e-a9f613dc5b49} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3642 | 2025.03.03 05:26:16.271194 [ 254 ] {cd4e4b3c-aa8f-4a8e-bf5e-a9f613dc5b49} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3643 | 2025.03.03 05:26:16.271373 [ 254 ] {cd4e4b3c-aa8f-4a8e-bf5e-a9f613dc5b49} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec. | ||
| 3644 | 2025.03.03 05:26:16.271422 [ 254 ] {cd4e4b3c-aa8f-4a8e-bf5e-a9f613dc5b49} <Debug> TCPHandler: Processed in 0.00148727 sec. | ||
| 3645 | 2025.03.03 05:26:17.891392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3646 | 2025.03.03 05:26:17.892046 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3647 | 2025.03.03 05:26:17.892087 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3648 | 2025.03.03 05:26:17.892669 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3649 | 2025.03.03 05:26:17.892918 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3650 | 2025.03.03 05:26:17.893173 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3651 | 2025.03.03 05:26:18.381032 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3652 | 2025.03.03 05:26:18.400044 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3653 | 2025.03.03 05:26:18.400108 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3654 | 2025.03.03 05:26:18.407354 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3655 | 2025.03.03 05:26:18.408140 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3656 | 2025.03.03 05:26:18.411427 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3657 | 2025.03.03 05:26:20.428225 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 532 | ||
| 3658 | 2025.03.03 05:26:20.431226 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3659 | 2025.03.03 05:26:20.431276 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3660 | 2025.03.03 05:26:20.432754 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3661 | 2025.03.03 05:26:20.433073 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3662 | 2025.03.03 05:26:20.434408 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 532 | ||
| 3663 | 2025.03.03 05:26:21.272944 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3664 | 2025.03.03 05:26:21.273156 [ 254 ] {a6aac59f-cf2a-46c2-a967-6c7fd557ada2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3665 | 2025.03.03 05:26:21.273236 [ 254 ] {a6aac59f-cf2a-46c2-a967-6c7fd557ada2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3666 | 2025.03.03 05:26:21.274106 [ 254 ] {a6aac59f-cf2a-46c2-a967-6c7fd557ada2} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3667 | 2025.03.03 05:26:21.274153 [ 254 ] {a6aac59f-cf2a-46c2-a967-6c7fd557ada2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3668 | 2025.03.03 05:26:21.274590 [ 254 ] {a6aac59f-cf2a-46c2-a967-6c7fd557ada2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3669 | 2025.03.03 05:26:21.274838 [ 254 ] {a6aac59f-cf2a-46c2-a967-6c7fd557ada2} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3670 | 2025.03.03 05:26:21.275101 [ 254 ] {a6aac59f-cf2a-46c2-a967-6c7fd557ada2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002001 sec., 105947.02648675661 rows/sec., 6.74 MiB/sec. | ||
| 3671 | 2025.03.03 05:26:21.275159 [ 254 ] {a6aac59f-cf2a-46c2-a967-6c7fd557ada2} <Debug> TCPHandler: Processed in 0.002352847 sec. | ||
| 3672 | 2025.03.03 05:26:21.275291 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3673 | 2025.03.03 05:26:21.275399 [ 254 ] {5aba3608-e4e0-4c69-be1d-27c1fef4a3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3674 | 2025.03.03 05:26:21.275445 [ 254 ] {5aba3608-e4e0-4c69-be1d-27c1fef4a3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3675 | 2025.03.03 05:26:21.276307 [ 254 ] {5aba3608-e4e0-4c69-be1d-27c1fef4a3ed} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3676 | 2025.03.03 05:26:21.276347 [ 254 ] {5aba3608-e4e0-4c69-be1d-27c1fef4a3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3677 | 2025.03.03 05:26:21.276765 [ 254 ] {5aba3608-e4e0-4c69-be1d-27c1fef4a3ed} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3678 | 2025.03.03 05:26:21.277003 [ 254 ] {5aba3608-e4e0-4c69-be1d-27c1fef4a3ed} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3679 | 2025.03.03 05:26:21.277212 [ 108 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3680 | 2025.03.03 05:26:21.277252 [ 108 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3681 | 2025.03.03 05:26:21.277263 [ 254 ] {5aba3608-e4e0-4c69-be1d-27c1fef4a3ed} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001882 sec., 369287.9914984059 rows/sec., 29.46 MiB/sec. | ||
| 3682 | 2025.03.03 05:26:21.277277 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3683 | 2025.03.03 05:26:21.277357 [ 254 ] {5aba3608-e4e0-4c69-be1d-27c1fef4a3ed} <Debug> TCPHandler: Processed in 0.002117093 sec. | ||
| 3684 | 2025.03.03 05:26:21.277776 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 3685 | 2025.03.03 05:26:21.277819 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3686 | 2025.03.03 05:26:21.278094 [ 254 ] {99be21fa-2652-43ed-a1bb-7dd2269c8e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3687 | 2025.03.03 05:26:21.278154 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3688 | 2025.03.03 05:26:21.278174 [ 254 ] {99be21fa-2652-43ed-a1bb-7dd2269c8e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3689 | 2025.03.03 05:26:21.278245 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1843 rows starting from the beginning of the part | ||
| 3690 | 2025.03.03 05:26:21.278591 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3691 | 2025.03.03 05:26:21.279010 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 3692 | 2025.03.03 05:26:21.279447 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 695 rows starting from the beginning of the part | ||
| 3693 | 2025.03.03 05:26:21.279805 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3694 | 2025.03.03 05:26:21.280069 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 695 rows starting from the beginning of the part | ||
| 3695 | 2025.03.03 05:26:21.281097 [ 254 ] {99be21fa-2652-43ed-a1bb-7dd2269c8e94} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3696 | 2025.03.03 05:26:21.281168 [ 254 ] {99be21fa-2652-43ed-a1bb-7dd2269c8e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3697 | 2025.03.03 05:26:21.282173 [ 254 ] {99be21fa-2652-43ed-a1bb-7dd2269c8e94} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3698 | 2025.03.03 05:26:21.282704 [ 254 ] {99be21fa-2652-43ed-a1bb-7dd2269c8e94} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3699 | 2025.03.03 05:26:21.282986 [ 108 ] {} <Debug> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3700 | 2025.03.03 05:26:21.283048 [ 108 ] {} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3701 | 2025.03.03 05:26:21.283084 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3702 | 2025.03.03 05:26:21.283107 [ 254 ] {99be21fa-2652-43ed-a1bb-7dd2269c8e94} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.005074 sec., 28577.059519117065 rows/sec., 1.79 MiB/sec. | ||
| 3703 | 2025.03.03 05:26:21.283453 [ 254 ] {99be21fa-2652-43ed-a1bb-7dd2269c8e94} <Debug> TCPHandler: Processed in 0.005788636 sec. | ||
| 3704 | 2025.03.03 05:26:21.283968 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3705 | 2025.03.03 05:26:21.284289 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::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 | ||
| 3706 | 2025.03.03 05:26:21.284380 [ 254 ] {0f896c1b-e225-4d62-b41e-3b3276cf21a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3707 | 2025.03.03 05:26:21.284472 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3401 rows, containing 5 columns (5 merged, 0 gathered) in 0.007086292 sec., 479940.7080600122 rows/sec., 40.44 MiB/sec. | ||
| 3708 | 2025.03.03 05:26:21.284531 [ 254 ] {0f896c1b-e225-4d62-b41e-3b3276cf21a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3709 | 2025.03.03 05:26:21.284832 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3710 | 2025.03.03 05:26:21.284910 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3711 | 2025.03.03 05:26:21.284944 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 152 rows starting from the beginning of the part | ||
| 3712 | 2025.03.03 05:26:21.285658 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 145 rows starting from the beginning of the part | ||
| 3713 | 2025.03.03 05:26:21.285927 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_26_5} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3714 | 2025.03.03 05:26:21.286357 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_26_5} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3715 | 2025.03.03 05:26:21.286354 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 145 rows starting from the beginning of the part | ||
| 3716 | 2025.03.03 05:26:21.286674 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 3717 | 2025.03.03 05:26:21.286895 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 147 rows starting from the beginning of the part | ||
| 3718 | 2025.03.03 05:26:21.287129 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 145 rows starting from the beginning of the part | ||
| 3719 | 2025.03.03 05:26:21.287545 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 145 rows starting from the beginning of the part | ||
| 3720 | 2025.03.03 05:26:21.288282 [ 254 ] {0f896c1b-e225-4d62-b41e-3b3276cf21a6} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2025.03.03 05:26:21.288350 [ 254 ] {0f896c1b-e225-4d62-b41e-3b3276cf21a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3722 | 2025.03.03 05:26:21.289265 [ 254 ] {0f896c1b-e225-4d62-b41e-3b3276cf21a6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3723 | 2025.03.03 05:26:21.289787 [ 254 ] {0f896c1b-e225-4d62-b41e-3b3276cf21a6} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3724 | 2025.03.03 05:26:21.289985 [ 108 ] {} <Debug> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3725 | 2025.03.03 05:26:21.290099 [ 108 ] {} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3726 | 2025.03.03 05:26:21.290182 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3727 | 2025.03.03 05:26:21.290355 [ 254 ] {0f896c1b-e225-4d62-b41e-3b3276cf21a6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006068 sec., 18622.28081740277 rows/sec., 1.21 MiB/sec. | ||
| 3728 | 2025.03.03 05:26:21.290782 [ 254 ] {0f896c1b-e225-4d62-b41e-3b3276cf21a6} <Debug> TCPHandler: Processed in 0.00695979 sec. | ||
| 3729 | 2025.03.03 05:26:21.291119 [ 191 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 879 rows, containing 5 columns (5 merged, 0 gathered) in 0.007885208 sec., 111474.54829346291 rows/sec., 7.42 MiB/sec. | ||
| 3730 | 2025.03.03 05:26:21.291219 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3731 | 2025.03.03 05:26:21.291358 [ 197 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::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 | ||
| 3732 | 2025.03.03 05:26:21.291715 [ 254 ] {8da70bd2-ec17-4f1c-850c-ef5840f55ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3733 | 2025.03.03 05:26:21.291675 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3734 | 2025.03.03 05:26:21.291936 [ 254 ] {8da70bd2-ec17-4f1c-850c-ef5840f55ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3735 | 2025.03.03 05:26:21.292097 [ 197 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3736 | 2025.03.03 05:26:21.292239 [ 197 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 341 rows starting from the beginning of the part | ||
| 3737 | 2025.03.03 05:26:21.292714 [ 197 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 114 rows starting from the beginning of the part | ||
| 3738 | 2025.03.03 05:26:21.293224 [ 197 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
| 3739 | 2025.03.03 05:26:21.293652 [ 197 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 341 rows starting from the beginning of the part | ||
| 3740 | 2025.03.03 05:26:21.293817 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_11_2} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2025.03.03 05:26:21.294181 [ 197 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part | ||
| 3742 | 2025.03.03 05:26:21.294518 [ 197 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part | ||
| 3743 | 2025.03.03 05:26:21.294575 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_11_2} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3744 | 2025.03.03 05:26:21.295339 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 3745 | 2025.03.03 05:26:21.295828 [ 254 ] {8da70bd2-ec17-4f1c-850c-ef5840f55ff5} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3746 | 2025.03.03 05:26:21.295919 [ 254 ] {8da70bd2-ec17-4f1c-850c-ef5840f55ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3747 | 2025.03.03 05:26:21.296816 [ 254 ] {8da70bd2-ec17-4f1c-850c-ef5840f55ff5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3748 | 2025.03.03 05:26:21.297254 [ 254 ] {8da70bd2-ec17-4f1c-850c-ef5840f55ff5} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3749 | 2025.03.03 05:26:21.297819 [ 197 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.007506411 sec., 151204.08408225983 rows/sec., 10.55 MiB/sec. | ||
| 3750 | 2025.03.03 05:26:21.297861 [ 254 ] {8da70bd2-ec17-4f1c-850c-ef5840f55ff5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006373 sec., 17574.1409069512 rows/sec., 1.00 MiB/sec. | ||
| 3751 | 2025.03.03 05:26:21.298000 [ 254 ] {8da70bd2-ec17-4f1c-850c-ef5840f55ff5} <Debug> TCPHandler: Processed in 0.006946809 sec. | ||
| 3752 | 2025.03.03 05:26:21.298148 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3753 | 2025.03.03 05:26:21.298186 [ 191 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3754 | 2025.03.03 05:26:21.298382 [ 254 ] {00ec908c-c5d9-43a0-ac9b-2c51a611a6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3755 | 2025.03.03 05:26:21.298460 [ 254 ] {00ec908c-c5d9-43a0-ac9b-2c51a611a6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3756 | 2025.03.03 05:26:21.298951 [ 191 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_11_2} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3757 | 2025.03.03 05:26:21.299182 [ 191 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_11_2} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3758 | 2025.03.03 05:26:21.299312 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3759 | 2025.03.03 05:26:21.299682 [ 254 ] {00ec908c-c5d9-43a0-ac9b-2c51a611a6ab} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2025.03.03 05:26:21.299728 [ 254 ] {00ec908c-c5d9-43a0-ac9b-2c51a611a6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3761 | 2025.03.03 05:26:21.300126 [ 254 ] {00ec908c-c5d9-43a0-ac9b-2c51a611a6ab} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3762 | 2025.03.03 05:26:21.300371 [ 254 ] {00ec908c-c5d9-43a0-ac9b-2c51a611a6ab} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2025.03.03 05:26:21.300508 [ 108 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3764 | 2025.03.03 05:26:21.300557 [ 108 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2025.03.03 05:26:21.300567 [ 254 ] {00ec908c-c5d9-43a0-ac9b-2c51a611a6ab} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.002295 sec., 183442.26579520697 rows/sec., 13.07 MiB/sec. | ||
| 3766 | 2025.03.03 05:26:21.300588 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3767 | 2025.03.03 05:26:21.300677 [ 254 ] {00ec908c-c5d9-43a0-ac9b-2c51a611a6ab} <Debug> TCPHandler: Processed in 0.002585172 sec. | ||
| 3768 | 2025.03.03 05:26:21.300797 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 3769 | 2025.03.03 05:26:21.300867 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3770 | 2025.03.03 05:26:21.300938 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3771 | 2025.03.03 05:26:21.301008 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
| 3772 | 2025.03.03 05:26:21.301061 [ 254 ] {68b6182e-9e98-4139-9252-0e72fb2edf5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3773 | 2025.03.03 05:26:21.301236 [ 254 ] {68b6182e-9e98-4139-9252-0e72fb2edf5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3774 | 2025.03.03 05:26:21.301261 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3775 | 2025.03.03 05:26:21.301630 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 3776 | 2025.03.03 05:26:21.301969 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part | ||
| 3777 | 2025.03.03 05:26:21.302346 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3778 | 2025.03.03 05:26:21.302676 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 421 rows starting from the beginning of the part | ||
| 3779 | 2025.03.03 05:26:21.303621 [ 254 ] {68b6182e-9e98-4139-9252-0e72fb2edf5f} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3780 | 2025.03.03 05:26:21.303705 [ 254 ] {68b6182e-9e98-4139-9252-0e72fb2edf5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3781 | 2025.03.03 05:26:21.304546 [ 254 ] {68b6182e-9e98-4139-9252-0e72fb2edf5f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3782 | 2025.03.03 05:26:21.304969 [ 254 ] {68b6182e-9e98-4139-9252-0e72fb2edf5f} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3783 | 2025.03.03 05:26:21.305139 [ 108 ] {} <Debug> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3784 | 2025.03.03 05:26:21.305252 [ 108 ] {} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3785 | 2025.03.03 05:26:21.305334 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3786 | 2025.03.03 05:26:21.305402 [ 254 ] {68b6182e-9e98-4139-9252-0e72fb2edf5f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004399 sec., 1363.94635144351 rows/sec., 71.26 KiB/sec. | ||
| 3787 | 2025.03.03 05:26:21.305799 [ 254 ] {68b6182e-9e98-4139-9252-0e72fb2edf5f} <Debug> TCPHandler: Processed in 0.0049861 sec. | ||
| 3788 | 2025.03.03 05:26:21.305863 [ 197 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 3789 | 2025.03.03 05:26:21.306147 [ 191 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.005456939 sec., 356060.4214194075 rows/sec., 27.19 MiB/sec. | ||
| 3790 | 2025.03.03 05:26:21.306185 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3791 | 2025.03.03 05:26:21.306283 [ 197 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3792 | 2025.03.03 05:26:21.306359 [ 197 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 3793 | 2025.03.03 05:26:21.306579 [ 254 ] {8f0c7bae-97d0-4bfc-9910-4adc847683ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3794 | 2025.03.03 05:26:21.306596 [ 194 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3795 | 2025.03.03 05:26:21.306704 [ 197 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 3796 | 2025.03.03 05:26:21.306880 [ 254 ] {8f0c7bae-97d0-4bfc-9910-4adc847683ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3797 | 2025.03.03 05:26:21.307157 [ 197 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 3798 | 2025.03.03 05:26:21.307564 [ 197 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 3799 | 2025.03.03 05:26:21.307972 [ 197 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 3800 | 2025.03.03 05:26:21.308141 [ 191 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_26_5} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3801 | 2025.03.03 05:26:21.308432 [ 197 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::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 | ||
| 3802 | 2025.03.03 05:26:21.309100 [ 191 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_26_5} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3803 | 2025.03.03 05:26:21.309506 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3804 | 2025.03.03 05:26:21.310758 [ 254 ] {8f0c7bae-97d0-4bfc-9910-4adc847683ab} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3805 | 2025.03.03 05:26:21.310835 [ 254 ] {8f0c7bae-97d0-4bfc-9910-4adc847683ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3806 | 2025.03.03 05:26:21.311651 [ 191 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006107272 sec., 10806.789021350285 rows/sec., 564.61 KiB/sec. | ||
| 3807 | 2025.03.03 05:26:21.311902 [ 254 ] {8f0c7bae-97d0-4bfc-9910-4adc847683ab} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3808 | 2025.03.03 05:26:21.311956 [ 191 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3809 | 2025.03.03 05:26:21.312370 [ 254 ] {8f0c7bae-97d0-4bfc-9910-4adc847683ab} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3810 | 2025.03.03 05:26:21.312604 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3811 | 2025.03.03 05:26:21.312695 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3812 | 2025.03.03 05:26:21.312766 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3813 | 2025.03.03 05:26:21.312805 [ 254 ] {8f0c7bae-97d0-4bfc-9910-4adc847683ab} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006368 sec., 37217.33668341708 rows/sec., 2.49 MiB/sec. | ||
| 3814 | 2025.03.03 05:26:21.312823 [ 191 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_11_2} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3815 | 2025.03.03 05:26:21.313284 [ 254 ] {8f0c7bae-97d0-4bfc-9910-4adc847683ab} <Debug> TCPHandler: Processed in 0.007198424 sec. | ||
| 3816 | 2025.03.03 05:26:21.313468 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 3817 | 2025.03.03 05:26:21.313764 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3818 | 2025.03.03 05:26:21.313709 [ 191 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_11_2} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3819 | 2025.03.03 05:26:21.314130 [ 254 ] {26fc1eed-86d8-4c41-b797-c1c4ed0d462f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3820 | 2025.03.03 05:26:21.314150 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3821 | 2025.03.03 05:26:21.314277 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7306 rows starting from the beginning of the part | ||
| 3822 | 2025.03.03 05:26:21.314294 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3823 | 2025.03.03 05:26:21.314303 [ 254 ] {26fc1eed-86d8-4c41-b797-c1c4ed0d462f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3824 | 2025.03.03 05:26:21.314664 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part | ||
| 3825 | 2025.03.03 05:26:21.315068 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 3826 | 2025.03.03 05:26:21.315470 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 3827 | 2025.03.03 05:26:21.315859 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 3828 | 2025.03.03 05:26:21.316175 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 3829 | 2025.03.03 05:26:21.316907 [ 254 ] {26fc1eed-86d8-4c41-b797-c1c4ed0d462f} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3830 | 2025.03.03 05:26:21.316961 [ 254 ] {26fc1eed-86d8-4c41-b797-c1c4ed0d462f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3831 | 2025.03.03 05:26:21.317658 [ 254 ] {26fc1eed-86d8-4c41-b797-c1c4ed0d462f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3832 | 2025.03.03 05:26:21.318121 [ 254 ] {26fc1eed-86d8-4c41-b797-c1c4ed0d462f} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3833 | 2025.03.03 05:26:21.319007 [ 254 ] {26fc1eed-86d8-4c41-b797-c1c4ed0d462f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004978 sec., 200.88388911209321 rows/sec., 13.54 KiB/sec. | ||
| 3834 | 2025.03.03 05:26:21.319223 [ 254 ] {26fc1eed-86d8-4c41-b797-c1c4ed0d462f} <Debug> TCPHandler: Processed in 0.005589022 sec. | ||
| 3835 | 2025.03.03 05:26:21.319405 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3836 | 2025.03.03 05:26:21.319534 [ 254 ] {e2007940-22f8-4fff-84f0-d3698fd47784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3837 | 2025.03.03 05:26:21.319690 [ 254 ] {e2007940-22f8-4fff-84f0-d3698fd47784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3838 | 2025.03.03 05:26:21.321637 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8228 rows, containing 5 columns (5 merged, 0 gathered) in 0.008733056 sec., 942167.3237867707 rows/sec., 63.60 MiB/sec. | ||
| 3839 | 2025.03.03 05:26:21.321895 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3840 | 2025.03.03 05:26:21.322009 [ 254 ] {e2007940-22f8-4fff-84f0-d3698fd47784} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3841 | 2025.03.03 05:26:21.322076 [ 254 ] {e2007940-22f8-4fff-84f0-d3698fd47784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3842 | 2025.03.03 05:26:21.322502 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3843 | 2025.03.03 05:26:21.322711 [ 186 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3844 | 2025.03.03 05:26:21.322872 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 3845 | 2025.03.03 05:26:21.323286 [ 254 ] {e2007940-22f8-4fff-84f0-d3698fd47784} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3846 | 2025.03.03 05:26:21.323575 [ 254 ] {e2007940-22f8-4fff-84f0-d3698fd47784} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3847 | 2025.03.03 05:26:21.323712 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3848 | 2025.03.03 05:26:21.323762 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3849 | 2025.03.03 05:26:21.323792 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3850 | 2025.03.03 05:26:21.323804 [ 254 ] {e2007940-22f8-4fff-84f0-d3698fd47784} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004293 sec., 9084.556254367575 rows/sec., 16.28 MiB/sec. | ||
| 3851 | 2025.03.03 05:26:21.324375 [ 197 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::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 | ||
| 3852 | 2025.03.03 05:26:21.324630 [ 254 ] {e2007940-22f8-4fff-84f0-d3698fd47784} <Debug> TCPHandler: Processed in 0.005286406 sec. | ||
| 3853 | 2025.03.03 05:26:21.324914 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3854 | 2025.03.03 05:26:21.325121 [ 197 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3855 | 2025.03.03 05:26:21.325152 [ 254 ] {fbef1f0e-e621-4145-8c83-384a4b996908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3856 | 2025.03.03 05:26:21.325290 [ 254 ] {fbef1f0e-e621-4145-8c83-384a4b996908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3857 | 2025.03.03 05:26:21.325297 [ 197 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part | ||
| 3858 | 2025.03.03 05:26:21.326314 [ 197 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
| 3859 | 2025.03.03 05:26:21.326927 [ 197 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 3860 | 2025.03.03 05:26:21.327732 [ 197 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 3861 | 2025.03.03 05:26:21.327747 [ 254 ] {fbef1f0e-e621-4145-8c83-384a4b996908} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3862 | 2025.03.03 05:26:21.327822 [ 254 ] {fbef1f0e-e621-4145-8c83-384a4b996908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3863 | 2025.03.03 05:26:21.328332 [ 197 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 3864 | 2025.03.03 05:26:21.329128 [ 197 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 3865 | 2025.03.03 05:26:21.329279 [ 254 ] {fbef1f0e-e621-4145-8c83-384a4b996908} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3866 | 2025.03.03 05:26:21.330074 [ 254 ] {fbef1f0e-e621-4145-8c83-384a4b996908} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3867 | 2025.03.03 05:26:21.330360 [ 108 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3868 | 2025.03.03 05:26:21.330448 [ 108 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3869 | 2025.03.03 05:26:21.330532 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3870 | 2025.03.03 05:26:21.330647 [ 254 ] {fbef1f0e-e621-4145-8c83-384a4b996908} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005522 sec., 14849.692140528794 rows/sec., 965.77 KiB/sec. | ||
| 3871 | 2025.03.03 05:26:21.330997 [ 254 ] {fbef1f0e-e621-4145-8c83-384a4b996908} <Debug> TCPHandler: Processed in 0.006149623 sec. | ||
| 3872 | 2025.03.03 05:26:21.331039 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 3873 | 2025.03.03 05:26:21.331492 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3874 | 2025.03.03 05:26:21.331576 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part | ||
| 3875 | 2025.03.03 05:26:21.331859 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 3876 | 2025.03.03 05:26:21.332138 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 3877 | 2025.03.03 05:26:21.332237 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 3878 | 2025.03.03 05:26:21.332607 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 3879 | 2025.03.03 05:26:21.332960 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 3880 | 2025.03.03 05:26:21.336221 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.005553181 sec., 289923.9192815793 rows/sec., 18.91 MiB/sec. | ||
| 3881 | 2025.03.03 05:26:21.336540 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3882 | 2025.03.03 05:26:21.337155 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_26_5} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3883 | 2025.03.03 05:26:21.337300 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_26_5} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3884 | 2025.03.03 05:26:21.337487 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3885 | 2025.03.03 05:26:21.338367 [ 196 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 321 rows, containing 19 columns (19 merged, 0 gathered) in 0.01448647 sec., 22158.607307370257 rows/sec., 39.71 MiB/sec. | ||
| 3886 | 2025.03.03 05:26:21.338960 [ 200 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3887 | 2025.03.03 05:26:21.339459 [ 200 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3888 | 2025.03.03 05:26:21.339540 [ 200 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3889 | 2025.03.03 05:26:21.339681 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 3890 | 2025.03.03 05:26:25.276520 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3891 | 2025.03.03 05:26:25.276591 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3892 | 2025.03.03 05:26:25.393284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3893 | 2025.03.03 05:26:25.394011 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3894 | 2025.03.03 05:26:25.394059 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3895 | 2025.03.03 05:26:25.394578 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3896 | 2025.03.03 05:26:25.394826 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3897 | 2025.03.03 05:26:25.395065 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3898 | 2025.03.03 05:26:25.911480 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3899 | 2025.03.03 05:26:25.931068 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2025.03.03 05:26:25.931111 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3901 | 2025.03.03 05:26:25.938621 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3902 | 2025.03.03 05:26:25.939389 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2025.03.03 05:26:25.942346 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3904 | 2025.03.03 05:26:26.264402 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3905 | 2025.03.03 05:26:26.264689 [ 254 ] {d1b434f6-d6d5-4284-934f-7a4b470b963f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3906 | 2025.03.03 05:26:26.264760 [ 254 ] {d1b434f6-d6d5-4284-934f-7a4b470b963f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3907 | 2025.03.03 05:26:26.265546 [ 254 ] {d1b434f6-d6d5-4284-934f-7a4b470b963f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2025.03.03 05:26:26.265591 [ 254 ] {d1b434f6-d6d5-4284-934f-7a4b470b963f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3909 | 2025.03.03 05:26:26.266030 [ 254 ] {d1b434f6-d6d5-4284-934f-7a4b470b963f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3910 | 2025.03.03 05:26:26.266294 [ 254 ] {d1b434f6-d6d5-4284-934f-7a4b470b963f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3911 | 2025.03.03 05:26:26.266532 [ 254 ] {d1b434f6-d6d5-4284-934f-7a4b470b963f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.24 MiB/sec. | ||
| 3912 | 2025.03.03 05:26:26.266590 [ 254 ] {d1b434f6-d6d5-4284-934f-7a4b470b963f} <Debug> TCPHandler: Processed in 0.002384368 sec. | ||
| 3913 | 2025.03.03 05:26:26.266716 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3914 | 2025.03.03 05:26:26.266823 [ 254 ] {2c122ae0-bd3d-4be2-b228-5d12e05c133c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3915 | 2025.03.03 05:26:26.266870 [ 254 ] {2c122ae0-bd3d-4be2-b228-5d12e05c133c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3916 | 2025.03.03 05:26:26.267421 [ 254 ] {2c122ae0-bd3d-4be2-b228-5d12e05c133c} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3917 | 2025.03.03 05:26:26.267461 [ 254 ] {2c122ae0-bd3d-4be2-b228-5d12e05c133c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3918 | 2025.03.03 05:26:26.267827 [ 254 ] {2c122ae0-bd3d-4be2-b228-5d12e05c133c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3919 | 2025.03.03 05:26:26.268069 [ 254 ] {2c122ae0-bd3d-4be2-b228-5d12e05c133c} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3920 | 2025.03.03 05:26:26.268318 [ 254 ] {2c122ae0-bd3d-4be2-b228-5d12e05c133c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001514 sec., 42272.12681638045 rows/sec., 3.30 MiB/sec. | ||
| 3921 | 2025.03.03 05:26:26.268514 [ 254 ] {2c122ae0-bd3d-4be2-b228-5d12e05c133c} <Debug> TCPHandler: Processed in 0.001843577 sec. | ||
| 3922 | 2025.03.03 05:26:26.268708 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3923 | 2025.03.03 05:26:26.268814 [ 254 ] {d858f84f-443b-4a1c-882f-e8b6499094d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3924 | 2025.03.03 05:26:26.268866 [ 254 ] {d858f84f-443b-4a1c-882f-e8b6499094d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3925 | 2025.03.03 05:26:26.269429 [ 254 ] {d858f84f-443b-4a1c-882f-e8b6499094d8} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3926 | 2025.03.03 05:26:26.269467 [ 254 ] {d858f84f-443b-4a1c-882f-e8b6499094d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3927 | 2025.03.03 05:26:26.269882 [ 254 ] {d858f84f-443b-4a1c-882f-e8b6499094d8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3928 | 2025.03.03 05:26:26.270125 [ 254 ] {d858f84f-443b-4a1c-882f-e8b6499094d8} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3929 | 2025.03.03 05:26:26.270329 [ 254 ] {d858f84f-443b-4a1c-882f-e8b6499094d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec. | ||
| 3930 | 2025.03.03 05:26:26.270380 [ 254 ] {d858f84f-443b-4a1c-882f-e8b6499094d8} <Debug> TCPHandler: Processed in 0.001733275 sec. | ||
| 3931 | 2025.03.03 05:26:26.270484 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3932 | 2025.03.03 05:26:26.270586 [ 254 ] {e010f4e1-53a7-455b-9628-6efb002e9b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3933 | 2025.03.03 05:26:26.270632 [ 254 ] {e010f4e1-53a7-455b-9628-6efb002e9b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3934 | 2025.03.03 05:26:26.271063 [ 254 ] {e010f4e1-53a7-455b-9628-6efb002e9b48} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3935 | 2025.03.03 05:26:26.271103 [ 254 ] {e010f4e1-53a7-455b-9628-6efb002e9b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3936 | 2025.03.03 05:26:26.271456 [ 254 ] {e010f4e1-53a7-455b-9628-6efb002e9b48} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3937 | 2025.03.03 05:26:26.271686 [ 254 ] {e010f4e1-53a7-455b-9628-6efb002e9b48} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3938 | 2025.03.03 05:26:26.271885 [ 254 ] {e010f4e1-53a7-455b-9628-6efb002e9b48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. | ||
| 3939 | 2025.03.03 05:26:26.271936 [ 254 ] {e010f4e1-53a7-455b-9628-6efb002e9b48} <Debug> TCPHandler: Processed in 0.00150118 sec. | ||
| 3940 | 2025.03.03 05:26:26.766216 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3941 | 2025.03.03 05:26:26.766409 [ 254 ] {7d5a00c3-f146-41f4-a3c6-d0a3503ff086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3942 | 2025.03.03 05:26:26.766483 [ 254 ] {7d5a00c3-f146-41f4-a3c6-d0a3503ff086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3943 | 2025.03.03 05:26:26.767330 [ 254 ] {7d5a00c3-f146-41f4-a3c6-d0a3503ff086} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3944 | 2025.03.03 05:26:26.767381 [ 254 ] {7d5a00c3-f146-41f4-a3c6-d0a3503ff086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3945 | 2025.03.03 05:26:26.767818 [ 254 ] {7d5a00c3-f146-41f4-a3c6-d0a3503ff086} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3946 | 2025.03.03 05:26:26.768073 [ 254 ] {7d5a00c3-f146-41f4-a3c6-d0a3503ff086} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3947 | 2025.03.03 05:26:26.768296 [ 254 ] {7d5a00c3-f146-41f4-a3c6-d0a3503ff086} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001937 sec., 109447.59938048529 rows/sec., 6.96 MiB/sec. | ||
| 3948 | 2025.03.03 05:26:26.768414 [ 254 ] {7d5a00c3-f146-41f4-a3c6-d0a3503ff086} <Debug> TCPHandler: Processed in 0.002334717 sec. | ||
| 3949 | 2025.03.03 05:26:26.768644 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3950 | 2025.03.03 05:26:26.768750 [ 254 ] {ab7ebaa0-2cd6-4a27-83f4-8c084ed4d4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3951 | 2025.03.03 05:26:26.768799 [ 254 ] {ab7ebaa0-2cd6-4a27-83f4-8c084ed4d4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3952 | 2025.03.03 05:26:26.769373 [ 254 ] {ab7ebaa0-2cd6-4a27-83f4-8c084ed4d4c4} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3953 | 2025.03.03 05:26:26.769413 [ 254 ] {ab7ebaa0-2cd6-4a27-83f4-8c084ed4d4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3954 | 2025.03.03 05:26:26.769767 [ 254 ] {ab7ebaa0-2cd6-4a27-83f4-8c084ed4d4c4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3955 | 2025.03.03 05:26:26.770031 [ 254 ] {ab7ebaa0-2cd6-4a27-83f4-8c084ed4d4c4} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3956 | 2025.03.03 05:26:26.770268 [ 254 ] {ab7ebaa0-2cd6-4a27-83f4-8c084ed4d4c4} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001535 sec., 10423.452768729643 rows/sec., 849.96 KiB/sec. | ||
| 3957 | 2025.03.03 05:26:26.770325 [ 254 ] {ab7ebaa0-2cd6-4a27-83f4-8c084ed4d4c4} <Debug> TCPHandler: Processed in 0.001758585 sec. | ||
| 3958 | 2025.03.03 05:26:26.770431 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3959 | 2025.03.03 05:26:26.770533 [ 254 ] {f1910941-d216-4518-bd1d-f699736e9f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3960 | 2025.03.03 05:26:26.770576 [ 254 ] {f1910941-d216-4518-bd1d-f699736e9f87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3961 | 2025.03.03 05:26:26.771986 [ 254 ] {f1910941-d216-4518-bd1d-f699736e9f87} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3962 | 2025.03.03 05:26:26.772024 [ 254 ] {f1910941-d216-4518-bd1d-f699736e9f87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3963 | 2025.03.03 05:26:26.772538 [ 254 ] {f1910941-d216-4518-bd1d-f699736e9f87} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3964 | 2025.03.03 05:26:26.772806 [ 254 ] {f1910941-d216-4518-bd1d-f699736e9f87} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3965 | 2025.03.03 05:26:26.773014 [ 254 ] {f1910941-d216-4518-bd1d-f699736e9f87} <Debug> executeQuery: Read 1843 rows, 153.48 KiB in 0.002503 sec., 736316.4202956453 rows/sec., 59.88 MiB/sec. | ||
| 3966 | 2025.03.03 05:26:26.773065 [ 254 ] {f1910941-d216-4518-bd1d-f699736e9f87} <Debug> TCPHandler: Processed in 0.002684744 sec. | ||
| 3967 | 2025.03.03 05:26:26.773184 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3968 | 2025.03.03 05:26:26.773289 [ 254 ] {90ac0e9a-c7c9-478c-9c94-904f52aa0fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3969 | 2025.03.03 05:26:26.773335 [ 254 ] {90ac0e9a-c7c9-478c-9c94-904f52aa0fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3970 | 2025.03.03 05:26:26.773934 [ 254 ] {90ac0e9a-c7c9-478c-9c94-904f52aa0fa9} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3971 | 2025.03.03 05:26:26.773973 [ 254 ] {90ac0e9a-c7c9-478c-9c94-904f52aa0fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3972 | 2025.03.03 05:26:26.774323 [ 254 ] {90ac0e9a-c7c9-478c-9c94-904f52aa0fa9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3973 | 2025.03.03 05:26:26.774570 [ 254 ] {90ac0e9a-c7c9-478c-9c94-904f52aa0fa9} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3974 | 2025.03.03 05:26:26.774771 [ 254 ] {90ac0e9a-c7c9-478c-9c94-904f52aa0fa9} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001503 sec., 107119.09514304723 rows/sec., 6.78 MiB/sec. | ||
| 3975 | 2025.03.03 05:26:26.774822 [ 254 ] {90ac0e9a-c7c9-478c-9c94-904f52aa0fa9} <Debug> TCPHandler: Processed in 0.001689973 sec. | ||
| 3976 | 2025.03.03 05:26:26.774939 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3977 | 2025.03.03 05:26:26.775043 [ 254 ] {cec3d1a5-1aea-4242-91d2-eef4de2e056f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3978 | 2025.03.03 05:26:26.775087 [ 254 ] {cec3d1a5-1aea-4242-91d2-eef4de2e056f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3979 | 2025.03.03 05:26:26.775752 [ 254 ] {cec3d1a5-1aea-4242-91d2-eef4de2e056f} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3980 | 2025.03.03 05:26:26.775792 [ 254 ] {cec3d1a5-1aea-4242-91d2-eef4de2e056f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3981 | 2025.03.03 05:26:26.776158 [ 254 ] {cec3d1a5-1aea-4242-91d2-eef4de2e056f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3982 | 2025.03.03 05:26:26.776396 [ 254 ] {cec3d1a5-1aea-4242-91d2-eef4de2e056f} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3983 | 2025.03.03 05:26:26.776615 [ 254 ] {cec3d1a5-1aea-4242-91d2-eef4de2e056f} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001588 sec., 214735.51637279597 rows/sec., 14.33 MiB/sec. | ||
| 3984 | 2025.03.03 05:26:26.776742 [ 254 ] {cec3d1a5-1aea-4242-91d2-eef4de2e056f} <Debug> TCPHandler: Processed in 0.001848407 sec. | ||
| 3985 | 2025.03.03 05:26:26.776908 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3986 | 2025.03.03 05:26:26.777011 [ 254 ] {1ea6f726-bf12-4861-8012-99c3d4ee5e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3987 | 2025.03.03 05:26:26.777056 [ 254 ] {1ea6f726-bf12-4861-8012-99c3d4ee5e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3988 | 2025.03.03 05:26:26.777635 [ 254 ] {1ea6f726-bf12-4861-8012-99c3d4ee5e24} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3989 | 2025.03.03 05:26:26.777674 [ 254 ] {1ea6f726-bf12-4861-8012-99c3d4ee5e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3990 | 2025.03.03 05:26:26.778023 [ 254 ] {1ea6f726-bf12-4861-8012-99c3d4ee5e24} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3991 | 2025.03.03 05:26:26.778277 [ 254 ] {1ea6f726-bf12-4861-8012-99c3d4ee5e24} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3992 | 2025.03.03 05:26:26.778488 [ 254 ] {1ea6f726-bf12-4861-8012-99c3d4ee5e24} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001498 sec., 74766.35514018692 rows/sec., 4.26 MiB/sec. | ||
| 3993 | 2025.03.03 05:26:26.778594 [ 254 ] {1ea6f726-bf12-4861-8012-99c3d4ee5e24} <Debug> TCPHandler: Processed in 0.001746665 sec. | ||
| 3994 | 2025.03.03 05:26:26.778712 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3995 | 2025.03.03 05:26:26.778816 [ 254 ] {252856a0-e0cc-4764-a750-46e2ed91b6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3996 | 2025.03.03 05:26:26.778861 [ 254 ] {252856a0-e0cc-4764-a750-46e2ed91b6b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3997 | 2025.03.03 05:26:26.779777 [ 254 ] {252856a0-e0cc-4764-a750-46e2ed91b6b7} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3998 | 2025.03.03 05:26:26.779815 [ 254 ] {252856a0-e0cc-4764-a750-46e2ed91b6b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3999 | 2025.03.03 05:26:26.780201 [ 254 ] {252856a0-e0cc-4764-a750-46e2ed91b6b7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4000 | 2025.03.03 05:26:26.780435 [ 254 ] {252856a0-e0cc-4764-a750-46e2ed91b6b7} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4001 | 2025.03.03 05:26:26.780639 [ 254 ] {252856a0-e0cc-4764-a750-46e2ed91b6b7} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.001843 sec., 484536.0824742268 rows/sec., 35.13 MiB/sec. | ||
| 4002 | 2025.03.03 05:26:26.780690 [ 254 ] {252856a0-e0cc-4764-a750-46e2ed91b6b7} <Debug> TCPHandler: Processed in 0.002029711 sec. | ||
| 4003 | 2025.03.03 05:26:26.780808 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4004 | 2025.03.03 05:26:26.780912 [ 254 ] {94486e0f-5c0a-4f69-aea7-93ccc745cc22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4005 | 2025.03.03 05:26:26.780958 [ 254 ] {94486e0f-5c0a-4f69-aea7-93ccc745cc22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4006 | 2025.03.03 05:26:26.781395 [ 254 ] {94486e0f-5c0a-4f69-aea7-93ccc745cc22} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4007 | 2025.03.03 05:26:26.781435 [ 254 ] {94486e0f-5c0a-4f69-aea7-93ccc745cc22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4008 | 2025.03.03 05:26:26.781780 [ 254 ] {94486e0f-5c0a-4f69-aea7-93ccc745cc22} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4009 | 2025.03.03 05:26:26.782010 [ 254 ] {94486e0f-5c0a-4f69-aea7-93ccc745cc22} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4010 | 2025.03.03 05:26:26.782209 [ 254 ] {94486e0f-5c0a-4f69-aea7-93ccc745cc22} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 237.84 KiB/sec. | ||
| 4011 | 2025.03.03 05:26:26.782258 [ 254 ] {94486e0f-5c0a-4f69-aea7-93ccc745cc22} <Debug> TCPHandler: Processed in 0.001500221 sec. | ||
| 4012 | 2025.03.03 05:26:26.782362 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4013 | 2025.03.03 05:26:26.782463 [ 254 ] {c1dbe221-9ee0-41c8-ba84-dead8052a5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4014 | 2025.03.03 05:26:26.782512 [ 254 ] {c1dbe221-9ee0-41c8-ba84-dead8052a5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4015 | 2025.03.03 05:26:26.783245 [ 254 ] {c1dbe221-9ee0-41c8-ba84-dead8052a5db} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4016 | 2025.03.03 05:26:26.783283 [ 254 ] {c1dbe221-9ee0-41c8-ba84-dead8052a5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4017 | 2025.03.03 05:26:26.783700 [ 254 ] {c1dbe221-9ee0-41c8-ba84-dead8052a5db} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4018 | 2025.03.03 05:26:26.783933 [ 254 ] {c1dbe221-9ee0-41c8-ba84-dead8052a5db} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4019 | 2025.03.03 05:26:26.784177 [ 254 ] {c1dbe221-9ee0-41c8-ba84-dead8052a5db} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001723 sec., 558908.8798607081 rows/sec., 37.14 MiB/sec. | ||
| 4020 | 2025.03.03 05:26:26.784362 [ 254 ] {c1dbe221-9ee0-41c8-ba84-dead8052a5db} <Debug> TCPHandler: Processed in 0.002045821 sec. | ||
| 4021 | 2025.03.03 05:26:26.784559 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4022 | 2025.03.03 05:26:26.784662 [ 254 ] {a2378d91-e473-4d90-b898-9bf1e8d1d447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4023 | 2025.03.03 05:26:26.784711 [ 254 ] {a2378d91-e473-4d90-b898-9bf1e8d1d447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4024 | 2025.03.03 05:26:26.785161 [ 254 ] {a2378d91-e473-4d90-b898-9bf1e8d1d447} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4025 | 2025.03.03 05:26:26.785200 [ 254 ] {a2378d91-e473-4d90-b898-9bf1e8d1d447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4026 | 2025.03.03 05:26:26.785554 [ 254 ] {a2378d91-e473-4d90-b898-9bf1e8d1d447} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4027 | 2025.03.03 05:26:26.785791 [ 254 ] {a2378d91-e473-4d90-b898-9bf1e8d1d447} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4028 | 2025.03.03 05:26:26.786001 [ 254 ] {a2378d91-e473-4d90-b898-9bf1e8d1d447} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001361 sec., 734.7538574577517 rows/sec., 49.51 KiB/sec. | ||
| 4029 | 2025.03.03 05:26:26.786097 [ 254 ] {a2378d91-e473-4d90-b898-9bf1e8d1d447} <Debug> TCPHandler: Processed in 0.001599842 sec. | ||
| 4030 | 2025.03.03 05:26:26.786218 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4031 | 2025.03.03 05:26:26.786322 [ 254 ] {39c6f877-6141-4838-be1c-cdc6fa130065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4032 | 2025.03.03 05:26:26.786390 [ 254 ] {39c6f877-6141-4838-be1c-cdc6fa130065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4033 | 2025.03.03 05:26:26.787554 [ 254 ] {39c6f877-6141-4838-be1c-cdc6fa130065} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4034 | 2025.03.03 05:26:26.787592 [ 254 ] {39c6f877-6141-4838-be1c-cdc6fa130065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4035 | 2025.03.03 05:26:26.788220 [ 254 ] {39c6f877-6141-4838-be1c-cdc6fa130065} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4036 | 2025.03.03 05:26:26.788479 [ 254 ] {39c6f877-6141-4838-be1c-cdc6fa130065} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4037 | 2025.03.03 05:26:26.788761 [ 254 ] {39c6f877-6141-4838-be1c-cdc6fa130065} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00245 sec., 15918.367346938776 rows/sec., 28.52 MiB/sec. | ||
| 4038 | 2025.03.03 05:26:26.789008 [ 254 ] {39c6f877-6141-4838-be1c-cdc6fa130065} <Debug> TCPHandler: Processed in 0.002840687 sec. | ||
| 4039 | 2025.03.03 05:26:26.789127 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4040 | 2025.03.03 05:26:26.789229 [ 254 ] {7d7cad79-d7d3-4268-ac86-7b6cd8a210cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4041 | 2025.03.03 05:26:26.789276 [ 254 ] {7d7cad79-d7d3-4268-ac86-7b6cd8a210cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4042 | 2025.03.03 05:26:26.789719 [ 254 ] {7d7cad79-d7d3-4268-ac86-7b6cd8a210cd} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4043 | 2025.03.03 05:26:26.789758 [ 254 ] {7d7cad79-d7d3-4268-ac86-7b6cd8a210cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4044 | 2025.03.03 05:26:26.790100 [ 254 ] {7d7cad79-d7d3-4268-ac86-7b6cd8a210cd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4045 | 2025.03.03 05:26:26.790334 [ 254 ] {7d7cad79-d7d3-4268-ac86-7b6cd8a210cd} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4046 | 2025.03.03 05:26:26.790541 [ 254 ] {7d7cad79-d7d3-4268-ac86-7b6cd8a210cd} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001333 sec., 25506.376594148536 rows/sec., 1.48 MiB/sec. | ||
| 4047 | 2025.03.03 05:26:26.790590 [ 254 ] {7d7cad79-d7d3-4268-ac86-7b6cd8a210cd} <Debug> TCPHandler: Processed in 0.00151423 sec. | ||
| 4048 | 2025.03.03 05:26:27.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.32 MiB, peak 185.79 MiB, free memory in arenas 0.00 B, will set to 179.22 MiB (RSS), difference: -1.09 MiB | ||
| 4049 | 2025.03.03 05:26:30.434599 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 586 | ||
| 4050 | 2025.03.03 05:26:30.438701 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2025.03.03 05:26:30.438743 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4052 | 2025.03.03 05:26:30.440222 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4053 | 2025.03.03 05:26:30.440527 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4054 | 2025.03.03 05:26:30.441642 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 586 | ||
| 4055 | 2025.03.03 05:26:31.262648 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4056 | 2025.03.03 05:26:31.262868 [ 254 ] {addb82d7-b264-41b2-b0a5-016d7106b6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4057 | 2025.03.03 05:26:31.262952 [ 254 ] {addb82d7-b264-41b2-b0a5-016d7106b6dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4058 | 2025.03.03 05:26:31.263840 [ 254 ] {addb82d7-b264-41b2-b0a5-016d7106b6dc} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4059 | 2025.03.03 05:26:31.263893 [ 254 ] {addb82d7-b264-41b2-b0a5-016d7106b6dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4060 | 2025.03.03 05:26:31.264379 [ 254 ] {addb82d7-b264-41b2-b0a5-016d7106b6dc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4061 | 2025.03.03 05:26:31.264638 [ 254 ] {addb82d7-b264-41b2-b0a5-016d7106b6dc} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4062 | 2025.03.03 05:26:31.264885 [ 254 ] {addb82d7-b264-41b2-b0a5-016d7106b6dc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002076 sec., 26974.95183044316 rows/sec., 2.06 MiB/sec. | ||
| 4063 | 2025.03.03 05:26:31.264945 [ 254 ] {addb82d7-b264-41b2-b0a5-016d7106b6dc} <Debug> TCPHandler: Processed in 0.002434249 sec. | ||
| 4064 | 2025.03.03 05:26:31.265069 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4065 | 2025.03.03 05:26:31.265176 [ 254 ] {b04344c0-cf86-47e1-8caf-8888f8cc6ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4066 | 2025.03.03 05:26:31.265223 [ 254 ] {b04344c0-cf86-47e1-8caf-8888f8cc6ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4067 | 2025.03.03 05:26:31.265769 [ 254 ] {b04344c0-cf86-47e1-8caf-8888f8cc6ac4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4068 | 2025.03.03 05:26:31.265811 [ 254 ] {b04344c0-cf86-47e1-8caf-8888f8cc6ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4069 | 2025.03.03 05:26:31.266175 [ 254 ] {b04344c0-cf86-47e1-8caf-8888f8cc6ac4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4070 | 2025.03.03 05:26:31.266422 [ 254 ] {b04344c0-cf86-47e1-8caf-8888f8cc6ac4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4071 | 2025.03.03 05:26:31.266676 [ 254 ] {b04344c0-cf86-47e1-8caf-8888f8cc6ac4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001523 sec., 42022.32435981615 rows/sec., 3.28 MiB/sec. | ||
| 4072 | 2025.03.03 05:26:31.266883 [ 254 ] {b04344c0-cf86-47e1-8caf-8888f8cc6ac4} <Debug> TCPHandler: Processed in 0.001861807 sec. | ||
| 4073 | 2025.03.03 05:26:31.267061 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4074 | 2025.03.03 05:26:31.267168 [ 254 ] {60d491bf-12ec-46c5-b7d2-721539df19e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4075 | 2025.03.03 05:26:31.267219 [ 254 ] {60d491bf-12ec-46c5-b7d2-721539df19e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4076 | 2025.03.03 05:26:31.267752 [ 254 ] {60d491bf-12ec-46c5-b7d2-721539df19e1} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4077 | 2025.03.03 05:26:31.267792 [ 254 ] {60d491bf-12ec-46c5-b7d2-721539df19e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4078 | 2025.03.03 05:26:31.268199 [ 254 ] {60d491bf-12ec-46c5-b7d2-721539df19e1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4079 | 2025.03.03 05:26:31.268445 [ 254 ] {60d491bf-12ec-46c5-b7d2-721539df19e1} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4080 | 2025.03.03 05:26:31.268700 [ 254 ] {60d491bf-12ec-46c5-b7d2-721539df19e1} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001555 sec., 82315.11254019293 rows/sec., 5.73 MiB/sec. | ||
| 4081 | 2025.03.03 05:26:31.268886 [ 254 ] {60d491bf-12ec-46c5-b7d2-721539df19e1} <Debug> TCPHandler: Processed in 0.001879308 sec. | ||
| 4082 | 2025.03.03 05:26:31.269075 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4083 | 2025.03.03 05:26:31.269193 [ 254 ] {6e2a3285-314c-4d43-8ba6-581a4b71193c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4084 | 2025.03.03 05:26:31.269242 [ 254 ] {6e2a3285-314c-4d43-8ba6-581a4b71193c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4085 | 2025.03.03 05:26:31.269693 [ 254 ] {6e2a3285-314c-4d43-8ba6-581a4b71193c} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2025.03.03 05:26:31.269732 [ 254 ] {6e2a3285-314c-4d43-8ba6-581a4b71193c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4087 | 2025.03.03 05:26:31.270088 [ 254 ] {6e2a3285-314c-4d43-8ba6-581a4b71193c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4088 | 2025.03.03 05:26:31.270346 [ 254 ] {6e2a3285-314c-4d43-8ba6-581a4b71193c} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4089 | 2025.03.03 05:26:31.270589 [ 254 ] {6e2a3285-314c-4d43-8ba6-581a4b71193c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001419 sec., 33826.63847780127 rows/sec., 2.28 MiB/sec. | ||
| 4090 | 2025.03.03 05:26:31.270772 [ 254 ] {6e2a3285-314c-4d43-8ba6-581a4b71193c} <Debug> TCPHandler: Processed in 0.001765356 sec. | ||
| 4091 | 2025.03.03 05:26:32.895205 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4092 | 2025.03.03 05:26:32.896246 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4093 | 2025.03.03 05:26:32.896293 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4094 | 2025.03.03 05:26:32.896888 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4095 | 2025.03.03 05:26:32.897151 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2025.03.03 05:26:32.897395 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4097 | 2025.03.03 05:26:33.442398 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4098 | 2025.03.03 05:26:33.462717 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4099 | 2025.03.03 05:26:33.462770 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4100 | 2025.03.03 05:26:33.470344 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4101 | 2025.03.03 05:26:33.471109 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4102 | 2025.03.03 05:26:33.473671 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4103 | 2025.03.03 05:26:36.264521 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4104 | 2025.03.03 05:26:36.264735 [ 254 ] {4aaa06fb-7a35-4f77-89ea-6f6608bc421b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4105 | 2025.03.03 05:26:36.264815 [ 254 ] {4aaa06fb-7a35-4f77-89ea-6f6608bc421b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4106 | 2025.03.03 05:26:36.265592 [ 254 ] {4aaa06fb-7a35-4f77-89ea-6f6608bc421b} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4107 | 2025.03.03 05:26:36.265638 [ 254 ] {4aaa06fb-7a35-4f77-89ea-6f6608bc421b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4108 | 2025.03.03 05:26:36.266109 [ 254 ] {4aaa06fb-7a35-4f77-89ea-6f6608bc421b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4109 | 2025.03.03 05:26:36.266365 [ 254 ] {4aaa06fb-7a35-4f77-89ea-6f6608bc421b} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4110 | 2025.03.03 05:26:36.266611 [ 254 ] {4aaa06fb-7a35-4f77-89ea-6f6608bc421b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.21 MiB/sec. | ||
| 4111 | 2025.03.03 05:26:36.266668 [ 254 ] {4aaa06fb-7a35-4f77-89ea-6f6608bc421b} <Debug> TCPHandler: Processed in 0.002290046 sec. | ||
| 4112 | 2025.03.03 05:26:36.266793 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4113 | 2025.03.03 05:26:36.266900 [ 254 ] {7ebb683d-5b6c-443c-98b3-dfb0d21677b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4114 | 2025.03.03 05:26:36.266946 [ 254 ] {7ebb683d-5b6c-443c-98b3-dfb0d21677b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4115 | 2025.03.03 05:26:36.267494 [ 254 ] {7ebb683d-5b6c-443c-98b3-dfb0d21677b7} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4116 | 2025.03.03 05:26:36.267535 [ 254 ] {7ebb683d-5b6c-443c-98b3-dfb0d21677b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4117 | 2025.03.03 05:26:36.267891 [ 254 ] {7ebb683d-5b6c-443c-98b3-dfb0d21677b7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4118 | 2025.03.03 05:26:36.268133 [ 254 ] {7ebb683d-5b6c-443c-98b3-dfb0d21677b7} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4119 | 2025.03.03 05:26:36.268347 [ 254 ] {7ebb683d-5b6c-443c-98b3-dfb0d21677b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00147 sec., 43537.4149659864 rows/sec., 3.40 MiB/sec. | ||
| 4120 | 2025.03.03 05:26:36.268399 [ 254 ] {7ebb683d-5b6c-443c-98b3-dfb0d21677b7} <Debug> TCPHandler: Processed in 0.001657813 sec. | ||
| 4121 | 2025.03.03 05:26:36.268518 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4122 | 2025.03.03 05:26:36.268624 [ 254 ] {bf8d83d1-c7fe-4a3f-8ea3-b876d35c87bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4123 | 2025.03.03 05:26:36.268674 [ 254 ] {bf8d83d1-c7fe-4a3f-8ea3-b876d35c87bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4124 | 2025.03.03 05:26:36.269209 [ 254 ] {bf8d83d1-c7fe-4a3f-8ea3-b876d35c87bf} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4125 | 2025.03.03 05:26:36.269249 [ 254 ] {bf8d83d1-c7fe-4a3f-8ea3-b876d35c87bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4126 | 2025.03.03 05:26:36.269632 [ 254 ] {bf8d83d1-c7fe-4a3f-8ea3-b876d35c87bf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4127 | 2025.03.03 05:26:36.269881 [ 254 ] {bf8d83d1-c7fe-4a3f-8ea3-b876d35c87bf} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4128 | 2025.03.03 05:26:36.270143 [ 254 ] {bf8d83d1-c7fe-4a3f-8ea3-b876d35c87bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. | ||
| 4129 | 2025.03.03 05:26:36.270275 [ 254 ] {bf8d83d1-c7fe-4a3f-8ea3-b876d35c87bf} <Debug> TCPHandler: Processed in 0.001806026 sec. | ||
| 4130 | 2025.03.03 05:26:36.270462 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4131 | 2025.03.03 05:26:36.270567 [ 254 ] {65173085-137a-41a9-bbe4-378759a17927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4132 | 2025.03.03 05:26:36.270615 [ 254 ] {65173085-137a-41a9-bbe4-378759a17927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4133 | 2025.03.03 05:26:36.271071 [ 254 ] {65173085-137a-41a9-bbe4-378759a17927} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4134 | 2025.03.03 05:26:36.271110 [ 254 ] {65173085-137a-41a9-bbe4-378759a17927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4135 | 2025.03.03 05:26:36.271462 [ 254 ] {65173085-137a-41a9-bbe4-378759a17927} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4136 | 2025.03.03 05:26:36.271692 [ 254 ] {65173085-137a-41a9-bbe4-378759a17927} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4137 | 2025.03.03 05:26:36.271926 [ 254 ] {65173085-137a-41a9-bbe4-378759a17927} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
| 4138 | 2025.03.03 05:26:36.272038 [ 254 ] {65173085-137a-41a9-bbe4-378759a17927} <Debug> TCPHandler: Processed in 0.001639033 sec. | ||
| 4139 | 2025.03.03 05:26:40.276645 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4140 | 2025.03.03 05:26:40.276709 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4141 | 2025.03.03 05:26:40.397496 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4142 | 2025.03.03 05:26:40.398232 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4143 | 2025.03.03 05:26:40.398278 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4144 | 2025.03.03 05:26:40.398843 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4145 | 2025.03.03 05:26:40.399095 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4146 | 2025.03.03 05:26:40.399340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4147 | 2025.03.03 05:26:40.442876 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 602 | ||
| 4148 | 2025.03.03 05:26:40.445569 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4149 | 2025.03.03 05:26:40.445620 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4150 | 2025.03.03 05:26:40.447097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4151 | 2025.03.03 05:26:40.447408 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4152 | 2025.03.03 05:26:40.448158 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 602 | ||
| 4153 | 2025.03.03 05:26:40.973721 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4154 | 2025.03.03 05:26:40.995204 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4155 | 2025.03.03 05:26:40.995273 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4156 | 2025.03.03 05:26:41.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.44 MiB, peak 185.79 MiB, free memory in arenas 0.00 B, will set to 179.98 MiB (RSS), difference: -4.46 MiB | ||
| 4157 | 2025.03.03 05:26:41.003151 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4158 | 2025.03.03 05:26:41.003977 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4159 | 2025.03.03 05:26:41.007914 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4160 | 2025.03.03 05:26:41.272322 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4161 | 2025.03.03 05:26:41.272544 [ 254 ] {81ab33e7-30ff-45ee-bc17-cb00e83f692b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4162 | 2025.03.03 05:26:41.272627 [ 254 ] {81ab33e7-30ff-45ee-bc17-cb00e83f692b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4163 | 2025.03.03 05:26:41.273553 [ 254 ] {81ab33e7-30ff-45ee-bc17-cb00e83f692b} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4164 | 2025.03.03 05:26:41.273596 [ 254 ] {81ab33e7-30ff-45ee-bc17-cb00e83f692b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4165 | 2025.03.03 05:26:41.274044 [ 254 ] {81ab33e7-30ff-45ee-bc17-cb00e83f692b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4166 | 2025.03.03 05:26:41.274306 [ 254 ] {81ab33e7-30ff-45ee-bc17-cb00e83f692b} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4167 | 2025.03.03 05:26:41.274441 [ 84 ] {} <Debug> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4168 | 2025.03.03 05:26:41.274486 [ 84 ] {} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2025.03.03 05:26:41.274509 [ 254 ] {81ab33e7-30ff-45ee-bc17-cb00e83f692b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002022 sec., 104846.68644906033 rows/sec., 6.67 MiB/sec. | ||
| 4170 | 2025.03.03 05:26:41.274514 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4171 | 2025.03.03 05:26:41.274614 [ 254 ] {81ab33e7-30ff-45ee-bc17-cb00e83f692b} <Debug> TCPHandler: Processed in 0.002433739 sec. | ||
| 4172 | 2025.03.03 05:26:41.274885 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::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 | ||
| 4173 | 2025.03.03 05:26:41.274936 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4174 | 2025.03.03 05:26:41.275179 [ 254 ] {c14e0b38-7865-4cd4-8303-8a1b552e93eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4175 | 2025.03.03 05:26:41.275238 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4176 | 2025.03.03 05:26:41.275263 [ 254 ] {c14e0b38-7865-4cd4-8303-8a1b552e93eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4177 | 2025.03.03 05:26:41.275308 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part | ||
| 4178 | 2025.03.03 05:26:41.275605 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part | ||
| 4179 | 2025.03.03 05:26:41.275933 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part | ||
| 4180 | 2025.03.03 05:26:41.276291 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part | ||
| 4181 | 2025.03.03 05:26:41.276573 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part | ||
| 4182 | 2025.03.03 05:26:41.278571 [ 254 ] {c14e0b38-7865-4cd4-8303-8a1b552e93eb} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4183 | 2025.03.03 05:26:41.278638 [ 254 ] {c14e0b38-7865-4cd4-8303-8a1b552e93eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4184 | 2025.03.03 05:26:41.279165 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004523121 sec., 234351.45776555614 rows/sec., 15.80 MiB/sec. | ||
| 4185 | 2025.03.03 05:26:41.279466 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4186 | 2025.03.03 05:26:41.279573 [ 254 ] {c14e0b38-7865-4cd4-8303-8a1b552e93eb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4187 | 2025.03.03 05:26:41.280107 [ 254 ] {c14e0b38-7865-4cd4-8303-8a1b552e93eb} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4188 | 2025.03.03 05:26:41.280124 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_13_3} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4189 | 2025.03.03 05:26:41.280362 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_13_3} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4190 | 2025.03.03 05:26:41.280386 [ 84 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4191 | 2025.03.03 05:26:41.280461 [ 84 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4192 | 2025.03.03 05:26:41.280529 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4193 | 2025.03.03 05:26:41.280628 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4194 | 2025.03.03 05:26:41.280646 [ 254 ] {c14e0b38-7865-4cd4-8303-8a1b552e93eb} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.005518 sec., 125951.43167814425 rows/sec., 10.05 MiB/sec. | ||
| 4195 | 2025.03.03 05:26:41.280865 [ 254 ] {c14e0b38-7865-4cd4-8303-8a1b552e93eb} <Debug> TCPHandler: Processed in 0.006026491 sec. | ||
| 4196 | 2025.03.03 05:26:41.280911 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 4197 | 2025.03.03 05:26:41.281066 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4198 | 2025.03.03 05:26:41.281102 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4199 | 2025.03.03 05:26:41.281140 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1843 rows starting from the beginning of the part | ||
| 4200 | 2025.03.03 05:26:41.281308 [ 254 ] {1eab5a8e-f220-4ac1-b15e-282493e8d99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4201 | 2025.03.03 05:26:41.281448 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 4202 | 2025.03.03 05:26:41.281467 [ 254 ] {1eab5a8e-f220-4ac1-b15e-282493e8d99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4203 | 2025.03.03 05:26:41.281813 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1843 rows starting from the beginning of the part | ||
| 4204 | 2025.03.03 05:26:41.282103 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4205 | 2025.03.03 05:26:41.282501 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 4206 | 2025.03.03 05:26:41.282867 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 695 rows starting from the beginning of the part | ||
| 4207 | 2025.03.03 05:26:41.284130 [ 254 ] {1eab5a8e-f220-4ac1-b15e-282493e8d99d} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4208 | 2025.03.03 05:26:41.284187 [ 254 ] {1eab5a8e-f220-4ac1-b15e-282493e8d99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4209 | 2025.03.03 05:26:41.285135 [ 254 ] {1eab5a8e-f220-4ac1-b15e-282493e8d99d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4210 | 2025.03.03 05:26:41.285585 [ 254 ] {1eab5a8e-f220-4ac1-b15e-282493e8d99d} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4211 | 2025.03.03 05:26:41.285924 [ 254 ] {1eab5a8e-f220-4ac1-b15e-282493e8d99d} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.00469 sec., 30916.844349680174 rows/sec., 1.94 MiB/sec. | ||
| 4212 | 2025.03.03 05:26:41.286182 [ 254 ] {1eab5a8e-f220-4ac1-b15e-282493e8d99d} <Debug> TCPHandler: Processed in 0.005178194 sec. | ||
| 4213 | 2025.03.03 05:26:41.286443 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4214 | 2025.03.03 05:26:41.286698 [ 254 ] {7bfaf35c-1e6d-4b28-8f41-5acb16c45a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4215 | 2025.03.03 05:26:41.286710 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.00598343 sec., 760266.2686786676 rows/sec., 64.41 MiB/sec. | ||
| 4216 | 2025.03.03 05:26:41.286761 [ 254 ] {7bfaf35c-1e6d-4b28-8f41-5acb16c45a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4217 | 2025.03.03 05:26:41.287100 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4218 | 2025.03.03 05:26:41.287739 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_31_6} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4219 | 2025.03.03 05:26:41.287971 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_31_6} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4220 | 2025.03.03 05:26:41.288039 [ 254 ] {7bfaf35c-1e6d-4b28-8f41-5acb16c45a78} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4221 | 2025.03.03 05:26:41.288111 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 4222 | 2025.03.03 05:26:41.288118 [ 254 ] {7bfaf35c-1e6d-4b28-8f41-5acb16c45a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4223 | 2025.03.03 05:26:41.288510 [ 254 ] {7bfaf35c-1e6d-4b28-8f41-5acb16c45a78} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4224 | 2025.03.03 05:26:41.288750 [ 254 ] {7bfaf35c-1e6d-4b28-8f41-5acb16c45a78} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4225 | 2025.03.03 05:26:41.288972 [ 254 ] {7bfaf35c-1e6d-4b28-8f41-5acb16c45a78} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002318 sec., 48748.92148403796 rows/sec., 3.16 MiB/sec. | ||
| 4226 | 2025.03.03 05:26:41.289184 [ 254 ] {7bfaf35c-1e6d-4b28-8f41-5acb16c45a78} <Debug> TCPHandler: Processed in 0.002841547 sec. | ||
| 4227 | 2025.03.03 05:26:41.289344 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4228 | 2025.03.03 05:26:41.289447 [ 254 ] {5c4f8868-4003-4b9c-a398-f3f967fd3362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4229 | 2025.03.03 05:26:41.289492 [ 254 ] {5c4f8868-4003-4b9c-a398-f3f967fd3362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4230 | 2025.03.03 05:26:41.290085 [ 254 ] {5c4f8868-4003-4b9c-a398-f3f967fd3362} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4231 | 2025.03.03 05:26:41.290123 [ 254 ] {5c4f8868-4003-4b9c-a398-f3f967fd3362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4232 | 2025.03.03 05:26:41.290466 [ 254 ] {5c4f8868-4003-4b9c-a398-f3f967fd3362} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4233 | 2025.03.03 05:26:41.290703 [ 254 ] {5c4f8868-4003-4b9c-a398-f3f967fd3362} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4234 | 2025.03.03 05:26:41.290826 [ 84 ] {} <Debug> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4235 | 2025.03.03 05:26:41.290865 [ 84 ] {} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4236 | 2025.03.03 05:26:41.290889 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4237 | 2025.03.03 05:26:41.290898 [ 254 ] {5c4f8868-4003-4b9c-a398-f3f967fd3362} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001469 sec., 76242.3417290674 rows/sec., 4.34 MiB/sec. | ||
| 4238 | 2025.03.03 05:26:41.291032 [ 254 ] {5c4f8868-4003-4b9c-a398-f3f967fd3362} <Debug> TCPHandler: Processed in 0.001736975 sec. | ||
| 4239 | 2025.03.03 05:26:41.291058 [ 192 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::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 | ||
| 4240 | 2025.03.03 05:26:41.291174 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4241 | 2025.03.03 05:26:41.291187 [ 192 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4242 | 2025.03.03 05:26:41.291238 [ 192 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part | ||
| 4243 | 2025.03.03 05:26:41.291387 [ 254 ] {e2529df5-6cde-4447-befb-af377f1546a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4244 | 2025.03.03 05:26:41.291451 [ 192 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part | ||
| 4245 | 2025.03.03 05:26:41.291556 [ 254 ] {e2529df5-6cde-4447-befb-af377f1546a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4246 | 2025.03.03 05:26:41.291809 [ 192 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part | ||
| 4247 | 2025.03.03 05:26:41.292091 [ 192 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part | ||
| 4248 | 2025.03.03 05:26:41.292374 [ 192 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part | ||
| 4249 | 2025.03.03 05:26:41.293832 [ 254 ] {e2529df5-6cde-4447-befb-af377f1546a4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4250 | 2025.03.03 05:26:41.293883 [ 254 ] {e2529df5-6cde-4447-befb-af377f1546a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4251 | 2025.03.03 05:26:41.294105 [ 193 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003160514 sec., 177186.36905262878 rows/sec., 10.77 MiB/sec. | ||
| 4252 | 2025.03.03 05:26:41.294302 [ 193 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4253 | 2025.03.03 05:26:41.294633 [ 254 ] {e2529df5-6cde-4447-befb-af377f1546a4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4254 | 2025.03.03 05:26:41.294856 [ 193 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_13_3} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4255 | 2025.03.03 05:26:41.295030 [ 193 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_13_3} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4256 | 2025.03.03 05:26:41.295142 [ 254 ] {e2529df5-6cde-4447-befb-af377f1546a4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4257 | 2025.03.03 05:26:41.295190 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4258 | 2025.03.03 05:26:41.295336 [ 84 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4259 | 2025.03.03 05:26:41.295375 [ 84 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4260 | 2025.03.03 05:26:41.295397 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4261 | 2025.03.03 05:26:41.295407 [ 254 ] {e2529df5-6cde-4447-befb-af377f1546a4} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.00411 sec., 102433.0900243309 rows/sec., 7.30 MiB/sec. | ||
| 4262 | 2025.03.03 05:26:41.295606 [ 254 ] {e2529df5-6cde-4447-befb-af377f1546a4} <Debug> TCPHandler: Processed in 0.00449675 sec. | ||
| 4263 | 2025.03.03 05:26:41.295670 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 4264 | 2025.03.03 05:26:41.295760 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4265 | 2025.03.03 05:26:41.295932 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4266 | 2025.03.03 05:26:41.295967 [ 254 ] {9d8bd8e4-9610-4281-bff9-9af2e5eebde6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4267 | 2025.03.03 05:26:41.295994 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4268 | 2025.03.03 05:26:41.296064 [ 254 ] {9d8bd8e4-9610-4281-bff9-9af2e5eebde6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4269 | 2025.03.03 05:26:41.296374 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 4270 | 2025.03.03 05:26:41.296713 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 893 rows starting from the beginning of the part | ||
| 4271 | 2025.03.03 05:26:41.297051 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4272 | 2025.03.03 05:26:41.297267 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 4273 | 2025.03.03 05:26:41.297608 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part | ||
| 4274 | 2025.03.03 05:26:41.298369 [ 254 ] {9d8bd8e4-9610-4281-bff9-9af2e5eebde6} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4275 | 2025.03.03 05:26:41.298424 [ 254 ] {9d8bd8e4-9610-4281-bff9-9af2e5eebde6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4276 | 2025.03.03 05:26:41.299243 [ 254 ] {9d8bd8e4-9610-4281-bff9-9af2e5eebde6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4277 | 2025.03.03 05:26:41.299712 [ 254 ] {9d8bd8e4-9610-4281-bff9-9af2e5eebde6} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4278 | 2025.03.03 05:26:41.300192 [ 254 ] {9d8bd8e4-9610-4281-bff9-9af2e5eebde6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004283 sec., 1400.8872285780994 rows/sec., 73.19 KiB/sec. | ||
| 4279 | 2025.03.03 05:26:41.300268 [ 254 ] {9d8bd8e4-9610-4281-bff9-9af2e5eebde6} <Debug> TCPHandler: Processed in 0.004566241 sec. | ||
| 4280 | 2025.03.03 05:26:41.300397 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4281 | 2025.03.03 05:26:41.300548 [ 254 ] {e72e5ff1-38fa-41a6-af48-d7c59391cc68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4282 | 2025.03.03 05:26:41.300670 [ 254 ] {e72e5ff1-38fa-41a6-af48-d7c59391cc68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4283 | 2025.03.03 05:26:41.300976 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.00549713 sec., 439320.1543350803 rows/sec., 33.64 MiB/sec. | ||
| 4284 | 2025.03.03 05:26:41.301224 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4285 | 2025.03.03 05:26:41.301681 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_31_6} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4286 | 2025.03.03 05:26:41.301903 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_31_6} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4287 | 2025.03.03 05:26:41.301938 [ 254 ] {e72e5ff1-38fa-41a6-af48-d7c59391cc68} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4288 | 2025.03.03 05:26:41.302026 [ 254 ] {e72e5ff1-38fa-41a6-af48-d7c59391cc68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4289 | 2025.03.03 05:26:41.302052 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4290 | 2025.03.03 05:26:41.302459 [ 254 ] {e72e5ff1-38fa-41a6-af48-d7c59391cc68} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4291 | 2025.03.03 05:26:41.302702 [ 254 ] {e72e5ff1-38fa-41a6-af48-d7c59391cc68} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4292 | 2025.03.03 05:26:41.302824 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4293 | 2025.03.03 05:26:41.302860 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4294 | 2025.03.03 05:26:41.302883 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4295 | 2025.03.03 05:26:41.302892 [ 254 ] {e72e5ff1-38fa-41a6-af48-d7c59391cc68} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002414 sec., 98177.29908864955 rows/sec., 6.58 MiB/sec. | ||
| 4296 | 2025.03.03 05:26:41.303023 [ 254 ] {e72e5ff1-38fa-41a6-af48-d7c59391cc68} <Debug> TCPHandler: Processed in 0.002692284 sec. | ||
| 4297 | 2025.03.03 05:26:41.303036 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 4298 | 2025.03.03 05:26:41.303145 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4299 | 2025.03.03 05:26:41.303155 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4300 | 2025.03.03 05:26:41.303187 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8228 rows starting from the beginning of the part | ||
| 4301 | 2025.03.03 05:26:41.303316 [ 254 ] {20850a23-d97f-4f69-80bb-e2e18b11469d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4302 | 2025.03.03 05:26:41.303334 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4303 | 2025.03.03 05:26:41.303414 [ 254 ] {20850a23-d97f-4f69-80bb-e2e18b11469d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4304 | 2025.03.03 05:26:41.303482 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 963 rows starting from the beginning of the part | ||
| 4305 | 2025.03.03 05:26:41.303788 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part | ||
| 4306 | 2025.03.03 05:26:41.304052 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 4307 | 2025.03.03 05:26:41.304271 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4308 | 2025.03.03 05:26:41.304892 [ 254 ] {20850a23-d97f-4f69-80bb-e2e18b11469d} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4309 | 2025.03.03 05:26:41.304934 [ 254 ] {20850a23-d97f-4f69-80bb-e2e18b11469d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4310 | 2025.03.03 05:26:41.305400 [ 254 ] {20850a23-d97f-4f69-80bb-e2e18b11469d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4311 | 2025.03.03 05:26:41.305708 [ 254 ] {20850a23-d97f-4f69-80bb-e2e18b11469d} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4312 | 2025.03.03 05:26:41.306004 [ 254 ] {20850a23-d97f-4f69-80bb-e2e18b11469d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002764 sec., 361.794500723589 rows/sec., 24.38 KiB/sec. | ||
| 4313 | 2025.03.03 05:26:41.306097 [ 254 ] {20850a23-d97f-4f69-80bb-e2e18b11469d} <Debug> TCPHandler: Processed in 0.00300757 sec. | ||
| 4314 | 2025.03.03 05:26:41.306231 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4315 | 2025.03.03 05:26:41.306337 [ 254 ] {839f9e22-87c7-42f9-a422-f4f7fcad1965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4316 | 2025.03.03 05:26:41.306422 [ 254 ] {839f9e22-87c7-42f9-a422-f4f7fcad1965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4317 | 2025.03.03 05:26:41.307821 [ 254 ] {839f9e22-87c7-42f9-a422-f4f7fcad1965} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4318 | 2025.03.03 05:26:41.307859 [ 254 ] {839f9e22-87c7-42f9-a422-f4f7fcad1965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4319 | 2025.03.03 05:26:41.308340 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9876 rows, containing 5 columns (5 merged, 0 gathered) in 0.005401098 sec., 1828517.0904138382 rows/sec., 123.41 MiB/sec. | ||
| 4320 | 2025.03.03 05:26:41.308744 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4321 | 2025.03.03 05:26:41.309012 [ 254 ] {839f9e22-87c7-42f9-a422-f4f7fcad1965} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4322 | 2025.03.03 05:26:41.309310 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4323 | 2025.03.03 05:26:41.309429 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4324 | 2025.03.03 05:26:41.309562 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4325 | 2025.03.03 05:26:41.309573 [ 254 ] {839f9e22-87c7-42f9-a422-f4f7fcad1965} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4326 | 2025.03.03 05:26:41.309938 [ 254 ] {839f9e22-87c7-42f9-a422-f4f7fcad1965} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003597 sec., 10842.368640533778 rows/sec., 19.43 MiB/sec. | ||
| 4327 | 2025.03.03 05:26:41.310086 [ 254 ] {839f9e22-87c7-42f9-a422-f4f7fcad1965} <Debug> TCPHandler: Processed in 0.003905978 sec. | ||
| 4328 | 2025.03.03 05:26:41.310210 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4329 | 2025.03.03 05:26:41.310314 [ 254 ] {bbcb6e9b-2d44-4d0d-9b72-b254b6c40692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4330 | 2025.03.03 05:26:41.310361 [ 254 ] {bbcb6e9b-2d44-4d0d-9b72-b254b6c40692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4331 | 2025.03.03 05:26:41.310818 [ 254 ] {bbcb6e9b-2d44-4d0d-9b72-b254b6c40692} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4332 | 2025.03.03 05:26:41.310859 [ 254 ] {bbcb6e9b-2d44-4d0d-9b72-b254b6c40692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4333 | 2025.03.03 05:26:41.311236 [ 254 ] {bbcb6e9b-2d44-4d0d-9b72-b254b6c40692} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4334 | 2025.03.03 05:26:41.311478 [ 254 ] {bbcb6e9b-2d44-4d0d-9b72-b254b6c40692} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4335 | 2025.03.03 05:26:41.311660 [ 85 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4336 | 2025.03.03 05:26:41.311732 [ 254 ] {bbcb6e9b-2d44-4d0d-9b72-b254b6c40692} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001434 sec., 57182.705718270576 rows/sec., 3.63 MiB/sec. | ||
| 4337 | 2025.03.03 05:26:41.311736 [ 85 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4338 | 2025.03.03 05:26:41.311828 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 4339 | 2025.03.03 05:26:41.311859 [ 254 ] {bbcb6e9b-2d44-4d0d-9b72-b254b6c40692} <Debug> TCPHandler: Processed in 0.001699604 sec. | ||
| 4340 | 2025.03.03 05:26:41.312035 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 4341 | 2025.03.03 05:26:41.312159 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4342 | 2025.03.03 05:26:41.312194 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1610 rows starting from the beginning of the part | ||
| 4343 | 2025.03.03 05:26:41.312303 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4344 | 2025.03.03 05:26:41.312498 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 4345 | 2025.03.03 05:26:41.312651 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
| 4346 | 2025.03.03 05:26:41.312810 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 4347 | 2025.03.03 05:26:41.312992 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 4348 | 2025.03.03 05:26:41.314260 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 4 columns (4 merged, 0 gathered) in 0.002320607 sec., 816165.7704212733 rows/sec., 53.22 MiB/sec. | ||
| 4349 | 2025.03.03 05:26:41.314438 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4350 | 2025.03.03 05:26:41.314779 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_31_6} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4351 | 2025.03.03 05:26:41.314868 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_31_6} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4352 | 2025.03.03 05:26:41.314936 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4353 | 2025.03.03 05:26:42.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.95 MiB, peak 185.79 MiB, free memory in arenas 0.00 B, will set to 181.15 MiB (RSS), difference: 4.21 MiB | ||
| 4354 | 2025.03.03 05:26:46.265412 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4355 | 2025.03.03 05:26:46.265604 [ 254 ] {9ecc4a25-a887-44f8-9c69-42c9f5af5cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4356 | 2025.03.03 05:26:46.265678 [ 254 ] {9ecc4a25-a887-44f8-9c69-42c9f5af5cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4357 | 2025.03.03 05:26:46.266493 [ 254 ] {9ecc4a25-a887-44f8-9c69-42c9f5af5cd6} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4358 | 2025.03.03 05:26:46.266544 [ 254 ] {9ecc4a25-a887-44f8-9c69-42c9f5af5cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4359 | 2025.03.03 05:26:46.266979 [ 254 ] {9ecc4a25-a887-44f8-9c69-42c9f5af5cd6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4360 | 2025.03.03 05:26:46.267245 [ 254 ] {9ecc4a25-a887-44f8-9c69-42c9f5af5cd6} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4361 | 2025.03.03 05:26:46.267510 [ 254 ] {9ecc4a25-a887-44f8-9c69-42c9f5af5cd6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.19 MiB/sec. | ||
| 4362 | 2025.03.03 05:26:46.267695 [ 254 ] {9ecc4a25-a887-44f8-9c69-42c9f5af5cd6} <Debug> TCPHandler: Processed in 0.002413228 sec. | ||
| 4363 | 2025.03.03 05:26:46.267894 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4364 | 2025.03.03 05:26:46.268001 [ 254 ] {c7c39b70-b9c7-4413-8aee-3a864f4146b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4365 | 2025.03.03 05:26:46.268050 [ 254 ] {c7c39b70-b9c7-4413-8aee-3a864f4146b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4366 | 2025.03.03 05:26:46.268639 [ 254 ] {c7c39b70-b9c7-4413-8aee-3a864f4146b4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4367 | 2025.03.03 05:26:46.268679 [ 254 ] {c7c39b70-b9c7-4413-8aee-3a864f4146b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4368 | 2025.03.03 05:26:46.269044 [ 254 ] {c7c39b70-b9c7-4413-8aee-3a864f4146b4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4369 | 2025.03.03 05:26:46.269296 [ 254 ] {c7c39b70-b9c7-4413-8aee-3a864f4146b4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4370 | 2025.03.03 05:26:46.269512 [ 254 ] {c7c39b70-b9c7-4413-8aee-3a864f4146b4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001534 sec., 41720.99087353325 rows/sec., 3.26 MiB/sec. | ||
| 4371 | 2025.03.03 05:26:46.269566 [ 254 ] {c7c39b70-b9c7-4413-8aee-3a864f4146b4} <Debug> TCPHandler: Processed in 0.001731695 sec. | ||
| 4372 | 2025.03.03 05:26:46.269690 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4373 | 2025.03.03 05:26:46.269798 [ 254 ] {1ed66f59-55ae-4f1f-8359-f282929c577c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4374 | 2025.03.03 05:26:46.269847 [ 254 ] {1ed66f59-55ae-4f1f-8359-f282929c577c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4375 | 2025.03.03 05:26:46.270379 [ 254 ] {1ed66f59-55ae-4f1f-8359-f282929c577c} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4376 | 2025.03.03 05:26:46.270419 [ 254 ] {1ed66f59-55ae-4f1f-8359-f282929c577c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4377 | 2025.03.03 05:26:46.270805 [ 254 ] {1ed66f59-55ae-4f1f-8359-f282929c577c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4378 | 2025.03.03 05:26:46.271042 [ 254 ] {1ed66f59-55ae-4f1f-8359-f282929c577c} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4379 | 2025.03.03 05:26:46.271257 [ 254 ] {1ed66f59-55ae-4f1f-8359-f282929c577c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001481 sec., 108035.11141120865 rows/sec., 7.52 MiB/sec. | ||
| 4380 | 2025.03.03 05:26:46.271310 [ 254 ] {1ed66f59-55ae-4f1f-8359-f282929c577c} <Debug> TCPHandler: Processed in 0.001670354 sec. | ||
| 4381 | 2025.03.03 05:26:46.271435 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4382 | 2025.03.03 05:26:46.271541 [ 254 ] {349af96a-a7b8-46b7-ae2f-b7cc1145435e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4383 | 2025.03.03 05:26:46.271589 [ 254 ] {349af96a-a7b8-46b7-ae2f-b7cc1145435e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4384 | 2025.03.03 05:26:46.272032 [ 254 ] {349af96a-a7b8-46b7-ae2f-b7cc1145435e} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4385 | 2025.03.03 05:26:46.272072 [ 254 ] {349af96a-a7b8-46b7-ae2f-b7cc1145435e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4386 | 2025.03.03 05:26:46.272423 [ 254 ] {349af96a-a7b8-46b7-ae2f-b7cc1145435e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4387 | 2025.03.03 05:26:46.272655 [ 254 ] {349af96a-a7b8-46b7-ae2f-b7cc1145435e} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4388 | 2025.03.03 05:26:46.272866 [ 254 ] {349af96a-a7b8-46b7-ae2f-b7cc1145435e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
| 4389 | 2025.03.03 05:26:46.272917 [ 254 ] {349af96a-a7b8-46b7-ae2f-b7cc1145435e} <Debug> TCPHandler: Processed in 0.001532231 sec. | ||
| 4390 | 2025.03.03 05:26:47.899481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4391 | 2025.03.03 05:26:47.900478 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2025.03.03 05:26:47.900516 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4393 | 2025.03.03 05:26:47.901039 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4394 | 2025.03.03 05:26:47.901293 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2025.03.03 05:26:47.901453 [ 77 ] {} <Debug> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4396 | 2025.03.03 05:26:47.901485 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4397 | 2025.03.03 05:26:47.901511 [ 77 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4398 | 2025.03.03 05:26:47.901537 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4399 | 2025.03.03 05:26:47.901969 [ 199 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 4400 | 2025.03.03 05:26:47.902233 [ 199 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4401 | 2025.03.03 05:26:47.902301 [ 199 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 4402 | 2025.03.03 05:26:47.902382 [ 199 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 4403 | 2025.03.03 05:26:47.902605 [ 199 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 4404 | 2025.03.03 05:26:47.902798 [ 199 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 4405 | 2025.03.03 05:26:47.902968 [ 199 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 4406 | 2025.03.03 05:26:47.903099 [ 199 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 4407 | 2025.03.03 05:26:47.905238 [ 188 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003593112 sec., 2682354.4604231655 rows/sec., 38.37 MiB/sec. | ||
| 4408 | 2025.03.03 05:26:47.905580 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4409 | 2025.03.03 05:26:47.905934 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_21_4} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4410 | 2025.03.03 05:26:47.906025 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_21_4} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4411 | 2025.03.03 05:26:47.906144 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4412 | 2025.03.03 05:26:48.507971 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4413 | 2025.03.03 05:26:48.529495 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4414 | 2025.03.03 05:26:48.529544 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4415 | 2025.03.03 05:26:48.537077 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4416 | 2025.03.03 05:26:48.537886 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4417 | 2025.03.03 05:26:48.538277 [ 76 ] {} <Debug> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4418 | 2025.03.03 05:26:48.538409 [ 76 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.03.03 05:26:48.538496 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4420 | 2025.03.03 05:26:48.538814 [ 199 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 4421 | 2025.03.03 05:26:48.547970 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4422 | 2025.03.03 05:26:48.549108 [ 199 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4423 | 2025.03.03 05:26:48.550037 [ 199 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 4424 | 2025.03.03 05:26:48.555030 [ 199 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 4425 | 2025.03.03 05:26:48.559770 [ 199 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 4426 | 2025.03.03 05:26:48.564937 [ 199 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 4427 | 2025.03.03 05:26:48.570522 [ 199 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 4428 | 2025.03.03 05:26:48.575359 [ 199 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 4429 | 2025.03.03 05:26:48.635240 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.096605177 sec., 1645.874526993517 rows/sec., 8.51 MiB/sec. | ||
| 4430 | 2025.03.03 05:26:48.637820 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4431 | 2025.03.03 05:26:48.640751 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_21_4} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4432 | 2025.03.03 05:26:48.640878 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_21_4} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4433 | 2025.03.03 05:26:48.643348 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4434 | 2025.03.03 05:26:49.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.29 MiB, peak 192.84 MiB, free memory in arenas 0.00 B, will set to 184.29 MiB (RSS), difference: 2.00 MiB | ||
| 4435 | 2025.03.03 05:26:50.448270 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 632 | ||
| 4436 | 2025.03.03 05:26:50.451371 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2025.03.03 05:26:50.451418 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4438 | 2025.03.03 05:26:50.452886 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4439 | 2025.03.03 05:26:50.453219 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4440 | 2025.03.03 05:26:50.453793 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 632 | ||
| 4441 | 2025.03.03 05:26:51.272427 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4442 | 2025.03.03 05:26:51.272625 [ 254 ] {c1688287-6154-4ebf-9f3b-1dad0c7a42f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4443 | 2025.03.03 05:26:51.272698 [ 254 ] {c1688287-6154-4ebf-9f3b-1dad0c7a42f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4444 | 2025.03.03 05:26:51.273560 [ 254 ] {c1688287-6154-4ebf-9f3b-1dad0c7a42f2} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4445 | 2025.03.03 05:26:51.273613 [ 254 ] {c1688287-6154-4ebf-9f3b-1dad0c7a42f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4446 | 2025.03.03 05:26:51.274065 [ 254 ] {c1688287-6154-4ebf-9f3b-1dad0c7a42f2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4447 | 2025.03.03 05:26:51.274334 [ 254 ] {c1688287-6154-4ebf-9f3b-1dad0c7a42f2} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4448 | 2025.03.03 05:26:51.274593 [ 254 ] {c1688287-6154-4ebf-9f3b-1dad0c7a42f2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00202 sec., 104950.49504950494 rows/sec., 6.67 MiB/sec. | ||
| 4449 | 2025.03.03 05:26:51.274708 [ 254 ] {c1688287-6154-4ebf-9f3b-1dad0c7a42f2} <Debug> TCPHandler: Processed in 0.002417028 sec. | ||
| 4450 | 2025.03.03 05:26:51.274851 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4451 | 2025.03.03 05:26:51.274959 [ 254 ] {84e658b1-b088-47e3-94ea-87aa1a27329c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4452 | 2025.03.03 05:26:51.275006 [ 254 ] {84e658b1-b088-47e3-94ea-87aa1a27329c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4453 | 2025.03.03 05:26:51.275879 [ 254 ] {84e658b1-b088-47e3-94ea-87aa1a27329c} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4454 | 2025.03.03 05:26:51.275919 [ 254 ] {84e658b1-b088-47e3-94ea-87aa1a27329c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4455 | 2025.03.03 05:26:51.276340 [ 254 ] {84e658b1-b088-47e3-94ea-87aa1a27329c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4456 | 2025.03.03 05:26:51.276589 [ 254 ] {84e658b1-b088-47e3-94ea-87aa1a27329c} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4457 | 2025.03.03 05:26:51.276802 [ 254 ] {84e658b1-b088-47e3-94ea-87aa1a27329c} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001866 sec., 372454.448017149 rows/sec., 29.72 MiB/sec. | ||
| 4458 | 2025.03.03 05:26:51.276855 [ 254 ] {84e658b1-b088-47e3-94ea-87aa1a27329c} <Debug> TCPHandler: Processed in 0.002055321 sec. | ||
| 4459 | 2025.03.03 05:26:51.276979 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4460 | 2025.03.03 05:26:51.277086 [ 254 ] {254db0c5-a0af-4f2b-bc27-04f18bfbc42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4461 | 2025.03.03 05:26:51.277132 [ 254 ] {254db0c5-a0af-4f2b-bc27-04f18bfbc42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4462 | 2025.03.03 05:26:51.277707 [ 254 ] {254db0c5-a0af-4f2b-bc27-04f18bfbc42c} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4463 | 2025.03.03 05:26:51.277748 [ 254 ] {254db0c5-a0af-4f2b-bc27-04f18bfbc42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4464 | 2025.03.03 05:26:51.278105 [ 254 ] {254db0c5-a0af-4f2b-bc27-04f18bfbc42c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4465 | 2025.03.03 05:26:51.278342 [ 254 ] {254db0c5-a0af-4f2b-bc27-04f18bfbc42c} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4466 | 2025.03.03 05:26:51.278608 [ 254 ] {254db0c5-a0af-4f2b-bc27-04f18bfbc42c} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001536 sec., 94401.04166666667 rows/sec., 5.92 MiB/sec. | ||
| 4467 | 2025.03.03 05:26:51.278815 [ 254 ] {254db0c5-a0af-4f2b-bc27-04f18bfbc42c} <Debug> TCPHandler: Processed in 0.001884618 sec. | ||
| 4468 | 2025.03.03 05:26:51.278957 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4469 | 2025.03.03 05:26:51.279061 [ 254 ] {b20a1ba6-3008-4b2d-a2c2-d94b788699fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4470 | 2025.03.03 05:26:51.279107 [ 254 ] {b20a1ba6-3008-4b2d-a2c2-d94b788699fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4471 | 2025.03.03 05:26:51.279724 [ 254 ] {b20a1ba6-3008-4b2d-a2c2-d94b788699fc} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4472 | 2025.03.03 05:26:51.279765 [ 254 ] {b20a1ba6-3008-4b2d-a2c2-d94b788699fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4473 | 2025.03.03 05:26:51.280125 [ 254 ] {b20a1ba6-3008-4b2d-a2c2-d94b788699fc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4474 | 2025.03.03 05:26:51.280375 [ 254 ] {b20a1ba6-3008-4b2d-a2c2-d94b788699fc} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4475 | 2025.03.03 05:26:51.280607 [ 254 ] {b20a1ba6-3008-4b2d-a2c2-d94b788699fc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001563 sec., 72296.86500319898 rows/sec., 4.68 MiB/sec. | ||
| 4476 | 2025.03.03 05:26:51.280699 [ 254 ] {b20a1ba6-3008-4b2d-a2c2-d94b788699fc} <Debug> TCPHandler: Processed in 0.001790236 sec. | ||
| 4477 | 2025.03.03 05:26:51.280821 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4478 | 2025.03.03 05:26:51.280928 [ 254 ] {505c50e1-74ff-4833-aedd-ed1ee82ba4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4479 | 2025.03.03 05:26:51.280973 [ 254 ] {505c50e1-74ff-4833-aedd-ed1ee82ba4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4480 | 2025.03.03 05:26:51.281528 [ 254 ] {505c50e1-74ff-4833-aedd-ed1ee82ba4a9} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4481 | 2025.03.03 05:26:51.281568 [ 254 ] {505c50e1-74ff-4833-aedd-ed1ee82ba4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4482 | 2025.03.03 05:26:51.281920 [ 254 ] {505c50e1-74ff-4833-aedd-ed1ee82ba4a9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4483 | 2025.03.03 05:26:51.282158 [ 254 ] {505c50e1-74ff-4833-aedd-ed1ee82ba4a9} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2025.03.03 05:26:51.282371 [ 254 ] {505c50e1-74ff-4833-aedd-ed1ee82ba4a9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001463 sec., 76555.02392344497 rows/sec., 4.36 MiB/sec. | ||
| 4485 | 2025.03.03 05:26:51.282425 [ 254 ] {505c50e1-74ff-4833-aedd-ed1ee82ba4a9} <Debug> TCPHandler: Processed in 0.001654063 sec. | ||
| 4486 | 2025.03.03 05:26:51.282542 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4487 | 2025.03.03 05:26:51.282648 [ 254 ] {d5f5c9a8-1428-4e3c-9d97-3e0568d8cfc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4488 | 2025.03.03 05:26:51.282694 [ 254 ] {d5f5c9a8-1428-4e3c-9d97-3e0568d8cfc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4489 | 2025.03.03 05:26:51.283377 [ 254 ] {d5f5c9a8-1428-4e3c-9d97-3e0568d8cfc9} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2025.03.03 05:26:51.283418 [ 254 ] {d5f5c9a8-1428-4e3c-9d97-3e0568d8cfc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4491 | 2025.03.03 05:26:51.283787 [ 254 ] {d5f5c9a8-1428-4e3c-9d97-3e0568d8cfc9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4492 | 2025.03.03 05:26:51.284027 [ 254 ] {d5f5c9a8-1428-4e3c-9d97-3e0568d8cfc9} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4493 | 2025.03.03 05:26:51.284279 [ 254 ] {d5f5c9a8-1428-4e3c-9d97-3e0568d8cfc9} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001642 sec., 256394.640682095 rows/sec., 18.26 MiB/sec. | ||
| 4494 | 2025.03.03 05:26:51.284469 [ 254 ] {d5f5c9a8-1428-4e3c-9d97-3e0568d8cfc9} <Debug> TCPHandler: Processed in 0.00197053 sec. | ||
| 4495 | 2025.03.03 05:26:51.284678 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4496 | 2025.03.03 05:26:51.284786 [ 254 ] {950738fc-e97a-4c3e-aa8d-67cd519884c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4497 | 2025.03.03 05:26:51.284834 [ 254 ] {950738fc-e97a-4c3e-aa8d-67cd519884c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4498 | 2025.03.03 05:26:51.285307 [ 254 ] {950738fc-e97a-4c3e-aa8d-67cd519884c1} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4499 | 2025.03.03 05:26:51.285347 [ 254 ] {950738fc-e97a-4c3e-aa8d-67cd519884c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4500 | 2025.03.03 05:26:51.285698 [ 254 ] {950738fc-e97a-4c3e-aa8d-67cd519884c1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4501 | 2025.03.03 05:26:51.285940 [ 254 ] {950738fc-e97a-4c3e-aa8d-67cd519884c1} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4502 | 2025.03.03 05:26:51.286267 [ 254 ] {950738fc-e97a-4c3e-aa8d-67cd519884c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 4503 | 2025.03.03 05:26:51.286480 [ 254 ] {950738fc-e97a-4c3e-aa8d-67cd519884c1} <Debug> TCPHandler: Processed in 0.001866797 sec. | ||
| 4504 | 2025.03.03 05:26:51.286724 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4505 | 2025.03.03 05:26:51.286831 [ 254 ] {0c7a4be2-c050-4216-868e-624dc11450ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4506 | 2025.03.03 05:26:51.286882 [ 254 ] {0c7a4be2-c050-4216-868e-624dc11450ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4507 | 2025.03.03 05:26:51.287425 [ 254 ] {0c7a4be2-c050-4216-868e-624dc11450ce} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4508 | 2025.03.03 05:26:51.287464 [ 254 ] {0c7a4be2-c050-4216-868e-624dc11450ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4509 | 2025.03.03 05:26:51.287850 [ 254 ] {0c7a4be2-c050-4216-868e-624dc11450ce} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4510 | 2025.03.03 05:26:51.288087 [ 254 ] {0c7a4be2-c050-4216-868e-624dc11450ce} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4511 | 2025.03.03 05:26:51.288291 [ 254 ] {0c7a4be2-c050-4216-868e-624dc11450ce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001483 sec., 159811.1935266352 rows/sec., 10.71 MiB/sec. | ||
| 4512 | 2025.03.03 05:26:51.288345 [ 254 ] {0c7a4be2-c050-4216-868e-624dc11450ce} <Debug> TCPHandler: Processed in 0.001693844 sec. | ||
| 4513 | 2025.03.03 05:26:51.288463 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4514 | 2025.03.03 05:26:51.288569 [ 254 ] {173bf1f7-4dcc-4b4a-8344-e7231c0c6d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4515 | 2025.03.03 05:26:51.288617 [ 254 ] {173bf1f7-4dcc-4b4a-8344-e7231c0c6d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4516 | 2025.03.03 05:26:51.289071 [ 254 ] {173bf1f7-4dcc-4b4a-8344-e7231c0c6d1b} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2025.03.03 05:26:51.289111 [ 254 ] {173bf1f7-4dcc-4b4a-8344-e7231c0c6d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4518 | 2025.03.03 05:26:51.289455 [ 254 ] {173bf1f7-4dcc-4b4a-8344-e7231c0c6d1b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4519 | 2025.03.03 05:26:51.289705 [ 254 ] {173bf1f7-4dcc-4b4a-8344-e7231c0c6d1b} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4520 | 2025.03.03 05:26:51.289882 [ 73 ] {} <Debug> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4521 | 2025.03.03 05:26:51.289947 [ 254 ] {173bf1f7-4dcc-4b4a-8344-e7231c0c6d1b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec. | ||
| 4522 | 2025.03.03 05:26:51.289968 [ 73 ] {} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4523 | 2025.03.03 05:26:51.290040 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4524 | 2025.03.03 05:26:51.290070 [ 254 ] {173bf1f7-4dcc-4b4a-8344-e7231c0c6d1b} <Debug> TCPHandler: Processed in 0.001655033 sec. | ||
| 4525 | 2025.03.03 05:26:51.290294 [ 191 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4526 | 2025.03.03 05:26:51.290307 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4527 | 2025.03.03 05:26:51.290571 [ 254 ] {23d499b2-94c2-4da4-b58f-895e5ce285b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4528 | 2025.03.03 05:26:51.290590 [ 191 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4529 | 2025.03.03 05:26:51.290671 [ 191 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 10 rows starting from the beginning of the part | ||
| 4530 | 2025.03.03 05:26:51.290718 [ 254 ] {23d499b2-94c2-4da4-b58f-895e5ce285b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4531 | 2025.03.03 05:26:51.291037 [ 191 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4532 | 2025.03.03 05:26:51.291412 [ 191 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4533 | 2025.03.03 05:26:51.291788 [ 191 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4534 | 2025.03.03 05:26:51.292098 [ 191 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4535 | 2025.03.03 05:26:51.292655 [ 191 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4536 | 2025.03.03 05:26:51.296208 [ 194 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.006033561 sec., 2486.094033026268 rows/sec., 166.87 KiB/sec. | ||
| 4537 | 2025.03.03 05:26:51.296309 [ 254 ] {23d499b2-94c2-4da4-b58f-895e5ce285b0} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4538 | 2025.03.03 05:26:51.296375 [ 254 ] {23d499b2-94c2-4da4-b58f-895e5ce285b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4539 | 2025.03.03 05:26:51.296493 [ 194 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4540 | 2025.03.03 05:26:51.297301 [ 194 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4541 | 2025.03.03 05:26:51.297573 [ 194 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_14_3} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4542 | 2025.03.03 05:26:51.297763 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4543 | 2025.03.03 05:26:51.297990 [ 254 ] {23d499b2-94c2-4da4-b58f-895e5ce285b0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4544 | 2025.03.03 05:26:51.298275 [ 254 ] {23d499b2-94c2-4da4-b58f-895e5ce285b0} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4545 | 2025.03.03 05:26:51.298541 [ 254 ] {23d499b2-94c2-4da4-b58f-895e5ce285b0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00805 sec., 4844.72049689441 rows/sec., 8.68 MiB/sec. | ||
| 4546 | 2025.03.03 05:26:51.298651 [ 254 ] {23d499b2-94c2-4da4-b58f-895e5ce285b0} <Debug> TCPHandler: Processed in 0.008434869 sec. | ||
| 4547 | 2025.03.03 05:26:51.298789 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4548 | 2025.03.03 05:26:51.298895 [ 254 ] {d75dca38-25e5-4b12-8648-673ef5c8fdb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4549 | 2025.03.03 05:26:51.298943 [ 254 ] {d75dca38-25e5-4b12-8648-673ef5c8fdb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4550 | 2025.03.03 05:26:51.299385 [ 254 ] {d75dca38-25e5-4b12-8648-673ef5c8fdb4} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4551 | 2025.03.03 05:26:51.299426 [ 254 ] {d75dca38-25e5-4b12-8648-673ef5c8fdb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4552 | 2025.03.03 05:26:51.299791 [ 254 ] {d75dca38-25e5-4b12-8648-673ef5c8fdb4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4553 | 2025.03.03 05:26:51.300034 [ 254 ] {d75dca38-25e5-4b12-8648-673ef5c8fdb4} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4554 | 2025.03.03 05:26:51.300238 [ 254 ] {d75dca38-25e5-4b12-8648-673ef5c8fdb4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001364 sec., 60117.302052785926 rows/sec., 3.82 MiB/sec. | ||
| 4555 | 2025.03.03 05:26:51.300288 [ 254 ] {d75dca38-25e5-4b12-8648-673ef5c8fdb4} <Debug> TCPHandler: Processed in 0.001550921 sec. | ||
| 4556 | 2025.03.03 05:26:55.276967 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4557 | 2025.03.03 05:26:55.277043 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4558 | 2025.03.03 05:26:55.401595 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4559 | 2025.03.03 05:26:55.402381 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4560 | 2025.03.03 05:26:55.402437 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4561 | 2025.03.03 05:26:55.402983 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4562 | 2025.03.03 05:26:55.403252 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4563 | 2025.03.03 05:26:55.403505 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4564 | 2025.03.03 05:26:56.048042 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4565 | 2025.03.03 05:26:56.066567 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4566 | 2025.03.03 05:26:56.066629 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4567 | 2025.03.03 05:26:56.074160 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4568 | 2025.03.03 05:26:56.074914 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4569 | 2025.03.03 05:26:56.078029 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4570 | 2025.03.03 05:26:56.265644 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4571 | 2025.03.03 05:26:56.265856 [ 254 ] {13d3a005-f8c1-4e32-b5d7-7ede1c8154b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4572 | 2025.03.03 05:26:56.265938 [ 254 ] {13d3a005-f8c1-4e32-b5d7-7ede1c8154b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4573 | 2025.03.03 05:26:56.266835 [ 254 ] {13d3a005-f8c1-4e32-b5d7-7ede1c8154b3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4574 | 2025.03.03 05:26:56.266875 [ 254 ] {13d3a005-f8c1-4e32-b5d7-7ede1c8154b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4575 | 2025.03.03 05:26:56.267337 [ 254 ] {13d3a005-f8c1-4e32-b5d7-7ede1c8154b3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4576 | 2025.03.03 05:26:56.267603 [ 254 ] {13d3a005-f8c1-4e32-b5d7-7ede1c8154b3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4577 | 2025.03.03 05:26:56.267846 [ 254 ] {13d3a005-f8c1-4e32-b5d7-7ede1c8154b3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002039 sec., 27464.443354585583 rows/sec., 2.10 MiB/sec. | ||
| 4578 | 2025.03.03 05:26:56.268030 [ 254 ] {13d3a005-f8c1-4e32-b5d7-7ede1c8154b3} <Debug> TCPHandler: Processed in 0.002542291 sec. | ||
| 4579 | 2025.03.03 05:26:56.268251 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4580 | 2025.03.03 05:26:56.268358 [ 254 ] {59de670c-625e-4104-86cb-74c3bbeb5176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4581 | 2025.03.03 05:26:56.268405 [ 254 ] {59de670c-625e-4104-86cb-74c3bbeb5176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4582 | 2025.03.03 05:26:56.268985 [ 254 ] {59de670c-625e-4104-86cb-74c3bbeb5176} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4583 | 2025.03.03 05:26:56.269024 [ 254 ] {59de670c-625e-4104-86cb-74c3bbeb5176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4584 | 2025.03.03 05:26:56.269386 [ 254 ] {59de670c-625e-4104-86cb-74c3bbeb5176} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4585 | 2025.03.03 05:26:56.269623 [ 254 ] {59de670c-625e-4104-86cb-74c3bbeb5176} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4586 | 2025.03.03 05:26:56.269803 [ 254 ] {59de670c-625e-4104-86cb-74c3bbeb5176} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001467 sec., 43626.448534423995 rows/sec., 3.41 MiB/sec. | ||
| 4587 | 2025.03.03 05:26:56.269854 [ 254 ] {59de670c-625e-4104-86cb-74c3bbeb5176} <Debug> TCPHandler: Processed in 0.001672474 sec. | ||
| 4588 | 2025.03.03 05:26:56.269975 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4589 | 2025.03.03 05:26:56.270083 [ 254 ] {aa332fe5-273a-47fd-9200-dcbeb7b90ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4590 | 2025.03.03 05:26:56.270133 [ 254 ] {aa332fe5-273a-47fd-9200-dcbeb7b90ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4591 | 2025.03.03 05:26:56.270654 [ 254 ] {aa332fe5-273a-47fd-9200-dcbeb7b90ccf} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4592 | 2025.03.03 05:26:56.270691 [ 254 ] {aa332fe5-273a-47fd-9200-dcbeb7b90ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4593 | 2025.03.03 05:26:56.271110 [ 254 ] {aa332fe5-273a-47fd-9200-dcbeb7b90ccf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4594 | 2025.03.03 05:26:56.271355 [ 254 ] {aa332fe5-273a-47fd-9200-dcbeb7b90ccf} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4595 | 2025.03.03 05:26:56.271540 [ 254 ] {aa332fe5-273a-47fd-9200-dcbeb7b90ccf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001479 sec., 108181.20351588911 rows/sec., 7.53 MiB/sec. | ||
| 4596 | 2025.03.03 05:26:56.271665 [ 254 ] {aa332fe5-273a-47fd-9200-dcbeb7b90ccf} <Debug> TCPHandler: Processed in 0.001739655 sec. | ||
| 4597 | 2025.03.03 05:26:56.271797 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2025.03.03 05:26:56.271901 [ 254 ] {2cf9de30-b858-4534-a67d-37ab6850e3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4599 | 2025.03.03 05:26:56.271948 [ 254 ] {2cf9de30-b858-4534-a67d-37ab6850e3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4600 | 2025.03.03 05:26:56.272383 [ 254 ] {2cf9de30-b858-4534-a67d-37ab6850e3e7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2025.03.03 05:26:56.272420 [ 254 ] {2cf9de30-b858-4534-a67d-37ab6850e3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4602 | 2025.03.03 05:26:56.272775 [ 254 ] {2cf9de30-b858-4534-a67d-37ab6850e3e7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4603 | 2025.03.03 05:26:56.273025 [ 254 ] {2cf9de30-b858-4534-a67d-37ab6850e3e7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2025.03.03 05:26:56.273200 [ 254 ] {2cf9de30-b858-4534-a67d-37ab6850e3e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001322 sec., 45385.7791225416 rows/sec., 3.06 MiB/sec. | ||
| 4605 | 2025.03.03 05:26:56.273249 [ 254 ] {2cf9de30-b858-4534-a67d-37ab6850e3e7} <Debug> TCPHandler: Processed in 0.0015043 sec. | ||
| 4606 | 2025.03.03 05:26:56.763946 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4607 | 2025.03.03 05:26:56.764136 [ 254 ] {692e45d7-7b62-46f4-b9a9-bae6f85c9e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4608 | 2025.03.03 05:26:56.764206 [ 254 ] {692e45d7-7b62-46f4-b9a9-bae6f85c9e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4609 | 2025.03.03 05:26:56.765037 [ 254 ] {692e45d7-7b62-46f4-b9a9-bae6f85c9e6b} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2025.03.03 05:26:56.765082 [ 254 ] {692e45d7-7b62-46f4-b9a9-bae6f85c9e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4611 | 2025.03.03 05:26:56.765510 [ 254 ] {692e45d7-7b62-46f4-b9a9-bae6f85c9e6b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4612 | 2025.03.03 05:26:56.765767 [ 254 ] {692e45d7-7b62-46f4-b9a9-bae6f85c9e6b} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2025.03.03 05:26:56.766025 [ 254 ] {692e45d7-7b62-46f4-b9a9-bae6f85c9e6b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00194 sec., 109278.35051546391 rows/sec., 6.95 MiB/sec. | ||
| 4614 | 2025.03.03 05:26:56.766147 [ 254 ] {692e45d7-7b62-46f4-b9a9-bae6f85c9e6b} <Debug> TCPHandler: Processed in 0.002333697 sec. | ||
| 4615 | 2025.03.03 05:26:56.766274 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2025.03.03 05:26:56.766378 [ 254 ] {fbb68336-de76-4a47-93ce-1d301c51ab90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4617 | 2025.03.03 05:26:56.766424 [ 254 ] {fbb68336-de76-4a47-93ce-1d301c51ab90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4618 | 2025.03.03 05:26:56.766937 [ 254 ] {fbb68336-de76-4a47-93ce-1d301c51ab90} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2025.03.03 05:26:56.766976 [ 254 ] {fbb68336-de76-4a47-93ce-1d301c51ab90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4620 | 2025.03.03 05:26:56.767312 [ 254 ] {fbb68336-de76-4a47-93ce-1d301c51ab90} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4621 | 2025.03.03 05:26:56.767563 [ 254 ] {fbb68336-de76-4a47-93ce-1d301c51ab90} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2025.03.03 05:26:56.767807 [ 254 ] {fbb68336-de76-4a47-93ce-1d301c51ab90} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001443 sec., 1386.001386001386 rows/sec., 113.02 KiB/sec. | ||
| 4623 | 2025.03.03 05:26:56.767983 [ 254 ] {fbb68336-de76-4a47-93ce-1d301c51ab90} <Debug> TCPHandler: Processed in 0.001756266 sec. | ||
| 4624 | 2025.03.03 05:26:56.768117 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4625 | 2025.03.03 05:26:56.768231 [ 254 ] {55d6fc2b-8970-47b2-8188-f76f243232e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4626 | 2025.03.03 05:26:56.768280 [ 254 ] {55d6fc2b-8970-47b2-8188-f76f243232e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4627 | 2025.03.03 05:26:56.769791 [ 254 ] {55d6fc2b-8970-47b2-8188-f76f243232e5} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2025.03.03 05:26:56.769837 [ 254 ] {55d6fc2b-8970-47b2-8188-f76f243232e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4629 | 2025.03.03 05:26:56.770345 [ 254 ] {55d6fc2b-8970-47b2-8188-f76f243232e5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4630 | 2025.03.03 05:26:56.770590 [ 254 ] {55d6fc2b-8970-47b2-8188-f76f243232e5} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2025.03.03 05:26:56.770812 [ 254 ] {55d6fc2b-8970-47b2-8188-f76f243232e5} <Debug> executeQuery: Read 1836 rows, 152.97 KiB in 0.002603 sec., 705339.9923165579 rows/sec., 57.39 MiB/sec. | ||
| 4632 | 2025.03.03 05:26:56.770867 [ 254 ] {55d6fc2b-8970-47b2-8188-f76f243232e5} <Debug> TCPHandler: Processed in 0.002804477 sec. | ||
| 4633 | 2025.03.03 05:26:56.770982 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2025.03.03 05:26:56.771088 [ 254 ] {1676d3e2-751e-4c9c-8b3d-6de03b7ff344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4635 | 2025.03.03 05:26:56.771134 [ 254 ] {1676d3e2-751e-4c9c-8b3d-6de03b7ff344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4636 | 2025.03.03 05:26:56.771715 [ 254 ] {1676d3e2-751e-4c9c-8b3d-6de03b7ff344} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2025.03.03 05:26:56.771754 [ 254 ] {1676d3e2-751e-4c9c-8b3d-6de03b7ff344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4638 | 2025.03.03 05:26:56.772107 [ 254 ] {1676d3e2-751e-4c9c-8b3d-6de03b7ff344} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4639 | 2025.03.03 05:26:56.772344 [ 254 ] {1676d3e2-751e-4c9c-8b3d-6de03b7ff344} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2025.03.03 05:26:56.772549 [ 254 ] {1676d3e2-751e-4c9c-8b3d-6de03b7ff344} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001483 sec., 99123.39851652057 rows/sec., 6.23 MiB/sec. | ||
| 4641 | 2025.03.03 05:26:56.772600 [ 254 ] {1676d3e2-751e-4c9c-8b3d-6de03b7ff344} <Debug> TCPHandler: Processed in 0.001668803 sec. | ||
| 4642 | 2025.03.03 05:26:56.772714 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2025.03.03 05:26:56.772817 [ 254 ] {fa9c95f2-a40a-4efe-aae1-155ca81651d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4644 | 2025.03.03 05:26:56.772862 [ 254 ] {fa9c95f2-a40a-4efe-aae1-155ca81651d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4645 | 2025.03.03 05:26:56.773490 [ 254 ] {fa9c95f2-a40a-4efe-aae1-155ca81651d0} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2025.03.03 05:26:56.773529 [ 254 ] {fa9c95f2-a40a-4efe-aae1-155ca81651d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4647 | 2025.03.03 05:26:56.773886 [ 254 ] {fa9c95f2-a40a-4efe-aae1-155ca81651d0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4648 | 2025.03.03 05:26:56.774118 [ 254 ] {fa9c95f2-a40a-4efe-aae1-155ca81651d0} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2025.03.03 05:26:56.774340 [ 254 ] {fa9c95f2-a40a-4efe-aae1-155ca81651d0} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001544 sec., 220854.92227979275 rows/sec., 14.74 MiB/sec. | ||
| 4650 | 2025.03.03 05:26:56.774453 [ 254 ] {fa9c95f2-a40a-4efe-aae1-155ca81651d0} <Debug> TCPHandler: Processed in 0.001788736 sec. | ||
| 4651 | 2025.03.03 05:26:56.774570 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2025.03.03 05:26:56.774672 [ 254 ] {aac27c75-c74f-4e9c-9d36-54bb7781053b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4653 | 2025.03.03 05:26:56.774715 [ 254 ] {aac27c75-c74f-4e9c-9d36-54bb7781053b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4654 | 2025.03.03 05:26:56.775262 [ 254 ] {aac27c75-c74f-4e9c-9d36-54bb7781053b} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4655 | 2025.03.03 05:26:56.775301 [ 254 ] {aac27c75-c74f-4e9c-9d36-54bb7781053b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4656 | 2025.03.03 05:26:56.775662 [ 254 ] {aac27c75-c74f-4e9c-9d36-54bb7781053b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4657 | 2025.03.03 05:26:56.775896 [ 254 ] {aac27c75-c74f-4e9c-9d36-54bb7781053b} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4658 | 2025.03.03 05:26:56.776108 [ 254 ] {aac27c75-c74f-4e9c-9d36-54bb7781053b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001457 sec., 76870.28140013728 rows/sec., 4.38 MiB/sec. | ||
| 4659 | 2025.03.03 05:26:56.776162 [ 254 ] {aac27c75-c74f-4e9c-9d36-54bb7781053b} <Debug> TCPHandler: Processed in 0.001640773 sec. | ||
| 4660 | 2025.03.03 05:26:56.776276 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4661 | 2025.03.03 05:26:56.776381 [ 254 ] {09ada012-b81f-4862-865d-163300afb634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4662 | 2025.03.03 05:26:56.776426 [ 254 ] {09ada012-b81f-4862-865d-163300afb634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4663 | 2025.03.03 05:26:56.777259 [ 254 ] {09ada012-b81f-4862-865d-163300afb634} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4664 | 2025.03.03 05:26:56.777298 [ 254 ] {09ada012-b81f-4862-865d-163300afb634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4665 | 2025.03.03 05:26:56.777681 [ 254 ] {09ada012-b81f-4862-865d-163300afb634} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4666 | 2025.03.03 05:26:56.777919 [ 254 ] {09ada012-b81f-4862-865d-163300afb634} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4667 | 2025.03.03 05:26:56.778129 [ 254 ] {09ada012-b81f-4862-865d-163300afb634} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.001769 sec., 496890.89881288866 rows/sec., 35.97 MiB/sec. | ||
| 4668 | 2025.03.03 05:26:56.778180 [ 254 ] {09ada012-b81f-4862-865d-163300afb634} <Debug> TCPHandler: Processed in 0.001956299 sec. | ||
| 4669 | 2025.03.03 05:26:56.778292 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4670 | 2025.03.03 05:26:56.778398 [ 254 ] {bd6aafa6-93e8-4d23-b367-cc74157179a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4671 | 2025.03.03 05:26:56.778443 [ 254 ] {bd6aafa6-93e8-4d23-b367-cc74157179a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4672 | 2025.03.03 05:26:56.778878 [ 254 ] {bd6aafa6-93e8-4d23-b367-cc74157179a5} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4673 | 2025.03.03 05:26:56.778916 [ 254 ] {bd6aafa6-93e8-4d23-b367-cc74157179a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4674 | 2025.03.03 05:26:56.779258 [ 254 ] {bd6aafa6-93e8-4d23-b367-cc74157179a5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4675 | 2025.03.03 05:26:56.779491 [ 254 ] {bd6aafa6-93e8-4d23-b367-cc74157179a5} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4676 | 2025.03.03 05:26:56.779741 [ 254 ] {bd6aafa6-93e8-4d23-b367-cc74157179a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 231.35 KiB/sec. | ||
| 4677 | 2025.03.03 05:26:56.779910 [ 254 ] {bd6aafa6-93e8-4d23-b367-cc74157179a5} <Debug> TCPHandler: Processed in 0.001661264 sec. | ||
| 4678 | 2025.03.03 05:26:56.780074 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4679 | 2025.03.03 05:26:56.780179 [ 254 ] {be5acac1-c77f-4d9e-8bd7-f95616f4b13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4680 | 2025.03.03 05:26:56.780228 [ 254 ] {be5acac1-c77f-4d9e-8bd7-f95616f4b13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4681 | 2025.03.03 05:26:56.780960 [ 254 ] {be5acac1-c77f-4d9e-8bd7-f95616f4b13f} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4682 | 2025.03.03 05:26:56.780999 [ 254 ] {be5acac1-c77f-4d9e-8bd7-f95616f4b13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4683 | 2025.03.03 05:26:56.781445 [ 254 ] {be5acac1-c77f-4d9e-8bd7-f95616f4b13f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4684 | 2025.03.03 05:26:56.781681 [ 254 ] {be5acac1-c77f-4d9e-8bd7-f95616f4b13f} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4685 | 2025.03.03 05:26:56.781895 [ 254 ] {be5acac1-c77f-4d9e-8bd7-f95616f4b13f} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001738 sec., 550057.5373993096 rows/sec., 36.55 MiB/sec. | ||
| 4686 | 2025.03.03 05:26:56.781946 [ 254 ] {be5acac1-c77f-4d9e-8bd7-f95616f4b13f} <Debug> TCPHandler: Processed in 0.001925129 sec. | ||
| 4687 | 2025.03.03 05:26:56.782073 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4688 | 2025.03.03 05:26:56.782204 [ 254 ] {638db7ad-2e34-463f-8ae2-44b532f90454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4689 | 2025.03.03 05:26:56.782262 [ 254 ] {638db7ad-2e34-463f-8ae2-44b532f90454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4690 | 2025.03.03 05:26:56.782722 [ 254 ] {638db7ad-2e34-463f-8ae2-44b532f90454} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2025.03.03 05:26:56.782761 [ 254 ] {638db7ad-2e34-463f-8ae2-44b532f90454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4692 | 2025.03.03 05:26:56.783108 [ 254 ] {638db7ad-2e34-463f-8ae2-44b532f90454} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4693 | 2025.03.03 05:26:56.783341 [ 254 ] {638db7ad-2e34-463f-8ae2-44b532f90454} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2025.03.03 05:26:56.783571 [ 254 ] {638db7ad-2e34-463f-8ae2-44b532f90454} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001389 sec., 719.9424046076314 rows/sec., 48.51 KiB/sec. | ||
| 4695 | 2025.03.03 05:26:56.783656 [ 254 ] {638db7ad-2e34-463f-8ae2-44b532f90454} <Debug> TCPHandler: Processed in 0.001645253 sec. | ||
| 4696 | 2025.03.03 05:26:56.783763 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4697 | 2025.03.03 05:26:56.783867 [ 254 ] {81c22cf4-b367-4085-8c9b-b945b7217946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4698 | 2025.03.03 05:26:56.783934 [ 254 ] {81c22cf4-b367-4085-8c9b-b945b7217946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4699 | 2025.03.03 05:26:56.785026 [ 254 ] {81c22cf4-b367-4085-8c9b-b945b7217946} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4700 | 2025.03.03 05:26:56.785064 [ 254 ] {81c22cf4-b367-4085-8c9b-b945b7217946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4701 | 2025.03.03 05:26:56.786448 [ 254 ] {81c22cf4-b367-4085-8c9b-b945b7217946} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4702 | 2025.03.03 05:26:56.786702 [ 254 ] {81c22cf4-b367-4085-8c9b-b945b7217946} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4703 | 2025.03.03 05:26:56.786938 [ 254 ] {81c22cf4-b367-4085-8c9b-b945b7217946} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003091 sec., 12617.275962471693 rows/sec., 22.61 MiB/sec. | ||
| 4704 | 2025.03.03 05:26:56.787030 [ 254 ] {81c22cf4-b367-4085-8c9b-b945b7217946} <Debug> TCPHandler: Processed in 0.003317297 sec. | ||
| 4705 | 2025.03.03 05:26:56.787160 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4706 | 2025.03.03 05:26:56.787266 [ 254 ] {08c405b2-a841-4280-b0ef-bdfb7e083491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4707 | 2025.03.03 05:26:56.787311 [ 254 ] {08c405b2-a841-4280-b0ef-bdfb7e083491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4708 | 2025.03.03 05:26:56.787732 [ 254 ] {08c405b2-a841-4280-b0ef-bdfb7e083491} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4709 | 2025.03.03 05:26:56.787771 [ 254 ] {08c405b2-a841-4280-b0ef-bdfb7e083491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4710 | 2025.03.03 05:26:56.788111 [ 254 ] {08c405b2-a841-4280-b0ef-bdfb7e083491} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4711 | 2025.03.03 05:26:56.788338 [ 254 ] {08c405b2-a841-4280-b0ef-bdfb7e083491} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4712 | 2025.03.03 05:26:56.788553 [ 254 ] {08c405b2-a841-4280-b0ef-bdfb7e083491} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001309 sec., 25974.02597402597 rows/sec., 1.51 MiB/sec. | ||
| 4713 | 2025.03.03 05:26:56.788603 [ 254 ] {08c405b2-a841-4280-b0ef-bdfb7e083491} <Debug> TCPHandler: Processed in 0.00149363 sec. | ||
| 4714 | 2025.03.03 05:27:00.453997 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 686 | ||
| 4715 | 2025.03.03 05:27:00.457654 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4716 | 2025.03.03 05:27:00.457703 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4717 | 2025.03.03 05:27:00.459209 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4718 | 2025.03.03 05:27:00.459515 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4719 | 2025.03.03 05:27:00.459746 [ 62 ] {} <Debug> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4720 | 2025.03.03 05:27:00.459863 [ 62 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4721 | 2025.03.03 05:27:00.459931 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4722 | 2025.03.03 05:27:00.460616 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::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 | ||
| 4723 | 2025.03.03 05:27:00.460985 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 686 | ||
| 4724 | 2025.03.03 05:27:00.461587 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4725 | 2025.03.03 05:27:00.461772 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 502 rows starting from the beginning of the part | ||
| 4726 | 2025.03.03 05:27:00.462384 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
| 4727 | 2025.03.03 05:27:00.463019 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 54 rows starting from the beginning of the part | ||
| 4728 | 2025.03.03 05:27:00.463624 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 4729 | 2025.03.03 05:27:00.464232 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
| 4730 | 2025.03.03 05:27:00.464902 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part | ||
| 4731 | 2025.03.03 05:27:00.472626 [ 194 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 72 columns (72 merged, 0 gathered) in 0.012452069 sec., 55091.24628204357 rows/sec., 47.26 MiB/sec. | ||
| 4732 | 2025.03.03 05:27:00.474295 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4733 | 2025.03.03 05:27:00.475135 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_16_3} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4734 | 2025.03.03 05:27:00.475233 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_16_3} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4735 | 2025.03.03 05:27:00.475560 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 4736 | 2025.03.03 05:27:01.262934 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4737 | 2025.03.03 05:27:01.263236 [ 254 ] {64444a39-1864-450a-9362-af7f4ebfd37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4738 | 2025.03.03 05:27:01.263354 [ 254 ] {64444a39-1864-450a-9362-af7f4ebfd37e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4739 | 2025.03.03 05:27:01.264241 [ 254 ] {64444a39-1864-450a-9362-af7f4ebfd37e} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4740 | 2025.03.03 05:27:01.264292 [ 254 ] {64444a39-1864-450a-9362-af7f4ebfd37e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4741 | 2025.03.03 05:27:01.264734 [ 254 ] {64444a39-1864-450a-9362-af7f4ebfd37e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4742 | 2025.03.03 05:27:01.264986 [ 254 ] {64444a39-1864-450a-9362-af7f4ebfd37e} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4743 | 2025.03.03 05:27:01.265187 [ 59 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4744 | 2025.03.03 05:27:01.265258 [ 254 ] {64444a39-1864-450a-9362-af7f4ebfd37e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002104 sec., 26615.96958174905 rows/sec., 2.03 MiB/sec. | ||
| 4745 | 2025.03.03 05:27:01.265284 [ 59 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4746 | 2025.03.03 05:27:01.265349 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4747 | 2025.03.03 05:27:01.265400 [ 254 ] {64444a39-1864-450a-9362-af7f4ebfd37e} <Debug> TCPHandler: Processed in 0.002660383 sec. | ||
| 4748 | 2025.03.03 05:27:01.265630 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 4749 | 2025.03.03 05:27:01.265639 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4750 | 2025.03.03 05:27:01.265918 [ 254 ] {5b9e09b1-0a94-48d9-a9b6-fe834d2993c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4751 | 2025.03.03 05:27:01.265943 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4752 | 2025.03.03 05:27:01.266026 [ 254 ] {5b9e09b1-0a94-48d9-a9b6-fe834d2993c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4753 | 2025.03.03 05:27:01.266038 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1845 rows starting from the beginning of the part | ||
| 4754 | 2025.03.03 05:27:01.266425 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 4755 | 2025.03.03 05:27:01.266771 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 695 rows starting from the beginning of the part | ||
| 4756 | 2025.03.03 05:27:01.267174 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 4757 | 2025.03.03 05:27:01.267596 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1836 rows starting from the beginning of the part | ||
| 4758 | 2025.03.03 05:27:01.267950 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 4759 | 2025.03.03 05:27:01.268902 [ 254 ] {5b9e09b1-0a94-48d9-a9b6-fe834d2993c0} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4760 | 2025.03.03 05:27:01.268979 [ 254 ] {5b9e09b1-0a94-48d9-a9b6-fe834d2993c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4761 | 2025.03.03 05:27:01.269909 [ 254 ] {5b9e09b1-0a94-48d9-a9b6-fe834d2993c0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4762 | 2025.03.03 05:27:01.270406 [ 254 ] {5b9e09b1-0a94-48d9-a9b6-fe834d2993c0} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4763 | 2025.03.03 05:27:01.270688 [ 59 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4764 | 2025.03.03 05:27:01.270784 [ 59 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4765 | 2025.03.03 05:27:01.270801 [ 254 ] {5b9e09b1-0a94-48d9-a9b6-fe834d2993c0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004957 sec., 12911.034900141216 rows/sec., 1.01 MiB/sec. | ||
| 4766 | 2025.03.03 05:27:01.270879 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4767 | 2025.03.03 05:27:01.270999 [ 254 ] {5b9e09b1-0a94-48d9-a9b6-fe834d2993c0} <Debug> TCPHandler: Processed in 0.005427738 sec. | ||
| 4768 | 2025.03.03 05:27:01.271439 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4769 | 2025.03.03 05:27:01.272100 [ 254 ] {c148af8c-ac43-467d-9714-23148c83e956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4770 | 2025.03.03 05:27:01.272530 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 4771 | 2025.03.03 05:27:01.272602 [ 254 ] {c148af8c-ac43-467d-9714-23148c83e956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4772 | 2025.03.03 05:27:01.272655 [ 190 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.007184215 sec., 632497.7746350854 rows/sec., 53.60 MiB/sec. | ||
| 4773 | 2025.03.03 05:27:01.273174 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4774 | 2025.03.03 05:27:01.273348 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 4775 | 2025.03.03 05:27:01.273750 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4776 | 2025.03.03 05:27:01.273987 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 4777 | 2025.03.03 05:27:01.274607 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 421 rows starting from the beginning of the part | ||
| 4778 | 2025.03.03 05:27:01.275143 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
| 4779 | 2025.03.03 05:27:01.275255 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_36_7} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4780 | 2025.03.03 05:27:01.275557 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 879 rows starting from the beginning of the part | ||
| 4781 | 2025.03.03 05:27:01.275741 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_36_7} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4782 | 2025.03.03 05:27:01.275893 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 4783 | 2025.03.03 05:27:01.276160 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 4784 | 2025.03.03 05:27:01.276677 [ 254 ] {c148af8c-ac43-467d-9714-23148c83e956} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4785 | 2025.03.03 05:27:01.276728 [ 254 ] {c148af8c-ac43-467d-9714-23148c83e956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4786 | 2025.03.03 05:27:01.277291 [ 254 ] {c148af8c-ac43-467d-9714-23148c83e956} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4787 | 2025.03.03 05:27:01.277585 [ 254 ] {c148af8c-ac43-467d-9714-23148c83e956} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4788 | 2025.03.03 05:27:01.277768 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4789 | 2025.03.03 05:27:01.277878 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4790 | 2025.03.03 05:27:01.277938 [ 254 ] {c148af8c-ac43-467d-9714-23148c83e956} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006081 sec., 21049.16954448282 rows/sec., 1.47 MiB/sec. | ||
| 4791 | 2025.03.03 05:27:01.277978 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4792 | 2025.03.03 05:27:01.278532 [ 254 ] {c148af8c-ac43-467d-9714-23148c83e956} <Debug> TCPHandler: Processed in 0.007248986 sec. | ||
| 4793 | 2025.03.03 05:27:01.278837 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 4794 | 2025.03.03 05:27:01.279009 [ 196 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.007869428 sec., 305613.06361783855 rows/sec., 23.39 MiB/sec. | ||
| 4795 | 2025.03.03 05:27:01.279139 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4796 | 2025.03.03 05:27:01.279466 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4797 | 2025.03.03 05:27:01.279703 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4798 | 2025.03.03 05:27:01.279733 [ 254 ] {eaef094e-64d4-47df-bc7d-75c7c0da2b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4799 | 2025.03.03 05:27:01.279891 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9876 rows starting from the beginning of the part | ||
| 4800 | 2025.03.03 05:27:01.280008 [ 254 ] {eaef094e-64d4-47df-bc7d-75c7c0da2b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4801 | 2025.03.03 05:27:01.280404 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 4802 | 2025.03.03 05:27:01.280972 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 4803 | 2025.03.03 05:27:01.281009 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_36_7} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2025.03.03 05:27:01.281498 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 4805 | 2025.03.03 05:27:01.281582 [ 200 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_36_7} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4806 | 2025.03.03 05:27:01.282076 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4807 | 2025.03.03 05:27:01.282144 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 956 rows starting from the beginning of the part | ||
| 4808 | 2025.03.03 05:27:01.282558 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part | ||
| 4809 | 2025.03.03 05:27:01.283594 [ 254 ] {eaef094e-64d4-47df-bc7d-75c7c0da2b84} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2025.03.03 05:27:01.283669 [ 254 ] {eaef094e-64d4-47df-bc7d-75c7c0da2b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4811 | 2025.03.03 05:27:01.284185 [ 254 ] {eaef094e-64d4-47df-bc7d-75c7c0da2b84} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4812 | 2025.03.03 05:27:01.284653 [ 254 ] {eaef094e-64d4-47df-bc7d-75c7c0da2b84} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4813 | 2025.03.03 05:27:01.284968 [ 59 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4814 | 2025.03.03 05:27:01.285119 [ 59 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4815 | 2025.03.03 05:27:01.285240 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4816 | 2025.03.03 05:27:01.285302 [ 254 ] {eaef094e-64d4-47df-bc7d-75c7c0da2b84} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005794 sec., 8284.432171211598 rows/sec., 571.71 KiB/sec. | ||
| 4817 | 2025.03.03 05:27:01.285819 [ 254 ] {eaef094e-64d4-47df-bc7d-75c7c0da2b84} <Debug> TCPHandler: Processed in 0.006872218 sec. | ||
| 4818 | 2025.03.03 05:27:01.286035 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 4819 | 2025.03.03 05:27:01.286777 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4820 | 2025.03.03 05:27:01.286867 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1894 rows starting from the beginning of the part | ||
| 4821 | 2025.03.03 05:27:01.286953 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 4822 | 2025.03.03 05:27:01.287126 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 4823 | 2025.03.03 05:27:01.287274 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 4824 | 2025.03.03 05:27:01.287600 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 4825 | 2025.03.03 05:27:01.287871 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
| 4826 | 2025.03.03 05:27:01.289176 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11517 rows, containing 5 columns (5 merged, 0 gathered) in 0.011004561 sec., 1046566.0556563775 rows/sec., 70.62 MiB/sec. | ||
| 4827 | 2025.03.03 05:27:01.289531 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4828 | 2025.03.03 05:27:01.289930 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4829 | 2025.03.03 05:27:01.290213 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4830 | 2025.03.03 05:27:01.290376 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 4831 | 2025.03.03 05:27:01.290374 [ 193 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 4 columns (4 merged, 0 gathered) in 0.004963599 sec., 438794.51180484163 rows/sec., 28.61 MiB/sec. | ||
| 4832 | 2025.03.03 05:27:01.290708 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4833 | 2025.03.03 05:27:01.290995 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_36_7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4834 | 2025.03.03 05:27:01.291070 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_36_7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4835 | 2025.03.03 05:27:01.291142 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 4836 | 2025.03.03 05:27:02.903641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4837 | 2025.03.03 05:27:02.904523 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4838 | 2025.03.03 05:27:02.904570 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4839 | 2025.03.03 05:27:02.905110 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4840 | 2025.03.03 05:27:02.905370 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4841 | 2025.03.03 05:27:02.905565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4842 | 2025.03.03 05:27:03.578070 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4843 | 2025.03.03 05:27:03.598573 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4844 | 2025.03.03 05:27:03.598625 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4845 | 2025.03.03 05:27:03.606520 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4846 | 2025.03.03 05:27:03.607287 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4847 | 2025.03.03 05:27:03.609956 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4848 | 2025.03.03 05:27:06.264846 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4849 | 2025.03.03 05:27:06.265155 [ 254 ] {df142c82-b090-4f3d-aa38-08c35301bae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4850 | 2025.03.03 05:27:06.265274 [ 254 ] {df142c82-b090-4f3d-aa38-08c35301bae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4851 | 2025.03.03 05:27:06.266255 [ 254 ] {df142c82-b090-4f3d-aa38-08c35301bae3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4852 | 2025.03.03 05:27:06.266301 [ 254 ] {df142c82-b090-4f3d-aa38-08c35301bae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4853 | 2025.03.03 05:27:06.266742 [ 254 ] {df142c82-b090-4f3d-aa38-08c35301bae3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4854 | 2025.03.03 05:27:06.267005 [ 254 ] {df142c82-b090-4f3d-aa38-08c35301bae3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4855 | 2025.03.03 05:27:06.267243 [ 254 ] {df142c82-b090-4f3d-aa38-08c35301bae3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002175 sec., 25747.12643678161 rows/sec., 1.97 MiB/sec. | ||
| 4856 | 2025.03.03 05:27:06.267300 [ 254 ] {df142c82-b090-4f3d-aa38-08c35301bae3} <Debug> TCPHandler: Processed in 0.002645973 sec. | ||
| 4857 | 2025.03.03 05:27:06.267423 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4858 | 2025.03.03 05:27:06.267530 [ 254 ] {13127cb5-d8ed-40e5-877a-fd9f6ad665a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4859 | 2025.03.03 05:27:06.267577 [ 254 ] {13127cb5-d8ed-40e5-877a-fd9f6ad665a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4860 | 2025.03.03 05:27:06.268119 [ 254 ] {13127cb5-d8ed-40e5-877a-fd9f6ad665a3} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4861 | 2025.03.03 05:27:06.268160 [ 254 ] {13127cb5-d8ed-40e5-877a-fd9f6ad665a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4862 | 2025.03.03 05:27:06.268516 [ 254 ] {13127cb5-d8ed-40e5-877a-fd9f6ad665a3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4863 | 2025.03.03 05:27:06.268747 [ 254 ] {13127cb5-d8ed-40e5-877a-fd9f6ad665a3} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4864 | 2025.03.03 05:27:06.268976 [ 254 ] {13127cb5-d8ed-40e5-877a-fd9f6ad665a3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001469 sec., 43567.052416609935 rows/sec., 3.40 MiB/sec. | ||
| 4865 | 2025.03.03 05:27:06.269029 [ 254 ] {13127cb5-d8ed-40e5-877a-fd9f6ad665a3} <Debug> TCPHandler: Processed in 0.001658353 sec. | ||
| 4866 | 2025.03.03 05:27:06.269149 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4867 | 2025.03.03 05:27:06.269255 [ 254 ] {c8035f30-0f5f-41b2-b361-94666ae55f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4868 | 2025.03.03 05:27:06.269306 [ 254 ] {c8035f30-0f5f-41b2-b361-94666ae55f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4869 | 2025.03.03 05:27:06.269828 [ 254 ] {c8035f30-0f5f-41b2-b361-94666ae55f31} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4870 | 2025.03.03 05:27:06.269867 [ 254 ] {c8035f30-0f5f-41b2-b361-94666ae55f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4871 | 2025.03.03 05:27:06.270251 [ 254 ] {c8035f30-0f5f-41b2-b361-94666ae55f31} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4872 | 2025.03.03 05:27:06.270484 [ 254 ] {c8035f30-0f5f-41b2-b361-94666ae55f31} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4873 | 2025.03.03 05:27:06.270692 [ 254 ] {c8035f30-0f5f-41b2-b361-94666ae55f31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00146 sec., 109589.04109589041 rows/sec., 7.63 MiB/sec. | ||
| 4874 | 2025.03.03 05:27:06.270743 [ 254 ] {c8035f30-0f5f-41b2-b361-94666ae55f31} <Debug> TCPHandler: Processed in 0.001645483 sec. | ||
| 4875 | 2025.03.03 05:27:06.270849 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4876 | 2025.03.03 05:27:06.270950 [ 254 ] {e5c1ba18-9482-4be4-8dff-070488cd2253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4877 | 2025.03.03 05:27:06.270998 [ 254 ] {e5c1ba18-9482-4be4-8dff-070488cd2253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4878 | 2025.03.03 05:27:06.271428 [ 254 ] {e5c1ba18-9482-4be4-8dff-070488cd2253} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4879 | 2025.03.03 05:27:06.271468 [ 254 ] {e5c1ba18-9482-4be4-8dff-070488cd2253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4880 | 2025.03.03 05:27:06.271831 [ 254 ] {e5c1ba18-9482-4be4-8dff-070488cd2253} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4881 | 2025.03.03 05:27:06.272070 [ 254 ] {e5c1ba18-9482-4be4-8dff-070488cd2253} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4882 | 2025.03.03 05:27:06.272270 [ 254 ] {e5c1ba18-9482-4be4-8dff-070488cd2253} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
| 4883 | 2025.03.03 05:27:06.272319 [ 254 ] {e5c1ba18-9482-4be4-8dff-070488cd2253} <Debug> TCPHandler: Processed in 0.00152024 sec. | ||
| 4884 | 2025.03.03 05:27:07.046475 [ 52 ] {} <Debug> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4885 | 2025.03.03 05:27:07.046554 [ 52 ] {} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4886 | 2025.03.03 05:27:07.046576 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4887 | 2025.03.03 05:27:07.046803 [ 192 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4888 | 2025.03.03 05:27:07.046985 [ 192 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4889 | 2025.03.03 05:27:07.047022 [ 192 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 342 rows starting from the beginning of the part | ||
| 4890 | 2025.03.03 05:27:07.047113 [ 192 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 341 rows starting from the beginning of the part | ||
| 4891 | 2025.03.03 05:27:07.047357 [ 192 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 4892 | 2025.03.03 05:27:07.047567 [ 192 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
| 4893 | 2025.03.03 05:27:07.047665 [ 192 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 341 rows starting from the beginning of the part | ||
| 4894 | 2025.03.03 05:27:07.048881 [ 196 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002235415 sec., 559180.2864345099 rows/sec., 39.24 MiB/sec. | ||
| 4895 | 2025.03.03 05:27:07.049015 [ 196 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4896 | 2025.03.03 05:27:07.049289 [ 196 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_15_3} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4897 | 2025.03.03 05:27:07.049373 [ 196 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_15_3} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4898 | 2025.03.03 05:27:07.049448 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 4899 | 2025.03.03 05:27:07.791302 [ 52 ] {} <Debug> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4900 | 2025.03.03 05:27:07.791400 [ 52 ] {} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4901 | 2025.03.03 05:27:07.791444 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4902 | 2025.03.03 05:27:07.791734 [ 192 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4903 | 2025.03.03 05:27:07.792005 [ 192 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4904 | 2025.03.03 05:27:07.792043 [ 192 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 159 rows starting from the beginning of the part | ||
| 4905 | 2025.03.03 05:27:07.792136 [ 192 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 161 rows starting from the beginning of the part | ||
| 4906 | 2025.03.03 05:27:07.792369 [ 192 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 145 rows starting from the beginning of the part | ||
| 4907 | 2025.03.03 05:27:07.792668 [ 192 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 145 rows starting from the beginning of the part | ||
| 4908 | 2025.03.03 05:27:07.792732 [ 192 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 147 rows starting from the beginning of the part | ||
| 4909 | 2025.03.03 05:27:07.793975 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.002431959 sec., 311271.6949586732 rows/sec., 20.79 MiB/sec. | ||
| 4910 | 2025.03.03 05:27:07.794197 [ 189 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4911 | 2025.03.03 05:27:07.794573 [ 189 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_15_3} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4912 | 2025.03.03 05:27:07.794674 [ 189 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_15_3} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4913 | 2025.03.03 05:27:07.794786 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4914 | 2025.03.03 05:27:08.248124 [ 50 ] {} <Debug> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4915 | 2025.03.03 05:27:08.248196 [ 50 ] {} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4916 | 2025.03.03 05:27:08.248223 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4917 | 2025.03.03 05:27:08.248454 [ 192 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4918 | 2025.03.03 05:27:08.248653 [ 192 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4919 | 2025.03.03 05:27:08.248696 [ 192 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 4920 | 2025.03.03 05:27:08.248791 [ 192 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 4921 | 2025.03.03 05:27:08.248882 [ 192 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 4922 | 2025.03.03 05:27:08.249109 [ 192 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 4923 | 2025.03.03 05:27:08.249217 [ 192 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 4924 | 2025.03.03 05:27:08.250293 [ 193 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.00198316 sec., 45382.117428750076 rows/sec., 2.32 MiB/sec. | ||
| 4925 | 2025.03.03 05:27:08.250497 [ 186 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4926 | 2025.03.03 05:27:08.250815 [ 186 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_15_3} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4927 | 2025.03.03 05:27:08.250904 [ 186 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_15_3} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4928 | 2025.03.03 05:27:08.251000 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4929 | 2025.03.03 05:27:10.277098 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4930 | 2025.03.03 05:27:10.277157 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4931 | 2025.03.03 05:27:10.405696 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4932 | 2025.03.03 05:27:10.406444 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4933 | 2025.03.03 05:27:10.406482 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4934 | 2025.03.03 05:27:10.407070 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4935 | 2025.03.03 05:27:10.407330 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4936 | 2025.03.03 05:27:10.407627 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4937 | 2025.03.03 05:27:10.461300 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 702 | ||
| 4938 | 2025.03.03 05:27:10.464238 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4939 | 2025.03.03 05:27:10.464283 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4940 | 2025.03.03 05:27:10.466468 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4941 | 2025.03.03 05:27:10.466786 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4942 | 2025.03.03 05:27:10.467315 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 702 | ||
| 4943 | 2025.03.03 05:27:11.109999 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4944 | 2025.03.03 05:27:11.130335 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4945 | 2025.03.03 05:27:11.130388 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4946 | 2025.03.03 05:27:11.137668 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4947 | 2025.03.03 05:27:11.138428 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4948 | 2025.03.03 05:27:11.141891 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4949 | 2025.03.03 05:27:11.273061 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4950 | 2025.03.03 05:27:11.273382 [ 254 ] {86c0bfd6-96c7-4466-8fd6-6b7bc13b18b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4951 | 2025.03.03 05:27:11.273504 [ 254 ] {86c0bfd6-96c7-4466-8fd6-6b7bc13b18b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4952 | 2025.03.03 05:27:11.274572 [ 254 ] {86c0bfd6-96c7-4466-8fd6-6b7bc13b18b2} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4953 | 2025.03.03 05:27:11.274623 [ 254 ] {86c0bfd6-96c7-4466-8fd6-6b7bc13b18b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4954 | 2025.03.03 05:27:11.275084 [ 254 ] {86c0bfd6-96c7-4466-8fd6-6b7bc13b18b2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4955 | 2025.03.03 05:27:11.275343 [ 254 ] {86c0bfd6-96c7-4466-8fd6-6b7bc13b18b2} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4956 | 2025.03.03 05:27:11.275653 [ 254 ] {86c0bfd6-96c7-4466-8fd6-6b7bc13b18b2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00235 sec., 90212.7659574468 rows/sec., 5.74 MiB/sec. | ||
| 4957 | 2025.03.03 05:27:11.276000 [ 254 ] {86c0bfd6-96c7-4466-8fd6-6b7bc13b18b2} <Debug> TCPHandler: Processed in 0.003127933 sec. | ||
| 4958 | 2025.03.03 05:27:11.276250 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4959 | 2025.03.03 05:27:11.276356 [ 254 ] {018b7832-c787-4401-ba95-cabb1b61f560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4960 | 2025.03.03 05:27:11.276404 [ 254 ] {018b7832-c787-4401-ba95-cabb1b61f560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4961 | 2025.03.03 05:27:11.277329 [ 254 ] {018b7832-c787-4401-ba95-cabb1b61f560} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4962 | 2025.03.03 05:27:11.277369 [ 254 ] {018b7832-c787-4401-ba95-cabb1b61f560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4963 | 2025.03.03 05:27:11.277783 [ 254 ] {018b7832-c787-4401-ba95-cabb1b61f560} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4964 | 2025.03.03 05:27:11.278022 [ 254 ] {018b7832-c787-4401-ba95-cabb1b61f560} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4965 | 2025.03.03 05:27:11.278214 [ 254 ] {018b7832-c787-4401-ba95-cabb1b61f560} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001879 sec., 369877.594465141 rows/sec., 29.51 MiB/sec. | ||
| 4966 | 2025.03.03 05:27:11.278302 [ 254 ] {018b7832-c787-4401-ba95-cabb1b61f560} <Debug> TCPHandler: Processed in 0.002122413 sec. | ||
| 4967 | 2025.03.03 05:27:11.278447 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4968 | 2025.03.03 05:27:11.278548 [ 254 ] {164811e0-ce76-4b78-93a1-aa4051daac96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4969 | 2025.03.03 05:27:11.278594 [ 254 ] {164811e0-ce76-4b78-93a1-aa4051daac96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4970 | 2025.03.03 05:27:11.279156 [ 254 ] {164811e0-ce76-4b78-93a1-aa4051daac96} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4971 | 2025.03.03 05:27:11.279194 [ 254 ] {164811e0-ce76-4b78-93a1-aa4051daac96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4972 | 2025.03.03 05:27:11.279540 [ 254 ] {164811e0-ce76-4b78-93a1-aa4051daac96} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4973 | 2025.03.03 05:27:11.279776 [ 254 ] {164811e0-ce76-4b78-93a1-aa4051daac96} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4974 | 2025.03.03 05:27:11.279950 [ 254 ] {164811e0-ce76-4b78-93a1-aa4051daac96} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001423 sec., 101897.39985945186 rows/sec., 6.39 MiB/sec. | ||
| 4975 | 2025.03.03 05:27:11.280000 [ 254 ] {164811e0-ce76-4b78-93a1-aa4051daac96} <Debug> TCPHandler: Processed in 0.001609973 sec. | ||
| 4976 | 2025.03.03 05:27:11.280115 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4977 | 2025.03.03 05:27:11.280220 [ 254 ] {855d87f5-cff4-4a21-abf9-59e282dfa7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4978 | 2025.03.03 05:27:11.280265 [ 254 ] {855d87f5-cff4-4a21-abf9-59e282dfa7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4979 | 2025.03.03 05:27:11.280812 [ 254 ] {855d87f5-cff4-4a21-abf9-59e282dfa7f1} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4980 | 2025.03.03 05:27:11.280861 [ 254 ] {855d87f5-cff4-4a21-abf9-59e282dfa7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4981 | 2025.03.03 05:27:11.281223 [ 254 ] {855d87f5-cff4-4a21-abf9-59e282dfa7f1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4982 | 2025.03.03 05:27:11.281457 [ 254 ] {855d87f5-cff4-4a21-abf9-59e282dfa7f1} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4983 | 2025.03.03 05:27:11.281632 [ 254 ] {855d87f5-cff4-4a21-abf9-59e282dfa7f1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001433 sec., 78855.54780181438 rows/sec., 5.10 MiB/sec. | ||
| 4984 | 2025.03.03 05:27:11.281683 [ 254 ] {855d87f5-cff4-4a21-abf9-59e282dfa7f1} <Debug> TCPHandler: Processed in 0.001618432 sec. | ||
| 4985 | 2025.03.03 05:27:11.281800 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4986 | 2025.03.03 05:27:11.281906 [ 254 ] {093a6be4-4508-422e-a67a-ca5bb734f0e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4987 | 2025.03.03 05:27:11.281950 [ 254 ] {093a6be4-4508-422e-a67a-ca5bb734f0e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4988 | 2025.03.03 05:27:11.282500 [ 254 ] {093a6be4-4508-422e-a67a-ca5bb734f0e0} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4989 | 2025.03.03 05:27:11.282537 [ 254 ] {093a6be4-4508-422e-a67a-ca5bb734f0e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4990 | 2025.03.03 05:27:11.282875 [ 254 ] {093a6be4-4508-422e-a67a-ca5bb734f0e0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4991 | 2025.03.03 05:27:11.283109 [ 254 ] {093a6be4-4508-422e-a67a-ca5bb734f0e0} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4992 | 2025.03.03 05:27:11.283288 [ 254 ] {093a6be4-4508-422e-a67a-ca5bb734f0e0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001404 sec., 79772.07977207977 rows/sec., 4.54 MiB/sec. | ||
| 4993 | 2025.03.03 05:27:11.283339 [ 254 ] {093a6be4-4508-422e-a67a-ca5bb734f0e0} <Debug> TCPHandler: Processed in 0.001589242 sec. | ||
| 4994 | 2025.03.03 05:27:11.283454 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4995 | 2025.03.03 05:27:11.283559 [ 254 ] {c7c168f8-ab09-43cc-8b7c-47a5420e1184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4996 | 2025.03.03 05:27:11.283604 [ 254 ] {c7c168f8-ab09-43cc-8b7c-47a5420e1184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4997 | 2025.03.03 05:27:11.284279 [ 254 ] {c7c168f8-ab09-43cc-8b7c-47a5420e1184} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4998 | 2025.03.03 05:27:11.284316 [ 254 ] {c7c168f8-ab09-43cc-8b7c-47a5420e1184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4999 | 2025.03.03 05:27:11.284684 [ 254 ] {c7c168f8-ab09-43cc-8b7c-47a5420e1184} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5000 | 2025.03.03 05:27:11.284918 [ 254 ] {c7c168f8-ab09-43cc-8b7c-47a5420e1184} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5001 | 2025.03.03 05:27:11.285129 [ 254 ] {c7c168f8-ab09-43cc-8b7c-47a5420e1184} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001584 sec., 265782.8282828283 rows/sec., 18.93 MiB/sec. | ||
| 5002 | 2025.03.03 05:27:11.285238 [ 254 ] {c7c168f8-ab09-43cc-8b7c-47a5420e1184} <Debug> TCPHandler: Processed in 0.001832637 sec. | ||
| 5003 | 2025.03.03 05:27:11.285445 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5004 | 2025.03.03 05:27:11.285665 [ 254 ] {0eb1fa50-94b7-4831-83f9-60233f44ed8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5005 | 2025.03.03 05:27:11.285725 [ 254 ] {0eb1fa50-94b7-4831-83f9-60233f44ed8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5006 | 2025.03.03 05:27:11.286236 [ 254 ] {0eb1fa50-94b7-4831-83f9-60233f44ed8f} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2025.03.03 05:27:11.286275 [ 254 ] {0eb1fa50-94b7-4831-83f9-60233f44ed8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5008 | 2025.03.03 05:27:11.286643 [ 254 ] {0eb1fa50-94b7-4831-83f9-60233f44ed8f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5009 | 2025.03.03 05:27:11.286886 [ 254 ] {0eb1fa50-94b7-4831-83f9-60233f44ed8f} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5010 | 2025.03.03 05:27:11.287101 [ 254 ] {0eb1fa50-94b7-4831-83f9-60233f44ed8f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 212.67 KiB/sec. | ||
| 5011 | 2025.03.03 05:27:11.287176 [ 254 ] {0eb1fa50-94b7-4831-83f9-60233f44ed8f} <Debug> TCPHandler: Processed in 0.001863008 sec. | ||
| 5012 | 2025.03.03 05:27:11.287284 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5013 | 2025.03.03 05:27:11.287386 [ 254 ] {e543a94b-420f-46a3-a4c6-025087f54845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5014 | 2025.03.03 05:27:11.287435 [ 254 ] {e543a94b-420f-46a3-a4c6-025087f54845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5015 | 2025.03.03 05:27:11.287990 [ 254 ] {e543a94b-420f-46a3-a4c6-025087f54845} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5016 | 2025.03.03 05:27:11.288027 [ 254 ] {e543a94b-420f-46a3-a4c6-025087f54845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5017 | 2025.03.03 05:27:11.288409 [ 254 ] {e543a94b-420f-46a3-a4c6-025087f54845} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5018 | 2025.03.03 05:27:11.288647 [ 254 ] {e543a94b-420f-46a3-a4c6-025087f54845} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5019 | 2025.03.03 05:27:11.288864 [ 254 ] {e543a94b-420f-46a3-a4c6-025087f54845} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001501 sec., 157894.73684210528 rows/sec., 10.58 MiB/sec. | ||
| 5020 | 2025.03.03 05:27:11.289072 [ 254 ] {e543a94b-420f-46a3-a4c6-025087f54845} <Debug> TCPHandler: Processed in 0.001833787 sec. | ||
| 5021 | 2025.03.03 05:27:11.289308 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5022 | 2025.03.03 05:27:11.289416 [ 254 ] {08df3579-b93d-4081-99ca-3aa8e2f66b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5023 | 2025.03.03 05:27:11.289465 [ 254 ] {08df3579-b93d-4081-99ca-3aa8e2f66b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5024 | 2025.03.03 05:27:11.289929 [ 254 ] {08df3579-b93d-4081-99ca-3aa8e2f66b3f} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5025 | 2025.03.03 05:27:11.289967 [ 254 ] {08df3579-b93d-4081-99ca-3aa8e2f66b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5026 | 2025.03.03 05:27:11.290314 [ 254 ] {08df3579-b93d-4081-99ca-3aa8e2f66b3f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5027 | 2025.03.03 05:27:11.290545 [ 254 ] {08df3579-b93d-4081-99ca-3aa8e2f66b3f} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5028 | 2025.03.03 05:27:11.290834 [ 254 ] {08df3579-b93d-4081-99ca-3aa8e2f66b3f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001423 sec., 702.7406886858749 rows/sec., 47.35 KiB/sec. | ||
| 5029 | 2025.03.03 05:27:11.291155 [ 254 ] {08df3579-b93d-4081-99ca-3aa8e2f66b3f} <Debug> TCPHandler: Processed in 0.001905408 sec. | ||
| 5030 | 2025.03.03 05:27:11.291316 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5031 | 2025.03.03 05:27:11.291420 [ 254 ] {d4b5f6b7-393a-487a-aac6-9dd5465f9b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5032 | 2025.03.03 05:27:11.291495 [ 254 ] {d4b5f6b7-393a-487a-aac6-9dd5465f9b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5033 | 2025.03.03 05:27:11.292621 [ 254 ] {d4b5f6b7-393a-487a-aac6-9dd5465f9b87} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5034 | 2025.03.03 05:27:11.292685 [ 254 ] {d4b5f6b7-393a-487a-aac6-9dd5465f9b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5035 | 2025.03.03 05:27:11.293343 [ 254 ] {d4b5f6b7-393a-487a-aac6-9dd5465f9b87} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5036 | 2025.03.03 05:27:11.293597 [ 254 ] {d4b5f6b7-393a-487a-aac6-9dd5465f9b87} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2025.03.03 05:27:11.293732 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5038 | 2025.03.03 05:27:11.293785 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5039 | 2025.03.03 05:27:11.293810 [ 254 ] {d4b5f6b7-393a-487a-aac6-9dd5465f9b87} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002411 sec., 16175.860638739112 rows/sec., 28.99 MiB/sec. | ||
| 5040 | 2025.03.03 05:27:11.293816 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5041 | 2025.03.03 05:27:11.294043 [ 254 ] {d4b5f6b7-393a-487a-aac6-9dd5465f9b87} <Debug> TCPHandler: Processed in 0.002777965 sec. | ||
| 5042 | 2025.03.03 05:27:11.294061 [ 192 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::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 | ||
| 5043 | 2025.03.03 05:27:11.294188 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5044 | 2025.03.03 05:27:11.294332 [ 254 ] {2a773600-1a63-42d2-9b6a-817ff5547679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5045 | 2025.03.03 05:27:11.294404 [ 254 ] {2a773600-1a63-42d2-9b6a-817ff5547679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5046 | 2025.03.03 05:27:11.294489 [ 192 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5047 | 2025.03.03 05:27:11.294629 [ 192 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 321 rows starting from the beginning of the part | ||
| 5048 | 2025.03.03 05:27:11.295206 [ 192 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 5049 | 2025.03.03 05:27:11.295837 [ 192 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 5050 | 2025.03.03 05:27:11.295872 [ 254 ] {2a773600-1a63-42d2-9b6a-817ff5547679} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5051 | 2025.03.03 05:27:11.295925 [ 254 ] {2a773600-1a63-42d2-9b6a-817ff5547679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5052 | 2025.03.03 05:27:11.296326 [ 192 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 5053 | 2025.03.03 05:27:11.296883 [ 192 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part | ||
| 5054 | 2025.03.03 05:27:11.296985 [ 254 ] {2a773600-1a63-42d2-9b6a-817ff5547679} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5055 | 2025.03.03 05:27:11.297318 [ 192 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 5056 | 2025.03.03 05:27:11.297690 [ 254 ] {2a773600-1a63-42d2-9b6a-817ff5547679} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5057 | 2025.03.03 05:27:11.298348 [ 254 ] {2a773600-1a63-42d2-9b6a-817ff5547679} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004026 sec., 20367.610531544957 rows/sec., 1.29 MiB/sec. | ||
| 5058 | 2025.03.03 05:27:11.299142 [ 254 ] {2a773600-1a63-42d2-9b6a-817ff5547679} <Debug> TCPHandler: Processed in 0.00500263 sec. | ||
| 5059 | 2025.03.03 05:27:11.303670 [ 186 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.009755056 sec., 52895.647139288594 rows/sec., 94.79 MiB/sec. | ||
| 5060 | 2025.03.03 05:27:11.304396 [ 186 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5061 | 2025.03.03 05:27:11.304867 [ 186 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5062 | 2025.03.03 05:27:11.304959 [ 186 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5063 | 2025.03.03 05:27:11.305128 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
| 5064 | 2025.03.03 05:27:16.264968 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5065 | 2025.03.03 05:27:16.265196 [ 254 ] {08ce2e46-c8e8-4981-80a5-e2eb7a8489f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5066 | 2025.03.03 05:27:16.265278 [ 254 ] {08ce2e46-c8e8-4981-80a5-e2eb7a8489f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5067 | 2025.03.03 05:27:16.266123 [ 254 ] {08ce2e46-c8e8-4981-80a5-e2eb7a8489f0} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5068 | 2025.03.03 05:27:16.266174 [ 254 ] {08ce2e46-c8e8-4981-80a5-e2eb7a8489f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5069 | 2025.03.03 05:27:16.266610 [ 254 ] {08ce2e46-c8e8-4981-80a5-e2eb7a8489f0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5070 | 2025.03.03 05:27:16.266855 [ 254 ] {08ce2e46-c8e8-4981-80a5-e2eb7a8489f0} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5071 | 2025.03.03 05:27:16.267093 [ 254 ] {08ce2e46-c8e8-4981-80a5-e2eb7a8489f0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001954 sec., 28659.160696008188 rows/sec., 2.19 MiB/sec. | ||
| 5072 | 2025.03.03 05:27:16.267155 [ 254 ] {08ce2e46-c8e8-4981-80a5-e2eb7a8489f0} <Debug> TCPHandler: Processed in 0.002333507 sec. | ||
| 5073 | 2025.03.03 05:27:16.267315 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5074 | 2025.03.03 05:27:16.267418 [ 254 ] {a307f36b-bb0c-4913-8b22-c76f9c79103e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5075 | 2025.03.03 05:27:16.267464 [ 254 ] {a307f36b-bb0c-4913-8b22-c76f9c79103e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5076 | 2025.03.03 05:27:16.267998 [ 254 ] {a307f36b-bb0c-4913-8b22-c76f9c79103e} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5077 | 2025.03.03 05:27:16.268036 [ 254 ] {a307f36b-bb0c-4913-8b22-c76f9c79103e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5078 | 2025.03.03 05:27:16.268386 [ 254 ] {a307f36b-bb0c-4913-8b22-c76f9c79103e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5079 | 2025.03.03 05:27:16.268626 [ 254 ] {a307f36b-bb0c-4913-8b22-c76f9c79103e} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5080 | 2025.03.03 05:27:16.268868 [ 254 ] {a307f36b-bb0c-4913-8b22-c76f9c79103e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00146 sec., 43835.61643835617 rows/sec., 3.42 MiB/sec. | ||
| 5081 | 2025.03.03 05:27:16.268943 [ 254 ] {a307f36b-bb0c-4913-8b22-c76f9c79103e} <Debug> TCPHandler: Processed in 0.001687694 sec. | ||
| 5082 | 2025.03.03 05:27:16.269193 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5083 | 2025.03.03 05:27:16.269315 [ 254 ] {3190a9bf-0866-4a98-b39a-7b50206cd3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5084 | 2025.03.03 05:27:16.269366 [ 254 ] {3190a9bf-0866-4a98-b39a-7b50206cd3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5085 | 2025.03.03 05:27:16.269887 [ 254 ] {3190a9bf-0866-4a98-b39a-7b50206cd3ef} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5086 | 2025.03.03 05:27:16.269926 [ 254 ] {3190a9bf-0866-4a98-b39a-7b50206cd3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5087 | 2025.03.03 05:27:16.270300 [ 254 ] {3190a9bf-0866-4a98-b39a-7b50206cd3ef} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5088 | 2025.03.03 05:27:16.270531 [ 254 ] {3190a9bf-0866-4a98-b39a-7b50206cd3ef} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5089 | 2025.03.03 05:27:16.270760 [ 254 ] {3190a9bf-0866-4a98-b39a-7b50206cd3ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001466 sec., 109140.51841746247 rows/sec., 7.60 MiB/sec. | ||
| 5090 | 2025.03.03 05:27:16.270888 [ 254 ] {3190a9bf-0866-4a98-b39a-7b50206cd3ef} <Debug> TCPHandler: Processed in 0.001781206 sec. | ||
| 5091 | 2025.03.03 05:27:16.271022 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5092 | 2025.03.03 05:27:16.271124 [ 254 ] {1862705b-a794-4102-90ea-5ac39a76cf63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5093 | 2025.03.03 05:27:16.271171 [ 254 ] {1862705b-a794-4102-90ea-5ac39a76cf63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5094 | 2025.03.03 05:27:16.271606 [ 254 ] {1862705b-a794-4102-90ea-5ac39a76cf63} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5095 | 2025.03.03 05:27:16.271644 [ 254 ] {1862705b-a794-4102-90ea-5ac39a76cf63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5096 | 2025.03.03 05:27:16.271992 [ 254 ] {1862705b-a794-4102-90ea-5ac39a76cf63} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5097 | 2025.03.03 05:27:16.272220 [ 254 ] {1862705b-a794-4102-90ea-5ac39a76cf63} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2025.03.03 05:27:16.272422 [ 254 ] {1862705b-a794-4102-90ea-5ac39a76cf63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec. | ||
| 5099 | 2025.03.03 05:27:16.272473 [ 254 ] {1862705b-a794-4102-90ea-5ac39a76cf63} <Debug> TCPHandler: Processed in 0.001505371 sec. | ||
| 5100 | 2025.03.03 05:27:17.907754 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5101 | 2025.03.03 05:27:17.908457 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5102 | 2025.03.03 05:27:17.908505 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5103 | 2025.03.03 05:27:17.909227 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5104 | 2025.03.03 05:27:17.909583 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5105 | 2025.03.03 05:27:17.909904 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5106 | 2025.03.03 05:27:18.641939 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5107 | 2025.03.03 05:27:18.663826 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5108 | 2025.03.03 05:27:18.663885 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5109 | 2025.03.03 05:27:18.671336 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5110 | 2025.03.03 05:27:18.672093 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5111 | 2025.03.03 05:27:18.675182 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5112 | 2025.03.03 05:27:20.468418 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 732 | ||
| 5113 | 2025.03.03 05:27:20.471391 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5114 | 2025.03.03 05:27:20.471430 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5115 | 2025.03.03 05:27:20.472922 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5116 | 2025.03.03 05:27:20.473226 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5117 | 2025.03.03 05:27:20.474346 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 732 | ||
| 5118 | 2025.03.03 05:27:21.272523 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5119 | 2025.03.03 05:27:21.272829 [ 254 ] {def70e75-8892-48f4-a4e5-ffd097185a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5120 | 2025.03.03 05:27:21.272947 [ 254 ] {def70e75-8892-48f4-a4e5-ffd097185a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5121 | 2025.03.03 05:27:21.273960 [ 254 ] {def70e75-8892-48f4-a4e5-ffd097185a47} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5122 | 2025.03.03 05:27:21.274002 [ 254 ] {def70e75-8892-48f4-a4e5-ffd097185a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5123 | 2025.03.03 05:27:21.274450 [ 254 ] {def70e75-8892-48f4-a4e5-ffd097185a47} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5124 | 2025.03.03 05:27:21.274715 [ 254 ] {def70e75-8892-48f4-a4e5-ffd097185a47} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5125 | 2025.03.03 05:27:21.274862 [ 36 ] {} <Debug> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5126 | 2025.03.03 05:27:21.274911 [ 36 ] {} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5127 | 2025.03.03 05:27:21.274923 [ 254 ] {def70e75-8892-48f4-a4e5-ffd097185a47} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002178 sec., 97337.00642791553 rows/sec., 6.19 MiB/sec. | ||
| 5128 | 2025.03.03 05:27:21.274943 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5129 | 2025.03.03 05:27:21.275026 [ 254 ] {def70e75-8892-48f4-a4e5-ffd097185a47} <Debug> TCPHandler: Processed in 0.002693924 sec. | ||
| 5130 | 2025.03.03 05:27:21.275095 [ 188 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::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 | ||
| 5131 | 2025.03.03 05:27:21.275166 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5132 | 2025.03.03 05:27:21.275230 [ 188 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5133 | 2025.03.03 05:27:21.275278 [ 188 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part | ||
| 5134 | 2025.03.03 05:27:21.275299 [ 254 ] {0e9c03de-2e47-4d8b-b7e2-fddb1f0bd9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5135 | 2025.03.03 05:27:21.275369 [ 254 ] {0e9c03de-2e47-4d8b-b7e2-fddb1f0bd9a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5136 | 2025.03.03 05:27:21.275432 [ 188 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part | ||
| 5137 | 2025.03.03 05:27:21.275948 [ 188 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part | ||
| 5138 | 2025.03.03 05:27:21.276174 [ 188 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part | ||
| 5139 | 2025.03.03 05:27:21.276408 [ 188 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part | ||
| 5140 | 2025.03.03 05:27:21.277660 [ 254 ] {0e9c03de-2e47-4d8b-b7e2-fddb1f0bd9a0} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5141 | 2025.03.03 05:27:21.277698 [ 254 ] {0e9c03de-2e47-4d8b-b7e2-fddb1f0bd9a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5142 | 2025.03.03 05:27:21.277955 [ 204 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.002921409 sec., 362838.61657166114 rows/sec., 24.46 MiB/sec. | ||
| 5143 | 2025.03.03 05:27:21.278319 [ 199 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5144 | 2025.03.03 05:27:21.278382 [ 254 ] {0e9c03de-2e47-4d8b-b7e2-fddb1f0bd9a0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5145 | 2025.03.03 05:27:21.278870 [ 254 ] {0e9c03de-2e47-4d8b-b7e2-fddb1f0bd9a0} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5146 | 2025.03.03 05:27:21.279332 [ 254 ] {0e9c03de-2e47-4d8b-b7e2-fddb1f0bd9a0} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.004065 sec., 170971.70971709717 rows/sec., 13.64 MiB/sec. | ||
| 5147 | 2025.03.03 05:27:21.279361 [ 199 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_17_4} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5148 | 2025.03.03 05:27:21.279695 [ 254 ] {0e9c03de-2e47-4d8b-b7e2-fddb1f0bd9a0} <Debug> TCPHandler: Processed in 0.004572992 sec. | ||
| 5149 | 2025.03.03 05:27:21.279937 [ 199 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_17_4} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5150 | 2025.03.03 05:27:21.280087 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5151 | 2025.03.03 05:27:21.280212 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5152 | 2025.03.03 05:27:21.280291 [ 254 ] {ed666092-ccb2-47cd-bd4a-5d22c7a183ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5153 | 2025.03.03 05:27:21.280342 [ 254 ] {ed666092-ccb2-47cd-bd4a-5d22c7a183ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5154 | 2025.03.03 05:27:21.280951 [ 254 ] {ed666092-ccb2-47cd-bd4a-5d22c7a183ec} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5155 | 2025.03.03 05:27:21.280990 [ 254 ] {ed666092-ccb2-47cd-bd4a-5d22c7a183ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5156 | 2025.03.03 05:27:21.281349 [ 254 ] {ed666092-ccb2-47cd-bd4a-5d22c7a183ec} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5157 | 2025.03.03 05:27:21.281589 [ 254 ] {ed666092-ccb2-47cd-bd4a-5d22c7a183ec} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5158 | 2025.03.03 05:27:21.281814 [ 254 ] {ed666092-ccb2-47cd-bd4a-5d22c7a183ec} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001558 sec., 93068.03594351733 rows/sec., 5.84 MiB/sec. | ||
| 5159 | 2025.03.03 05:27:21.282031 [ 254 ] {ed666092-ccb2-47cd-bd4a-5d22c7a183ec} <Debug> TCPHandler: Processed in 0.002069591 sec. | ||
| 5160 | 2025.03.03 05:27:21.282171 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5161 | 2025.03.03 05:27:21.282275 [ 254 ] {7483f690-7266-41cc-88ac-da045d70da8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5162 | 2025.03.03 05:27:21.282319 [ 254 ] {7483f690-7266-41cc-88ac-da045d70da8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5163 | 2025.03.03 05:27:21.282903 [ 254 ] {7483f690-7266-41cc-88ac-da045d70da8d} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5164 | 2025.03.03 05:27:21.282942 [ 254 ] {7483f690-7266-41cc-88ac-da045d70da8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5165 | 2025.03.03 05:27:21.283286 [ 254 ] {7483f690-7266-41cc-88ac-da045d70da8d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5166 | 2025.03.03 05:27:21.283527 [ 254 ] {7483f690-7266-41cc-88ac-da045d70da8d} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5167 | 2025.03.03 05:27:21.283728 [ 254 ] {7483f690-7266-41cc-88ac-da045d70da8d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001471 sec., 76818.49082256967 rows/sec., 4.97 MiB/sec. | ||
| 5168 | 2025.03.03 05:27:21.283781 [ 254 ] {7483f690-7266-41cc-88ac-da045d70da8d} <Debug> TCPHandler: Processed in 0.001659904 sec. | ||
| 5169 | 2025.03.03 05:27:21.283900 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5170 | 2025.03.03 05:27:21.284003 [ 254 ] {79c01734-02b9-4641-9b34-156a8f6e2445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5171 | 2025.03.03 05:27:21.284048 [ 254 ] {79c01734-02b9-4641-9b34-156a8f6e2445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5172 | 2025.03.03 05:27:21.284596 [ 254 ] {79c01734-02b9-4641-9b34-156a8f6e2445} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5173 | 2025.03.03 05:27:21.284636 [ 254 ] {79c01734-02b9-4641-9b34-156a8f6e2445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5174 | 2025.03.03 05:27:21.284979 [ 254 ] {79c01734-02b9-4641-9b34-156a8f6e2445} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5175 | 2025.03.03 05:27:21.285216 [ 254 ] {79c01734-02b9-4641-9b34-156a8f6e2445} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5176 | 2025.03.03 05:27:21.285392 [ 33 ] {} <Debug> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5177 | 2025.03.03 05:27:21.285458 [ 254 ] {79c01734-02b9-4641-9b34-156a8f6e2445} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001473 sec., 76035.30210454855 rows/sec., 4.33 MiB/sec. | ||
| 5178 | 2025.03.03 05:27:21.285487 [ 33 ] {} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5179 | 2025.03.03 05:27:21.285571 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5180 | 2025.03.03 05:27:21.285578 [ 254 ] {79c01734-02b9-4641-9b34-156a8f6e2445} <Debug> TCPHandler: Processed in 0.001728745 sec. | ||
| 5181 | 2025.03.03 05:27:21.285791 [ 188 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::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 | ||
| 5182 | 2025.03.03 05:27:21.285817 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5183 | 2025.03.03 05:27:21.286057 [ 254 ] {10d377f1-d4d1-4904-a3f9-345963ec32e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5184 | 2025.03.03 05:27:21.286076 [ 188 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5185 | 2025.03.03 05:27:21.286115 [ 254 ] {10d377f1-d4d1-4904-a3f9-345963ec32e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5186 | 2025.03.03 05:27:21.286122 [ 188 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part | ||
| 5187 | 2025.03.03 05:27:21.286349 [ 188 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part | ||
| 5188 | 2025.03.03 05:27:21.286533 [ 188 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part | ||
| 5189 | 2025.03.03 05:27:21.286774 [ 188 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part | ||
| 5190 | 2025.03.03 05:27:21.287018 [ 188 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part | ||
| 5191 | 2025.03.03 05:27:21.287986 [ 254 ] {10d377f1-d4d1-4904-a3f9-345963ec32e3} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5192 | 2025.03.03 05:27:21.288037 [ 254 ] {10d377f1-d4d1-4904-a3f9-345963ec32e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5193 | 2025.03.03 05:27:21.288431 [ 204 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.002761406 sec., 202795.24271331343 rows/sec., 12.33 MiB/sec. | ||
| 5194 | 2025.03.03 05:27:21.288647 [ 254 ] {10d377f1-d4d1-4904-a3f9-345963ec32e3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5195 | 2025.03.03 05:27:21.288655 [ 191 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5196 | 2025.03.03 05:27:21.289165 [ 254 ] {10d377f1-d4d1-4904-a3f9-345963ec32e3} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5197 | 2025.03.03 05:27:21.289280 [ 191 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_17_4} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5198 | 2025.03.03 05:27:21.289648 [ 191 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_17_4} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5199 | 2025.03.03 05:27:21.289674 [ 254 ] {10d377f1-d4d1-4904-a3f9-345963ec32e3} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.003662 sec., 114964.50027307482 rows/sec., 8.19 MiB/sec. | ||
| 5200 | 2025.03.03 05:27:21.290024 [ 254 ] {10d377f1-d4d1-4904-a3f9-345963ec32e3} <Debug> TCPHandler: Processed in 0.004279666 sec. | ||
| 5201 | 2025.03.03 05:27:21.290029 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5202 | 2025.03.03 05:27:21.290231 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5203 | 2025.03.03 05:27:21.290337 [ 254 ] {4db31e64-1140-4fdf-bb63-b3fc7c695cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5204 | 2025.03.03 05:27:21.290384 [ 254 ] {4db31e64-1140-4fdf-bb63-b3fc7c695cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5205 | 2025.03.03 05:27:21.290826 [ 254 ] {4db31e64-1140-4fdf-bb63-b3fc7c695cf6} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5206 | 2025.03.03 05:27:21.290864 [ 254 ] {4db31e64-1140-4fdf-bb63-b3fc7c695cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5207 | 2025.03.03 05:27:21.291216 [ 254 ] {4db31e64-1140-4fdf-bb63-b3fc7c695cf6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5208 | 2025.03.03 05:27:21.291450 [ 254 ] {4db31e64-1140-4fdf-bb63-b3fc7c695cf6} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5209 | 2025.03.03 05:27:21.291657 [ 254 ] {4db31e64-1140-4fdf-bb63-b3fc7c695cf6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 233.76 KiB/sec. | ||
| 5210 | 2025.03.03 05:27:21.291706 [ 254 ] {4db31e64-1140-4fdf-bb63-b3fc7c695cf6} <Debug> TCPHandler: Processed in 0.001530021 sec. | ||
| 5211 | 2025.03.03 05:27:21.291811 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5212 | 2025.03.03 05:27:21.291912 [ 254 ] {1c14311d-36d8-4bf5-88aa-701d6740992f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5213 | 2025.03.03 05:27:21.291959 [ 254 ] {1c14311d-36d8-4bf5-88aa-701d6740992f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5214 | 2025.03.03 05:27:21.292471 [ 254 ] {1c14311d-36d8-4bf5-88aa-701d6740992f} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5215 | 2025.03.03 05:27:21.292509 [ 254 ] {1c14311d-36d8-4bf5-88aa-701d6740992f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5216 | 2025.03.03 05:27:21.292892 [ 254 ] {1c14311d-36d8-4bf5-88aa-701d6740992f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5217 | 2025.03.03 05:27:21.293123 [ 254 ] {1c14311d-36d8-4bf5-88aa-701d6740992f} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2025.03.03 05:27:21.293339 [ 254 ] {1c14311d-36d8-4bf5-88aa-701d6740992f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001447 sec., 163787.14581893574 rows/sec., 10.98 MiB/sec. | ||
| 5219 | 2025.03.03 05:27:21.293390 [ 254 ] {1c14311d-36d8-4bf5-88aa-701d6740992f} <Debug> TCPHandler: Processed in 0.001629882 sec. | ||
| 5220 | 2025.03.03 05:27:21.293504 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5221 | 2025.03.03 05:27:21.293608 [ 254 ] {f7ee013f-db38-4809-b98e-f7e6fc97916d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5222 | 2025.03.03 05:27:21.293655 [ 254 ] {f7ee013f-db38-4809-b98e-f7e6fc97916d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5223 | 2025.03.03 05:27:21.294075 [ 254 ] {f7ee013f-db38-4809-b98e-f7e6fc97916d} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2025.03.03 05:27:21.294114 [ 254 ] {f7ee013f-db38-4809-b98e-f7e6fc97916d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5225 | 2025.03.03 05:27:21.294447 [ 254 ] {f7ee013f-db38-4809-b98e-f7e6fc97916d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5226 | 2025.03.03 05:27:21.294673 [ 254 ] {f7ee013f-db38-4809-b98e-f7e6fc97916d} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2025.03.03 05:27:21.294882 [ 254 ] {f7ee013f-db38-4809-b98e-f7e6fc97916d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001295 sec., 772.2007722007722 rows/sec., 52.03 KiB/sec. | ||
| 5228 | 2025.03.03 05:27:21.294932 [ 254 ] {f7ee013f-db38-4809-b98e-f7e6fc97916d} <Debug> TCPHandler: Processed in 0.001479249 sec. | ||
| 5229 | 2025.03.03 05:27:21.295038 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5230 | 2025.03.03 05:27:21.295140 [ 254 ] {e2b0d7bf-0be6-4033-a8db-f3e3053c2879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5231 | 2025.03.03 05:27:21.295206 [ 254 ] {e2b0d7bf-0be6-4033-a8db-f3e3053c2879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5232 | 2025.03.03 05:27:21.296314 [ 254 ] {e2b0d7bf-0be6-4033-a8db-f3e3053c2879} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5233 | 2025.03.03 05:27:21.296353 [ 254 ] {e2b0d7bf-0be6-4033-a8db-f3e3053c2879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5234 | 2025.03.03 05:27:21.296986 [ 254 ] {e2b0d7bf-0be6-4033-a8db-f3e3053c2879} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5235 | 2025.03.03 05:27:21.297239 [ 254 ] {e2b0d7bf-0be6-4033-a8db-f3e3053c2879} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5236 | 2025.03.03 05:27:21.297471 [ 254 ] {e2b0d7bf-0be6-4033-a8db-f3e3053c2879} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002352 sec., 16581.632653061224 rows/sec., 29.71 MiB/sec. | ||
| 5237 | 2025.03.03 05:27:21.297563 [ 254 ] {e2b0d7bf-0be6-4033-a8db-f3e3053c2879} <Debug> TCPHandler: Processed in 0.002574221 sec. | ||
| 5238 | 2025.03.03 05:27:21.297678 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5239 | 2025.03.03 05:27:21.297780 [ 254 ] {9aefd41c-52a3-45fd-9489-62bacb95287d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5240 | 2025.03.03 05:27:21.297826 [ 254 ] {9aefd41c-52a3-45fd-9489-62bacb95287d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5241 | 2025.03.03 05:27:21.298254 [ 254 ] {9aefd41c-52a3-45fd-9489-62bacb95287d} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5242 | 2025.03.03 05:27:21.298293 [ 254 ] {9aefd41c-52a3-45fd-9489-62bacb95287d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5243 | 2025.03.03 05:27:21.298649 [ 254 ] {9aefd41c-52a3-45fd-9489-62bacb95287d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5244 | 2025.03.03 05:27:21.298883 [ 254 ] {9aefd41c-52a3-45fd-9489-62bacb95287d} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5245 | 2025.03.03 05:27:21.299099 [ 254 ] {9aefd41c-52a3-45fd-9489-62bacb95287d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001341 sec., 61148.39671886652 rows/sec., 3.88 MiB/sec. | ||
| 5246 | 2025.03.03 05:27:21.299148 [ 254 ] {9aefd41c-52a3-45fd-9489-62bacb95287d} <Debug> TCPHandler: Processed in 0.001520421 sec. | ||
| 5247 | 2025.03.03 05:27:25.277201 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5248 | 2025.03.03 05:27:25.277279 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5249 | 2025.03.03 05:27:25.410045 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5250 | 2025.03.03 05:27:25.410762 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2025.03.03 05:27:25.410811 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5252 | 2025.03.03 05:27:25.411340 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5253 | 2025.03.03 05:27:25.411594 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5254 | 2025.03.03 05:27:25.411801 [ 27 ] {} <Debug> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5255 | 2025.03.03 05:27:25.411835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5256 | 2025.03.03 05:27:25.411886 [ 27 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5257 | 2025.03.03 05:27:25.411920 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5258 | 2025.03.03 05:27:25.412048 [ 191 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 5259 | 2025.03.03 05:27:25.412196 [ 191 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5260 | 2025.03.03 05:27:25.412242 [ 191 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 5261 | 2025.03.03 05:27:25.412329 [ 191 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 5262 | 2025.03.03 05:27:25.412534 [ 191 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 5263 | 2025.03.03 05:27:25.412734 [ 191 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 5264 | 2025.03.03 05:27:25.412857 [ 191 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 5265 | 2025.03.03 05:27:25.413060 [ 191 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 5266 | 2025.03.03 05:27:25.415691 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003694034 sec., 3236570.1019535824 rows/sec., 46.30 MiB/sec. | ||
| 5267 | 2025.03.03 05:27:25.416301 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5268 | 2025.03.03 05:27:25.416657 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_26_5} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5269 | 2025.03.03 05:27:25.416752 [ 204 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_26_5} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5270 | 2025.03.03 05:27:25.416861 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5271 | 2025.03.03 05:27:26.175241 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5272 | 2025.03.03 05:27:26.196520 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5273 | 2025.03.03 05:27:26.196585 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5274 | 2025.03.03 05:27:26.204181 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5275 | 2025.03.03 05:27:26.204979 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5276 | 2025.03.03 05:27:26.205337 [ 26 ] {} <Debug> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5277 | 2025.03.03 05:27:26.205472 [ 26 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5278 | 2025.03.03 05:27:26.205545 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5279 | 2025.03.03 05:27:26.205954 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 5280 | 2025.03.03 05:27:26.219960 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5281 | 2025.03.03 05:27:26.221667 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5282 | 2025.03.03 05:27:26.222932 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 5283 | 2025.03.03 05:27:26.228283 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 5284 | 2025.03.03 05:27:26.233823 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 5285 | 2025.03.03 05:27:26.239478 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 5286 | 2025.03.03 05:27:26.245094 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 5287 | 2025.03.03 05:27:26.249552 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 5288 | 2025.03.03 05:27:26.265122 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5289 | 2025.03.03 05:27:26.265513 [ 254 ] {f70eb504-70ea-4121-9a0b-6b9caac6b04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5290 | 2025.03.03 05:27:26.265637 [ 254 ] {f70eb504-70ea-4121-9a0b-6b9caac6b04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5291 | 2025.03.03 05:27:26.268266 [ 254 ] {f70eb504-70ea-4121-9a0b-6b9caac6b04e} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5292 | 2025.03.03 05:27:26.268331 [ 254 ] {f70eb504-70ea-4121-9a0b-6b9caac6b04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5293 | 2025.03.03 05:27:26.269729 [ 254 ] {f70eb504-70ea-4121-9a0b-6b9caac6b04e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5294 | 2025.03.03 05:27:26.270554 [ 254 ] {f70eb504-70ea-4121-9a0b-6b9caac6b04e} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5295 | 2025.03.03 05:27:26.270865 [ 26 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5296 | 2025.03.03 05:27:26.270975 [ 26 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5297 | 2025.03.03 05:27:26.271044 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5298 | 2025.03.03 05:27:26.271241 [ 254 ] {f70eb504-70ea-4121-9a0b-6b9caac6b04e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.005798 sec., 9658.502932045532 rows/sec., 755.08 KiB/sec. | ||
| 5299 | 2025.03.03 05:27:26.271590 [ 254 ] {f70eb504-70ea-4121-9a0b-6b9caac6b04e} <Debug> TCPHandler: Processed in 0.006754416 sec. | ||
| 5300 | 2025.03.03 05:27:26.271788 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 5301 | 2025.03.03 05:27:26.271883 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5302 | 2025.03.03 05:27:26.272067 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5303 | 2025.03.03 05:27:26.272117 [ 254 ] {27b819ef-8cf0-4054-896f-db798e343512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5304 | 2025.03.03 05:27:26.272136 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1845 rows starting from the beginning of the part | ||
| 5305 | 2025.03.03 05:27:26.272223 [ 254 ] {27b819ef-8cf0-4054-896f-db798e343512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5306 | 2025.03.03 05:27:26.272502 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 5307 | 2025.03.03 05:27:26.272814 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 695 rows starting from the beginning of the part | ||
| 5308 | 2025.03.03 05:27:26.273067 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5309 | 2025.03.03 05:27:26.273531 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 695 rows starting from the beginning of the part | ||
| 5310 | 2025.03.03 05:27:26.274194 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
| 5311 | 2025.03.03 05:27:26.276096 [ 254 ] {27b819ef-8cf0-4054-896f-db798e343512} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5312 | 2025.03.03 05:27:26.276206 [ 254 ] {27b819ef-8cf0-4054-896f-db798e343512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5313 | 2025.03.03 05:27:26.278083 [ 254 ] {27b819ef-8cf0-4054-896f-db798e343512} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5314 | 2025.03.03 05:27:26.279128 [ 254 ] {27b819ef-8cf0-4054-896f-db798e343512} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5315 | 2025.03.03 05:27:26.279553 [ 26 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5316 | 2025.03.03 05:27:26.279707 [ 26 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5317 | 2025.03.03 05:27:26.279833 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5318 | 2025.03.03 05:27:26.280128 [ 254 ] {27b819ef-8cf0-4054-896f-db798e343512} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.007986 sec., 8014.024542950163 rows/sec., 640.53 KiB/sec. | ||
| 5319 | 2025.03.03 05:27:26.280790 [ 254 ] {27b819ef-8cf0-4054-896f-db798e343512} <Debug> TCPHandler: Processed in 0.0089724 sec. | ||
| 5320 | 2025.03.03 05:27:26.281296 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5321 | 2025.03.03 05:27:26.281737 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 5322 | 2025.03.03 05:27:26.281912 [ 254 ] {3c66ece9-47c8-4a18-8892-a085299cca73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5323 | 2025.03.03 05:27:26.282232 [ 254 ] {3c66ece9-47c8-4a18-8892-a085299cca73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5324 | 2025.03.03 05:27:26.282503 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5325 | 2025.03.03 05:27:26.282733 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5326 | 2025.03.03 05:27:26.283509 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5327 | 2025.03.03 05:27:26.284214 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 421 rows starting from the beginning of the part | ||
| 5328 | 2025.03.03 05:27:26.285086 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5329 | 2025.03.03 05:27:26.285834 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 421 rows starting from the beginning of the part | ||
| 5330 | 2025.03.03 05:27:26.285916 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3403 rows, containing 5 columns (5 merged, 0 gathered) in 0.014659104 sec., 232142.42835032757 rows/sec., 19.56 MiB/sec. | ||
| 5331 | 2025.03.03 05:27:26.286209 [ 195 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 5332 | 2025.03.03 05:27:26.286686 [ 200 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5333 | 2025.03.03 05:27:26.288135 [ 200 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_41_8} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5334 | 2025.03.03 05:27:26.288496 [ 200 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_41_8} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5335 | 2025.03.03 05:27:26.288825 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 5336 | 2025.03.03 05:27:26.291034 [ 254 ] {3c66ece9-47c8-4a18-8892-a085299cca73} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5337 | 2025.03.03 05:27:26.291204 [ 254 ] {3c66ece9-47c8-4a18-8892-a085299cca73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5338 | 2025.03.03 05:27:26.293629 [ 254 ] {3c66ece9-47c8-4a18-8892-a085299cca73} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5339 | 2025.03.03 05:27:26.294533 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.014373338 sec., 135459.13969322923 rows/sec., 10.35 MiB/sec. | ||
| 5340 | 2025.03.03 05:27:26.294954 [ 254 ] {3c66ece9-47c8-4a18-8892-a085299cca73} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5341 | 2025.03.03 05:27:26.295006 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5342 | 2025.03.03 05:27:26.295649 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5343 | 2025.03.03 05:27:26.295794 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5344 | 2025.03.03 05:27:26.295946 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5345 | 2025.03.03 05:27:26.296457 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_41_8} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5346 | 2025.03.03 05:27:26.296746 [ 197 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 5347 | 2025.03.03 05:27:26.296938 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_41_8} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5348 | 2025.03.03 05:27:26.297300 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5349 | 2025.03.03 05:27:26.297686 [ 197 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5350 | 2025.03.03 05:27:26.297598 [ 254 ] {3c66ece9-47c8-4a18-8892-a085299cca73} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.015848 sec., 10095.911155981827 rows/sec., 720.04 KiB/sec. | ||
| 5351 | 2025.03.03 05:27:26.297802 [ 197 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11517 rows starting from the beginning of the part | ||
| 5352 | 2025.03.03 05:27:26.298209 [ 197 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 5353 | 2025.03.03 05:27:26.298648 [ 197 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 5354 | 2025.03.03 05:27:26.298971 [ 197 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 5355 | 2025.03.03 05:27:26.299123 [ 254 ] {3c66ece9-47c8-4a18-8892-a085299cca73} <Debug> TCPHandler: Processed in 0.017984481 sec. | ||
| 5356 | 2025.03.03 05:27:26.299503 [ 197 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 5357 | 2025.03.03 05:27:26.300069 [ 197 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5358 | 2025.03.03 05:27:26.300258 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5359 | 2025.03.03 05:27:26.300902 [ 254 ] {3d2f1319-a722-4fa1-8af1-30622cf1f047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5360 | 2025.03.03 05:27:26.301113 [ 254 ] {3d2f1319-a722-4fa1-8af1-30622cf1f047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5361 | 2025.03.03 05:27:26.304530 [ 254 ] {3d2f1319-a722-4fa1-8af1-30622cf1f047} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5362 | 2025.03.03 05:27:26.304690 [ 254 ] {3d2f1319-a722-4fa1-8af1-30622cf1f047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5363 | 2025.03.03 05:27:26.306704 [ 254 ] {3d2f1319-a722-4fa1-8af1-30622cf1f047} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5364 | 2025.03.03 05:27:26.308020 [ 254 ] {3d2f1319-a722-4fa1-8af1-30622cf1f047} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5365 | 2025.03.03 05:27:26.308373 [ 26 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5366 | 2025.03.03 05:27:26.308484 [ 26 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5367 | 2025.03.03 05:27:26.308580 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5368 | 2025.03.03 05:27:26.309360 [ 198 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 5369 | 2025.03.03 05:27:26.309379 [ 254 ] {3d2f1319-a722-4fa1-8af1-30622cf1f047} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008391 sec., 7150.518412584913 rows/sec., 493.46 KiB/sec. | ||
| 5370 | 2025.03.03 05:27:26.310025 [ 198 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5371 | 2025.03.03 05:27:26.310157 [ 198 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2178 rows starting from the beginning of the part | ||
| 5372 | 2025.03.03 05:27:26.310507 [ 198 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 5373 | 2025.03.03 05:27:26.311023 [ 196 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12471 rows, containing 5 columns (5 merged, 0 gathered) in 0.014816128 sec., 841717.8901262193 rows/sec., 56.85 MiB/sec. | ||
| 5374 | 2025.03.03 05:27:26.311234 [ 198 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 5375 | 2025.03.03 05:27:26.311630 [ 254 ] {3d2f1319-a722-4fa1-8af1-30622cf1f047} <Debug> TCPHandler: Processed in 0.011522671 sec. | ||
| 5376 | 2025.03.03 05:27:26.311921 [ 196 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5377 | 2025.03.03 05:27:26.311961 [ 198 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 5378 | 2025.03.03 05:27:26.312592 [ 198 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 5379 | 2025.03.03 05:27:26.313108 [ 198 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5380 | 2025.03.03 05:27:26.313659 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2025.03.03 05:27:26.314116 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5382 | 2025.03.03 05:27:26.314388 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 5383 | 2025.03.03 05:27:26.315851 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.007044022 sec., 358034.08904742205 rows/sec., 23.36 MiB/sec. | ||
| 5384 | 2025.03.03 05:27:26.316084 [ 190 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5385 | 2025.03.03 05:27:26.316368 [ 190 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_41_8} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5386 | 2025.03.03 05:27:26.316438 [ 190 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_41_8} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5387 | 2025.03.03 05:27:26.316502 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5388 | 2025.03.03 05:27:26.351306 [ 190 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.145630541 sec., 1345.8715366579597 rows/sec., 6.96 MiB/sec. | ||
| 5389 | 2025.03.03 05:27:26.354161 [ 189 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5390 | 2025.03.03 05:27:26.357268 [ 189 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_26_5} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2025.03.03 05:27:26.357395 [ 189 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_26_5} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5392 | 2025.03.03 05:27:26.359858 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5393 | 2025.03.03 05:27:26.763910 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5394 | 2025.03.03 05:27:26.764126 [ 254 ] {ee3c066a-c34b-479d-9be1-c5c7e0a10619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5395 | 2025.03.03 05:27:26.764211 [ 254 ] {ee3c066a-c34b-479d-9be1-c5c7e0a10619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5396 | 2025.03.03 05:27:26.765107 [ 254 ] {ee3c066a-c34b-479d-9be1-c5c7e0a10619} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5397 | 2025.03.03 05:27:26.765158 [ 254 ] {ee3c066a-c34b-479d-9be1-c5c7e0a10619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5398 | 2025.03.03 05:27:26.765630 [ 254 ] {ee3c066a-c34b-479d-9be1-c5c7e0a10619} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5399 | 2025.03.03 05:27:26.765889 [ 254 ] {ee3c066a-c34b-479d-9be1-c5c7e0a10619} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5400 | 2025.03.03 05:27:26.766138 [ 254 ] {ee3c066a-c34b-479d-9be1-c5c7e0a10619} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002067 sec., 102564.10256410258 rows/sec., 6.52 MiB/sec. | ||
| 5401 | 2025.03.03 05:27:26.766270 [ 254 ] {ee3c066a-c34b-479d-9be1-c5c7e0a10619} <Debug> TCPHandler: Processed in 0.00250357 sec. | ||
| 5402 | 2025.03.03 05:27:26.766503 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5403 | 2025.03.03 05:27:26.766620 [ 254 ] {1b100f11-5809-4094-9b12-c4ad1a41d286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5404 | 2025.03.03 05:27:26.766672 [ 254 ] {1b100f11-5809-4094-9b12-c4ad1a41d286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5405 | 2025.03.03 05:27:26.767254 [ 254 ] {1b100f11-5809-4094-9b12-c4ad1a41d286} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5406 | 2025.03.03 05:27:26.767297 [ 254 ] {1b100f11-5809-4094-9b12-c4ad1a41d286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5407 | 2025.03.03 05:27:26.767654 [ 254 ] {1b100f11-5809-4094-9b12-c4ad1a41d286} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5408 | 2025.03.03 05:27:26.767893 [ 254 ] {1b100f11-5809-4094-9b12-c4ad1a41d286} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5409 | 2025.03.03 05:27:26.768148 [ 254 ] {1b100f11-5809-4094-9b12-c4ad1a41d286} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00155 sec., 10322.58064516129 rows/sec., 841.73 KiB/sec. | ||
| 5410 | 2025.03.03 05:27:26.768217 [ 254 ] {1b100f11-5809-4094-9b12-c4ad1a41d286} <Debug> TCPHandler: Processed in 0.001802656 sec. | ||
| 5411 | 2025.03.03 05:27:26.768326 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5412 | 2025.03.03 05:27:26.768430 [ 254 ] {06c73339-c7a9-46f7-9667-262d2aeb1655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5413 | 2025.03.03 05:27:26.768475 [ 254 ] {06c73339-c7a9-46f7-9667-262d2aeb1655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5414 | 2025.03.03 05:27:26.769812 [ 254 ] {06c73339-c7a9-46f7-9667-262d2aeb1655} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.03.03 05:27:26.769852 [ 254 ] {06c73339-c7a9-46f7-9667-262d2aeb1655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5416 | 2025.03.03 05:27:26.770332 [ 254 ] {06c73339-c7a9-46f7-9667-262d2aeb1655} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5417 | 2025.03.03 05:27:26.770592 [ 254 ] {06c73339-c7a9-46f7-9667-262d2aeb1655} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2025.03.03 05:27:26.770844 [ 254 ] {06c73339-c7a9-46f7-9667-262d2aeb1655} <Debug> executeQuery: Read 1843 rows, 153.48 KiB in 0.002432 sec., 757812.5 rows/sec., 61.63 MiB/sec. | ||
| 5419 | 2025.03.03 05:27:26.770949 [ 254 ] {06c73339-c7a9-46f7-9667-262d2aeb1655} <Debug> TCPHandler: Processed in 0.002673143 sec. | ||
| 5420 | 2025.03.03 05:27:26.771209 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5421 | 2025.03.03 05:27:26.771424 [ 254 ] {a73baac5-04a1-495a-a3fb-df5a25808003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5422 | 2025.03.03 05:27:26.771472 [ 254 ] {a73baac5-04a1-495a-a3fb-df5a25808003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5423 | 2025.03.03 05:27:26.772087 [ 254 ] {a73baac5-04a1-495a-a3fb-df5a25808003} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5424 | 2025.03.03 05:27:26.772127 [ 254 ] {a73baac5-04a1-495a-a3fb-df5a25808003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5425 | 2025.03.03 05:27:26.772498 [ 254 ] {a73baac5-04a1-495a-a3fb-df5a25808003} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5426 | 2025.03.03 05:27:26.772736 [ 254 ] {a73baac5-04a1-495a-a3fb-df5a25808003} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2025.03.03 05:27:26.772972 [ 254 ] {a73baac5-04a1-495a-a3fb-df5a25808003} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001594 sec., 101003.76411543287 rows/sec., 6.39 MiB/sec. | ||
| 5428 | 2025.03.03 05:27:26.773026 [ 254 ] {a73baac5-04a1-495a-a3fb-df5a25808003} <Debug> TCPHandler: Processed in 0.001918418 sec. | ||
| 5429 | 2025.03.03 05:27:26.773144 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5430 | 2025.03.03 05:27:26.773250 [ 254 ] {a00ab790-0dac-4c9c-ad40-76d3e8d905a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5431 | 2025.03.03 05:27:26.773296 [ 254 ] {a00ab790-0dac-4c9c-ad40-76d3e8d905a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5432 | 2025.03.03 05:27:26.773939 [ 254 ] {a00ab790-0dac-4c9c-ad40-76d3e8d905a1} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5433 | 2025.03.03 05:27:26.773980 [ 254 ] {a00ab790-0dac-4c9c-ad40-76d3e8d905a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5434 | 2025.03.03 05:27:26.774351 [ 254 ] {a00ab790-0dac-4c9c-ad40-76d3e8d905a1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5435 | 2025.03.03 05:27:26.774595 [ 254 ] {a00ab790-0dac-4c9c-ad40-76d3e8d905a1} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5436 | 2025.03.03 05:27:26.774823 [ 254 ] {a00ab790-0dac-4c9c-ad40-76d3e8d905a1} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001594 sec., 213927.2271016311 rows/sec., 14.27 MiB/sec. | ||
| 5437 | 2025.03.03 05:27:26.774878 [ 254 ] {a00ab790-0dac-4c9c-ad40-76d3e8d905a1} <Debug> TCPHandler: Processed in 0.001786025 sec. | ||
| 5438 | 2025.03.03 05:27:26.775005 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5439 | 2025.03.03 05:27:26.775110 [ 254 ] {48b799b7-0503-48f7-911d-e7d7a3e6914e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5440 | 2025.03.03 05:27:26.775154 [ 254 ] {48b799b7-0503-48f7-911d-e7d7a3e6914e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5441 | 2025.03.03 05:27:26.775712 [ 254 ] {48b799b7-0503-48f7-911d-e7d7a3e6914e} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5442 | 2025.03.03 05:27:26.775752 [ 254 ] {48b799b7-0503-48f7-911d-e7d7a3e6914e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5443 | 2025.03.03 05:27:26.776102 [ 254 ] {48b799b7-0503-48f7-911d-e7d7a3e6914e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5444 | 2025.03.03 05:27:26.776345 [ 254 ] {48b799b7-0503-48f7-911d-e7d7a3e6914e} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5445 | 2025.03.03 05:27:26.776557 [ 254 ] {48b799b7-0503-48f7-911d-e7d7a3e6914e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00147 sec., 76190.4761904762 rows/sec., 4.34 MiB/sec. | ||
| 5446 | 2025.03.03 05:27:26.776611 [ 254 ] {48b799b7-0503-48f7-911d-e7d7a3e6914e} <Debug> TCPHandler: Processed in 0.001657883 sec. | ||
| 5447 | 2025.03.03 05:27:26.776727 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5448 | 2025.03.03 05:27:26.776832 [ 254 ] {92a407eb-3690-4a1a-9ca2-6a5e82e4bb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5449 | 2025.03.03 05:27:26.776876 [ 254 ] {92a407eb-3690-4a1a-9ca2-6a5e82e4bb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5450 | 2025.03.03 05:27:26.777697 [ 254 ] {92a407eb-3690-4a1a-9ca2-6a5e82e4bb2c} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5451 | 2025.03.03 05:27:26.777738 [ 254 ] {92a407eb-3690-4a1a-9ca2-6a5e82e4bb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5452 | 2025.03.03 05:27:26.778126 [ 254 ] {92a407eb-3690-4a1a-9ca2-6a5e82e4bb2c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5453 | 2025.03.03 05:27:26.778361 [ 254 ] {92a407eb-3690-4a1a-9ca2-6a5e82e4bb2c} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5454 | 2025.03.03 05:27:26.778570 [ 254 ] {92a407eb-3690-4a1a-9ca2-6a5e82e4bb2c} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.00176 sec., 507386.36363636365 rows/sec., 36.79 MiB/sec. | ||
| 5455 | 2025.03.03 05:27:26.778622 [ 254 ] {92a407eb-3690-4a1a-9ca2-6a5e82e4bb2c} <Debug> TCPHandler: Processed in 0.00194718 sec. | ||
| 5456 | 2025.03.03 05:27:26.778728 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5457 | 2025.03.03 05:27:26.778835 [ 254 ] {a0615350-6e57-42c6-9d5c-d69424d32845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5458 | 2025.03.03 05:27:26.778882 [ 254 ] {a0615350-6e57-42c6-9d5c-d69424d32845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5459 | 2025.03.03 05:27:26.779318 [ 254 ] {a0615350-6e57-42c6-9d5c-d69424d32845} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5460 | 2025.03.03 05:27:26.779357 [ 254 ] {a0615350-6e57-42c6-9d5c-d69424d32845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5461 | 2025.03.03 05:27:26.779707 [ 254 ] {a0615350-6e57-42c6-9d5c-d69424d32845} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5462 | 2025.03.03 05:27:26.779944 [ 254 ] {a0615350-6e57-42c6-9d5c-d69424d32845} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5463 | 2025.03.03 05:27:26.780160 [ 254 ] {a0615350-6e57-42c6-9d5c-d69424d32845} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec. | ||
| 5464 | 2025.03.03 05:27:26.780210 [ 254 ] {a0615350-6e57-42c6-9d5c-d69424d32845} <Debug> TCPHandler: Processed in 0.001532821 sec. | ||
| 5465 | 2025.03.03 05:27:26.780315 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5466 | 2025.03.03 05:27:26.780417 [ 254 ] {fdcd0965-e656-4bda-9370-9bfcc3c4952d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5467 | 2025.03.03 05:27:26.780464 [ 254 ] {fdcd0965-e656-4bda-9370-9bfcc3c4952d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5468 | 2025.03.03 05:27:26.781156 [ 254 ] {fdcd0965-e656-4bda-9370-9bfcc3c4952d} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5469 | 2025.03.03 05:27:26.781195 [ 254 ] {fdcd0965-e656-4bda-9370-9bfcc3c4952d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5470 | 2025.03.03 05:27:26.781627 [ 254 ] {fdcd0965-e656-4bda-9370-9bfcc3c4952d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5471 | 2025.03.03 05:27:26.781868 [ 254 ] {fdcd0965-e656-4bda-9370-9bfcc3c4952d} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5472 | 2025.03.03 05:27:26.782083 [ 254 ] {fdcd0965-e656-4bda-9370-9bfcc3c4952d} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001687 sec., 570835.8032009484 rows/sec., 37.93 MiB/sec. | ||
| 5473 | 2025.03.03 05:27:26.782134 [ 254 ] {fdcd0965-e656-4bda-9370-9bfcc3c4952d} <Debug> TCPHandler: Processed in 0.001869258 sec. | ||
| 5474 | 2025.03.03 05:27:26.782249 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5475 | 2025.03.03 05:27:26.782353 [ 254 ] {385fbd15-497b-47a6-acc6-d37413e34b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5476 | 2025.03.03 05:27:26.782401 [ 254 ] {385fbd15-497b-47a6-acc6-d37413e34b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5477 | 2025.03.03 05:27:26.782832 [ 254 ] {385fbd15-497b-47a6-acc6-d37413e34b30} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5478 | 2025.03.03 05:27:26.782871 [ 254 ] {385fbd15-497b-47a6-acc6-d37413e34b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5479 | 2025.03.03 05:27:26.783216 [ 254 ] {385fbd15-497b-47a6-acc6-d37413e34b30} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5480 | 2025.03.03 05:27:26.783451 [ 254 ] {385fbd15-497b-47a6-acc6-d37413e34b30} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5481 | 2025.03.03 05:27:26.783667 [ 254 ] {385fbd15-497b-47a6-acc6-d37413e34b30} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec. | ||
| 5482 | 2025.03.03 05:27:26.783717 [ 254 ] {385fbd15-497b-47a6-acc6-d37413e34b30} <Debug> TCPHandler: Processed in 0.001518861 sec. | ||
| 5483 | 2025.03.03 05:27:26.783821 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5484 | 2025.03.03 05:27:26.783922 [ 254 ] {1114efc8-a0d2-47b8-b2f2-4ba8c7756188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5485 | 2025.03.03 05:27:26.783989 [ 254 ] {1114efc8-a0d2-47b8-b2f2-4ba8c7756188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5486 | 2025.03.03 05:27:26.785153 [ 254 ] {1114efc8-a0d2-47b8-b2f2-4ba8c7756188} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5487 | 2025.03.03 05:27:26.785193 [ 254 ] {1114efc8-a0d2-47b8-b2f2-4ba8c7756188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5488 | 2025.03.03 05:27:26.785855 [ 254 ] {1114efc8-a0d2-47b8-b2f2-4ba8c7756188} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5489 | 2025.03.03 05:27:26.786107 [ 254 ] {1114efc8-a0d2-47b8-b2f2-4ba8c7756188} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5490 | 2025.03.03 05:27:26.786354 [ 254 ] {1114efc8-a0d2-47b8-b2f2-4ba8c7756188} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002453 sec., 15898.899306971056 rows/sec., 28.49 MiB/sec. | ||
| 5491 | 2025.03.03 05:27:26.786450 [ 254 ] {1114efc8-a0d2-47b8-b2f2-4ba8c7756188} <Debug> TCPHandler: Processed in 0.002678504 sec. | ||
| 5492 | 2025.03.03 05:27:26.786566 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5493 | 2025.03.03 05:27:26.786668 [ 254 ] {25dc10bc-a9a4-4367-9a82-0639d88bc9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5494 | 2025.03.03 05:27:26.786714 [ 254 ] {25dc10bc-a9a4-4367-9a82-0639d88bc9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5495 | 2025.03.03 05:27:26.787146 [ 254 ] {25dc10bc-a9a4-4367-9a82-0639d88bc9eb} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5496 | 2025.03.03 05:27:26.787185 [ 254 ] {25dc10bc-a9a4-4367-9a82-0639d88bc9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5497 | 2025.03.03 05:27:26.787537 [ 254 ] {25dc10bc-a9a4-4367-9a82-0639d88bc9eb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5498 | 2025.03.03 05:27:26.787775 [ 254 ] {25dc10bc-a9a4-4367-9a82-0639d88bc9eb} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5499 | 2025.03.03 05:27:26.788008 [ 254 ] {25dc10bc-a9a4-4367-9a82-0639d88bc9eb} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001353 sec., 25129.342202512933 rows/sec., 1.46 MiB/sec. | ||
| 5500 | 2025.03.03 05:27:26.788072 [ 254 ] {25dc10bc-a9a4-4367-9a82-0639d88bc9eb} <Debug> TCPHandler: Processed in 0.001556721 sec. | ||
| 5501 | 2025.03.03 05:27:27.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.05 MiB, peak 205.84 MiB, free memory in arenas 0.00 B, will set to 195.35 MiB (RSS), difference: 3.30 MiB | ||
| 5502 | 2025.03.03 05:27:30.474563 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 786 | ||
| 5503 | 2025.03.03 05:27:30.478596 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5504 | 2025.03.03 05:27:30.478639 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5505 | 2025.03.03 05:27:30.480566 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5506 | 2025.03.03 05:27:30.480873 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5507 | 2025.03.03 05:27:30.481924 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 786 | ||
| 5508 | 2025.03.03 05:27:31.263037 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5509 | 2025.03.03 05:27:31.263258 [ 254 ] {86b9fec0-ec66-4e55-91b0-6e0ee668ae75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5510 | 2025.03.03 05:27:31.263340 [ 254 ] {86b9fec0-ec66-4e55-91b0-6e0ee668ae75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5511 | 2025.03.03 05:27:31.264153 [ 254 ] {86b9fec0-ec66-4e55-91b0-6e0ee668ae75} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5512 | 2025.03.03 05:27:31.264206 [ 254 ] {86b9fec0-ec66-4e55-91b0-6e0ee668ae75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5513 | 2025.03.03 05:27:31.264669 [ 254 ] {86b9fec0-ec66-4e55-91b0-6e0ee668ae75} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5514 | 2025.03.03 05:27:31.264925 [ 254 ] {86b9fec0-ec66-4e55-91b0-6e0ee668ae75} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5515 | 2025.03.03 05:27:31.265184 [ 254 ] {86b9fec0-ec66-4e55-91b0-6e0ee668ae75} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001981 sec., 28268.551236749114 rows/sec., 2.16 MiB/sec. | ||
| 5516 | 2025.03.03 05:27:31.265288 [ 254 ] {86b9fec0-ec66-4e55-91b0-6e0ee668ae75} <Debug> TCPHandler: Processed in 0.002399888 sec. | ||
| 5517 | 2025.03.03 05:27:31.265538 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5518 | 2025.03.03 05:27:31.265679 [ 254 ] {4cc7b7ab-5d1e-4eec-acb9-8a3ec3e8345b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5519 | 2025.03.03 05:27:31.265729 [ 254 ] {4cc7b7ab-5d1e-4eec-acb9-8a3ec3e8345b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5520 | 2025.03.03 05:27:31.266298 [ 254 ] {4cc7b7ab-5d1e-4eec-acb9-8a3ec3e8345b} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5521 | 2025.03.03 05:27:31.266339 [ 254 ] {4cc7b7ab-5d1e-4eec-acb9-8a3ec3e8345b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5522 | 2025.03.03 05:27:31.266705 [ 254 ] {4cc7b7ab-5d1e-4eec-acb9-8a3ec3e8345b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5523 | 2025.03.03 05:27:31.266950 [ 254 ] {4cc7b7ab-5d1e-4eec-acb9-8a3ec3e8345b} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5524 | 2025.03.03 05:27:31.267164 [ 254 ] {4cc7b7ab-5d1e-4eec-acb9-8a3ec3e8345b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001509 sec., 42412.19350563287 rows/sec., 3.31 MiB/sec. | ||
| 5525 | 2025.03.03 05:27:31.267217 [ 254 ] {4cc7b7ab-5d1e-4eec-acb9-8a3ec3e8345b} <Debug> TCPHandler: Processed in 0.001783985 sec. | ||
| 5526 | 2025.03.03 05:27:31.267330 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5527 | 2025.03.03 05:27:31.267436 [ 254 ] {54ad597b-bfb6-4469-9333-b6bd67a7d755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5528 | 2025.03.03 05:27:31.267484 [ 254 ] {54ad597b-bfb6-4469-9333-b6bd67a7d755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5529 | 2025.03.03 05:27:31.267995 [ 254 ] {54ad597b-bfb6-4469-9333-b6bd67a7d755} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5530 | 2025.03.03 05:27:31.268034 [ 254 ] {54ad597b-bfb6-4469-9333-b6bd67a7d755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5531 | 2025.03.03 05:27:31.268423 [ 254 ] {54ad597b-bfb6-4469-9333-b6bd67a7d755} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5532 | 2025.03.03 05:27:31.268667 [ 254 ] {54ad597b-bfb6-4469-9333-b6bd67a7d755} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5533 | 2025.03.03 05:27:31.268916 [ 254 ] {54ad597b-bfb6-4469-9333-b6bd67a7d755} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001497 sec., 85504.34201736806 rows/sec., 5.96 MiB/sec. | ||
| 5534 | 2025.03.03 05:27:31.269043 [ 254 ] {54ad597b-bfb6-4469-9333-b6bd67a7d755} <Debug> TCPHandler: Processed in 0.001761005 sec. | ||
| 5535 | 2025.03.03 05:27:31.269297 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5536 | 2025.03.03 05:27:31.269424 [ 254 ] {4741b14b-83ee-4a05-b5b5-173fe1692433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5537 | 2025.03.03 05:27:31.269475 [ 254 ] {4741b14b-83ee-4a05-b5b5-173fe1692433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5538 | 2025.03.03 05:27:31.269941 [ 254 ] {4741b14b-83ee-4a05-b5b5-173fe1692433} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2025.03.03 05:27:31.269981 [ 254 ] {4741b14b-83ee-4a05-b5b5-173fe1692433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5540 | 2025.03.03 05:27:31.270351 [ 254 ] {4741b14b-83ee-4a05-b5b5-173fe1692433} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5541 | 2025.03.03 05:27:31.270589 [ 254 ] {4741b14b-83ee-4a05-b5b5-173fe1692433} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2025.03.03 05:27:31.270797 [ 254 ] {4741b14b-83ee-4a05-b5b5-173fe1692433} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001396 sec., 34383.95415472779 rows/sec., 2.32 MiB/sec. | ||
| 5543 | 2025.03.03 05:27:31.270849 [ 254 ] {4741b14b-83ee-4a05-b5b5-173fe1692433} <Debug> TCPHandler: Processed in 0.001639183 sec. | ||
| 5544 | 2025.03.03 05:27:32.911954 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5545 | 2025.03.03 05:27:32.912612 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5546 | 2025.03.03 05:27:32.912647 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5547 | 2025.03.03 05:27:32.913194 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5548 | 2025.03.03 05:27:32.913455 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5549 | 2025.03.03 05:27:32.913643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5550 | 2025.03.03 05:27:33.720032 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5551 | 2025.03.03 05:27:33.740979 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5552 | 2025.03.03 05:27:33.741046 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5553 | 2025.03.03 05:27:33.748033 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5554 | 2025.03.03 05:27:33.748795 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5555 | 2025.03.03 05:27:33.752352 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5556 | 2025.03.03 05:27:36.264994 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5557 | 2025.03.03 05:27:36.265301 [ 254 ] {b6638e94-31a3-4f1e-bc34-3baeda7edcc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5558 | 2025.03.03 05:27:36.265416 [ 254 ] {b6638e94-31a3-4f1e-bc34-3baeda7edcc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5559 | 2025.03.03 05:27:36.266306 [ 254 ] {b6638e94-31a3-4f1e-bc34-3baeda7edcc3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5560 | 2025.03.03 05:27:36.266353 [ 254 ] {b6638e94-31a3-4f1e-bc34-3baeda7edcc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5561 | 2025.03.03 05:27:36.266794 [ 254 ] {b6638e94-31a3-4f1e-bc34-3baeda7edcc3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5562 | 2025.03.03 05:27:36.267051 [ 254 ] {b6638e94-31a3-4f1e-bc34-3baeda7edcc3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5563 | 2025.03.03 05:27:36.267318 [ 254 ] {b6638e94-31a3-4f1e-bc34-3baeda7edcc3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002101 sec., 26653.974297953355 rows/sec., 2.03 MiB/sec. | ||
| 5564 | 2025.03.03 05:27:36.267415 [ 254 ] {b6638e94-31a3-4f1e-bc34-3baeda7edcc3} <Debug> TCPHandler: Processed in 0.002615533 sec. | ||
| 5565 | 2025.03.03 05:27:36.267568 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5566 | 2025.03.03 05:27:36.267672 [ 254 ] {841e9a8b-d250-41c4-b71e-f9d22dc4a460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5567 | 2025.03.03 05:27:36.267717 [ 254 ] {841e9a8b-d250-41c4-b71e-f9d22dc4a460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5568 | 2025.03.03 05:27:36.268254 [ 254 ] {841e9a8b-d250-41c4-b71e-f9d22dc4a460} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5569 | 2025.03.03 05:27:36.268294 [ 254 ] {841e9a8b-d250-41c4-b71e-f9d22dc4a460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5570 | 2025.03.03 05:27:36.268650 [ 254 ] {841e9a8b-d250-41c4-b71e-f9d22dc4a460} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5571 | 2025.03.03 05:27:36.268883 [ 254 ] {841e9a8b-d250-41c4-b71e-f9d22dc4a460} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5572 | 2025.03.03 05:27:36.269098 [ 254 ] {841e9a8b-d250-41c4-b71e-f9d22dc4a460} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001448 sec., 44198.895027624305 rows/sec., 3.45 MiB/sec. | ||
| 5573 | 2025.03.03 05:27:36.269151 [ 254 ] {841e9a8b-d250-41c4-b71e-f9d22dc4a460} <Debug> TCPHandler: Processed in 0.001639592 sec. | ||
| 5574 | 2025.03.03 05:27:36.269282 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5575 | 2025.03.03 05:27:36.269418 [ 254 ] {9f42e14e-de07-46c9-b184-543148b0f6b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5576 | 2025.03.03 05:27:36.269477 [ 254 ] {9f42e14e-de07-46c9-b184-543148b0f6b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5577 | 2025.03.03 05:27:36.270052 [ 254 ] {9f42e14e-de07-46c9-b184-543148b0f6b5} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5578 | 2025.03.03 05:27:36.270093 [ 254 ] {9f42e14e-de07-46c9-b184-543148b0f6b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5579 | 2025.03.03 05:27:36.270485 [ 254 ] {9f42e14e-de07-46c9-b184-543148b0f6b5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5580 | 2025.03.03 05:27:36.270721 [ 254 ] {9f42e14e-de07-46c9-b184-543148b0f6b5} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5581 | 2025.03.03 05:27:36.270940 [ 254 ] {9f42e14e-de07-46c9-b184-543148b0f6b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
| 5582 | 2025.03.03 05:27:36.270994 [ 254 ] {9f42e14e-de07-46c9-b184-543148b0f6b5} <Debug> TCPHandler: Processed in 0.001776645 sec. | ||
| 5583 | 2025.03.03 05:27:36.271115 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5584 | 2025.03.03 05:27:36.271230 [ 254 ] {b2e47428-983e-41b7-8907-e5e2a1ce8cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5585 | 2025.03.03 05:27:36.271278 [ 254 ] {b2e47428-983e-41b7-8907-e5e2a1ce8cca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5586 | 2025.03.03 05:27:36.271732 [ 254 ] {b2e47428-983e-41b7-8907-e5e2a1ce8cca} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5587 | 2025.03.03 05:27:36.271772 [ 254 ] {b2e47428-983e-41b7-8907-e5e2a1ce8cca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5588 | 2025.03.03 05:27:36.272137 [ 254 ] {b2e47428-983e-41b7-8907-e5e2a1ce8cca} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5589 | 2025.03.03 05:27:36.272373 [ 254 ] {b2e47428-983e-41b7-8907-e5e2a1ce8cca} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5590 | 2025.03.03 05:27:36.272583 [ 254 ] {b2e47428-983e-41b7-8907-e5e2a1ce8cca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
| 5591 | 2025.03.03 05:27:36.272634 [ 254 ] {b2e47428-983e-41b7-8907-e5e2a1ce8cca} <Debug> TCPHandler: Processed in 0.001574391 sec. | ||
| 5592 | 2025.03.03 05:27:37.725540 [ 61 ] {} <Debug> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5593 | 2025.03.03 05:27:37.725621 [ 61 ] {} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5594 | 2025.03.03 05:27:37.725645 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5595 | 2025.03.03 05:27:37.725883 [ 196 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 5596 | 2025.03.03 05:27:37.726104 [ 196 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5597 | 2025.03.03 05:27:37.726150 [ 196 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 15 rows starting from the beginning of the part | ||
| 5598 | 2025.03.03 05:27:37.726241 [ 196 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5599 | 2025.03.03 05:27:37.726340 [ 196 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5600 | 2025.03.03 05:27:37.726616 [ 196 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 5601 | 2025.03.03 05:27:37.726723 [ 196 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 5602 | 2025.03.03 05:27:37.727893 [ 190 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.002158613 sec., 8801.948288090547 rows/sec., 591.29 KiB/sec. | ||
| 5603 | 2025.03.03 05:27:37.728102 [ 193 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5604 | 2025.03.03 05:27:37.728457 [ 193 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_18_4} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5605 | 2025.03.03 05:27:37.728548 [ 193 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_18_4} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5606 | 2025.03.03 05:27:37.728650 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5607 | 2025.03.03 05:27:39.083692 [ 39 ] {} <Debug> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5608 | 2025.03.03 05:27:39.083766 [ 39 ] {} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5609 | 2025.03.03 05:27:39.083793 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5610 | 2025.03.03 05:27:39.084003 [ 196 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::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 | ||
| 5611 | 2025.03.03 05:27:39.084196 [ 196 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5612 | 2025.03.03 05:27:39.084234 [ 196 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 5613 | 2025.03.03 05:27:39.084316 [ 196 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 5614 | 2025.03.03 05:27:39.084396 [ 196 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 5615 | 2025.03.03 05:27:39.084570 [ 196 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5616 | 2025.03.03 05:27:39.084665 [ 196 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 5617 | 2025.03.03 05:27:39.085599 [ 190 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001717054 sec., 27954.857564176782 rows/sec., 2.33 MiB/sec. | ||
| 5618 | 2025.03.03 05:27:39.085791 [ 190 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5619 | 2025.03.03 05:27:39.086127 [ 190 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_5_1} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2025.03.03 05:27:39.086214 [ 190 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_5_1} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5621 | 2025.03.03 05:27:39.086314 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5622 | 2025.03.03 05:27:40.277318 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5623 | 2025.03.03 05:27:40.277362 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5624 | 2025.03.03 05:27:40.413743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5625 | 2025.03.03 05:27:40.414418 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5626 | 2025.03.03 05:27:40.414466 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5627 | 2025.03.03 05:27:40.414986 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5628 | 2025.03.03 05:27:40.415231 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2025.03.03 05:27:40.415484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5630 | 2025.03.03 05:27:40.482204 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 802 | ||
| 5631 | 2025.03.03 05:27:40.485100 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5632 | 2025.03.03 05:27:40.485152 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5633 | 2025.03.03 05:27:40.486611 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5634 | 2025.03.03 05:27:40.486922 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5635 | 2025.03.03 05:27:40.487473 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 802 | ||
| 5636 | 2025.03.03 05:27:41.252407 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5637 | 2025.03.03 05:27:41.271892 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5638 | 2025.03.03 05:27:41.272322 [ 254 ] {b9250c69-0370-4bd1-943d-21cf82c75586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5639 | 2025.03.03 05:27:41.272526 [ 254 ] {b9250c69-0370-4bd1-943d-21cf82c75586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5640 | 2025.03.03 05:27:41.274626 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5641 | 2025.03.03 05:27:41.274677 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5642 | 2025.03.03 05:27:41.276155 [ 254 ] {b9250c69-0370-4bd1-943d-21cf82c75586} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5643 | 2025.03.03 05:27:41.276253 [ 254 ] {b9250c69-0370-4bd1-943d-21cf82c75586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5644 | 2025.03.03 05:27:41.277649 [ 254 ] {b9250c69-0370-4bd1-943d-21cf82c75586} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5645 | 2025.03.03 05:27:41.278256 [ 254 ] {b9250c69-0370-4bd1-943d-21cf82c75586} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5646 | 2025.03.03 05:27:41.278931 [ 254 ] {b9250c69-0370-4bd1-943d-21cf82c75586} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.006735 sec., 31477.357089829253 rows/sec., 2.00 MiB/sec. | ||
| 5647 | 2025.03.03 05:27:41.279484 [ 254 ] {b9250c69-0370-4bd1-943d-21cf82c75586} <Debug> TCPHandler: Processed in 0.007780596 sec. | ||
| 5648 | 2025.03.03 05:27:41.279792 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5649 | 2025.03.03 05:27:41.280031 [ 254 ] {531c18fd-685d-4e58-bbb4-bab56322b0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5650 | 2025.03.03 05:27:41.280142 [ 254 ] {531c18fd-685d-4e58-bbb4-bab56322b0ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5651 | 2025.03.03 05:27:41.282931 [ 254 ] {531c18fd-685d-4e58-bbb4-bab56322b0ad} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5652 | 2025.03.03 05:27:41.282973 [ 254 ] {531c18fd-685d-4e58-bbb4-bab56322b0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5653 | 2025.03.03 05:27:41.283781 [ 254 ] {531c18fd-685d-4e58-bbb4-bab56322b0ad} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5654 | 2025.03.03 05:27:41.284375 [ 254 ] {531c18fd-685d-4e58-bbb4-bab56322b0ad} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5655 | 2025.03.03 05:27:41.284966 [ 254 ] {531c18fd-685d-4e58-bbb4-bab56322b0ad} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.005002 sec., 138944.42223110754 rows/sec., 11.09 MiB/sec. | ||
| 5656 | 2025.03.03 05:27:41.285175 [ 254 ] {531c18fd-685d-4e58-bbb4-bab56322b0ad} <Debug> TCPHandler: Processed in 0.00548126 sec. | ||
| 5657 | 2025.03.03 05:27:41.285408 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5658 | 2025.03.03 05:27:41.285673 [ 254 ] {cc824667-0a13-4f1d-99d6-541c566590ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5659 | 2025.03.03 05:27:41.285794 [ 254 ] {cc824667-0a13-4f1d-99d6-541c566590ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5660 | 2025.03.03 05:27:41.288395 [ 254 ] {cc824667-0a13-4f1d-99d6-541c566590ca} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5661 | 2025.03.03 05:27:41.288470 [ 254 ] {cc824667-0a13-4f1d-99d6-541c566590ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5662 | 2025.03.03 05:27:41.289750 [ 254 ] {cc824667-0a13-4f1d-99d6-541c566590ca} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5663 | 2025.03.03 05:27:41.290344 [ 254 ] {cc824667-0a13-4f1d-99d6-541c566590ca} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5664 | 2025.03.03 05:27:41.291112 [ 254 ] {cc824667-0a13-4f1d-99d6-541c566590ca} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.005504 sec., 26344.476744186046 rows/sec., 1.65 MiB/sec. | ||
| 5665 | 2025.03.03 05:27:41.291461 [ 254 ] {cc824667-0a13-4f1d-99d6-541c566590ca} <Debug> TCPHandler: Processed in 0.006138433 sec. | ||
| 5666 | 2025.03.03 05:27:41.291757 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5667 | 2025.03.03 05:27:41.292032 [ 254 ] {17f1bd92-af7d-4f9c-93dc-601a14f6ab0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5668 | 2025.03.03 05:27:41.292118 [ 254 ] {17f1bd92-af7d-4f9c-93dc-601a14f6ab0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5669 | 2025.03.03 05:27:41.293272 [ 254 ] {17f1bd92-af7d-4f9c-93dc-601a14f6ab0e} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5670 | 2025.03.03 05:27:41.293319 [ 254 ] {17f1bd92-af7d-4f9c-93dc-601a14f6ab0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5671 | 2025.03.03 05:27:41.293799 [ 254 ] {17f1bd92-af7d-4f9c-93dc-601a14f6ab0e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5672 | 2025.03.03 05:27:41.294161 [ 254 ] {17f1bd92-af7d-4f9c-93dc-601a14f6ab0e} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5673 | 2025.03.03 05:27:41.294929 [ 254 ] {17f1bd92-af7d-4f9c-93dc-601a14f6ab0e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002948 sec., 38331.07191316146 rows/sec., 2.48 MiB/sec. | ||
| 5674 | 2025.03.03 05:27:41.295148 [ 254 ] {17f1bd92-af7d-4f9c-93dc-601a14f6ab0e} <Debug> TCPHandler: Processed in 0.003530941 sec. | ||
| 5675 | 2025.03.03 05:27:41.295395 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5676 | 2025.03.03 05:27:41.295706 [ 254 ] {1ac64fca-c813-4467-813d-e17112d2b40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5677 | 2025.03.03 05:27:41.295837 [ 254 ] {1ac64fca-c813-4467-813d-e17112d2b40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5678 | 2025.03.03 05:27:41.298705 [ 254 ] {1ac64fca-c813-4467-813d-e17112d2b40f} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5679 | 2025.03.03 05:27:41.298778 [ 254 ] {1ac64fca-c813-4467-813d-e17112d2b40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5680 | 2025.03.03 05:27:41.299812 [ 254 ] {1ac64fca-c813-4467-813d-e17112d2b40f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5681 | 2025.03.03 05:27:41.300539 [ 254 ] {1ac64fca-c813-4467-813d-e17112d2b40f} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5682 | 2025.03.03 05:27:41.301000 [ 254 ] {1ac64fca-c813-4467-813d-e17112d2b40f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005411 sec., 20698.576972833118 rows/sec., 1.18 MiB/sec. | ||
| 5683 | 2025.03.03 05:27:41.301063 [ 254 ] {1ac64fca-c813-4467-813d-e17112d2b40f} <Debug> TCPHandler: Processed in 0.005767256 sec. | ||
| 5684 | 2025.03.03 05:27:41.301179 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5685 | 2025.03.03 05:27:41.301253 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5686 | 2025.03.03 05:27:41.301339 [ 254 ] {4d978dfd-6b08-4d98-9641-bd1150fd5b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5687 | 2025.03.03 05:27:41.301400 [ 254 ] {4d978dfd-6b08-4d98-9641-bd1150fd5b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5688 | 2025.03.03 05:27:41.303985 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5689 | 2025.03.03 05:27:41.303990 [ 254 ] {4d978dfd-6b08-4d98-9641-bd1150fd5b3d} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5690 | 2025.03.03 05:27:41.304064 [ 254 ] {4d978dfd-6b08-4d98-9641-bd1150fd5b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5691 | 2025.03.03 05:27:41.305202 [ 254 ] {4d978dfd-6b08-4d98-9641-bd1150fd5b3d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5692 | 2025.03.03 05:27:41.305996 [ 254 ] {4d978dfd-6b08-4d98-9641-bd1150fd5b3d} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5693 | 2025.03.03 05:27:41.306842 [ 254 ] {4d978dfd-6b08-4d98-9641-bd1150fd5b3d} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.005535 sec., 76061.42728093948 rows/sec., 5.42 MiB/sec. | ||
| 5694 | 2025.03.03 05:27:41.307312 [ 254 ] {4d978dfd-6b08-4d98-9641-bd1150fd5b3d} <Debug> TCPHandler: Processed in 0.006176194 sec. | ||
| 5695 | 2025.03.03 05:27:41.307679 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5696 | 2025.03.03 05:27:41.308019 [ 254 ] {55fc5333-341d-41ce-80a0-3b6176e68920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5697 | 2025.03.03 05:27:41.308175 [ 254 ] {55fc5333-341d-41ce-80a0-3b6176e68920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5698 | 2025.03.03 05:27:41.311478 [ 254 ] {55fc5333-341d-41ce-80a0-3b6176e68920} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5699 | 2025.03.03 05:27:41.311577 [ 254 ] {55fc5333-341d-41ce-80a0-3b6176e68920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5700 | 2025.03.03 05:27:41.313129 [ 254 ] {55fc5333-341d-41ce-80a0-3b6176e68920} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5701 | 2025.03.03 05:27:41.313851 [ 254 ] {55fc5333-341d-41ce-80a0-3b6176e68920} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5702 | 2025.03.03 05:27:41.314594 [ 254 ] {55fc5333-341d-41ce-80a0-3b6176e68920} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006671 sec., 899.4153800029981 rows/sec., 46.99 KiB/sec. | ||
| 5703 | 2025.03.03 05:27:41.314881 [ 254 ] {55fc5333-341d-41ce-80a0-3b6176e68920} <Debug> TCPHandler: Processed in 0.007329377 sec. | ||
| 5704 | 2025.03.03 05:27:41.315206 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5705 | 2025.03.03 05:27:41.315552 [ 254 ] {53538da0-1e6a-4359-ba1a-2e948bc881e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5706 | 2025.03.03 05:27:41.315726 [ 254 ] {53538da0-1e6a-4359-ba1a-2e948bc881e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5707 | 2025.03.03 05:27:41.318229 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5708 | 2025.03.03 05:27:41.318334 [ 254 ] {53538da0-1e6a-4359-ba1a-2e948bc881e2} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5709 | 2025.03.03 05:27:41.318377 [ 254 ] {53538da0-1e6a-4359-ba1a-2e948bc881e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5710 | 2025.03.03 05:27:41.318772 [ 254 ] {53538da0-1e6a-4359-ba1a-2e948bc881e2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5711 | 2025.03.03 05:27:41.319029 [ 254 ] {53538da0-1e6a-4359-ba1a-2e948bc881e2} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5712 | 2025.03.03 05:27:41.319246 [ 254 ] {53538da0-1e6a-4359-ba1a-2e948bc881e2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003825 sec., 61960.78431372549 rows/sec., 4.15 MiB/sec. | ||
| 5713 | 2025.03.03 05:27:41.319346 [ 254 ] {53538da0-1e6a-4359-ba1a-2e948bc881e2} <Debug> TCPHandler: Processed in 0.004249605 sec. | ||
| 5714 | 2025.03.03 05:27:41.319584 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5715 | 2025.03.03 05:27:41.319726 [ 254 ] {53bcf1ad-bcfa-4e8c-914f-ff899477dbe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5716 | 2025.03.03 05:27:41.319775 [ 254 ] {53bcf1ad-bcfa-4e8c-914f-ff899477dbe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5717 | 2025.03.03 05:27:41.320208 [ 254 ] {53bcf1ad-bcfa-4e8c-914f-ff899477dbe0} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5718 | 2025.03.03 05:27:41.320245 [ 254 ] {53bcf1ad-bcfa-4e8c-914f-ff899477dbe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5719 | 2025.03.03 05:27:41.320591 [ 254 ] {53bcf1ad-bcfa-4e8c-914f-ff899477dbe0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5720 | 2025.03.03 05:27:41.320849 [ 254 ] {53bcf1ad-bcfa-4e8c-914f-ff899477dbe0} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5721 | 2025.03.03 05:27:41.321021 [ 254 ] {53bcf1ad-bcfa-4e8c-914f-ff899477dbe0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec. | ||
| 5722 | 2025.03.03 05:27:41.321070 [ 254 ] {53bcf1ad-bcfa-4e8c-914f-ff899477dbe0} <Debug> TCPHandler: Processed in 0.001587462 sec. | ||
| 5723 | 2025.03.03 05:27:41.321175 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5724 | 2025.03.03 05:27:41.321278 [ 254 ] {9ebeb925-135a-4659-a4e7-85e0b26e103d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5725 | 2025.03.03 05:27:41.321343 [ 254 ] {9ebeb925-135a-4659-a4e7-85e0b26e103d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5726 | 2025.03.03 05:27:41.322445 [ 254 ] {9ebeb925-135a-4659-a4e7-85e0b26e103d} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5727 | 2025.03.03 05:27:41.322508 [ 254 ] {9ebeb925-135a-4659-a4e7-85e0b26e103d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5728 | 2025.03.03 05:27:41.323160 [ 254 ] {9ebeb925-135a-4659-a4e7-85e0b26e103d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5729 | 2025.03.03 05:27:41.323416 [ 254 ] {9ebeb925-135a-4659-a4e7-85e0b26e103d} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5730 | 2025.03.03 05:27:41.323661 [ 254 ] {9ebeb925-135a-4659-a4e7-85e0b26e103d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002402 sec., 16236.46960865945 rows/sec., 29.10 MiB/sec. | ||
| 5731 | 2025.03.03 05:27:41.324096 [ 254 ] {9ebeb925-135a-4659-a4e7-85e0b26e103d} <Debug> TCPHandler: Processed in 0.002970809 sec. | ||
| 5732 | 2025.03.03 05:27:41.324233 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5733 | 2025.03.03 05:27:41.324341 [ 254 ] {01b6e965-dc75-40f3-9ed7-7a582eb70f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5734 | 2025.03.03 05:27:41.324390 [ 254 ] {01b6e965-dc75-40f3-9ed7-7a582eb70f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5735 | 2025.03.03 05:27:41.324832 [ 254 ] {01b6e965-dc75-40f3-9ed7-7a582eb70f93} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5736 | 2025.03.03 05:27:41.324870 [ 254 ] {01b6e965-dc75-40f3-9ed7-7a582eb70f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5737 | 2025.03.03 05:27:41.325235 [ 254 ] {01b6e965-dc75-40f3-9ed7-7a582eb70f93} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5738 | 2025.03.03 05:27:41.325473 [ 254 ] {01b6e965-dc75-40f3-9ed7-7a582eb70f93} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5739 | 2025.03.03 05:27:41.325648 [ 254 ] {01b6e965-dc75-40f3-9ed7-7a582eb70f93} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001331 sec., 61607.81367392938 rows/sec., 3.91 MiB/sec. | ||
| 5740 | 2025.03.03 05:27:41.325696 [ 254 ] {01b6e965-dc75-40f3-9ed7-7a582eb70f93} <Debug> TCPHandler: Processed in 0.001514221 sec. | ||
| 5741 | 2025.03.03 05:27:46.263968 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5742 | 2025.03.03 05:27:46.264202 [ 254 ] {97d31f1f-9551-4bc8-8ad0-50960053c31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5743 | 2025.03.03 05:27:46.264283 [ 254 ] {97d31f1f-9551-4bc8-8ad0-50960053c31b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5744 | 2025.03.03 05:27:46.265150 [ 254 ] {97d31f1f-9551-4bc8-8ad0-50960053c31b} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5745 | 2025.03.03 05:27:46.265194 [ 254 ] {97d31f1f-9551-4bc8-8ad0-50960053c31b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5746 | 2025.03.03 05:27:46.265650 [ 254 ] {97d31f1f-9551-4bc8-8ad0-50960053c31b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5747 | 2025.03.03 05:27:46.265908 [ 254 ] {97d31f1f-9551-4bc8-8ad0-50960053c31b} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5748 | 2025.03.03 05:27:46.266070 [ 28 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5749 | 2025.03.03 05:27:46.266120 [ 28 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5750 | 2025.03.03 05:27:46.266132 [ 254 ] {97d31f1f-9551-4bc8-8ad0-50960053c31b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.15 MiB/sec. | ||
| 5751 | 2025.03.03 05:27:46.266150 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5752 | 2025.03.03 05:27:46.266245 [ 254 ] {97d31f1f-9551-4bc8-8ad0-50960053c31b} <Debug> TCPHandler: Processed in 0.002416308 sec. | ||
| 5753 | 2025.03.03 05:27:46.266597 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5754 | 2025.03.03 05:27:46.266637 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 5755 | 2025.03.03 05:27:46.266884 [ 254 ] {bde2317e-b28d-425b-a8f9-70ed3256491b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5756 | 2025.03.03 05:27:46.267048 [ 254 ] {bde2317e-b28d-425b-a8f9-70ed3256491b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5757 | 2025.03.03 05:27:46.267209 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5758 | 2025.03.03 05:27:46.267309 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1845 rows starting from the beginning of the part | ||
| 5759 | 2025.03.03 05:27:46.267606 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1843 rows starting from the beginning of the part | ||
| 5760 | 2025.03.03 05:27:46.268081 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 5761 | 2025.03.03 05:27:46.268429 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 5762 | 2025.03.03 05:27:46.268712 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 695 rows starting from the beginning of the part | ||
| 5763 | 2025.03.03 05:27:46.269084 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 5764 | 2025.03.03 05:27:46.269820 [ 254 ] {bde2317e-b28d-425b-a8f9-70ed3256491b} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5765 | 2025.03.03 05:27:46.269886 [ 254 ] {bde2317e-b28d-425b-a8f9-70ed3256491b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5766 | 2025.03.03 05:27:46.270729 [ 254 ] {bde2317e-b28d-425b-a8f9-70ed3256491b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5767 | 2025.03.03 05:27:46.271287 [ 254 ] {bde2317e-b28d-425b-a8f9-70ed3256491b} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5768 | 2025.03.03 05:27:46.271591 [ 28 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5769 | 2025.03.03 05:27:46.271692 [ 28 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5770 | 2025.03.03 05:27:46.271785 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5771 | 2025.03.03 05:27:46.271919 [ 254 ] {bde2317e-b28d-425b-a8f9-70ed3256491b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005082 sec., 12593.467138921686 rows/sec., 1006.54 KiB/sec. | ||
| 5772 | 2025.03.03 05:27:46.272139 [ 254 ] {bde2317e-b28d-425b-a8f9-70ed3256491b} <Debug> TCPHandler: Processed in 0.005670013 sec. | ||
| 5773 | 2025.03.03 05:27:46.272151 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 5774 | 2025.03.03 05:27:46.272332 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5775 | 2025.03.03 05:27:46.272368 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5776 | 2025.03.03 05:27:46.272426 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 5777 | 2025.03.03 05:27:46.272728 [ 254 ] {2e800317-4825-42e5-8080-a5b3280e68fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5778 | 2025.03.03 05:27:46.272872 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 893 rows starting from the beginning of the part | ||
| 5779 | 2025.03.03 05:27:46.273033 [ 254 ] {2e800317-4825-42e5-8080-a5b3280e68fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5780 | 2025.03.03 05:27:46.273475 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 5781 | 2025.03.03 05:27:46.274244 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 5782 | 2025.03.03 05:27:46.274653 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.008350017 sec., 545028.8304802254 rows/sec., 46.18 MiB/sec. | ||
| 5783 | 2025.03.03 05:27:46.274891 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 421 rows starting from the beginning of the part | ||
| 5784 | 2025.03.03 05:27:46.275286 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5785 | 2025.03.03 05:27:46.275379 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 5786 | 2025.03.03 05:27:46.276450 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_46_9} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5787 | 2025.03.03 05:27:46.276778 [ 186 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_46_9} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5788 | 2025.03.03 05:27:46.277057 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 5789 | 2025.03.03 05:27:46.277444 [ 254 ] {2e800317-4825-42e5-8080-a5b3280e68fd} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5790 | 2025.03.03 05:27:46.277514 [ 254 ] {2e800317-4825-42e5-8080-a5b3280e68fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5791 | 2025.03.03 05:27:46.278689 [ 254 ] {2e800317-4825-42e5-8080-a5b3280e68fd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5792 | 2025.03.03 05:27:46.279117 [ 254 ] {2e800317-4825-42e5-8080-a5b3280e68fd} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5793 | 2025.03.03 05:27:46.279394 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.00746542 sec., 324027.31527496106 rows/sec., 24.82 MiB/sec. | ||
| 5794 | 2025.03.03 05:27:46.279449 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5795 | 2025.03.03 05:27:46.279539 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5796 | 2025.03.03 05:27:46.279575 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5797 | 2025.03.03 05:27:46.279626 [ 254 ] {2e800317-4825-42e5-8080-a5b3280e68fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007048 sec., 22701.475595913736 rows/sec., 1.58 MiB/sec. | ||
| 5798 | 2025.03.03 05:27:46.279827 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5799 | 2025.03.03 05:27:46.280339 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 5800 | 2025.03.03 05:27:46.280678 [ 254 ] {2e800317-4825-42e5-8080-a5b3280e68fd} <Debug> TCPHandler: Processed in 0.008413479 sec. | ||
| 5801 | 2025.03.03 05:27:46.281046 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_46_9} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5802 | 2025.03.03 05:27:46.281235 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5803 | 2025.03.03 05:27:46.281349 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5804 | 2025.03.03 05:27:46.281408 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_46_9} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5805 | 2025.03.03 05:27:46.281456 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12471 rows starting from the beginning of the part | ||
| 5806 | 2025.03.03 05:27:46.281516 [ 254 ] {f3565c51-f476-4869-ae43-667139a7cdf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5807 | 2025.03.03 05:27:46.281731 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5808 | 2025.03.03 05:27:46.281783 [ 254 ] {f3565c51-f476-4869-ae43-667139a7cdf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5809 | 2025.03.03 05:27:46.281928 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 963 rows starting from the beginning of the part | ||
| 5810 | 2025.03.03 05:27:46.282179 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part | ||
| 5811 | 2025.03.03 05:27:46.282587 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 5812 | 2025.03.03 05:27:46.282918 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 5813 | 2025.03.03 05:27:46.283233 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 5814 | 2025.03.03 05:27:46.283774 [ 254 ] {f3565c51-f476-4869-ae43-667139a7cdf5} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5815 | 2025.03.03 05:27:46.283821 [ 254 ] {f3565c51-f476-4869-ae43-667139a7cdf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5816 | 2025.03.03 05:27:46.284263 [ 254 ] {f3565c51-f476-4869-ae43-667139a7cdf5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5817 | 2025.03.03 05:27:46.284580 [ 254 ] {f3565c51-f476-4869-ae43-667139a7cdf5} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5818 | 2025.03.03 05:27:46.284743 [ 28 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5819 | 2025.03.03 05:27:46.284793 [ 28 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5820 | 2025.03.03 05:27:46.284830 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5821 | 2025.03.03 05:27:46.284887 [ 254 ] {f3565c51-f476-4869-ae43-667139a7cdf5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003416 sec., 17564.402810304447 rows/sec., 1.18 MiB/sec. | ||
| 5822 | 2025.03.03 05:27:46.285346 [ 254 ] {f3565c51-f476-4869-ae43-667139a7cdf5} <Debug> TCPHandler: Processed in 0.004275486 sec. | ||
| 5823 | 2025.03.03 05:27:46.286039 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 5824 | 2025.03.03 05:27:46.286691 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5825 | 2025.03.03 05:27:46.286777 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2522 rows starting from the beginning of the part | ||
| 5826 | 2025.03.03 05:27:46.286943 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 5827 | 2025.03.03 05:27:46.287218 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part | ||
| 5828 | 2025.03.03 05:27:46.287490 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 5829 | 2025.03.03 05:27:46.287686 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 5830 | 2025.03.03 05:27:46.287801 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 5831 | 2025.03.03 05:27:46.290572 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14119 rows, containing 5 columns (5 merged, 0 gathered) in 0.010876018 sec., 1298177.3292394332 rows/sec., 87.66 MiB/sec. | ||
| 5832 | 2025.03.03 05:27:46.290613 [ 187 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.005617013 sec., 499553.76638793614 rows/sec., 32.59 MiB/sec. | ||
| 5833 | 2025.03.03 05:27:46.290874 [ 200 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5834 | 2025.03.03 05:27:46.290904 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5835 | 2025.03.03 05:27:46.291252 [ 200 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_46_9} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5836 | 2025.03.03 05:27:46.291263 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5837 | 2025.03.03 05:27:46.291395 [ 200 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_46_9} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5838 | 2025.03.03 05:27:46.291479 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5839 | 2025.03.03 05:27:46.291549 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5840 | 2025.03.03 05:27:46.291674 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. | ||
| 5841 | 2025.03.03 05:27:47.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.18 MiB, peak 205.84 MiB, free memory in arenas 0.00 B, will set to 197.40 MiB (RSS), difference: 1.22 MiB | ||
| 5842 | 2025.03.03 05:27:47.915586 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5843 | 2025.03.03 05:27:47.916227 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5844 | 2025.03.03 05:27:47.916274 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5845 | 2025.03.03 05:27:47.916803 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5846 | 2025.03.03 05:27:47.917069 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5847 | 2025.03.03 05:27:47.917360 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5848 | 2025.03.03 05:27:48.818292 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5849 | 2025.03.03 05:27:48.839083 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5850 | 2025.03.03 05:27:48.839148 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5851 | 2025.03.03 05:27:48.846834 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5852 | 2025.03.03 05:27:48.847604 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5853 | 2025.03.03 05:27:48.850350 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5854 | 2025.03.03 05:27:50.488588 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 832 | ||
| 5855 | 2025.03.03 05:27:50.491638 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5856 | 2025.03.03 05:27:50.491688 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5857 | 2025.03.03 05:27:50.493188 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5858 | 2025.03.03 05:27:50.493497 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5859 | 2025.03.03 05:27:50.493688 [ 92 ] {} <Debug> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5860 | 2025.03.03 05:27:50.493761 [ 92 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5861 | 2025.03.03 05:27:50.493814 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5862 | 2025.03.03 05:27:50.494277 [ 187 ] {9d439606-5653-4635-9a38-15e6c6a98f66::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 | ||
| 5863 | 2025.03.03 05:27:50.494647 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 832 | ||
| 5864 | 2025.03.03 05:27:50.495228 [ 187 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5865 | 2025.03.03 05:27:50.495409 [ 187 ] {9d439606-5653-4635-9a38-15e6c6a98f66::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 | ||
| 5866 | 2025.03.03 05:27:50.496040 [ 187 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
| 5867 | 2025.03.03 05:27:50.496738 [ 187 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 5868 | 2025.03.03 05:27:50.497368 [ 187 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 54 rows starting from the beginning of the part | ||
| 5869 | 2025.03.03 05:27:50.498013 [ 187 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 5870 | 2025.03.03 05:27:50.498674 [ 187 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
| 5871 | 2025.03.03 05:27:50.506968 [ 204 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 832 rows, containing 72 columns (72 merged, 0 gathered) in 0.01297789 sec., 64109.03467358715 rows/sec., 53.30 MiB/sec. | ||
| 5872 | 2025.03.03 05:27:50.508006 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5873 | 2025.03.03 05:27:50.508725 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_21_4} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5874 | 2025.03.03 05:27:50.508812 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_21_4} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5875 | 2025.03.03 05:27:50.509015 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5876 | 2025.03.03 05:27:51.272191 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5877 | 2025.03.03 05:27:51.272382 [ 254 ] {b7758d60-5ca2-432b-9a34-36f1c89d7c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5878 | 2025.03.03 05:27:51.272453 [ 254 ] {b7758d60-5ca2-432b-9a34-36f1c89d7c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5879 | 2025.03.03 05:27:51.273353 [ 254 ] {b7758d60-5ca2-432b-9a34-36f1c89d7c12} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5880 | 2025.03.03 05:27:51.273392 [ 254 ] {b7758d60-5ca2-432b-9a34-36f1c89d7c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5881 | 2025.03.03 05:27:51.273830 [ 254 ] {b7758d60-5ca2-432b-9a34-36f1c89d7c12} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5882 | 2025.03.03 05:27:51.274086 [ 254 ] {b7758d60-5ca2-432b-9a34-36f1c89d7c12} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5883 | 2025.03.03 05:27:51.274283 [ 254 ] {b7758d60-5ca2-432b-9a34-36f1c89d7c12} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001954 sec., 108495.39406345956 rows/sec., 6.90 MiB/sec. | ||
| 5884 | 2025.03.03 05:27:51.274347 [ 254 ] {b7758d60-5ca2-432b-9a34-36f1c89d7c12} <Debug> TCPHandler: Processed in 0.002304836 sec. | ||
| 5885 | 2025.03.03 05:27:51.274470 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5886 | 2025.03.03 05:27:51.274578 [ 254 ] {605158a4-50c1-4cc4-9b51-13f443acb35f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5887 | 2025.03.03 05:27:51.274625 [ 254 ] {605158a4-50c1-4cc4-9b51-13f443acb35f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5888 | 2025.03.03 05:27:51.275479 [ 254 ] {605158a4-50c1-4cc4-9b51-13f443acb35f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5889 | 2025.03.03 05:27:51.275517 [ 254 ] {605158a4-50c1-4cc4-9b51-13f443acb35f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5890 | 2025.03.03 05:27:51.275920 [ 254 ] {605158a4-50c1-4cc4-9b51-13f443acb35f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5891 | 2025.03.03 05:27:51.276163 [ 254 ] {605158a4-50c1-4cc4-9b51-13f443acb35f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5892 | 2025.03.03 05:27:51.276345 [ 254 ] {605158a4-50c1-4cc4-9b51-13f443acb35f} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001789 sec., 388485.18725544994 rows/sec., 30.99 MiB/sec. | ||
| 5893 | 2025.03.03 05:27:51.276398 [ 254 ] {605158a4-50c1-4cc4-9b51-13f443acb35f} <Debug> TCPHandler: Processed in 0.00197906 sec. | ||
| 5894 | 2025.03.03 05:27:51.276514 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5895 | 2025.03.03 05:27:51.276620 [ 254 ] {ddc2c6d8-90c3-4b52-8080-9ad6cfe9ac0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5896 | 2025.03.03 05:27:51.276665 [ 254 ] {ddc2c6d8-90c3-4b52-8080-9ad6cfe9ac0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5897 | 2025.03.03 05:27:51.277249 [ 254 ] {ddc2c6d8-90c3-4b52-8080-9ad6cfe9ac0d} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5898 | 2025.03.03 05:27:51.277286 [ 254 ] {ddc2c6d8-90c3-4b52-8080-9ad6cfe9ac0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5899 | 2025.03.03 05:27:51.277629 [ 254 ] {ddc2c6d8-90c3-4b52-8080-9ad6cfe9ac0d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5900 | 2025.03.03 05:27:51.277868 [ 254 ] {ddc2c6d8-90c3-4b52-8080-9ad6cfe9ac0d} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5901 | 2025.03.03 05:27:51.278049 [ 149 ] {} <Debug> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5902 | 2025.03.03 05:27:51.278072 [ 254 ] {ddc2c6d8-90c3-4b52-8080-9ad6cfe9ac0d} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001465 sec., 98976.10921501707 rows/sec., 6.21 MiB/sec. | ||
| 5903 | 2025.03.03 05:27:51.278148 [ 149 ] {} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5904 | 2025.03.03 05:27:51.278247 [ 254 ] {ddc2c6d8-90c3-4b52-8080-9ad6cfe9ac0d} <Debug> TCPHandler: Processed in 0.001776985 sec. | ||
| 5905 | 2025.03.03 05:27:51.278247 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5906 | 2025.03.03 05:27:51.278483 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5907 | 2025.03.03 05:27:51.278534 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 5908 | 2025.03.03 05:27:51.278806 [ 254 ] {70db5844-20e1-407c-96e6-17641241d6e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5909 | 2025.03.03 05:27:51.278992 [ 254 ] {70db5844-20e1-407c-96e6-17641241d6e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5910 | 2025.03.03 05:27:51.279027 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5911 | 2025.03.03 05:27:51.279152 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 163 rows starting from the beginning of the part | ||
| 5912 | 2025.03.03 05:27:51.279468 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 145 rows starting from the beginning of the part | ||
| 5913 | 2025.03.03 05:27:51.279715 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 145 rows starting from the beginning of the part | ||
| 5914 | 2025.03.03 05:27:51.280190 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
| 5915 | 2025.03.03 05:27:51.280447 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 145 rows starting from the beginning of the part | ||
| 5916 | 2025.03.03 05:27:51.280731 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 145 rows starting from the beginning of the part | ||
| 5917 | 2025.03.03 05:27:51.281432 [ 254 ] {70db5844-20e1-407c-96e6-17641241d6e9} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5918 | 2025.03.03 05:27:51.281474 [ 254 ] {70db5844-20e1-407c-96e6-17641241d6e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5919 | 2025.03.03 05:27:51.282041 [ 254 ] {70db5844-20e1-407c-96e6-17641241d6e9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5920 | 2025.03.03 05:27:51.282401 [ 254 ] {70db5844-20e1-407c-96e6-17641241d6e9} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5921 | 2025.03.03 05:27:51.282419 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 904 rows, containing 5 columns (5 merged, 0 gathered) in 0.004066032 sec., 222329.77999189383 rows/sec., 14.85 MiB/sec. | ||
| 5922 | 2025.03.03 05:27:51.282577 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5923 | 2025.03.03 05:27:51.282626 [ 149 ] {} <Debug> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5924 | 2025.03.03 05:27:51.282765 [ 149 ] {} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5925 | 2025.03.03 05:27:51.282834 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5926 | 2025.03.03 05:27:51.282855 [ 254 ] {70db5844-20e1-407c-96e6-17641241d6e9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004148 sec., 27242.0443587271 rows/sec., 1.76 MiB/sec. | ||
| 5927 | 2025.03.03 05:27:51.283259 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 5928 | 2025.03.03 05:27:51.283280 [ 254 ] {70db5844-20e1-407c-96e6-17641241d6e9} <Debug> TCPHandler: Processed in 0.004898458 sec. | ||
| 5929 | 2025.03.03 05:27:51.283474 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5930 | 2025.03.03 05:27:51.283648 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5931 | 2025.03.03 05:27:51.283671 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5932 | 2025.03.03 05:27:51.283712 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 342 rows starting from the beginning of the part | ||
| 5933 | 2025.03.03 05:27:51.283741 [ 200 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_20_4} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5934 | 2025.03.03 05:27:51.283965 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 5935 | 2025.03.03 05:27:51.284027 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 5936 | 2025.03.03 05:27:51.284049 [ 254 ] {42b19eeb-0fdc-437d-90cc-0a3fd7a38fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5937 | 2025.03.03 05:27:51.284260 [ 254 ] {42b19eeb-0fdc-437d-90cc-0a3fd7a38fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5938 | 2025.03.03 05:27:51.284300 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 5939 | 2025.03.03 05:27:51.284616 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 341 rows starting from the beginning of the part | ||
| 5940 | 2025.03.03 05:27:51.284817 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
| 5941 | 2025.03.03 05:27:51.285152 [ 204 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 5942 | 2025.03.03 05:27:51.286268 [ 254 ] {42b19eeb-0fdc-437d-90cc-0a3fd7a38fcc} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5943 | 2025.03.03 05:27:51.286315 [ 254 ] {42b19eeb-0fdc-437d-90cc-0a3fd7a38fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5944 | 2025.03.03 05:27:51.286845 [ 254 ] {42b19eeb-0fdc-437d-90cc-0a3fd7a38fcc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5945 | 2025.03.03 05:27:51.287036 [ 191 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.004065161 sec., 279201.73395346454 rows/sec., 19.47 MiB/sec. | ||
| 5946 | 2025.03.03 05:27:51.287256 [ 254 ] {42b19eeb-0fdc-437d-90cc-0a3fd7a38fcc} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5947 | 2025.03.03 05:27:51.287324 [ 191 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5948 | 2025.03.03 05:27:51.287628 [ 254 ] {42b19eeb-0fdc-437d-90cc-0a3fd7a38fcc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003688 sec., 30368.763557483733 rows/sec., 1.73 MiB/sec. | ||
| 5949 | 2025.03.03 05:27:51.287769 [ 254 ] {42b19eeb-0fdc-437d-90cc-0a3fd7a38fcc} <Debug> TCPHandler: Processed in 0.004225304 sec. | ||
| 5950 | 2025.03.03 05:27:51.287960 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5951 | 2025.03.03 05:27:51.287978 [ 191 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5952 | 2025.03.03 05:27:51.288137 [ 254 ] {3a7de541-e442-4f87-b8dd-bed8959d4695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5953 | 2025.03.03 05:27:51.288159 [ 191 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_20_4} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5954 | 2025.03.03 05:27:51.288210 [ 254 ] {3a7de541-e442-4f87-b8dd-bed8959d4695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5955 | 2025.03.03 05:27:51.288340 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 5956 | 2025.03.03 05:27:51.289030 [ 254 ] {3a7de541-e442-4f87-b8dd-bed8959d4695} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5957 | 2025.03.03 05:27:51.289074 [ 254 ] {3a7de541-e442-4f87-b8dd-bed8959d4695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5958 | 2025.03.03 05:27:51.289451 [ 254 ] {3a7de541-e442-4f87-b8dd-bed8959d4695} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5959 | 2025.03.03 05:27:51.289684 [ 254 ] {3a7de541-e442-4f87-b8dd-bed8959d4695} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5960 | 2025.03.03 05:27:51.289895 [ 254 ] {3a7de541-e442-4f87-b8dd-bed8959d4695} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001821 sec., 231191.6529379462 rows/sec., 16.47 MiB/sec. | ||
| 5961 | 2025.03.03 05:27:51.289946 [ 254 ] {3a7de541-e442-4f87-b8dd-bed8959d4695} <Debug> TCPHandler: Processed in 0.002070201 sec. | ||
| 5962 | 2025.03.03 05:27:51.290050 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5963 | 2025.03.03 05:27:51.290151 [ 254 ] {c2cc457e-e6a4-46a5-a036-7f4e44315fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5964 | 2025.03.03 05:27:51.290197 [ 254 ] {c2cc457e-e6a4-46a5-a036-7f4e44315fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5965 | 2025.03.03 05:27:51.290627 [ 254 ] {c2cc457e-e6a4-46a5-a036-7f4e44315fcc} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5966 | 2025.03.03 05:27:51.290666 [ 254 ] {c2cc457e-e6a4-46a5-a036-7f4e44315fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5967 | 2025.03.03 05:27:51.291028 [ 254 ] {c2cc457e-e6a4-46a5-a036-7f4e44315fcc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5968 | 2025.03.03 05:27:51.291254 [ 254 ] {c2cc457e-e6a4-46a5-a036-7f4e44315fcc} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5969 | 2025.03.03 05:27:51.291424 [ 149 ] {} <Debug> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5970 | 2025.03.03 05:27:51.291477 [ 149 ] {} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5971 | 2025.03.03 05:27:51.291500 [ 254 ] {c2cc457e-e6a4-46a5-a036-7f4e44315fcc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001357 sec., 4421.518054532056 rows/sec., 231.01 KiB/sec. | ||
| 5972 | 2025.03.03 05:27:51.291514 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5973 | 2025.03.03 05:27:51.291652 [ 254 ] {c2cc457e-e6a4-46a5-a036-7f4e44315fcc} <Debug> TCPHandler: Processed in 0.001650733 sec. | ||
| 5974 | 2025.03.03 05:27:51.291715 [ 204 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 5975 | 2025.03.03 05:27:51.291791 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5976 | 2025.03.03 05:27:51.291844 [ 204 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5977 | 2025.03.03 05:27:51.291917 [ 204 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 5978 | 2025.03.03 05:27:51.291923 [ 254 ] {8defe52c-c32f-4977-8a4f-731dd653dfd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5979 | 2025.03.03 05:27:51.292030 [ 254 ] {8defe52c-c32f-4977-8a4f-731dd653dfd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5980 | 2025.03.03 05:27:51.292082 [ 204 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5981 | 2025.03.03 05:27:51.292444 [ 204 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 5982 | 2025.03.03 05:27:51.292749 [ 204 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 5983 | 2025.03.03 05:27:51.293043 [ 204 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 5984 | 2025.03.03 05:27:51.293245 [ 204 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 5985 | 2025.03.03 05:27:51.294140 [ 254 ] {8defe52c-c32f-4977-8a4f-731dd653dfd6} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5986 | 2025.03.03 05:27:51.294187 [ 254 ] {8defe52c-c32f-4977-8a4f-731dd653dfd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5987 | 2025.03.03 05:27:51.294772 [ 204 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.003131513 sec., 38320.13470804688 rows/sec., 1.96 MiB/sec. | ||
| 5988 | 2025.03.03 05:27:51.294849 [ 254 ] {8defe52c-c32f-4977-8a4f-731dd653dfd6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5989 | 2025.03.03 05:27:51.294953 [ 191 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5990 | 2025.03.03 05:27:51.295296 [ 254 ] {8defe52c-c32f-4977-8a4f-731dd653dfd6} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5991 | 2025.03.03 05:27:51.295587 [ 204 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5992 | 2025.03.03 05:27:51.295693 [ 254 ] {8defe52c-c32f-4977-8a4f-731dd653dfd6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00381 sec., 62204.72440944882 rows/sec., 4.17 MiB/sec. | ||
| 5993 | 2025.03.03 05:27:51.295711 [ 204 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_20_4} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5994 | 2025.03.03 05:27:51.295774 [ 254 ] {8defe52c-c32f-4977-8a4f-731dd653dfd6} <Debug> TCPHandler: Processed in 0.004036151 sec. | ||
| 5995 | 2025.03.03 05:27:51.295828 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5996 | 2025.03.03 05:27:51.295911 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5997 | 2025.03.03 05:27:51.296013 [ 254 ] {4b3f523b-2f00-4c4a-a686-f288a1d6b898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5998 | 2025.03.03 05:27:51.296060 [ 254 ] {4b3f523b-2f00-4c4a-a686-f288a1d6b898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5999 | 2025.03.03 05:27:51.296477 [ 254 ] {4b3f523b-2f00-4c4a-a686-f288a1d6b898} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6000 | 2025.03.03 05:27:51.296514 [ 254 ] {4b3f523b-2f00-4c4a-a686-f288a1d6b898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6001 | 2025.03.03 05:27:51.297306 [ 254 ] {4b3f523b-2f00-4c4a-a686-f288a1d6b898} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6002 | 2025.03.03 05:27:51.297553 [ 254 ] {4b3f523b-2f00-4c4a-a686-f288a1d6b898} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6003 | 2025.03.03 05:27:51.297760 [ 254 ] {4b3f523b-2f00-4c4a-a686-f288a1d6b898} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00177 sec., 564.9717514124294 rows/sec., 38.07 KiB/sec. | ||
| 6004 | 2025.03.03 05:27:51.297811 [ 254 ] {4b3f523b-2f00-4c4a-a686-f288a1d6b898} <Debug> TCPHandler: Processed in 0.001956049 sec. | ||
| 6005 | 2025.03.03 05:27:51.297927 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6006 | 2025.03.03 05:27:51.298031 [ 254 ] {89b3cb59-b3a6-433e-be6e-e73d57d6c349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6007 | 2025.03.03 05:27:51.298098 [ 254 ] {89b3cb59-b3a6-433e-be6e-e73d57d6c349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6008 | 2025.03.03 05:27:51.299221 [ 254 ] {89b3cb59-b3a6-433e-be6e-e73d57d6c349} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6009 | 2025.03.03 05:27:51.299259 [ 254 ] {89b3cb59-b3a6-433e-be6e-e73d57d6c349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6010 | 2025.03.03 05:27:51.299895 [ 254 ] {89b3cb59-b3a6-433e-be6e-e73d57d6c349} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6011 | 2025.03.03 05:27:51.300147 [ 254 ] {89b3cb59-b3a6-433e-be6e-e73d57d6c349} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6012 | 2025.03.03 05:27:51.300420 [ 254 ] {89b3cb59-b3a6-433e-be6e-e73d57d6c349} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002405 sec., 16216.216216216217 rows/sec., 29.06 MiB/sec. | ||
| 6013 | 2025.03.03 05:27:51.300578 [ 254 ] {89b3cb59-b3a6-433e-be6e-e73d57d6c349} <Debug> TCPHandler: Processed in 0.002702194 sec. | ||
| 6014 | 2025.03.03 05:27:51.300693 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6015 | 2025.03.03 05:27:51.300795 [ 254 ] {f2e7b0d1-4466-4d00-8d52-f2c56ad2380d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6016 | 2025.03.03 05:27:51.300841 [ 254 ] {f2e7b0d1-4466-4d00-8d52-f2c56ad2380d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6017 | 2025.03.03 05:27:51.301271 [ 254 ] {f2e7b0d1-4466-4d00-8d52-f2c56ad2380d} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6018 | 2025.03.03 05:27:51.301309 [ 254 ] {f2e7b0d1-4466-4d00-8d52-f2c56ad2380d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6019 | 2025.03.03 05:27:51.301656 [ 254 ] {f2e7b0d1-4466-4d00-8d52-f2c56ad2380d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6020 | 2025.03.03 05:27:51.301897 [ 254 ] {f2e7b0d1-4466-4d00-8d52-f2c56ad2380d} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6021 | 2025.03.03 05:27:51.302112 [ 254 ] {f2e7b0d1-4466-4d00-8d52-f2c56ad2380d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00134 sec., 61194.029850746265 rows/sec., 3.89 MiB/sec. | ||
| 6022 | 2025.03.03 05:27:51.302160 [ 254 ] {f2e7b0d1-4466-4d00-8d52-f2c56ad2380d} <Debug> TCPHandler: Processed in 0.001516861 sec. | ||
| 6023 | 2025.03.03 05:27:55.277420 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6024 | 2025.03.03 05:27:55.277521 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6025 | 2025.03.03 05:27:55.417467 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6026 | 2025.03.03 05:27:55.418233 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6027 | 2025.03.03 05:27:55.418279 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6028 | 2025.03.03 05:27:55.418807 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6029 | 2025.03.03 05:27:55.419058 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6030 | 2025.03.03 05:27:55.419293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6031 | 2025.03.03 05:27:56.264439 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6032 | 2025.03.03 05:27:56.264631 [ 254 ] {ef1559c3-fc49-4019-88cd-34fe115e39f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6033 | 2025.03.03 05:27:56.264704 [ 254 ] {ef1559c3-fc49-4019-88cd-34fe115e39f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6034 | 2025.03.03 05:27:56.265451 [ 254 ] {ef1559c3-fc49-4019-88cd-34fe115e39f3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6035 | 2025.03.03 05:27:56.265501 [ 254 ] {ef1559c3-fc49-4019-88cd-34fe115e39f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6036 | 2025.03.03 05:27:56.265928 [ 254 ] {ef1559c3-fc49-4019-88cd-34fe115e39f3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6037 | 2025.03.03 05:27:56.266181 [ 254 ] {ef1559c3-fc49-4019-88cd-34fe115e39f3} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6038 | 2025.03.03 05:27:56.266419 [ 254 ] {ef1559c3-fc49-4019-88cd-34fe115e39f3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001841 sec., 30418.250950570342 rows/sec., 2.32 MiB/sec. | ||
| 6039 | 2025.03.03 05:27:56.266475 [ 254 ] {ef1559c3-fc49-4019-88cd-34fe115e39f3} <Debug> TCPHandler: Processed in 0.002172083 sec. | ||
| 6040 | 2025.03.03 05:27:56.266598 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6041 | 2025.03.03 05:27:56.266702 [ 254 ] {a0ade642-97bb-400d-a7a3-e5e6956a4893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6042 | 2025.03.03 05:27:56.266748 [ 254 ] {a0ade642-97bb-400d-a7a3-e5e6956a4893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6043 | 2025.03.03 05:27:56.267280 [ 254 ] {a0ade642-97bb-400d-a7a3-e5e6956a4893} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6044 | 2025.03.03 05:27:56.267319 [ 254 ] {a0ade642-97bb-400d-a7a3-e5e6956a4893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6045 | 2025.03.03 05:27:56.267664 [ 254 ] {a0ade642-97bb-400d-a7a3-e5e6956a4893} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6046 | 2025.03.03 05:27:56.267900 [ 254 ] {a0ade642-97bb-400d-a7a3-e5e6956a4893} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6047 | 2025.03.03 05:27:56.268117 [ 254 ] {a0ade642-97bb-400d-a7a3-e5e6956a4893} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001436 sec., 44568.24512534819 rows/sec., 3.48 MiB/sec. | ||
| 6048 | 2025.03.03 05:27:56.268176 [ 254 ] {a0ade642-97bb-400d-a7a3-e5e6956a4893} <Debug> TCPHandler: Processed in 0.001629272 sec. | ||
| 6049 | 2025.03.03 05:27:56.268329 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6050 | 2025.03.03 05:27:56.268436 [ 254 ] {034da2f0-5e37-431c-a12e-c61396f4b0db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6051 | 2025.03.03 05:27:56.268484 [ 254 ] {034da2f0-5e37-431c-a12e-c61396f4b0db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6052 | 2025.03.03 05:27:56.268997 [ 254 ] {034da2f0-5e37-431c-a12e-c61396f4b0db} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6053 | 2025.03.03 05:27:56.269034 [ 254 ] {034da2f0-5e37-431c-a12e-c61396f4b0db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6054 | 2025.03.03 05:27:56.269414 [ 254 ] {034da2f0-5e37-431c-a12e-c61396f4b0db} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6055 | 2025.03.03 05:27:56.269649 [ 254 ] {034da2f0-5e37-431c-a12e-c61396f4b0db} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6056 | 2025.03.03 05:27:56.269892 [ 254 ] {034da2f0-5e37-431c-a12e-c61396f4b0db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. | ||
| 6057 | 2025.03.03 05:27:56.269960 [ 254 ] {034da2f0-5e37-431c-a12e-c61396f4b0db} <Debug> TCPHandler: Processed in 0.001688934 sec. | ||
| 6058 | 2025.03.03 05:27:56.270212 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6059 | 2025.03.03 05:27:56.270332 [ 254 ] {a869829d-12d6-413d-95e4-93f7e6ae162f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6060 | 2025.03.03 05:27:56.270381 [ 254 ] {a869829d-12d6-413d-95e4-93f7e6ae162f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6061 | 2025.03.03 05:27:56.270825 [ 254 ] {a869829d-12d6-413d-95e4-93f7e6ae162f} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6062 | 2025.03.03 05:27:56.270864 [ 254 ] {a869829d-12d6-413d-95e4-93f7e6ae162f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6063 | 2025.03.03 05:27:56.271225 [ 254 ] {a869829d-12d6-413d-95e4-93f7e6ae162f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6064 | 2025.03.03 05:27:56.271450 [ 254 ] {a869829d-12d6-413d-95e4-93f7e6ae162f} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6065 | 2025.03.03 05:27:56.271652 [ 254 ] {a869829d-12d6-413d-95e4-93f7e6ae162f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
| 6066 | 2025.03.03 05:27:56.271700 [ 254 ] {a869829d-12d6-413d-95e4-93f7e6ae162f} <Debug> TCPHandler: Processed in 0.001574162 sec. | ||
| 6067 | 2025.03.03 05:27:56.350411 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6068 | 2025.03.03 05:27:56.371875 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6069 | 2025.03.03 05:27:56.371934 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6070 | 2025.03.03 05:27:56.379798 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6071 | 2025.03.03 05:27:56.380568 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6072 | 2025.03.03 05:27:56.383977 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6073 | 2025.03.03 05:27:56.761027 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6074 | 2025.03.03 05:27:56.761213 [ 254 ] {8245d630-2a02-4a9f-85f4-572d1fc946bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6075 | 2025.03.03 05:27:56.761283 [ 254 ] {8245d630-2a02-4a9f-85f4-572d1fc946bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6076 | 2025.03.03 05:27:56.762127 [ 254 ] {8245d630-2a02-4a9f-85f4-572d1fc946bf} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6077 | 2025.03.03 05:27:56.762172 [ 254 ] {8245d630-2a02-4a9f-85f4-572d1fc946bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6078 | 2025.03.03 05:27:56.762603 [ 254 ] {8245d630-2a02-4a9f-85f4-572d1fc946bf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6079 | 2025.03.03 05:27:56.762858 [ 254 ] {8245d630-2a02-4a9f-85f4-572d1fc946bf} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6080 | 2025.03.03 05:27:56.763065 [ 145 ] {} <Debug> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6081 | 2025.03.03 05:27:56.763133 [ 254 ] {8245d630-2a02-4a9f-85f4-572d1fc946bf} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001969 sec., 107668.86744540377 rows/sec., 6.85 MiB/sec. | ||
| 6082 | 2025.03.03 05:27:56.763159 [ 145 ] {} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6083 | 2025.03.03 05:27:56.763227 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6084 | 2025.03.03 05:27:56.763260 [ 254 ] {8245d630-2a02-4a9f-85f4-572d1fc946bf} <Debug> TCPHandler: Processed in 0.002357837 sec. | ||
| 6085 | 2025.03.03 05:27:56.763560 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6086 | 2025.03.03 05:27:56.763653 [ 191 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::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 | ||
| 6087 | 2025.03.03 05:27:56.763896 [ 254 ] {ecb80773-fd5f-4d9e-b4e3-14555fb89a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6088 | 2025.03.03 05:27:56.763991 [ 254 ] {ecb80773-fd5f-4d9e-b4e3-14555fb89a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6089 | 2025.03.03 05:27:56.764205 [ 191 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6090 | 2025.03.03 05:27:56.764280 [ 191 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 212 rows starting from the beginning of the part | ||
| 6091 | 2025.03.03 05:27:56.764567 [ 191 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part | ||
| 6092 | 2025.03.03 05:27:56.764993 [ 191 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part | ||
| 6093 | 2025.03.03 05:27:56.765378 [ 191 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part | ||
| 6094 | 2025.03.03 05:27:56.765721 [ 191 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part | ||
| 6095 | 2025.03.03 05:27:56.766762 [ 254 ] {ecb80773-fd5f-4d9e-b4e3-14555fb89a23} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6096 | 2025.03.03 05:27:56.766836 [ 254 ] {ecb80773-fd5f-4d9e-b4e3-14555fb89a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6097 | 2025.03.03 05:27:56.767754 [ 254 ] {ecb80773-fd5f-4d9e-b4e3-14555fb89a23} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6098 | 2025.03.03 05:27:56.768226 [ 254 ] {ecb80773-fd5f-4d9e-b4e3-14555fb89a23} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6099 | 2025.03.03 05:27:56.768433 [ 204 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005077182 sec., 208777.23114909016 rows/sec., 14.07 MiB/sec. | ||
| 6100 | 2025.03.03 05:27:56.768758 [ 254 ] {ecb80773-fd5f-4d9e-b4e3-14555fb89a23} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004992 sec., 400.64102564102564 rows/sec., 32.67 KiB/sec. | ||
| 6101 | 2025.03.03 05:27:56.768876 [ 254 ] {ecb80773-fd5f-4d9e-b4e3-14555fb89a23} <Debug> TCPHandler: Processed in 0.005432009 sec. | ||
| 6102 | 2025.03.03 05:27:56.768886 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6103 | 2025.03.03 05:27:56.769035 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6104 | 2025.03.03 05:27:56.769186 [ 254 ] {b35fd94f-4c7d-4077-a3cd-32207927230d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6105 | 2025.03.03 05:27:56.769266 [ 254 ] {b35fd94f-4c7d-4077-a3cd-32207927230d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6106 | 2025.03.03 05:27:56.769449 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_21_5} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6107 | 2025.03.03 05:27:56.769685 [ 194 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_21_5} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6108 | 2025.03.03 05:27:56.769907 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6109 | 2025.03.03 05:27:56.771139 [ 254 ] {b35fd94f-4c7d-4077-a3cd-32207927230d} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6110 | 2025.03.03 05:27:56.771183 [ 254 ] {b35fd94f-4c7d-4077-a3cd-32207927230d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6111 | 2025.03.03 05:27:56.771658 [ 254 ] {b35fd94f-4c7d-4077-a3cd-32207927230d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6112 | 2025.03.03 05:27:56.771898 [ 254 ] {b35fd94f-4c7d-4077-a3cd-32207927230d} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6113 | 2025.03.03 05:27:56.772106 [ 254 ] {b35fd94f-4c7d-4077-a3cd-32207927230d} <Debug> executeQuery: Read 1836 rows, 152.97 KiB in 0.002969 sec., 618390.0303132368 rows/sec., 50.31 MiB/sec. | ||
| 6114 | 2025.03.03 05:27:56.772160 [ 254 ] {b35fd94f-4c7d-4077-a3cd-32207927230d} <Debug> TCPHandler: Processed in 0.003197824 sec. | ||
| 6115 | 2025.03.03 05:27:56.772276 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6116 | 2025.03.03 05:27:56.772380 [ 254 ] {0b311093-d5b2-4f15-8229-437f9e2d27d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6117 | 2025.03.03 05:27:56.772426 [ 254 ] {0b311093-d5b2-4f15-8229-437f9e2d27d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6118 | 2025.03.03 05:27:56.772995 [ 254 ] {0b311093-d5b2-4f15-8229-437f9e2d27d8} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6119 | 2025.03.03 05:27:56.773033 [ 254 ] {0b311093-d5b2-4f15-8229-437f9e2d27d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6120 | 2025.03.03 05:27:56.773377 [ 254 ] {0b311093-d5b2-4f15-8229-437f9e2d27d8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6121 | 2025.03.03 05:27:56.773602 [ 254 ] {0b311093-d5b2-4f15-8229-437f9e2d27d8} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6122 | 2025.03.03 05:27:56.773849 [ 254 ] {0b311093-d5b2-4f15-8229-437f9e2d27d8} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001487 sec., 98856.75857431069 rows/sec., 6.21 MiB/sec. | ||
| 6123 | 2025.03.03 05:27:56.774086 [ 254 ] {0b311093-d5b2-4f15-8229-437f9e2d27d8} <Debug> TCPHandler: Processed in 0.001852347 sec. | ||
| 6124 | 2025.03.03 05:27:56.774240 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6125 | 2025.03.03 05:27:56.774341 [ 254 ] {599bcccd-5e8a-4cd3-9f94-0b1acce19f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6126 | 2025.03.03 05:27:56.774385 [ 254 ] {599bcccd-5e8a-4cd3-9f94-0b1acce19f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6127 | 2025.03.03 05:27:56.775050 [ 254 ] {599bcccd-5e8a-4cd3-9f94-0b1acce19f07} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6128 | 2025.03.03 05:27:56.775090 [ 254 ] {599bcccd-5e8a-4cd3-9f94-0b1acce19f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6129 | 2025.03.03 05:27:56.775439 [ 254 ] {599bcccd-5e8a-4cd3-9f94-0b1acce19f07} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6130 | 2025.03.03 05:27:56.775673 [ 254 ] {599bcccd-5e8a-4cd3-9f94-0b1acce19f07} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6131 | 2025.03.03 05:27:56.775877 [ 254 ] {599bcccd-5e8a-4cd3-9f94-0b1acce19f07} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001558 sec., 218870.34659820283 rows/sec., 14.60 MiB/sec. | ||
| 6132 | 2025.03.03 05:27:56.775928 [ 254 ] {599bcccd-5e8a-4cd3-9f94-0b1acce19f07} <Debug> TCPHandler: Processed in 0.001738735 sec. | ||
| 6133 | 2025.03.03 05:27:56.776050 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6134 | 2025.03.03 05:27:56.776164 [ 254 ] {23d70756-78fe-4b33-8242-14b02b942313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6135 | 2025.03.03 05:27:56.776209 [ 254 ] {23d70756-78fe-4b33-8242-14b02b942313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6136 | 2025.03.03 05:27:56.776780 [ 254 ] {23d70756-78fe-4b33-8242-14b02b942313} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6137 | 2025.03.03 05:27:56.776821 [ 254 ] {23d70756-78fe-4b33-8242-14b02b942313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6138 | 2025.03.03 05:27:56.777177 [ 254 ] {23d70756-78fe-4b33-8242-14b02b942313} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6139 | 2025.03.03 05:27:56.777417 [ 254 ] {23d70756-78fe-4b33-8242-14b02b942313} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6140 | 2025.03.03 05:27:56.777586 [ 145 ] {} <Debug> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6141 | 2025.03.03 05:27:56.777650 [ 145 ] {} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6142 | 2025.03.03 05:27:56.777667 [ 254 ] {23d70756-78fe-4b33-8242-14b02b942313} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001514 sec., 73976.2219286658 rows/sec., 4.21 MiB/sec. | ||
| 6143 | 2025.03.03 05:27:56.777701 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6144 | 2025.03.03 05:27:56.777791 [ 254 ] {23d70756-78fe-4b33-8242-14b02b942313} <Debug> TCPHandler: Processed in 0.001788176 sec. | ||
| 6145 | 2025.03.03 05:27:56.778030 [ 204 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::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 | ||
| 6146 | 2025.03.03 05:27:56.778091 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6147 | 2025.03.03 05:27:56.778431 [ 254 ] {337b3b1f-bcc5-4ef3-afc7-b97726430752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6148 | 2025.03.03 05:27:56.778457 [ 204 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6149 | 2025.03.03 05:27:56.778498 [ 254 ] {337b3b1f-bcc5-4ef3-afc7-b97726430752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6150 | 2025.03.03 05:27:56.778498 [ 204 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 112 rows starting from the beginning of the part | ||
| 6151 | 2025.03.03 05:27:56.778678 [ 204 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
| 6152 | 2025.03.03 05:27:56.778934 [ 204 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part | ||
| 6153 | 2025.03.03 05:27:56.779328 [ 204 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part | ||
| 6154 | 2025.03.03 05:27:56.779639 [ 204 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part | ||
| 6155 | 2025.03.03 05:27:56.780963 [ 254 ] {337b3b1f-bcc5-4ef3-afc7-b97726430752} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6156 | 2025.03.03 05:27:56.781023 [ 254 ] {337b3b1f-bcc5-4ef3-afc7-b97726430752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6157 | 2025.03.03 05:27:56.781164 [ 193 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003347417 sec., 167293.1696290005 rows/sec., 10.17 MiB/sec. | ||
| 6158 | 2025.03.03 05:27:56.781484 [ 193 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6159 | 2025.03.03 05:27:56.781666 [ 254 ] {337b3b1f-bcc5-4ef3-afc7-b97726430752} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6160 | 2025.03.03 05:27:56.782049 [ 193 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_21_5} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6161 | 2025.03.03 05:27:56.782210 [ 254 ] {337b3b1f-bcc5-4ef3-afc7-b97726430752} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6162 | 2025.03.03 05:27:56.782277 [ 193 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_21_5} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6163 | 2025.03.03 05:27:56.782499 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6164 | 2025.03.03 05:27:56.782608 [ 254 ] {337b3b1f-bcc5-4ef3-afc7-b97726430752} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.004283 sec., 205229.97898669157 rows/sec., 14.86 MiB/sec. | ||
| 6165 | 2025.03.03 05:27:56.782673 [ 254 ] {337b3b1f-bcc5-4ef3-afc7-b97726430752} <Debug> TCPHandler: Processed in 0.004688954 sec. | ||
| 6166 | 2025.03.03 05:27:56.782794 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6167 | 2025.03.03 05:27:56.782899 [ 254 ] {649cf451-81a3-4a98-afe3-30bd8961feb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6168 | 2025.03.03 05:27:56.782946 [ 254 ] {649cf451-81a3-4a98-afe3-30bd8961feb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6169 | 2025.03.03 05:27:56.783394 [ 254 ] {649cf451-81a3-4a98-afe3-30bd8961feb2} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6170 | 2025.03.03 05:27:56.783433 [ 254 ] {649cf451-81a3-4a98-afe3-30bd8961feb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6171 | 2025.03.03 05:27:56.783782 [ 254 ] {649cf451-81a3-4a98-afe3-30bd8961feb2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6172 | 2025.03.03 05:27:56.784012 [ 254 ] {649cf451-81a3-4a98-afe3-30bd8961feb2} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6173 | 2025.03.03 05:27:56.784217 [ 254 ] {649cf451-81a3-4a98-afe3-30bd8961feb2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 234.11 KiB/sec. | ||
| 6174 | 2025.03.03 05:27:56.784265 [ 254 ] {649cf451-81a3-4a98-afe3-30bd8961feb2} <Debug> TCPHandler: Processed in 0.00152234 sec. | ||
| 6175 | 2025.03.03 05:27:56.784371 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6176 | 2025.03.03 05:27:56.784471 [ 254 ] {b11cbc20-0a97-441f-920a-70fb5a735a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6177 | 2025.03.03 05:27:56.784518 [ 254 ] {b11cbc20-0a97-441f-920a-70fb5a735a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6178 | 2025.03.03 05:27:56.785273 [ 254 ] {b11cbc20-0a97-441f-920a-70fb5a735a38} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6179 | 2025.03.03 05:27:56.785312 [ 254 ] {b11cbc20-0a97-441f-920a-70fb5a735a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6180 | 2025.03.03 05:27:56.785719 [ 254 ] {b11cbc20-0a97-441f-920a-70fb5a735a38} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6181 | 2025.03.03 05:27:56.785950 [ 254 ] {b11cbc20-0a97-441f-920a-70fb5a735a38} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6182 | 2025.03.03 05:27:56.786162 [ 254 ] {b11cbc20-0a97-441f-920a-70fb5a735a38} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001711 sec., 558737.5803623612 rows/sec., 37.12 MiB/sec. | ||
| 6183 | 2025.03.03 05:27:56.786213 [ 254 ] {b11cbc20-0a97-441f-920a-70fb5a735a38} <Debug> TCPHandler: Processed in 0.001890689 sec. | ||
| 6184 | 2025.03.03 05:27:56.786329 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6185 | 2025.03.03 05:27:56.786432 [ 254 ] {6f92464d-90b1-4e91-bf18-3ff5f37155dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6186 | 2025.03.03 05:27:56.786478 [ 254 ] {6f92464d-90b1-4e91-bf18-3ff5f37155dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6187 | 2025.03.03 05:27:56.786898 [ 254 ] {6f92464d-90b1-4e91-bf18-3ff5f37155dc} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6188 | 2025.03.03 05:27:56.786937 [ 254 ] {6f92464d-90b1-4e91-bf18-3ff5f37155dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6189 | 2025.03.03 05:27:56.787272 [ 254 ] {6f92464d-90b1-4e91-bf18-3ff5f37155dc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6190 | 2025.03.03 05:27:56.787512 [ 254 ] {6f92464d-90b1-4e91-bf18-3ff5f37155dc} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6191 | 2025.03.03 05:27:56.787752 [ 254 ] {6f92464d-90b1-4e91-bf18-3ff5f37155dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec. | ||
| 6192 | 2025.03.03 05:27:56.787899 [ 254 ] {6f92464d-90b1-4e91-bf18-3ff5f37155dc} <Debug> TCPHandler: Processed in 0.001615392 sec. | ||
| 6193 | 2025.03.03 05:27:56.788075 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6194 | 2025.03.03 05:27:56.788178 [ 254 ] {b69c1430-1722-4756-bcd7-fcd4a1082078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6195 | 2025.03.03 05:27:56.788254 [ 254 ] {b69c1430-1722-4756-bcd7-fcd4a1082078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6196 | 2025.03.03 05:27:56.789427 [ 254 ] {b69c1430-1722-4756-bcd7-fcd4a1082078} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6197 | 2025.03.03 05:27:56.789466 [ 254 ] {b69c1430-1722-4756-bcd7-fcd4a1082078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6198 | 2025.03.03 05:27:56.790099 [ 254 ] {b69c1430-1722-4756-bcd7-fcd4a1082078} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6199 | 2025.03.03 05:27:56.790348 [ 254 ] {b69c1430-1722-4756-bcd7-fcd4a1082078} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6200 | 2025.03.03 05:27:56.790543 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6201 | 2025.03.03 05:27:56.790621 [ 254 ] {b69c1430-1722-4756-bcd7-fcd4a1082078} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002453 sec., 15898.899306971056 rows/sec., 28.49 MiB/sec. | ||
| 6202 | 2025.03.03 05:27:56.790632 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6203 | 2025.03.03 05:27:56.790725 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6204 | 2025.03.03 05:27:56.791009 [ 254 ] {b69c1430-1722-4756-bcd7-fcd4a1082078} <Debug> TCPHandler: Processed in 0.00298451 sec. | ||
| 6205 | 2025.03.03 05:27:56.791213 [ 196 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::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 | ||
| 6206 | 2025.03.03 05:27:56.791365 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6207 | 2025.03.03 05:27:56.791710 [ 254 ] {840304c7-c215-467b-a231-7c77f547b789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6208 | 2025.03.03 05:27:56.791854 [ 254 ] {840304c7-c215-467b-a231-7c77f547b789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6209 | 2025.03.03 05:27:56.792160 [ 196 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6210 | 2025.03.03 05:27:56.792273 [ 196 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 516 rows starting from the beginning of the part | ||
| 6211 | 2025.03.03 05:27:56.792843 [ 196 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part | ||
| 6212 | 2025.03.03 05:27:56.793446 [ 254 ] {840304c7-c215-467b-a231-7c77f547b789} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6213 | 2025.03.03 05:27:56.793475 [ 196 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part | ||
| 6214 | 2025.03.03 05:27:56.793498 [ 254 ] {840304c7-c215-467b-a231-7c77f547b789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6215 | 2025.03.03 05:27:56.794021 [ 196 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 6216 | 2025.03.03 05:27:56.794564 [ 196 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part | ||
| 6217 | 2025.03.03 05:27:56.794587 [ 254 ] {840304c7-c215-467b-a231-7c77f547b789} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6218 | 2025.03.03 05:27:56.795022 [ 196 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part | ||
| 6219 | 2025.03.03 05:27:56.795124 [ 254 ] {840304c7-c215-467b-a231-7c77f547b789} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6220 | 2025.03.03 05:27:56.795841 [ 254 ] {840304c7-c215-467b-a231-7c77f547b789} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00423 sec., 8037.825059101654 rows/sec., 477.66 KiB/sec. | ||
| 6221 | 2025.03.03 05:27:56.796186 [ 254 ] {840304c7-c215-467b-a231-7c77f547b789} <Debug> TCPHandler: Processed in 0.004938049 sec. | ||
| 6222 | 2025.03.03 05:27:56.807633 [ 193 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 711 rows, containing 19 columns (19 merged, 0 gathered) in 0.016738996 sec., 42475.66580456797 rows/sec., 76.11 MiB/sec. | ||
| 6223 | 2025.03.03 05:27:56.808495 [ 193 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6224 | 2025.03.03 05:27:56.808937 [ 193 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6225 | 2025.03.03 05:27:56.809017 [ 193 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6226 | 2025.03.03 05:27:56.809161 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB. | ||
| 6227 | 2025.03.03 05:28:00.494865 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 886 | ||
| 6228 | 2025.03.03 05:28:00.498516 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6229 | 2025.03.03 05:28:00.498557 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6230 | 2025.03.03 05:28:00.500054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6231 | 2025.03.03 05:28:00.500365 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2025.03.03 05:28:00.501450 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 886 | ||
| 6233 | 2025.03.03 05:28:01.263025 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6234 | 2025.03.03 05:28:01.263242 [ 254 ] {070c7d4a-034e-4855-a754-fba430c7b1d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6235 | 2025.03.03 05:28:01.263324 [ 254 ] {070c7d4a-034e-4855-a754-fba430c7b1d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6236 | 2025.03.03 05:28:01.264115 [ 254 ] {070c7d4a-034e-4855-a754-fba430c7b1d0} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6237 | 2025.03.03 05:28:01.264168 [ 254 ] {070c7d4a-034e-4855-a754-fba430c7b1d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6238 | 2025.03.03 05:28:01.264619 [ 254 ] {070c7d4a-034e-4855-a754-fba430c7b1d0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6239 | 2025.03.03 05:28:01.264911 [ 254 ] {070c7d4a-034e-4855-a754-fba430c7b1d0} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2025.03.03 05:28:01.265148 [ 254 ] {070c7d4a-034e-4855-a754-fba430c7b1d0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001959 sec., 28586.013272077595 rows/sec., 2.18 MiB/sec. | ||
| 6241 | 2025.03.03 05:28:01.265263 [ 254 ] {070c7d4a-034e-4855-a754-fba430c7b1d0} <Debug> TCPHandler: Processed in 0.002383168 sec. | ||
| 6242 | 2025.03.03 05:28:01.265450 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6243 | 2025.03.03 05:28:01.265589 [ 254 ] {578b11e8-b66c-44b8-8105-cd82e55ee5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6244 | 2025.03.03 05:28:01.265638 [ 254 ] {578b11e8-b66c-44b8-8105-cd82e55ee5d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6245 | 2025.03.03 05:28:01.266274 [ 254 ] {578b11e8-b66c-44b8-8105-cd82e55ee5d9} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6246 | 2025.03.03 05:28:01.266323 [ 254 ] {578b11e8-b66c-44b8-8105-cd82e55ee5d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6247 | 2025.03.03 05:28:01.266870 [ 254 ] {578b11e8-b66c-44b8-8105-cd82e55ee5d9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6248 | 2025.03.03 05:28:01.267109 [ 254 ] {578b11e8-b66c-44b8-8105-cd82e55ee5d9} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6249 | 2025.03.03 05:28:01.267340 [ 254 ] {578b11e8-b66c-44b8-8105-cd82e55ee5d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001774 sec., 36076.66290868095 rows/sec., 2.82 MiB/sec. | ||
| 6250 | 2025.03.03 05:28:01.267395 [ 254 ] {578b11e8-b66c-44b8-8105-cd82e55ee5d9} <Debug> TCPHandler: Processed in 0.002043381 sec. | ||
| 6251 | 2025.03.03 05:28:01.267514 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6252 | 2025.03.03 05:28:01.267619 [ 254 ] {f81bed8a-8950-402b-bf89-d26568bc4603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6253 | 2025.03.03 05:28:01.267668 [ 254 ] {f81bed8a-8950-402b-bf89-d26568bc4603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6254 | 2025.03.03 05:28:01.268177 [ 254 ] {f81bed8a-8950-402b-bf89-d26568bc4603} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6255 | 2025.03.03 05:28:01.268216 [ 254 ] {f81bed8a-8950-402b-bf89-d26568bc4603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6256 | 2025.03.03 05:28:01.268598 [ 254 ] {f81bed8a-8950-402b-bf89-d26568bc4603} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6257 | 2025.03.03 05:28:01.268850 [ 254 ] {f81bed8a-8950-402b-bf89-d26568bc4603} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6258 | 2025.03.03 05:28:01.269103 [ 254 ] {f81bed8a-8950-402b-bf89-d26568bc4603} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001497 sec., 85504.34201736806 rows/sec., 5.96 MiB/sec. | ||
| 6259 | 2025.03.03 05:28:01.269212 [ 254 ] {f81bed8a-8950-402b-bf89-d26568bc4603} <Debug> TCPHandler: Processed in 0.001743685 sec. | ||
| 6260 | 2025.03.03 05:28:01.269444 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6261 | 2025.03.03 05:28:01.269554 [ 254 ] {70f4dcb4-06e3-40a1-ab15-706868b959c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6262 | 2025.03.03 05:28:01.269604 [ 254 ] {70f4dcb4-06e3-40a1-ab15-706868b959c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6263 | 2025.03.03 05:28:01.270061 [ 254 ] {70f4dcb4-06e3-40a1-ab15-706868b959c0} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6264 | 2025.03.03 05:28:01.270101 [ 254 ] {70f4dcb4-06e3-40a1-ab15-706868b959c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6265 | 2025.03.03 05:28:01.270461 [ 254 ] {70f4dcb4-06e3-40a1-ab15-706868b959c0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6266 | 2025.03.03 05:28:01.270693 [ 254 ] {70f4dcb4-06e3-40a1-ab15-706868b959c0} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6267 | 2025.03.03 05:28:01.270953 [ 254 ] {70f4dcb4-06e3-40a1-ab15-706868b959c0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001411 sec., 34018.42664776754 rows/sec., 2.29 MiB/sec. | ||
| 6268 | 2025.03.03 05:28:01.271127 [ 254 ] {70f4dcb4-06e3-40a1-ab15-706868b959c0} <Debug> TCPHandler: Processed in 0.001759956 sec. | ||
| 6269 | 2025.03.03 05:28:02.919446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6270 | 2025.03.03 05:28:02.920360 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6271 | 2025.03.03 05:28:02.920415 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6272 | 2025.03.03 05:28:02.920934 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6273 | 2025.03.03 05:28:02.921192 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6274 | 2025.03.03 05:28:02.921460 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6275 | 2025.03.03 05:28:02.921472 [ 136 ] {} <Debug> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6276 | 2025.03.03 05:28:02.921586 [ 136 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6277 | 2025.03.03 05:28:02.921627 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6278 | 2025.03.03 05:28:02.921854 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 6279 | 2025.03.03 05:28:02.922125 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6280 | 2025.03.03 05:28:02.922182 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 6281 | 2025.03.03 05:28:02.922281 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 6282 | 2025.03.03 05:28:02.922439 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 6283 | 2025.03.03 05:28:02.922710 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 6284 | 2025.03.03 05:28:02.922911 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 6285 | 2025.03.03 05:28:02.923112 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 6286 | 2025.03.03 05:28:02.925211 [ 190 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.00348661 sec., 4076452.485365441 rows/sec., 58.31 MiB/sec. | ||
| 6287 | 2025.03.03 05:28:02.925503 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6288 | 2025.03.03 05:28:02.925836 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_31_6} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6289 | 2025.03.03 05:28:02.925934 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_31_6} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6290 | 2025.03.03 05:28:02.926032 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6291 | 2025.03.03 05:28:03.884034 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6292 | 2025.03.03 05:28:03.907103 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6293 | 2025.03.03 05:28:03.907171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6294 | 2025.03.03 05:28:03.914519 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6295 | 2025.03.03 05:28:03.915360 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6296 | 2025.03.03 05:28:03.915756 [ 137 ] {} <Debug> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6297 | 2025.03.03 05:28:03.915908 [ 137 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2025.03.03 05:28:03.915984 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6299 | 2025.03.03 05:28:03.916493 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 6300 | 2025.03.03 05:28:03.933809 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6301 | 2025.03.03 05:28:03.935032 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6302 | 2025.03.03 05:28:03.936242 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 6303 | 2025.03.03 05:28:03.941567 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 6304 | 2025.03.03 05:28:03.947159 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 6305 | 2025.03.03 05:28:03.952699 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 6306 | 2025.03.03 05:28:03.958392 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 6307 | 2025.03.03 05:28:03.962902 [ 188 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 6308 | 2025.03.03 05:28:04.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.27 MiB, peak 210.27 MiB, free memory in arenas 0.00 B, will set to 200.86 MiB (RSS), difference: -9.41 MiB | ||
| 6309 | 2025.03.03 05:28:04.021924 [ 198 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.105787951 sec., 2211.972136599942 rows/sec., 11.44 MiB/sec. | ||
| 6310 | 2025.03.03 05:28:04.024660 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6311 | 2025.03.03 05:28:04.027744 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_31_6} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6312 | 2025.03.03 05:28:04.027866 [ 187 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_31_6} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6313 | 2025.03.03 05:28:04.030227 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6314 | 2025.03.03 05:28:05.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.44 MiB, peak 210.27 MiB, free memory in arenas 0.00 B, will set to 201.44 MiB (RSS), difference: 10.00 MiB | ||
| 6315 | 2025.03.03 05:28:06.265614 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6316 | 2025.03.03 05:28:06.265817 [ 254 ] {dae104c0-fa58-466d-84b0-7deef4642500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6317 | 2025.03.03 05:28:06.265893 [ 254 ] {dae104c0-fa58-466d-84b0-7deef4642500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6318 | 2025.03.03 05:28:06.266744 [ 254 ] {dae104c0-fa58-466d-84b0-7deef4642500} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6319 | 2025.03.03 05:28:06.266786 [ 254 ] {dae104c0-fa58-466d-84b0-7deef4642500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6320 | 2025.03.03 05:28:06.267230 [ 254 ] {dae104c0-fa58-466d-84b0-7deef4642500} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6321 | 2025.03.03 05:28:06.267501 [ 254 ] {dae104c0-fa58-466d-84b0-7deef4642500} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6322 | 2025.03.03 05:28:06.267662 [ 132 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6323 | 2025.03.03 05:28:06.267710 [ 254 ] {dae104c0-fa58-466d-84b0-7deef4642500} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.19 MiB/sec. | ||
| 6324 | 2025.03.03 05:28:06.267714 [ 132 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6325 | 2025.03.03 05:28:06.267765 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6326 | 2025.03.03 05:28:06.267795 [ 254 ] {dae104c0-fa58-466d-84b0-7deef4642500} <Debug> TCPHandler: Processed in 0.002319787 sec. | ||
| 6327 | 2025.03.03 05:28:06.268057 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6328 | 2025.03.03 05:28:06.268093 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 6329 | 2025.03.03 05:28:06.268444 [ 254 ] {865061d9-dc53-4659-a03c-90181671cfcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6330 | 2025.03.03 05:28:06.268657 [ 254 ] {865061d9-dc53-4659-a03c-90181671cfcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6331 | 2025.03.03 05:28:06.268925 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6332 | 2025.03.03 05:28:06.269030 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1845 rows starting from the beginning of the part | ||
| 6333 | 2025.03.03 05:28:06.269332 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 695 rows starting from the beginning of the part | ||
| 6334 | 2025.03.03 05:28:06.269855 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 6335 | 2025.03.03 05:28:06.270271 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1836 rows starting from the beginning of the part | ||
| 6336 | 2025.03.03 05:28:06.270477 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6337 | 2025.03.03 05:28:06.270844 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 6338 | 2025.03.03 05:28:06.271548 [ 254 ] {865061d9-dc53-4659-a03c-90181671cfcd} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6339 | 2025.03.03 05:28:06.271609 [ 254 ] {865061d9-dc53-4659-a03c-90181671cfcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6340 | 2025.03.03 05:28:06.272458 [ 254 ] {865061d9-dc53-4659-a03c-90181671cfcd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6341 | 2025.03.03 05:28:06.272967 [ 254 ] {865061d9-dc53-4659-a03c-90181671cfcd} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6342 | 2025.03.03 05:28:06.273273 [ 132 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6343 | 2025.03.03 05:28:06.273384 [ 132 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6344 | 2025.03.03 05:28:06.273452 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6345 | 2025.03.03 05:28:06.273611 [ 254 ] {865061d9-dc53-4659-a03c-90181671cfcd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005292 sec., 12093.726379440666 rows/sec., 966.60 KiB/sec. | ||
| 6346 | 2025.03.03 05:28:06.273845 [ 254 ] {865061d9-dc53-4659-a03c-90181671cfcd} <Debug> TCPHandler: Processed in 0.005882468 sec. | ||
| 6347 | 2025.03.03 05:28:06.273837 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 6348 | 2025.03.03 05:28:06.274065 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6349 | 2025.03.03 05:28:06.274136 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6350 | 2025.03.03 05:28:06.274258 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6351 | 2025.03.03 05:28:06.274358 [ 254 ] {c9b6dc66-768a-4b8b-b5ab-74d51e3e8fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6352 | 2025.03.03 05:28:06.274638 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 421 rows starting from the beginning of the part | ||
| 6353 | 2025.03.03 05:28:06.274734 [ 254 ] {c9b6dc66-768a-4b8b-b5ab-74d51e3e8fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6354 | 2025.03.03 05:28:06.275116 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 6355 | 2025.03.03 05:28:06.275492 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 879 rows starting from the beginning of the part | ||
| 6356 | 2025.03.03 05:28:06.276003 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6357 | 2025.03.03 05:28:06.276461 [ 198 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 6358 | 2025.03.03 05:28:06.277415 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.00950649 sec., 477989.24734576064 rows/sec., 40.50 MiB/sec. | ||
| 6359 | 2025.03.03 05:28:06.277918 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6360 | 2025.03.03 05:28:06.278354 [ 254 ] {c9b6dc66-768a-4b8b-b5ab-74d51e3e8fd9} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6361 | 2025.03.03 05:28:06.278470 [ 254 ] {c9b6dc66-768a-4b8b-b5ab-74d51e3e8fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6362 | 2025.03.03 05:28:06.279419 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_51_10} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6363 | 2025.03.03 05:28:06.280224 [ 254 ] {c9b6dc66-768a-4b8b-b5ab-74d51e3e8fd9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6364 | 2025.03.03 05:28:06.280221 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_51_10} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6365 | 2025.03.03 05:28:06.280859 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 6366 | 2025.03.03 05:28:06.281184 [ 254 ] {c9b6dc66-768a-4b8b-b5ab-74d51e3e8fd9} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6367 | 2025.03.03 05:28:06.281555 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6368 | 2025.03.03 05:28:06.281604 [ 189 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.007990591 sec., 300978.9889133357 rows/sec., 23.04 MiB/sec. | ||
| 6369 | 2025.03.03 05:28:06.281633 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6370 | 2025.03.03 05:28:06.281696 [ 254 ] {c9b6dc66-768a-4b8b-b5ab-74d51e3e8fd9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007416 sec., 21574.973031283713 rows/sec., 1.50 MiB/sec. | ||
| 6371 | 2025.03.03 05:28:06.281730 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6372 | 2025.03.03 05:28:06.282066 [ 189 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6373 | 2025.03.03 05:28:06.282313 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 6374 | 2025.03.03 05:28:06.282646 [ 254 ] {c9b6dc66-768a-4b8b-b5ab-74d51e3e8fd9} <Debug> TCPHandler: Processed in 0.008653394 sec. | ||
| 6375 | 2025.03.03 05:28:06.283062 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6376 | 2025.03.03 05:28:06.283201 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14119 rows starting from the beginning of the part | ||
| 6377 | 2025.03.03 05:28:06.283199 [ 189 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_51_10} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6378 | 2025.03.03 05:28:06.283565 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 6379 | 2025.03.03 05:28:06.283566 [ 189 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_51_10} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6380 | 2025.03.03 05:28:06.283791 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6381 | 2025.03.03 05:28:06.283977 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6382 | 2025.03.03 05:28:06.284185 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6383 | 2025.03.03 05:28:06.284210 [ 254 ] {8616de84-9604-42f6-ad02-39dadbf8c0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6384 | 2025.03.03 05:28:06.284352 [ 254 ] {8616de84-9604-42f6-ad02-39dadbf8c0c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6385 | 2025.03.03 05:28:06.284517 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 956 rows starting from the beginning of the part | ||
| 6386 | 2025.03.03 05:28:06.284952 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part | ||
| 6387 | 2025.03.03 05:28:06.285335 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 6388 | 2025.03.03 05:28:06.286411 [ 254 ] {8616de84-9604-42f6-ad02-39dadbf8c0c7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6389 | 2025.03.03 05:28:06.286489 [ 254 ] {8616de84-9604-42f6-ad02-39dadbf8c0c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6390 | 2025.03.03 05:28:06.287083 [ 254 ] {8616de84-9604-42f6-ad02-39dadbf8c0c7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6391 | 2025.03.03 05:28:06.287519 [ 254 ] {8616de84-9604-42f6-ad02-39dadbf8c0c7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6392 | 2025.03.03 05:28:06.287696 [ 132 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6393 | 2025.03.03 05:28:06.287796 [ 132 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2025.03.03 05:28:06.287888 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6395 | 2025.03.03 05:28:06.287993 [ 254 ] {8616de84-9604-42f6-ad02-39dadbf8c0c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00381 sec., 15748.031496062991 rows/sec., 1.06 MiB/sec. | ||
| 6396 | 2025.03.03 05:28:06.288548 [ 254 ] {8616de84-9604-42f6-ad02-39dadbf8c0c7} <Debug> TCPHandler: Processed in 0.004876108 sec. | ||
| 6397 | 2025.03.03 05:28:06.288572 [ 194 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 6398 | 2025.03.03 05:28:06.289299 [ 194 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6399 | 2025.03.03 05:28:06.289399 [ 194 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2806 rows starting from the beginning of the part | ||
| 6400 | 2025.03.03 05:28:06.289665 [ 194 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 6401 | 2025.03.03 05:28:06.290085 [ 194 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6402 | 2025.03.03 05:28:06.290398 [ 194 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 6403 | 2025.03.03 05:28:06.290601 [ 194 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 6404 | 2025.03.03 05:28:06.290789 [ 194 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 6405 | 2025.03.03 05:28:06.292489 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 4 columns (4 merged, 0 gathered) in 0.004459429 sec., 692913.8237204808 rows/sec., 45.20 MiB/sec. | ||
| 6406 | 2025.03.03 05:28:06.292899 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15760 rows, containing 5 columns (5 merged, 0 gathered) in 0.01101583 sec., 1430668.4108233333 rows/sec., 96.59 MiB/sec. | ||
| 6407 | 2025.03.03 05:28:06.292977 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6408 | 2025.03.03 05:28:06.293385 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6409 | 2025.03.03 05:28:06.293413 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_51_10} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6410 | 2025.03.03 05:28:06.293617 [ 204 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_51_10} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6411 | 2025.03.03 05:28:06.293764 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6412 | 2025.03.03 05:28:06.293941 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6413 | 2025.03.03 05:28:06.294036 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6414 | 2025.03.03 05:28:06.294120 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
| 6415 | 2025.03.03 05:28:10.277782 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6416 | 2025.03.03 05:28:10.277856 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6417 | 2025.03.03 05:28:10.422570 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6418 | 2025.03.03 05:28:10.423250 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6419 | 2025.03.03 05:28:10.423293 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6420 | 2025.03.03 05:28:10.423861 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6421 | 2025.03.03 05:28:10.424128 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6422 | 2025.03.03 05:28:10.424370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6423 | 2025.03.03 05:28:10.502772 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 902 | ||
| 6424 | 2025.03.03 05:28:10.505721 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6425 | 2025.03.03 05:28:10.505786 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6426 | 2025.03.03 05:28:10.507320 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6427 | 2025.03.03 05:28:10.507653 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6428 | 2025.03.03 05:28:10.508545 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 902 | ||
| 6429 | 2025.03.03 05:28:11.001365 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000961639 sec. | ||
| 6430 | 2025.03.03 05:28:11.272332 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6431 | 2025.03.03 05:28:11.272531 [ 254 ] {baf418ad-2109-433d-84d2-7d3330be52d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6432 | 2025.03.03 05:28:11.272609 [ 254 ] {baf418ad-2109-433d-84d2-7d3330be52d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6433 | 2025.03.03 05:28:11.273465 [ 254 ] {baf418ad-2109-433d-84d2-7d3330be52d2} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6434 | 2025.03.03 05:28:11.273520 [ 254 ] {baf418ad-2109-433d-84d2-7d3330be52d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6435 | 2025.03.03 05:28:11.273981 [ 254 ] {baf418ad-2109-433d-84d2-7d3330be52d2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6436 | 2025.03.03 05:28:11.274249 [ 254 ] {baf418ad-2109-433d-84d2-7d3330be52d2} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6437 | 2025.03.03 05:28:11.274485 [ 254 ] {baf418ad-2109-433d-84d2-7d3330be52d2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002007 sec., 105630.29397110114 rows/sec., 6.72 MiB/sec. | ||
| 6438 | 2025.03.03 05:28:11.274556 [ 254 ] {baf418ad-2109-433d-84d2-7d3330be52d2} <Debug> TCPHandler: Processed in 0.002364597 sec. | ||
| 6439 | 2025.03.03 05:28:11.274674 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6440 | 2025.03.03 05:28:11.274785 [ 254 ] {c8bedfb7-3399-4bc1-951d-ed77a5b35ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6441 | 2025.03.03 05:28:11.274836 [ 254 ] {c8bedfb7-3399-4bc1-951d-ed77a5b35ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6442 | 2025.03.03 05:28:11.275651 [ 254 ] {c8bedfb7-3399-4bc1-951d-ed77a5b35ed6} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6443 | 2025.03.03 05:28:11.275690 [ 254 ] {c8bedfb7-3399-4bc1-951d-ed77a5b35ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6444 | 2025.03.03 05:28:11.276107 [ 254 ] {c8bedfb7-3399-4bc1-951d-ed77a5b35ed6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6445 | 2025.03.03 05:28:11.276353 [ 254 ] {c8bedfb7-3399-4bc1-951d-ed77a5b35ed6} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6446 | 2025.03.03 05:28:11.276562 [ 254 ] {c8bedfb7-3399-4bc1-951d-ed77a5b35ed6} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001802 sec., 385682.57491675916 rows/sec., 30.77 MiB/sec. | ||
| 6447 | 2025.03.03 05:28:11.276639 [ 254 ] {c8bedfb7-3399-4bc1-951d-ed77a5b35ed6} <Debug> TCPHandler: Processed in 0.00201515 sec. | ||
| 6448 | 2025.03.03 05:28:11.276794 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6449 | 2025.03.03 05:28:11.276904 [ 254 ] {1227d495-6146-47c8-bc76-09e6511329f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6450 | 2025.03.03 05:28:11.276950 [ 254 ] {1227d495-6146-47c8-bc76-09e6511329f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6451 | 2025.03.03 05:28:11.277514 [ 254 ] {1227d495-6146-47c8-bc76-09e6511329f0} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6452 | 2025.03.03 05:28:11.277552 [ 254 ] {1227d495-6146-47c8-bc76-09e6511329f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6453 | 2025.03.03 05:28:11.277916 [ 254 ] {1227d495-6146-47c8-bc76-09e6511329f0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6454 | 2025.03.03 05:28:11.278159 [ 254 ] {1227d495-6146-47c8-bc76-09e6511329f0} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2025.03.03 05:28:11.278379 [ 254 ] {1227d495-6146-47c8-bc76-09e6511329f0} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001494 sec., 97054.88621151271 rows/sec., 6.09 MiB/sec. | ||
| 6456 | 2025.03.03 05:28:11.278570 [ 254 ] {1227d495-6146-47c8-bc76-09e6511329f0} <Debug> TCPHandler: Processed in 0.001838377 sec. | ||
| 6457 | 2025.03.03 05:28:11.278755 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2025.03.03 05:28:11.278862 [ 254 ] {4c278b38-cbe5-4a25-a506-2ec6159803d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6459 | 2025.03.03 05:28:11.278909 [ 254 ] {4c278b38-cbe5-4a25-a506-2ec6159803d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6460 | 2025.03.03 05:28:11.279491 [ 254 ] {4c278b38-cbe5-4a25-a506-2ec6159803d4} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2025.03.03 05:28:11.279529 [ 254 ] {4c278b38-cbe5-4a25-a506-2ec6159803d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6462 | 2025.03.03 05:28:11.279879 [ 254 ] {4c278b38-cbe5-4a25-a506-2ec6159803d4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6463 | 2025.03.03 05:28:11.280115 [ 254 ] {4c278b38-cbe5-4a25-a506-2ec6159803d4} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2025.03.03 05:28:11.280316 [ 254 ] {4c278b38-cbe5-4a25-a506-2ec6159803d4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001472 sec., 76766.30434782608 rows/sec., 4.97 MiB/sec. | ||
| 6465 | 2025.03.03 05:28:11.280411 [ 254 ] {4c278b38-cbe5-4a25-a506-2ec6159803d4} <Debug> TCPHandler: Processed in 0.001717314 sec. | ||
| 6466 | 2025.03.03 05:28:11.280535 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6467 | 2025.03.03 05:28:11.280638 [ 254 ] {1de3d943-9416-42c9-a6a2-0dbe808fc035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6468 | 2025.03.03 05:28:11.280683 [ 254 ] {1de3d943-9416-42c9-a6a2-0dbe808fc035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6469 | 2025.03.03 05:28:11.281217 [ 254 ] {1de3d943-9416-42c9-a6a2-0dbe808fc035} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6470 | 2025.03.03 05:28:11.281254 [ 254 ] {1de3d943-9416-42c9-a6a2-0dbe808fc035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6471 | 2025.03.03 05:28:11.281592 [ 254 ] {1de3d943-9416-42c9-a6a2-0dbe808fc035} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6472 | 2025.03.03 05:28:11.281825 [ 254 ] {1de3d943-9416-42c9-a6a2-0dbe808fc035} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6473 | 2025.03.03 05:28:11.282047 [ 254 ] {1de3d943-9416-42c9-a6a2-0dbe808fc035} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001426 sec., 78541.3744740533 rows/sec., 4.47 MiB/sec. | ||
| 6474 | 2025.03.03 05:28:11.282254 [ 254 ] {1de3d943-9416-42c9-a6a2-0dbe808fc035} <Debug> TCPHandler: Processed in 0.001765226 sec. | ||
| 6475 | 2025.03.03 05:28:11.282403 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6476 | 2025.03.03 05:28:11.282505 [ 254 ] {211cc6aa-07f5-413f-80bd-078ea247f988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6477 | 2025.03.03 05:28:11.282550 [ 254 ] {211cc6aa-07f5-413f-80bd-078ea247f988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6478 | 2025.03.03 05:28:11.283228 [ 254 ] {211cc6aa-07f5-413f-80bd-078ea247f988} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6479 | 2025.03.03 05:28:11.283266 [ 254 ] {211cc6aa-07f5-413f-80bd-078ea247f988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6480 | 2025.03.03 05:28:11.283639 [ 254 ] {211cc6aa-07f5-413f-80bd-078ea247f988} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6481 | 2025.03.03 05:28:11.283883 [ 254 ] {211cc6aa-07f5-413f-80bd-078ea247f988} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6482 | 2025.03.03 05:28:11.284059 [ 254 ] {211cc6aa-07f5-413f-80bd-078ea247f988} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001575 sec., 267301.5873015873 rows/sec., 19.04 MiB/sec. | ||
| 6483 | 2025.03.03 05:28:11.284108 [ 254 ] {211cc6aa-07f5-413f-80bd-078ea247f988} <Debug> TCPHandler: Processed in 0.001755115 sec. | ||
| 6484 | 2025.03.03 05:28:11.284221 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6485 | 2025.03.03 05:28:11.284324 [ 254 ] {2d0052d1-9790-4819-a813-53889cab9da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6486 | 2025.03.03 05:28:11.284369 [ 254 ] {2d0052d1-9790-4819-a813-53889cab9da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6487 | 2025.03.03 05:28:11.284797 [ 254 ] {2d0052d1-9790-4819-a813-53889cab9da9} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6488 | 2025.03.03 05:28:11.284834 [ 254 ] {2d0052d1-9790-4819-a813-53889cab9da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6489 | 2025.03.03 05:28:11.285181 [ 254 ] {2d0052d1-9790-4819-a813-53889cab9da9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6490 | 2025.03.03 05:28:11.285410 [ 254 ] {2d0052d1-9790-4819-a813-53889cab9da9} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6491 | 2025.03.03 05:28:11.285587 [ 254 ] {2d0052d1-9790-4819-a813-53889cab9da9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001283 sec., 4676.539360872954 rows/sec., 244.33 KiB/sec. | ||
| 6492 | 2025.03.03 05:28:11.285636 [ 254 ] {2d0052d1-9790-4819-a813-53889cab9da9} <Debug> TCPHandler: Processed in 0.00146417 sec. | ||
| 6493 | 2025.03.03 05:28:11.285739 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6494 | 2025.03.03 05:28:11.285838 [ 254 ] {3cbf1554-54e9-4914-9284-f6befe68f15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6495 | 2025.03.03 05:28:11.285885 [ 254 ] {3cbf1554-54e9-4914-9284-f6befe68f15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6496 | 2025.03.03 05:28:11.286382 [ 254 ] {3cbf1554-54e9-4914-9284-f6befe68f15b} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6497 | 2025.03.03 05:28:11.286418 [ 254 ] {3cbf1554-54e9-4914-9284-f6befe68f15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6498 | 2025.03.03 05:28:11.286790 [ 254 ] {3cbf1554-54e9-4914-9284-f6befe68f15b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6499 | 2025.03.03 05:28:11.287019 [ 254 ] {3cbf1554-54e9-4914-9284-f6befe68f15b} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6500 | 2025.03.03 05:28:11.287207 [ 254 ] {3cbf1554-54e9-4914-9284-f6befe68f15b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001388 sec., 170749.2795389049 rows/sec., 11.44 MiB/sec. | ||
| 6501 | 2025.03.03 05:28:11.287291 [ 254 ] {3cbf1554-54e9-4914-9284-f6befe68f15b} <Debug> TCPHandler: Processed in 0.001600782 sec. | ||
| 6502 | 2025.03.03 05:28:11.287542 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6503 | 2025.03.03 05:28:11.287675 [ 254 ] {1953ce3f-a821-4d31-92f9-7d15bba0427e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6504 | 2025.03.03 05:28:11.287723 [ 254 ] {1953ce3f-a821-4d31-92f9-7d15bba0427e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6505 | 2025.03.03 05:28:11.288241 [ 254 ] {1953ce3f-a821-4d31-92f9-7d15bba0427e} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6506 | 2025.03.03 05:28:11.288279 [ 254 ] {1953ce3f-a821-4d31-92f9-7d15bba0427e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6507 | 2025.03.03 05:28:11.288620 [ 254 ] {1953ce3f-a821-4d31-92f9-7d15bba0427e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6508 | 2025.03.03 05:28:11.288857 [ 254 ] {1953ce3f-a821-4d31-92f9-7d15bba0427e} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6509 | 2025.03.03 05:28:11.289034 [ 254 ] {1953ce3f-a821-4d31-92f9-7d15bba0427e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001382 sec., 723.589001447178 rows/sec., 48.76 KiB/sec. | ||
| 6510 | 2025.03.03 05:28:11.289081 [ 254 ] {1953ce3f-a821-4d31-92f9-7d15bba0427e} <Debug> TCPHandler: Processed in 0.001644663 sec. | ||
| 6511 | 2025.03.03 05:28:11.289287 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6512 | 2025.03.03 05:28:11.289390 [ 254 ] {904bcd8e-d432-4990-be47-b86966f7aed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6513 | 2025.03.03 05:28:11.289456 [ 254 ] {904bcd8e-d432-4990-be47-b86966f7aed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6514 | 2025.03.03 05:28:11.290545 [ 254 ] {904bcd8e-d432-4990-be47-b86966f7aed2} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6515 | 2025.03.03 05:28:11.290581 [ 254 ] {904bcd8e-d432-4990-be47-b86966f7aed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6516 | 2025.03.03 05:28:11.291216 [ 254 ] {904bcd8e-d432-4990-be47-b86966f7aed2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6517 | 2025.03.03 05:28:11.291466 [ 254 ] {904bcd8e-d432-4990-be47-b86966f7aed2} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6518 | 2025.03.03 05:28:11.291660 [ 254 ] {904bcd8e-d432-4990-be47-b86966f7aed2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002291 sec., 17023.134002618943 rows/sec., 30.50 MiB/sec. | ||
| 6519 | 2025.03.03 05:28:11.291754 [ 254 ] {904bcd8e-d432-4990-be47-b86966f7aed2} <Debug> TCPHandler: Processed in 0.0025149 sec. | ||
| 6520 | 2025.03.03 05:28:11.291884 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6521 | 2025.03.03 05:28:11.291988 [ 254 ] {d81dccc3-01db-4d64-8747-43030c111926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6522 | 2025.03.03 05:28:11.292034 [ 254 ] {d81dccc3-01db-4d64-8747-43030c111926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6523 | 2025.03.03 05:28:11.292463 [ 254 ] {d81dccc3-01db-4d64-8747-43030c111926} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6524 | 2025.03.03 05:28:11.292499 [ 254 ] {d81dccc3-01db-4d64-8747-43030c111926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6525 | 2025.03.03 05:28:11.292846 [ 254 ] {d81dccc3-01db-4d64-8747-43030c111926} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6526 | 2025.03.03 05:28:11.293079 [ 254 ] {d81dccc3-01db-4d64-8747-43030c111926} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6527 | 2025.03.03 05:28:11.293275 [ 254 ] {d81dccc3-01db-4d64-8747-43030c111926} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001309 sec., 62643.239113827345 rows/sec., 3.98 MiB/sec. | ||
| 6528 | 2025.03.03 05:28:11.293323 [ 254 ] {d81dccc3-01db-4d64-8747-43030c111926} <Debug> TCPHandler: Processed in 0.0014888 sec. | ||
| 6529 | 2025.03.03 05:28:11.433887 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6530 | 2025.03.03 05:28:11.453182 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6531 | 2025.03.03 05:28:11.453239 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6532 | 2025.03.03 05:28:11.460318 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6533 | 2025.03.03 05:28:11.461062 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6534 | 2025.03.03 05:28:11.464477 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6535 | 2025.03.03 05:28:16.263853 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6536 | 2025.03.03 05:28:16.264060 [ 254 ] {51a29ab6-1975-4f9a-8dea-bb7937acd832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6537 | 2025.03.03 05:28:16.264132 [ 254 ] {51a29ab6-1975-4f9a-8dea-bb7937acd832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6538 | 2025.03.03 05:28:16.264920 [ 254 ] {51a29ab6-1975-4f9a-8dea-bb7937acd832} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6539 | 2025.03.03 05:28:16.264972 [ 254 ] {51a29ab6-1975-4f9a-8dea-bb7937acd832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6540 | 2025.03.03 05:28:16.265407 [ 254 ] {51a29ab6-1975-4f9a-8dea-bb7937acd832} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6541 | 2025.03.03 05:28:16.265656 [ 254 ] {51a29ab6-1975-4f9a-8dea-bb7937acd832} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6542 | 2025.03.03 05:28:16.265894 [ 254 ] {51a29ab6-1975-4f9a-8dea-bb7937acd832} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.27 MiB/sec. | ||
| 6543 | 2025.03.03 05:28:16.265951 [ 254 ] {51a29ab6-1975-4f9a-8dea-bb7937acd832} <Debug> TCPHandler: Processed in 0.002239245 sec. | ||
| 6544 | 2025.03.03 05:28:16.266079 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6545 | 2025.03.03 05:28:16.266182 [ 254 ] {df3a00a0-a062-41d0-81fe-60c2e6272ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6546 | 2025.03.03 05:28:16.266228 [ 254 ] {df3a00a0-a062-41d0-81fe-60c2e6272ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6547 | 2025.03.03 05:28:16.266786 [ 254 ] {df3a00a0-a062-41d0-81fe-60c2e6272ac1} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6548 | 2025.03.03 05:28:16.266826 [ 254 ] {df3a00a0-a062-41d0-81fe-60c2e6272ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6549 | 2025.03.03 05:28:16.267185 [ 254 ] {df3a00a0-a062-41d0-81fe-60c2e6272ac1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6550 | 2025.03.03 05:28:16.267423 [ 254 ] {df3a00a0-a062-41d0-81fe-60c2e6272ac1} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6551 | 2025.03.03 05:28:16.267630 [ 254 ] {df3a00a0-a062-41d0-81fe-60c2e6272ac1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001469 sec., 43567.052416609935 rows/sec., 3.40 MiB/sec. | ||
| 6552 | 2025.03.03 05:28:16.267683 [ 254 ] {df3a00a0-a062-41d0-81fe-60c2e6272ac1} <Debug> TCPHandler: Processed in 0.001655643 sec. | ||
| 6553 | 2025.03.03 05:28:16.267817 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6554 | 2025.03.03 05:28:16.267931 [ 254 ] {21348ea5-cf5d-40e6-bc1e-3b0e3a9a8c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6555 | 2025.03.03 05:28:16.267983 [ 254 ] {21348ea5-cf5d-40e6-bc1e-3b0e3a9a8c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6556 | 2025.03.03 05:28:16.268534 [ 254 ] {21348ea5-cf5d-40e6-bc1e-3b0e3a9a8c11} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2025.03.03 05:28:16.268576 [ 254 ] {21348ea5-cf5d-40e6-bc1e-3b0e3a9a8c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6558 | 2025.03.03 05:28:16.268980 [ 254 ] {21348ea5-cf5d-40e6-bc1e-3b0e3a9a8c11} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6559 | 2025.03.03 05:28:16.269229 [ 254 ] {21348ea5-cf5d-40e6-bc1e-3b0e3a9a8c11} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2025.03.03 05:28:16.269442 [ 254 ] {21348ea5-cf5d-40e6-bc1e-3b0e3a9a8c11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec. | ||
| 6561 | 2025.03.03 05:28:16.269495 [ 254 ] {21348ea5-cf5d-40e6-bc1e-3b0e3a9a8c11} <Debug> TCPHandler: Processed in 0.001742655 sec. | ||
| 6562 | 2025.03.03 05:28:16.269603 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6563 | 2025.03.03 05:28:16.269709 [ 254 ] {82de7cbe-ee0a-466f-912e-9522c736d066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6564 | 2025.03.03 05:28:16.269757 [ 254 ] {82de7cbe-ee0a-466f-912e-9522c736d066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6565 | 2025.03.03 05:28:16.270209 [ 254 ] {82de7cbe-ee0a-466f-912e-9522c736d066} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6566 | 2025.03.03 05:28:16.270251 [ 254 ] {82de7cbe-ee0a-466f-912e-9522c736d066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6567 | 2025.03.03 05:28:16.270614 [ 254 ] {82de7cbe-ee0a-466f-912e-9522c736d066} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6568 | 2025.03.03 05:28:16.270863 [ 254 ] {82de7cbe-ee0a-466f-912e-9522c736d066} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6569 | 2025.03.03 05:28:16.271069 [ 254 ] {82de7cbe-ee0a-466f-912e-9522c736d066} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
| 6570 | 2025.03.03 05:28:16.271120 [ 254 ] {82de7cbe-ee0a-466f-912e-9522c736d066} <Debug> TCPHandler: Processed in 0.001566471 sec. | ||
| 6571 | 2025.03.03 05:28:17.924501 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6572 | 2025.03.03 05:28:17.925479 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2025.03.03 05:28:17.925522 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6574 | 2025.03.03 05:28:17.926036 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6575 | 2025.03.03 05:28:17.926294 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2025.03.03 05:28:17.926537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6577 | 2025.03.03 05:28:18.964539 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6578 | 2025.03.03 05:28:18.984285 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6579 | 2025.03.03 05:28:18.984348 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6580 | 2025.03.03 05:28:18.991626 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6581 | 2025.03.03 05:28:18.992412 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6582 | 2025.03.03 05:28:18.995207 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6583 | 2025.03.03 05:28:20.508695 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 932 | ||
| 6584 | 2025.03.03 05:28:20.511785 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6585 | 2025.03.03 05:28:20.511835 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6586 | 2025.03.03 05:28:20.513310 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6587 | 2025.03.03 05:28:20.513616 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6588 | 2025.03.03 05:28:20.514808 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 932 | ||
| 6589 | 2025.03.03 05:28:21.275623 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6590 | 2025.03.03 05:28:21.275820 [ 254 ] {42e2bd66-de52-4748-a8be-93f5b9677991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6591 | 2025.03.03 05:28:21.275897 [ 254 ] {42e2bd66-de52-4748-a8be-93f5b9677991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6592 | 2025.03.03 05:28:21.276810 [ 254 ] {42e2bd66-de52-4748-a8be-93f5b9677991} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2025.03.03 05:28:21.276865 [ 254 ] {42e2bd66-de52-4748-a8be-93f5b9677991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6594 | 2025.03.03 05:28:21.277321 [ 254 ] {42e2bd66-de52-4748-a8be-93f5b9677991} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6595 | 2025.03.03 05:28:21.277585 [ 254 ] {42e2bd66-de52-4748-a8be-93f5b9677991} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6596 | 2025.03.03 05:28:21.277834 [ 254 ] {42e2bd66-de52-4748-a8be-93f5b9677991} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00206 sec., 102912.6213592233 rows/sec., 6.55 MiB/sec. | ||
| 6597 | 2025.03.03 05:28:21.277930 [ 254 ] {42e2bd66-de52-4748-a8be-93f5b9677991} <Debug> TCPHandler: Processed in 0.002443558 sec. | ||
| 6598 | 2025.03.03 05:28:21.278169 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6599 | 2025.03.03 05:28:21.278275 [ 254 ] {93117227-1416-44be-921e-0552a8a29c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6600 | 2025.03.03 05:28:21.278324 [ 254 ] {93117227-1416-44be-921e-0552a8a29c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6601 | 2025.03.03 05:28:21.279197 [ 254 ] {93117227-1416-44be-921e-0552a8a29c01} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6602 | 2025.03.03 05:28:21.279238 [ 254 ] {93117227-1416-44be-921e-0552a8a29c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6603 | 2025.03.03 05:28:21.279659 [ 254 ] {93117227-1416-44be-921e-0552a8a29c01} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6604 | 2025.03.03 05:28:21.279909 [ 254 ] {93117227-1416-44be-921e-0552a8a29c01} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6605 | 2025.03.03 05:28:21.280131 [ 254 ] {93117227-1416-44be-921e-0552a8a29c01} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001878 sec., 370074.54739084136 rows/sec., 29.53 MiB/sec. | ||
| 6606 | 2025.03.03 05:28:21.280184 [ 254 ] {93117227-1416-44be-921e-0552a8a29c01} <Debug> TCPHandler: Processed in 0.002088822 sec. | ||
| 6607 | 2025.03.03 05:28:21.280304 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6608 | 2025.03.03 05:28:21.280414 [ 254 ] {6240ea1c-b130-4f5e-9020-5b99ad6983f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6609 | 2025.03.03 05:28:21.280461 [ 254 ] {6240ea1c-b130-4f5e-9020-5b99ad6983f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6610 | 2025.03.03 05:28:21.281049 [ 254 ] {6240ea1c-b130-4f5e-9020-5b99ad6983f8} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6611 | 2025.03.03 05:28:21.281092 [ 254 ] {6240ea1c-b130-4f5e-9020-5b99ad6983f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6612 | 2025.03.03 05:28:21.281475 [ 254 ] {6240ea1c-b130-4f5e-9020-5b99ad6983f8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6613 | 2025.03.03 05:28:21.281726 [ 254 ] {6240ea1c-b130-4f5e-9020-5b99ad6983f8} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6614 | 2025.03.03 05:28:21.281941 [ 254 ] {6240ea1c-b130-4f5e-9020-5b99ad6983f8} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.00155 sec., 93548.3870967742 rows/sec., 5.87 MiB/sec. | ||
| 6615 | 2025.03.03 05:28:21.281995 [ 254 ] {6240ea1c-b130-4f5e-9020-5b99ad6983f8} <Debug> TCPHandler: Processed in 0.001746425 sec. | ||
| 6616 | 2025.03.03 05:28:21.282110 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6617 | 2025.03.03 05:28:21.282216 [ 254 ] {45ff35ed-248d-4295-9d06-6d4bf1f1a98f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6618 | 2025.03.03 05:28:21.282259 [ 254 ] {45ff35ed-248d-4295-9d06-6d4bf1f1a98f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6619 | 2025.03.03 05:28:21.282841 [ 254 ] {45ff35ed-248d-4295-9d06-6d4bf1f1a98f} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6620 | 2025.03.03 05:28:21.282882 [ 254 ] {45ff35ed-248d-4295-9d06-6d4bf1f1a98f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6621 | 2025.03.03 05:28:21.283244 [ 254 ] {45ff35ed-248d-4295-9d06-6d4bf1f1a98f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6622 | 2025.03.03 05:28:21.283488 [ 254 ] {45ff35ed-248d-4295-9d06-6d4bf1f1a98f} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2025.03.03 05:28:21.283745 [ 254 ] {45ff35ed-248d-4295-9d06-6d4bf1f1a98f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001544 sec., 73186.52849740932 rows/sec., 4.74 MiB/sec. | ||
| 6624 | 2025.03.03 05:28:21.283834 [ 254 ] {45ff35ed-248d-4295-9d06-6d4bf1f1a98f} <Debug> TCPHandler: Processed in 0.001774816 sec. | ||
| 6625 | 2025.03.03 05:28:21.284061 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6626 | 2025.03.03 05:28:21.284167 [ 254 ] {c109f6d5-9503-49e2-8e1e-202898eb2194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6627 | 2025.03.03 05:28:21.284214 [ 254 ] {c109f6d5-9503-49e2-8e1e-202898eb2194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6628 | 2025.03.03 05:28:21.284786 [ 254 ] {c109f6d5-9503-49e2-8e1e-202898eb2194} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6629 | 2025.03.03 05:28:21.284825 [ 254 ] {c109f6d5-9503-49e2-8e1e-202898eb2194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6630 | 2025.03.03 05:28:21.285174 [ 254 ] {c109f6d5-9503-49e2-8e1e-202898eb2194} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6631 | 2025.03.03 05:28:21.285404 [ 254 ] {c109f6d5-9503-49e2-8e1e-202898eb2194} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6632 | 2025.03.03 05:28:21.285617 [ 254 ] {c109f6d5-9503-49e2-8e1e-202898eb2194} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001472 sec., 76086.95652173914 rows/sec., 4.33 MiB/sec. | ||
| 6633 | 2025.03.03 05:28:21.285670 [ 254 ] {c109f6d5-9503-49e2-8e1e-202898eb2194} <Debug> TCPHandler: Processed in 0.001688274 sec. | ||
| 6634 | 2025.03.03 05:28:21.285773 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6635 | 2025.03.03 05:28:21.285874 [ 254 ] {2b2ef510-6677-4047-8806-76055e2d5689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6636 | 2025.03.03 05:28:21.285920 [ 254 ] {2b2ef510-6677-4047-8806-76055e2d5689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6637 | 2025.03.03 05:28:21.286561 [ 254 ] {2b2ef510-6677-4047-8806-76055e2d5689} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6638 | 2025.03.03 05:28:21.286601 [ 254 ] {2b2ef510-6677-4047-8806-76055e2d5689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6639 | 2025.03.03 05:28:21.286962 [ 254 ] {2b2ef510-6677-4047-8806-76055e2d5689} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6640 | 2025.03.03 05:28:21.287193 [ 254 ] {2b2ef510-6677-4047-8806-76055e2d5689} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6641 | 2025.03.03 05:28:21.287405 [ 254 ] {2b2ef510-6677-4047-8806-76055e2d5689} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001552 sec., 271262.88659793814 rows/sec., 19.32 MiB/sec. | ||
| 6642 | 2025.03.03 05:28:21.287456 [ 254 ] {2b2ef510-6677-4047-8806-76055e2d5689} <Debug> TCPHandler: Processed in 0.001732885 sec. | ||
| 6643 | 2025.03.03 05:28:21.287587 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6644 | 2025.03.03 05:28:21.287718 [ 254 ] {8b684b02-4577-4dd0-9af0-8c14ae24728c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6645 | 2025.03.03 05:28:21.287778 [ 254 ] {8b684b02-4577-4dd0-9af0-8c14ae24728c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6646 | 2025.03.03 05:28:21.288255 [ 254 ] {8b684b02-4577-4dd0-9af0-8c14ae24728c} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6647 | 2025.03.03 05:28:21.288295 [ 254 ] {8b684b02-4577-4dd0-9af0-8c14ae24728c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6648 | 2025.03.03 05:28:21.288662 [ 254 ] {8b684b02-4577-4dd0-9af0-8c14ae24728c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6649 | 2025.03.03 05:28:21.288908 [ 254 ] {8b684b02-4577-4dd0-9af0-8c14ae24728c} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6650 | 2025.03.03 05:28:21.289119 [ 254 ] {8b684b02-4577-4dd0-9af0-8c14ae24728c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec. | ||
| 6651 | 2025.03.03 05:28:21.289169 [ 254 ] {8b684b02-4577-4dd0-9af0-8c14ae24728c} <Debug> TCPHandler: Processed in 0.001648733 sec. | ||
| 6652 | 2025.03.03 05:28:21.289274 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6653 | 2025.03.03 05:28:21.289377 [ 254 ] {7dbd25f3-96c7-448b-8cc9-904836c21bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6654 | 2025.03.03 05:28:21.289426 [ 254 ] {7dbd25f3-96c7-448b-8cc9-904836c21bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6655 | 2025.03.03 05:28:21.289944 [ 254 ] {7dbd25f3-96c7-448b-8cc9-904836c21bc7} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6656 | 2025.03.03 05:28:21.289984 [ 254 ] {7dbd25f3-96c7-448b-8cc9-904836c21bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6657 | 2025.03.03 05:28:21.290368 [ 254 ] {7dbd25f3-96c7-448b-8cc9-904836c21bc7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6658 | 2025.03.03 05:28:21.290621 [ 254 ] {7dbd25f3-96c7-448b-8cc9-904836c21bc7} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6659 | 2025.03.03 05:28:21.290831 [ 254 ] {7dbd25f3-96c7-448b-8cc9-904836c21bc7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001476 sec., 160569.1056910569 rows/sec., 10.76 MiB/sec. | ||
| 6660 | 2025.03.03 05:28:21.290883 [ 254 ] {7dbd25f3-96c7-448b-8cc9-904836c21bc7} <Debug> TCPHandler: Processed in 0.001659293 sec. | ||
| 6661 | 2025.03.03 05:28:21.291008 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6662 | 2025.03.03 05:28:21.291134 [ 254 ] {bfb56916-a915-40ee-a6a0-4051a22e2b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6663 | 2025.03.03 05:28:21.291189 [ 254 ] {bfb56916-a915-40ee-a6a0-4051a22e2b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6664 | 2025.03.03 05:28:21.291685 [ 254 ] {bfb56916-a915-40ee-a6a0-4051a22e2b0a} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6665 | 2025.03.03 05:28:21.291732 [ 254 ] {bfb56916-a915-40ee-a6a0-4051a22e2b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6666 | 2025.03.03 05:28:21.292102 [ 254 ] {bfb56916-a915-40ee-a6a0-4051a22e2b0a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6667 | 2025.03.03 05:28:21.292343 [ 254 ] {bfb56916-a915-40ee-a6a0-4051a22e2b0a} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6668 | 2025.03.03 05:28:21.292512 [ 113 ] {} <Debug> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 6669 | 2025.03.03 05:28:21.292578 [ 254 ] {bfb56916-a915-40ee-a6a0-4051a22e2b0a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00147 sec., 680.2721088435375 rows/sec., 45.84 KiB/sec. | ||
| 6670 | 2025.03.03 05:28:21.292597 [ 113 ] {} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6671 | 2025.03.03 05:28:21.292667 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6672 | 2025.03.03 05:28:21.292695 [ 254 ] {bfb56916-a915-40ee-a6a0-4051a22e2b0a} <Debug> TCPHandler: Processed in 0.001743925 sec. | ||
| 6673 | 2025.03.03 05:28:21.293016 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6674 | 2025.03.03 05:28:21.293053 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 6675 | 2025.03.03 05:28:21.293360 [ 254 ] {f29699fc-8a40-485e-be04-8f4676e60abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6676 | 2025.03.03 05:28:21.293446 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6677 | 2025.03.03 05:28:21.293536 [ 254 ] {f29699fc-8a40-485e-be04-8f4676e60abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6678 | 2025.03.03 05:28:21.293548 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 19 rows starting from the beginning of the part | ||
| 6679 | 2025.03.03 05:28:21.294025 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6680 | 2025.03.03 05:28:21.294390 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6681 | 2025.03.03 05:28:21.294708 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 6682 | 2025.03.03 05:28:21.295092 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 6683 | 2025.03.03 05:28:21.295370 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 6684 | 2025.03.03 05:28:21.299258 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.00648225 sec., 3702.418141848895 rows/sec., 248.88 KiB/sec. | ||
| 6685 | 2025.03.03 05:28:21.299642 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 6686 | 2025.03.03 05:28:21.299719 [ 254 ] {f29699fc-8a40-485e-be04-8f4676e60abb} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6687 | 2025.03.03 05:28:21.299833 [ 254 ] {f29699fc-8a40-485e-be04-8f4676e60abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6688 | 2025.03.03 05:28:21.300621 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6689 | 2025.03.03 05:28:21.300819 [ 189 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_23_5} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 6690 | 2025.03.03 05:28:21.300974 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6691 | 2025.03.03 05:28:21.301358 [ 254 ] {f29699fc-8a40-485e-be04-8f4676e60abb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6692 | 2025.03.03 05:28:21.301640 [ 254 ] {f29699fc-8a40-485e-be04-8f4676e60abb} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6693 | 2025.03.03 05:28:21.301990 [ 254 ] {f29699fc-8a40-485e-be04-8f4676e60abb} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00876 sec., 4452.054794520548 rows/sec., 7.98 MiB/sec. | ||
| 6694 | 2025.03.03 05:28:21.302357 [ 254 ] {f29699fc-8a40-485e-be04-8f4676e60abb} <Debug> TCPHandler: Processed in 0.00946855 sec. | ||
| 6695 | 2025.03.03 05:28:21.302480 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6696 | 2025.03.03 05:28:21.302584 [ 254 ] {38feddbe-7798-4738-9a07-13d0936495d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6697 | 2025.03.03 05:28:21.302631 [ 254 ] {38feddbe-7798-4738-9a07-13d0936495d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6698 | 2025.03.03 05:28:21.303086 [ 254 ] {38feddbe-7798-4738-9a07-13d0936495d3} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6699 | 2025.03.03 05:28:21.303127 [ 254 ] {38feddbe-7798-4738-9a07-13d0936495d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6700 | 2025.03.03 05:28:21.303497 [ 254 ] {38feddbe-7798-4738-9a07-13d0936495d3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6701 | 2025.03.03 05:28:21.303733 [ 254 ] {38feddbe-7798-4738-9a07-13d0936495d3} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6702 | 2025.03.03 05:28:21.303922 [ 254 ] {38feddbe-7798-4738-9a07-13d0936495d3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001358 sec., 60382.916053019144 rows/sec., 3.84 MiB/sec. | ||
| 6703 | 2025.03.03 05:28:21.304011 [ 254 ] {38feddbe-7798-4738-9a07-13d0936495d3} <Debug> TCPHandler: Processed in 0.001582182 sec. | ||
| 6704 | 2025.03.03 05:28:25.277894 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6705 | 2025.03.03 05:28:25.277963 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6706 | 2025.03.03 05:28:25.426845 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6707 | 2025.03.03 05:28:25.427598 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6708 | 2025.03.03 05:28:25.427646 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6709 | 2025.03.03 05:28:25.428216 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6710 | 2025.03.03 05:28:25.428471 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6711 | 2025.03.03 05:28:25.428728 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6712 | 2025.03.03 05:28:26.264027 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6713 | 2025.03.03 05:28:26.264246 [ 254 ] {a6e95b0e-508a-478f-bc7e-08cf2c438eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6714 | 2025.03.03 05:28:26.264333 [ 254 ] {a6e95b0e-508a-478f-bc7e-08cf2c438eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6715 | 2025.03.03 05:28:26.265228 [ 254 ] {a6e95b0e-508a-478f-bc7e-08cf2c438eb8} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6716 | 2025.03.03 05:28:26.265284 [ 254 ] {a6e95b0e-508a-478f-bc7e-08cf2c438eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6717 | 2025.03.03 05:28:26.265740 [ 254 ] {a6e95b0e-508a-478f-bc7e-08cf2c438eb8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6718 | 2025.03.03 05:28:26.266003 [ 254 ] {a6e95b0e-508a-478f-bc7e-08cf2c438eb8} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6719 | 2025.03.03 05:28:26.266261 [ 254 ] {a6e95b0e-508a-478f-bc7e-08cf2c438eb8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002075 sec., 26987.951807228914 rows/sec., 2.06 MiB/sec. | ||
| 6720 | 2025.03.03 05:28:26.266330 [ 254 ] {a6e95b0e-508a-478f-bc7e-08cf2c438eb8} <Debug> TCPHandler: Processed in 0.002440919 sec. | ||
| 6721 | 2025.03.03 05:28:26.266459 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6722 | 2025.03.03 05:28:26.266576 [ 254 ] {d54fd01d-9472-4ae4-afe7-4e168f4368f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6723 | 2025.03.03 05:28:26.266626 [ 254 ] {d54fd01d-9472-4ae4-afe7-4e168f4368f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6724 | 2025.03.03 05:28:26.267196 [ 254 ] {d54fd01d-9472-4ae4-afe7-4e168f4368f6} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6725 | 2025.03.03 05:28:26.267238 [ 254 ] {d54fd01d-9472-4ae4-afe7-4e168f4368f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6726 | 2025.03.03 05:28:26.267605 [ 254 ] {d54fd01d-9472-4ae4-afe7-4e168f4368f6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6727 | 2025.03.03 05:28:26.267857 [ 254 ] {d54fd01d-9472-4ae4-afe7-4e168f4368f6} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6728 | 2025.03.03 05:28:26.268080 [ 254 ] {d54fd01d-9472-4ae4-afe7-4e168f4368f6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001531 sec., 41802.74330502939 rows/sec., 3.26 MiB/sec. | ||
| 6729 | 2025.03.03 05:28:26.268132 [ 254 ] {d54fd01d-9472-4ae4-afe7-4e168f4368f6} <Debug> TCPHandler: Processed in 0.001727055 sec. | ||
| 6730 | 2025.03.03 05:28:26.268247 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6731 | 2025.03.03 05:28:26.268355 [ 254 ] {d7d2bfb1-3034-42fd-bfbc-163da2a89620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6732 | 2025.03.03 05:28:26.268406 [ 254 ] {d7d2bfb1-3034-42fd-bfbc-163da2a89620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6733 | 2025.03.03 05:28:26.268923 [ 254 ] {d7d2bfb1-3034-42fd-bfbc-163da2a89620} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6734 | 2025.03.03 05:28:26.268963 [ 254 ] {d7d2bfb1-3034-42fd-bfbc-163da2a89620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6735 | 2025.03.03 05:28:26.269352 [ 254 ] {d7d2bfb1-3034-42fd-bfbc-163da2a89620} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6736 | 2025.03.03 05:28:26.269588 [ 254 ] {d7d2bfb1-3034-42fd-bfbc-163da2a89620} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6737 | 2025.03.03 05:28:26.269819 [ 254 ] {d7d2bfb1-3034-42fd-bfbc-163da2a89620} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001486 sec., 107671.60161507403 rows/sec., 7.50 MiB/sec. | ||
| 6738 | 2025.03.03 05:28:26.269892 [ 254 ] {d7d2bfb1-3034-42fd-bfbc-163da2a89620} <Debug> TCPHandler: Processed in 0.001695144 sec. | ||
| 6739 | 2025.03.03 05:28:26.270129 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6740 | 2025.03.03 05:28:26.270273 [ 254 ] {5aca68b8-1f5f-4090-9f9c-b4a4fc10cd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6741 | 2025.03.03 05:28:26.270323 [ 254 ] {5aca68b8-1f5f-4090-9f9c-b4a4fc10cd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6742 | 2025.03.03 05:28:26.270787 [ 254 ] {5aca68b8-1f5f-4090-9f9c-b4a4fc10cd80} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6743 | 2025.03.03 05:28:26.270827 [ 254 ] {5aca68b8-1f5f-4090-9f9c-b4a4fc10cd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6744 | 2025.03.03 05:28:26.271188 [ 254 ] {5aca68b8-1f5f-4090-9f9c-b4a4fc10cd80} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6745 | 2025.03.03 05:28:26.271436 [ 254 ] {5aca68b8-1f5f-4090-9f9c-b4a4fc10cd80} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6746 | 2025.03.03 05:28:26.271617 [ 254 ] {5aca68b8-1f5f-4090-9f9c-b4a4fc10cd80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
| 6747 | 2025.03.03 05:28:26.271674 [ 254 ] {5aca68b8-1f5f-4090-9f9c-b4a4fc10cd80} <Debug> TCPHandler: Processed in 0.001640033 sec. | ||
| 6748 | 2025.03.03 05:28:26.495256 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6749 | 2025.03.03 05:28:26.515463 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6750 | 2025.03.03 05:28:26.515529 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6751 | 2025.03.03 05:28:26.523411 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6752 | 2025.03.03 05:28:26.524353 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6753 | 2025.03.03 05:28:26.529162 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6754 | 2025.03.03 05:28:26.763698 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6755 | 2025.03.03 05:28:26.763892 [ 254 ] {9db6e18b-bda9-4989-b741-bf7fdd7e52f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6756 | 2025.03.03 05:28:26.763966 [ 254 ] {9db6e18b-bda9-4989-b741-bf7fdd7e52f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6757 | 2025.03.03 05:28:26.764803 [ 254 ] {9db6e18b-bda9-4989-b741-bf7fdd7e52f7} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6758 | 2025.03.03 05:28:26.764854 [ 254 ] {9db6e18b-bda9-4989-b741-bf7fdd7e52f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6759 | 2025.03.03 05:28:26.765311 [ 254 ] {9db6e18b-bda9-4989-b741-bf7fdd7e52f7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6760 | 2025.03.03 05:28:26.765576 [ 254 ] {9db6e18b-bda9-4989-b741-bf7fdd7e52f7} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6761 | 2025.03.03 05:28:26.765784 [ 254 ] {9db6e18b-bda9-4989-b741-bf7fdd7e52f7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001945 sec., 108997.4293059126 rows/sec., 6.93 MiB/sec. | ||
| 6762 | 2025.03.03 05:28:26.765840 [ 254 ] {9db6e18b-bda9-4989-b741-bf7fdd7e52f7} <Debug> TCPHandler: Processed in 0.002276865 sec. | ||
| 6763 | 2025.03.03 05:28:26.765986 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6764 | 2025.03.03 05:28:26.766110 [ 254 ] {b7cf4ab1-c08e-40c6-83e6-692e32ed24d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6765 | 2025.03.03 05:28:26.766158 [ 254 ] {b7cf4ab1-c08e-40c6-83e6-692e32ed24d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6766 | 2025.03.03 05:28:26.766680 [ 254 ] {b7cf4ab1-c08e-40c6-83e6-692e32ed24d3} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6767 | 2025.03.03 05:28:26.766718 [ 254 ] {b7cf4ab1-c08e-40c6-83e6-692e32ed24d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6768 | 2025.03.03 05:28:26.767056 [ 254 ] {b7cf4ab1-c08e-40c6-83e6-692e32ed24d3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6769 | 2025.03.03 05:28:26.767294 [ 254 ] {b7cf4ab1-c08e-40c6-83e6-692e32ed24d3} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6770 | 2025.03.03 05:28:26.767499 [ 254 ] {b7cf4ab1-c08e-40c6-83e6-692e32ed24d3} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001423 sec., 11243.851018973999 rows/sec., 916.86 KiB/sec. | ||
| 6771 | 2025.03.03 05:28:26.767694 [ 254 ] {b7cf4ab1-c08e-40c6-83e6-692e32ed24d3} <Debug> TCPHandler: Processed in 0.001773715 sec. | ||
| 6772 | 2025.03.03 05:28:26.767809 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6773 | 2025.03.03 05:28:26.767912 [ 254 ] {45431779-ab69-430f-85be-9349afc837a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6774 | 2025.03.03 05:28:26.767956 [ 254 ] {45431779-ab69-430f-85be-9349afc837a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6775 | 2025.03.03 05:28:26.769224 [ 254 ] {45431779-ab69-430f-85be-9349afc837a0} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6776 | 2025.03.03 05:28:26.769264 [ 254 ] {45431779-ab69-430f-85be-9349afc837a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6777 | 2025.03.03 05:28:26.769747 [ 254 ] {45431779-ab69-430f-85be-9349afc837a0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6778 | 2025.03.03 05:28:26.770005 [ 254 ] {45431779-ab69-430f-85be-9349afc837a0} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6779 | 2025.03.03 05:28:26.770139 [ 108 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6780 | 2025.03.03 05:28:26.770191 [ 108 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6781 | 2025.03.03 05:28:26.770195 [ 254 ] {45431779-ab69-430f-85be-9349afc837a0} <Debug> executeQuery: Read 1843 rows, 153.48 KiB in 0.002303 sec., 800260.5297438124 rows/sec., 65.08 MiB/sec. | ||
| 6782 | 2025.03.03 05:28:26.770219 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6783 | 2025.03.03 05:28:26.770266 [ 254 ] {45431779-ab69-430f-85be-9349afc837a0} <Debug> TCPHandler: Processed in 0.00250725 sec. | ||
| 6784 | 2025.03.03 05:28:26.770468 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 6785 | 2025.03.03 05:28:26.770478 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6786 | 2025.03.03 05:28:26.770744 [ 254 ] {88f152a6-a609-4650-b8df-45e6d193d268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6787 | 2025.03.03 05:28:26.770756 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6788 | 2025.03.03 05:28:26.770837 [ 254 ] {88f152a6-a609-4650-b8df-45e6d193d268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6789 | 2025.03.03 05:28:26.770840 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1845 rows starting from the beginning of the part | ||
| 6790 | 2025.03.03 05:28:26.771225 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 695 rows starting from the beginning of the part | ||
| 6791 | 2025.03.03 05:28:26.771659 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 6792 | 2025.03.03 05:28:26.772073 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 695 rows starting from the beginning of the part | ||
| 6793 | 2025.03.03 05:28:26.772438 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
| 6794 | 2025.03.03 05:28:26.772674 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1843 rows starting from the beginning of the part | ||
| 6795 | 2025.03.03 05:28:26.773469 [ 254 ] {88f152a6-a609-4650-b8df-45e6d193d268} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6796 | 2025.03.03 05:28:26.773546 [ 254 ] {88f152a6-a609-4650-b8df-45e6d193d268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6797 | 2025.03.03 05:28:26.774317 [ 254 ] {88f152a6-a609-4650-b8df-45e6d193d268} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6798 | 2025.03.03 05:28:26.774841 [ 254 ] {88f152a6-a609-4650-b8df-45e6d193d268} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6799 | 2025.03.03 05:28:26.775298 [ 254 ] {88f152a6-a609-4650-b8df-45e6d193d268} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.004638 sec., 34713.238464855545 rows/sec., 2.20 MiB/sec. | ||
| 6800 | 2025.03.03 05:28:26.775385 [ 254 ] {88f152a6-a609-4650-b8df-45e6d193d268} <Debug> TCPHandler: Processed in 0.00498521 sec. | ||
| 6801 | 2025.03.03 05:28:26.775507 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6802 | 2025.03.03 05:28:26.775619 [ 254 ] {9efbb635-63ba-4e6f-a3f5-2625a0de6fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6803 | 2025.03.03 05:28:26.775676 [ 254 ] {9efbb635-63ba-4e6f-a3f5-2625a0de6fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6804 | 2025.03.03 05:28:26.776505 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5190 rows, containing 5 columns (5 merged, 0 gathered) in 0.006176434 sec., 840290.6920077184 rows/sec., 71.11 MiB/sec. | ||
| 6805 | 2025.03.03 05:28:26.776758 [ 254 ] {9efbb635-63ba-4e6f-a3f5-2625a0de6fe9} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6806 | 2025.03.03 05:28:26.776812 [ 254 ] {9efbb635-63ba-4e6f-a3f5-2625a0de6fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6807 | 2025.03.03 05:28:26.776889 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6808 | 2025.03.03 05:28:26.777473 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_56_11} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6809 | 2025.03.03 05:28:26.777482 [ 254 ] {9efbb635-63ba-4e6f-a3f5-2625a0de6fe9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6810 | 2025.03.03 05:28:26.777637 [ 189 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_56_11} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6811 | 2025.03.03 05:28:26.777845 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 6812 | 2025.03.03 05:28:26.777942 [ 254 ] {9efbb635-63ba-4e6f-a3f5-2625a0de6fe9} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6813 | 2025.03.03 05:28:26.778168 [ 254 ] {9efbb635-63ba-4e6f-a3f5-2625a0de6fe9} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002565 sec., 132943.46978557506 rows/sec., 8.87 MiB/sec. | ||
| 6814 | 2025.03.03 05:28:26.778351 [ 254 ] {9efbb635-63ba-4e6f-a3f5-2625a0de6fe9} <Debug> TCPHandler: Processed in 0.002896898 sec. | ||
| 6815 | 2025.03.03 05:28:26.778557 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6816 | 2025.03.03 05:28:26.778660 [ 254 ] {c4bea852-6a61-4405-b09f-a5513834612b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6817 | 2025.03.03 05:28:26.778706 [ 254 ] {c4bea852-6a61-4405-b09f-a5513834612b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6818 | 2025.03.03 05:28:26.779340 [ 254 ] {c4bea852-6a61-4405-b09f-a5513834612b} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6819 | 2025.03.03 05:28:26.779378 [ 254 ] {c4bea852-6a61-4405-b09f-a5513834612b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6820 | 2025.03.03 05:28:26.779730 [ 254 ] {c4bea852-6a61-4405-b09f-a5513834612b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6821 | 2025.03.03 05:28:26.779963 [ 254 ] {c4bea852-6a61-4405-b09f-a5513834612b} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6822 | 2025.03.03 05:28:26.780143 [ 254 ] {c4bea852-6a61-4405-b09f-a5513834612b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001504 sec., 74468.08510638298 rows/sec., 4.24 MiB/sec. | ||
| 6823 | 2025.03.03 05:28:26.780193 [ 254 ] {c4bea852-6a61-4405-b09f-a5513834612b} <Debug> TCPHandler: Processed in 0.001702544 sec. | ||
| 6824 | 2025.03.03 05:28:26.780310 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6825 | 2025.03.03 05:28:26.780411 [ 254 ] {b202e357-b19a-4584-8348-6d9f4a20101d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6826 | 2025.03.03 05:28:26.780457 [ 254 ] {b202e357-b19a-4584-8348-6d9f4a20101d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6827 | 2025.03.03 05:28:26.781275 [ 254 ] {b202e357-b19a-4584-8348-6d9f4a20101d} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6828 | 2025.03.03 05:28:26.781312 [ 254 ] {b202e357-b19a-4584-8348-6d9f4a20101d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6829 | 2025.03.03 05:28:26.781694 [ 254 ] {b202e357-b19a-4584-8348-6d9f4a20101d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6830 | 2025.03.03 05:28:26.781925 [ 254 ] {b202e357-b19a-4584-8348-6d9f4a20101d} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6831 | 2025.03.03 05:28:26.782116 [ 106 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6832 | 2025.03.03 05:28:26.782143 [ 254 ] {b202e357-b19a-4584-8348-6d9f4a20101d} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.00175 sec., 510285.71428571426 rows/sec., 37.00 MiB/sec. | ||
| 6833 | 2025.03.03 05:28:26.782198 [ 106 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6834 | 2025.03.03 05:28:26.782272 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6835 | 2025.03.03 05:28:26.782278 [ 254 ] {b202e357-b19a-4584-8348-6d9f4a20101d} <Debug> TCPHandler: Processed in 0.00201895 sec. | ||
| 6836 | 2025.03.03 05:28:26.782538 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6837 | 2025.03.03 05:28:26.782553 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 6838 | 2025.03.03 05:28:26.782869 [ 254 ] {c5a5fed2-45c9-43e2-bb47-4ad23ee67943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6839 | 2025.03.03 05:28:26.783049 [ 254 ] {c5a5fed2-45c9-43e2-bb47-4ad23ee67943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6840 | 2025.03.03 05:28:26.783100 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6841 | 2025.03.03 05:28:26.783233 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 6842 | 2025.03.03 05:28:26.783805 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 421 rows starting from the beginning of the part | ||
| 6843 | 2025.03.03 05:28:26.784417 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 6844 | 2025.03.03 05:28:26.784731 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 421 rows starting from the beginning of the part | ||
| 6845 | 2025.03.03 05:28:26.785017 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
| 6846 | 2025.03.03 05:28:26.785185 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 893 rows starting from the beginning of the part | ||
| 6847 | 2025.03.03 05:28:26.785575 [ 254 ] {c5a5fed2-45c9-43e2-bb47-4ad23ee67943} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6848 | 2025.03.03 05:28:26.785616 [ 254 ] {c5a5fed2-45c9-43e2-bb47-4ad23ee67943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6849 | 2025.03.03 05:28:26.786099 [ 254 ] {c5a5fed2-45c9-43e2-bb47-4ad23ee67943} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6850 | 2025.03.03 05:28:26.786419 [ 254 ] {c5a5fed2-45c9-43e2-bb47-4ad23ee67943} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6851 | 2025.03.03 05:28:26.786719 [ 254 ] {c5a5fed2-45c9-43e2-bb47-4ad23ee67943} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00398 sec., 1507.537688442211 rows/sec., 78.76 KiB/sec. | ||
| 6852 | 2025.03.03 05:28:26.786827 [ 254 ] {c5a5fed2-45c9-43e2-bb47-4ad23ee67943} <Debug> TCPHandler: Processed in 0.004371658 sec. | ||
| 6853 | 2025.03.03 05:28:26.787203 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6854 | 2025.03.03 05:28:26.787469 [ 254 ] {6e28bebc-1be7-46f9-a161-591af56676dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6855 | 2025.03.03 05:28:26.787505 [ 196 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.005146473 sec., 539398.5356573326 rows/sec., 41.12 MiB/sec. | ||
| 6856 | 2025.03.03 05:28:26.787524 [ 254 ] {6e28bebc-1be7-46f9-a161-591af56676dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6857 | 2025.03.03 05:28:26.787792 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6858 | 2025.03.03 05:28:26.788312 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_56_11} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6859 | 2025.03.03 05:28:26.788532 [ 193 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_56_11} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6860 | 2025.03.03 05:28:26.788734 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 6861 | 2025.03.03 05:28:26.788845 [ 254 ] {6e28bebc-1be7-46f9-a161-591af56676dd} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6862 | 2025.03.03 05:28:26.788889 [ 254 ] {6e28bebc-1be7-46f9-a161-591af56676dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6863 | 2025.03.03 05:28:26.789328 [ 254 ] {6e28bebc-1be7-46f9-a161-591af56676dd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6864 | 2025.03.03 05:28:26.789569 [ 254 ] {6e28bebc-1be7-46f9-a161-591af56676dd} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6865 | 2025.03.03 05:28:26.789732 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6866 | 2025.03.03 05:28:26.789791 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6867 | 2025.03.03 05:28:26.789823 [ 254 ] {6e28bebc-1be7-46f9-a161-591af56676dd} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002412 sec., 399253.73134328355 rows/sec., 26.53 MiB/sec. | ||
| 6868 | 2025.03.03 05:28:26.789831 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6869 | 2025.03.03 05:28:26.789978 [ 254 ] {6e28bebc-1be7-46f9-a161-591af56676dd} <Debug> TCPHandler: Processed in 0.002887238 sec. | ||
| 6870 | 2025.03.03 05:28:26.790033 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 6871 | 2025.03.03 05:28:26.790124 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6872 | 2025.03.03 05:28:26.790166 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6873 | 2025.03.03 05:28:26.790211 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15760 rows starting from the beginning of the part | ||
| 6874 | 2025.03.03 05:28:26.790249 [ 254 ] {52328d82-fd2a-4730-9a16-1251063d942b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6875 | 2025.03.03 05:28:26.790352 [ 254 ] {52328d82-fd2a-4730-9a16-1251063d942b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6876 | 2025.03.03 05:28:26.790360 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 6877 | 2025.03.03 05:28:26.790644 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 6878 | 2025.03.03 05:28:26.790889 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 6879 | 2025.03.03 05:28:26.791131 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 6880 | 2025.03.03 05:28:26.791230 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 963 rows starting from the beginning of the part | ||
| 6881 | 2025.03.03 05:28:26.791725 [ 254 ] {52328d82-fd2a-4730-9a16-1251063d942b} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6882 | 2025.03.03 05:28:26.791767 [ 254 ] {52328d82-fd2a-4730-9a16-1251063d942b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6883 | 2025.03.03 05:28:26.792326 [ 254 ] {52328d82-fd2a-4730-9a16-1251063d942b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6884 | 2025.03.03 05:28:26.792588 [ 254 ] {52328d82-fd2a-4730-9a16-1251063d942b} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2025.03.03 05:28:26.792888 [ 254 ] {52328d82-fd2a-4730-9a16-1251063d942b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002668 sec., 374.8125937031485 rows/sec., 25.26 KiB/sec. | ||
| 6886 | 2025.03.03 05:28:26.792946 [ 254 ] {52328d82-fd2a-4730-9a16-1251063d942b} <Debug> TCPHandler: Processed in 0.002879538 sec. | ||
| 6887 | 2025.03.03 05:28:26.793059 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6888 | 2025.03.03 05:28:26.793194 [ 254 ] {4f7ef70d-3484-458b-bec1-e13c2bb52d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6889 | 2025.03.03 05:28:26.793298 [ 254 ] {4f7ef70d-3484-458b-bec1-e13c2bb52d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6890 | 2025.03.03 05:28:26.795118 [ 254 ] {4f7ef70d-3484-458b-bec1-e13c2bb52d0d} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6891 | 2025.03.03 05:28:26.795156 [ 254 ] {4f7ef70d-3484-458b-bec1-e13c2bb52d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6892 | 2025.03.03 05:28:26.796088 [ 254 ] {4f7ef70d-3484-458b-bec1-e13c2bb52d0d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6893 | 2025.03.03 05:28:26.796354 [ 254 ] {4f7ef70d-3484-458b-bec1-e13c2bb52d0d} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6894 | 2025.03.03 05:28:26.796880 [ 254 ] {4f7ef70d-3484-458b-bec1-e13c2bb52d0d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003716 sec., 10495.156081808396 rows/sec., 18.81 MiB/sec. | ||
| 6895 | 2025.03.03 05:28:26.796996 [ 254 ] {4f7ef70d-3484-458b-bec1-e13c2bb52d0d} <Debug> TCPHandler: Processed in 0.00399045 sec. | ||
| 6896 | 2025.03.03 05:28:26.797121 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6897 | 2025.03.03 05:28:26.797225 [ 254 ] {1ed0164f-7c2b-4f3b-944e-5e7129f8a9ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6898 | 2025.03.03 05:28:26.797272 [ 254 ] {1ed0164f-7c2b-4f3b-944e-5e7129f8a9ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6899 | 2025.03.03 05:28:26.797628 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17517 rows, containing 5 columns (5 merged, 0 gathered) in 0.007659584 sec., 2286938.8206983567 rows/sec., 154.33 MiB/sec. | ||
| 6900 | 2025.03.03 05:28:26.797820 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6901 | 2025.03.03 05:28:26.798068 [ 254 ] {1ed0164f-7c2b-4f3b-944e-5e7129f8a9ef} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6902 | 2025.03.03 05:28:26.798111 [ 254 ] {1ed0164f-7c2b-4f3b-944e-5e7129f8a9ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6903 | 2025.03.03 05:28:26.798193 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6904 | 2025.03.03 05:28:26.798284 [ 192 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6905 | 2025.03.03 05:28:26.798369 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 6906 | 2025.03.03 05:28:26.798546 [ 254 ] {1ed0164f-7c2b-4f3b-944e-5e7129f8a9ef} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6907 | 2025.03.03 05:28:26.798811 [ 254 ] {1ed0164f-7c2b-4f3b-944e-5e7129f8a9ef} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6908 | 2025.03.03 05:28:26.798978 [ 106 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6909 | 2025.03.03 05:28:26.799038 [ 106 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6910 | 2025.03.03 05:28:26.799072 [ 254 ] {1ed0164f-7c2b-4f3b-944e-5e7129f8a9ef} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00186 sec., 18279.56989247312 rows/sec., 1.06 MiB/sec. | ||
| 6911 | 2025.03.03 05:28:26.799076 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6912 | 2025.03.03 05:28:26.799276 [ 254 ] {1ed0164f-7c2b-4f3b-944e-5e7129f8a9ef} <Debug> TCPHandler: Processed in 0.002202874 sec. | ||
| 6913 | 2025.03.03 05:28:26.799564 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 6914 | 2025.03.03 05:28:26.799862 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6915 | 2025.03.03 05:28:26.799894 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3090 rows starting from the beginning of the part | ||
| 6916 | 2025.03.03 05:28:26.799991 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 6917 | 2025.03.03 05:28:26.800187 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 6918 | 2025.03.03 05:28:26.800384 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 6919 | 2025.03.03 05:28:26.800559 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 6920 | 2025.03.03 05:28:26.800678 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
| 6921 | 2025.03.03 05:28:26.802362 [ 190 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.003112353 sec., 1094991.4742961354 rows/sec., 71.34 MiB/sec. | ||
| 6922 | 2025.03.03 05:28:26.802696 [ 190 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6923 | 2025.03.03 05:28:26.803016 [ 190 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_56_11} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6924 | 2025.03.03 05:28:26.803106 [ 190 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_56_11} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6925 | 2025.03.03 05:28:26.803202 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 6926 | 2025.03.03 05:28:30.515978 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 986 | ||
| 6927 | 2025.03.03 05:28:30.519422 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6928 | 2025.03.03 05:28:30.519473 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6929 | 2025.03.03 05:28:30.520998 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6930 | 2025.03.03 05:28:30.521315 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6931 | 2025.03.03 05:28:30.521880 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 986 | ||
| 6932 | 2025.03.03 05:28:31.262523 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6933 | 2025.03.03 05:28:31.262732 [ 254 ] {886150ad-5771-4471-acff-2a3a1a1877ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6934 | 2025.03.03 05:28:31.262813 [ 254 ] {886150ad-5771-4471-acff-2a3a1a1877ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6935 | 2025.03.03 05:28:31.263643 [ 254 ] {886150ad-5771-4471-acff-2a3a1a1877ed} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6936 | 2025.03.03 05:28:31.263687 [ 254 ] {886150ad-5771-4471-acff-2a3a1a1877ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6937 | 2025.03.03 05:28:31.264122 [ 254 ] {886150ad-5771-4471-acff-2a3a1a1877ed} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6938 | 2025.03.03 05:28:31.264379 [ 254 ] {886150ad-5771-4471-acff-2a3a1a1877ed} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6939 | 2025.03.03 05:28:31.264602 [ 254 ] {886150ad-5771-4471-acff-2a3a1a1877ed} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.21 MiB/sec. | ||
| 6940 | 2025.03.03 05:28:31.264659 [ 254 ] {886150ad-5771-4471-acff-2a3a1a1877ed} <Debug> TCPHandler: Processed in 0.002274356 sec. | ||
| 6941 | 2025.03.03 05:28:31.264791 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6942 | 2025.03.03 05:28:31.264895 [ 254 ] {3599d2de-c250-452f-aeae-032bfd3dcbe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6943 | 2025.03.03 05:28:31.264940 [ 254 ] {3599d2de-c250-452f-aeae-032bfd3dcbe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6944 | 2025.03.03 05:28:31.265478 [ 254 ] {3599d2de-c250-452f-aeae-032bfd3dcbe4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6945 | 2025.03.03 05:28:31.265518 [ 254 ] {3599d2de-c250-452f-aeae-032bfd3dcbe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6946 | 2025.03.03 05:28:31.265868 [ 254 ] {3599d2de-c250-452f-aeae-032bfd3dcbe4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6947 | 2025.03.03 05:28:31.266107 [ 254 ] {3599d2de-c250-452f-aeae-032bfd3dcbe4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6948 | 2025.03.03 05:28:31.266325 [ 254 ] {3599d2de-c250-452f-aeae-032bfd3dcbe4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001451 sec., 44107.51206064783 rows/sec., 3.44 MiB/sec. | ||
| 6949 | 2025.03.03 05:28:31.266386 [ 254 ] {3599d2de-c250-452f-aeae-032bfd3dcbe4} <Debug> TCPHandler: Processed in 0.001645623 sec. | ||
| 6950 | 2025.03.03 05:28:31.266542 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6951 | 2025.03.03 05:28:31.266683 [ 254 ] {e2122923-b8c9-4e7a-b731-e29792995256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6952 | 2025.03.03 05:28:31.266741 [ 254 ] {e2122923-b8c9-4e7a-b731-e29792995256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6953 | 2025.03.03 05:28:31.267250 [ 254 ] {e2122923-b8c9-4e7a-b731-e29792995256} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6954 | 2025.03.03 05:28:31.267289 [ 254 ] {e2122923-b8c9-4e7a-b731-e29792995256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6955 | 2025.03.03 05:28:31.267672 [ 254 ] {e2122923-b8c9-4e7a-b731-e29792995256} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6956 | 2025.03.03 05:28:31.267919 [ 254 ] {e2122923-b8c9-4e7a-b731-e29792995256} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6957 | 2025.03.03 05:28:31.268123 [ 254 ] {e2122923-b8c9-4e7a-b731-e29792995256} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001476 sec., 86720.86720867208 rows/sec., 6.04 MiB/sec. | ||
| 6958 | 2025.03.03 05:28:31.268174 [ 254 ] {e2122923-b8c9-4e7a-b731-e29792995256} <Debug> TCPHandler: Processed in 0.001696924 sec. | ||
| 6959 | 2025.03.03 05:28:31.268291 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6960 | 2025.03.03 05:28:31.268394 [ 254 ] {0b3c5fe8-782f-4bdd-9426-566b8d47f65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6961 | 2025.03.03 05:28:31.268441 [ 254 ] {0b3c5fe8-782f-4bdd-9426-566b8d47f65a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6962 | 2025.03.03 05:28:31.268898 [ 254 ] {0b3c5fe8-782f-4bdd-9426-566b8d47f65a} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6963 | 2025.03.03 05:28:31.268947 [ 254 ] {0b3c5fe8-782f-4bdd-9426-566b8d47f65a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6964 | 2025.03.03 05:28:31.269332 [ 254 ] {0b3c5fe8-782f-4bdd-9426-566b8d47f65a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6965 | 2025.03.03 05:28:31.269578 [ 254 ] {0b3c5fe8-782f-4bdd-9426-566b8d47f65a} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6966 | 2025.03.03 05:28:31.269781 [ 254 ] {0b3c5fe8-782f-4bdd-9426-566b8d47f65a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001407 sec., 34115.13859275053 rows/sec., 2.30 MiB/sec. | ||
| 6967 | 2025.03.03 05:28:31.269833 [ 254 ] {0b3c5fe8-782f-4bdd-9426-566b8d47f65a} <Debug> TCPHandler: Processed in 0.001593401 sec. | ||
| 6968 | 2025.03.03 05:28:32.929842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 6969 | 2025.03.03 05:28:32.930526 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6970 | 2025.03.03 05:28:32.930578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6971 | 2025.03.03 05:28:32.931130 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6972 | 2025.03.03 05:28:32.931391 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6973 | 2025.03.03 05:28:32.931646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 6974 | 2025.03.03 05:28:34.029216 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6975 | 2025.03.03 05:28:34.050017 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6976 | 2025.03.03 05:28:34.050065 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6977 | 2025.03.03 05:28:34.057479 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6978 | 2025.03.03 05:28:34.058304 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6979 | 2025.03.03 05:28:34.060943 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6980 | 2025.03.03 05:28:36.264668 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6981 | 2025.03.03 05:28:36.264977 [ 254 ] {dc3afd70-e463-4e01-9edc-94c0a2234143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6982 | 2025.03.03 05:28:36.265093 [ 254 ] {dc3afd70-e463-4e01-9edc-94c0a2234143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6983 | 2025.03.03 05:28:36.266019 [ 254 ] {dc3afd70-e463-4e01-9edc-94c0a2234143} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6984 | 2025.03.03 05:28:36.266067 [ 254 ] {dc3afd70-e463-4e01-9edc-94c0a2234143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6985 | 2025.03.03 05:28:36.266524 [ 254 ] {dc3afd70-e463-4e01-9edc-94c0a2234143} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6986 | 2025.03.03 05:28:36.266785 [ 254 ] {dc3afd70-e463-4e01-9edc-94c0a2234143} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6987 | 2025.03.03 05:28:36.266999 [ 254 ] {dc3afd70-e463-4e01-9edc-94c0a2234143} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002108 sec., 26565.464895635672 rows/sec., 2.03 MiB/sec. | ||
| 6988 | 2025.03.03 05:28:36.267056 [ 254 ] {dc3afd70-e463-4e01-9edc-94c0a2234143} <Debug> TCPHandler: Processed in 0.002577212 sec. | ||
| 6989 | 2025.03.03 05:28:36.267179 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6990 | 2025.03.03 05:28:36.267285 [ 254 ] {493c8042-520f-41c2-a08e-c3caa3e32700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6991 | 2025.03.03 05:28:36.267331 [ 254 ] {493c8042-520f-41c2-a08e-c3caa3e32700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6992 | 2025.03.03 05:28:36.267873 [ 254 ] {493c8042-520f-41c2-a08e-c3caa3e32700} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6993 | 2025.03.03 05:28:36.267912 [ 254 ] {493c8042-520f-41c2-a08e-c3caa3e32700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6994 | 2025.03.03 05:28:36.268268 [ 254 ] {493c8042-520f-41c2-a08e-c3caa3e32700} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6995 | 2025.03.03 05:28:36.268504 [ 254 ] {493c8042-520f-41c2-a08e-c3caa3e32700} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6996 | 2025.03.03 05:28:36.268688 [ 254 ] {493c8042-520f-41c2-a08e-c3caa3e32700} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001423 sec., 44975.404075895996 rows/sec., 3.51 MiB/sec. | ||
| 6997 | 2025.03.03 05:28:36.268739 [ 254 ] {493c8042-520f-41c2-a08e-c3caa3e32700} <Debug> TCPHandler: Processed in 0.001610332 sec. | ||
| 6998 | 2025.03.03 05:28:36.268857 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6999 | 2025.03.03 05:28:36.268963 [ 254 ] {0142ce90-c561-4abe-bc0b-96b269c8c3ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7000 | 2025.03.03 05:28:36.269012 [ 254 ] {0142ce90-c561-4abe-bc0b-96b269c8c3ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7001 | 2025.03.03 05:28:36.269535 [ 254 ] {0142ce90-c561-4abe-bc0b-96b269c8c3ba} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7002 | 2025.03.03 05:28:36.269572 [ 254 ] {0142ce90-c561-4abe-bc0b-96b269c8c3ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7003 | 2025.03.03 05:28:36.269952 [ 254 ] {0142ce90-c561-4abe-bc0b-96b269c8c3ba} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7004 | 2025.03.03 05:28:36.270193 [ 254 ] {0142ce90-c561-4abe-bc0b-96b269c8c3ba} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7005 | 2025.03.03 05:28:36.270401 [ 254 ] {0142ce90-c561-4abe-bc0b-96b269c8c3ba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec. | ||
| 7006 | 2025.03.03 05:28:36.270480 [ 254 ] {0142ce90-c561-4abe-bc0b-96b269c8c3ba} <Debug> TCPHandler: Processed in 0.001673273 sec. | ||
| 7007 | 2025.03.03 05:28:36.270716 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7008 | 2025.03.03 05:28:36.270857 [ 254 ] {612d78f7-ecb9-4296-849c-68a2e3832a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7009 | 2025.03.03 05:28:36.270906 [ 254 ] {612d78f7-ecb9-4296-849c-68a2e3832a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7010 | 2025.03.03 05:28:36.271359 [ 254 ] {612d78f7-ecb9-4296-849c-68a2e3832a82} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7011 | 2025.03.03 05:28:36.271398 [ 254 ] {612d78f7-ecb9-4296-849c-68a2e3832a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7012 | 2025.03.03 05:28:36.271756 [ 254 ] {612d78f7-ecb9-4296-849c-68a2e3832a82} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7013 | 2025.03.03 05:28:36.271990 [ 254 ] {612d78f7-ecb9-4296-849c-68a2e3832a82} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7014 | 2025.03.03 05:28:36.272168 [ 254 ] {612d78f7-ecb9-4296-849c-68a2e3832a82} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. | ||
| 7015 | 2025.03.03 05:28:36.272215 [ 254 ] {612d78f7-ecb9-4296-849c-68a2e3832a82} <Debug> TCPHandler: Processed in 0.001596682 sec. | ||
| 7016 | 2025.03.03 05:28:37.303910 [ 96 ] {} <Debug> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7017 | 2025.03.03 05:28:37.303989 [ 96 ] {} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7018 | 2025.03.03 05:28:37.304012 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7019 | 2025.03.03 05:28:37.304227 [ 186 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7020 | 2025.03.03 05:28:37.304431 [ 186 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7021 | 2025.03.03 05:28:37.304471 [ 186 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 163 rows starting from the beginning of the part | ||
| 7022 | 2025.03.03 05:28:37.304559 [ 186 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 147 rows starting from the beginning of the part | ||
| 7023 | 2025.03.03 05:28:37.304834 [ 186 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 145 rows starting from the beginning of the part | ||
| 7024 | 2025.03.03 05:28:37.305006 [ 186 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 145 rows starting from the beginning of the part | ||
| 7025 | 2025.03.03 05:28:37.305181 [ 186 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 161 rows starting from the beginning of the part | ||
| 7026 | 2025.03.03 05:28:37.306381 [ 199 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.002286926 sec., 332761.09502450016 rows/sec., 22.24 MiB/sec. | ||
| 7027 | 2025.03.03 05:28:37.306615 [ 187 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7028 | 2025.03.03 05:28:37.307005 [ 187 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_24_5} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7029 | 2025.03.03 05:28:37.307115 [ 187 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_24_5} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7030 | 2025.03.03 05:28:37.307230 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 7031 | 2025.03.03 05:28:37.825423 [ 96 ] {} <Debug> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7032 | 2025.03.03 05:28:37.825489 [ 96 ] {} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7033 | 2025.03.03 05:28:37.825516 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7034 | 2025.03.03 05:28:37.825733 [ 186 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7035 | 2025.03.03 05:28:37.825962 [ 186 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7036 | 2025.03.03 05:28:37.826007 [ 186 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 342 rows starting from the beginning of the part | ||
| 7037 | 2025.03.03 05:28:37.826101 [ 186 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 341 rows starting from the beginning of the part | ||
| 7038 | 2025.03.03 05:28:37.826374 [ 186 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 7039 | 2025.03.03 05:28:37.826488 [ 186 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 7040 | 2025.03.03 05:28:37.826657 [ 186 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 341 rows starting from the beginning of the part | ||
| 7041 | 2025.03.03 05:28:37.827880 [ 187 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002280096 sec., 548222.5309811516 rows/sec., 38.47 MiB/sec. | ||
| 7042 | 2025.03.03 05:28:37.828052 [ 186 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7043 | 2025.03.03 05:28:37.828338 [ 186 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_24_5} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7044 | 2025.03.03 05:28:37.828424 [ 186 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_24_5} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7045 | 2025.03.03 05:28:37.828502 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 7046 | 2025.03.03 05:28:38.933913 [ 94 ] {} <Debug> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7047 | 2025.03.03 05:28:38.934005 [ 94 ] {} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7048 | 2025.03.03 05:28:38.934047 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7049 | 2025.03.03 05:28:38.934380 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7050 | 2025.03.03 05:28:38.934771 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7051 | 2025.03.03 05:28:38.934847 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 7052 | 2025.03.03 05:28:38.934933 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7053 | 2025.03.03 05:28:38.935047 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7054 | 2025.03.03 05:28:38.935286 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7055 | 2025.03.03 05:28:38.935500 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7056 | 2025.03.03 05:28:38.936509 [ 186 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002346617 sec., 61364.935138541994 rows/sec., 3.13 MiB/sec. | ||
| 7057 | 2025.03.03 05:28:38.936716 [ 187 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7058 | 2025.03.03 05:28:38.937095 [ 187 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_24_5} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7059 | 2025.03.03 05:28:38.937198 [ 187 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_24_5} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7060 | 2025.03.03 05:28:38.937303 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7061 | 2025.03.03 05:28:40.278026 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7062 | 2025.03.03 05:28:40.278112 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7063 | 2025.03.03 05:28:40.431769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7064 | 2025.03.03 05:28:40.432915 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7065 | 2025.03.03 05:28:40.432953 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7066 | 2025.03.03 05:28:40.433459 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7067 | 2025.03.03 05:28:40.433717 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7068 | 2025.03.03 05:28:40.433864 [ 93 ] {} <Debug> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7069 | 2025.03.03 05:28:40.433903 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7070 | 2025.03.03 05:28:40.433921 [ 93 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7071 | 2025.03.03 05:28:40.433950 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7072 | 2025.03.03 05:28:40.434102 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7073 | 2025.03.03 05:28:40.434278 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7074 | 2025.03.03 05:28:40.434327 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7075 | 2025.03.03 05:28:40.434422 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7076 | 2025.03.03 05:28:40.434659 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7077 | 2025.03.03 05:28:40.434914 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7078 | 2025.03.03 05:28:40.435080 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7079 | 2025.03.03 05:28:40.435213 [ 186 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7080 | 2025.03.03 05:28:40.437763 [ 187 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003727925 sec., 4434370.326656249 rows/sec., 63.43 MiB/sec. | ||
| 7081 | 2025.03.03 05:28:40.438002 [ 197 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7082 | 2025.03.03 05:28:40.438546 [ 197 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_36_7} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7083 | 2025.03.03 05:28:40.438657 [ 197 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_36_7} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7084 | 2025.03.03 05:28:40.438758 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7085 | 2025.03.03 05:28:40.523120 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1002 | ||
| 7086 | 2025.03.03 05:28:40.525844 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7087 | 2025.03.03 05:28:40.525894 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7088 | 2025.03.03 05:28:40.527412 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7089 | 2025.03.03 05:28:40.527733 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7090 | 2025.03.03 05:28:40.527974 [ 93 ] {} <Debug> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7091 | 2025.03.03 05:28:40.528073 [ 93 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7092 | 2025.03.03 05:28:40.528186 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7093 | 2025.03.03 05:28:40.528486 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::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 | ||
| 7094 | 2025.03.03 05:28:40.528751 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1002 | ||
| 7095 | 2025.03.03 05:28:40.529164 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7096 | 2025.03.03 05:28:40.529289 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 832 rows starting from the beginning of the part | ||
| 7097 | 2025.03.03 05:28:40.529713 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 54 rows starting from the beginning of the part | ||
| 7098 | 2025.03.03 05:28:40.530133 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
| 7099 | 2025.03.03 05:28:40.530561 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
| 7100 | 2025.03.03 05:28:40.530979 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 54 rows starting from the beginning of the part | ||
| 7101 | 2025.03.03 05:28:40.531637 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 7102 | 2025.03.03 05:28:40.539538 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1002 rows, containing 72 columns (72 merged, 0 gathered) in 0.011207075 sec., 89407.80712184044 rows/sec., 72.44 MiB/sec. | ||
| 7103 | 2025.03.03 05:28:40.540874 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7104 | 2025.03.03 05:28:40.541680 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_26_5} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7105 | 2025.03.03 05:28:40.541771 [ 197 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_26_5} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7106 | 2025.03.03 05:28:40.542079 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 7107 | 2025.03.03 05:28:41.273008 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7108 | 2025.03.03 05:28:41.273327 [ 254 ] {411d3530-e0e9-4921-a138-016e3134ab88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7109 | 2025.03.03 05:28:41.273452 [ 254 ] {411d3530-e0e9-4921-a138-016e3134ab88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7110 | 2025.03.03 05:28:41.274356 [ 254 ] {411d3530-e0e9-4921-a138-016e3134ab88} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2025.03.03 05:28:41.274410 [ 254 ] {411d3530-e0e9-4921-a138-016e3134ab88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7112 | 2025.03.03 05:28:41.274872 [ 254 ] {411d3530-e0e9-4921-a138-016e3134ab88} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7113 | 2025.03.03 05:28:41.275149 [ 254 ] {411d3530-e0e9-4921-a138-016e3134ab88} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2025.03.03 05:28:41.275359 [ 93 ] {} <Debug> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7115 | 2025.03.03 05:28:41.275428 [ 254 ] {411d3530-e0e9-4921-a138-016e3134ab88} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002184 sec., 97069.59706959706 rows/sec., 6.17 MiB/sec. | ||
| 7116 | 2025.03.03 05:28:41.275457 [ 93 ] {} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2025.03.03 05:28:41.275535 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7118 | 2025.03.03 05:28:41.275583 [ 254 ] {411d3530-e0e9-4921-a138-016e3134ab88} <Debug> TCPHandler: Processed in 0.002762465 sec. | ||
| 7119 | 2025.03.03 05:28:41.275827 [ 198 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::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 | ||
| 7120 | 2025.03.03 05:28:41.275838 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7121 | 2025.03.03 05:28:41.276133 [ 254 ] {0197c516-fa39-4390-af8d-d7f949db647a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7122 | 2025.03.03 05:28:41.276154 [ 198 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7123 | 2025.03.03 05:28:41.276231 [ 254 ] {0197c516-fa39-4390-af8d-d7f949db647a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7124 | 2025.03.03 05:28:41.276245 [ 198 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 212 rows starting from the beginning of the part | ||
| 7125 | 2025.03.03 05:28:41.276613 [ 198 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part | ||
| 7126 | 2025.03.03 05:28:41.276945 [ 198 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part | ||
| 7127 | 2025.03.03 05:28:41.277410 [ 198 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part | ||
| 7128 | 2025.03.03 05:28:41.277883 [ 198 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part | ||
| 7129 | 2025.03.03 05:28:41.280206 [ 254 ] {0197c516-fa39-4390-af8d-d7f949db647a} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7130 | 2025.03.03 05:28:41.280295 [ 254 ] {0197c516-fa39-4390-af8d-d7f949db647a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7131 | 2025.03.03 05:28:41.281320 [ 254 ] {0197c516-fa39-4390-af8d-d7f949db647a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7132 | 2025.03.03 05:28:41.281484 [ 198 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005816206 sec., 182249.39075404138 rows/sec., 12.29 MiB/sec. | ||
| 7133 | 2025.03.03 05:28:41.281673 [ 198 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7134 | 2025.03.03 05:28:41.281839 [ 254 ] {0197c516-fa39-4390-af8d-d7f949db647a} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7135 | 2025.03.03 05:28:41.282271 [ 254 ] {0197c516-fa39-4390-af8d-d7f949db647a} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.006219 sec., 111754.30133461973 rows/sec., 8.92 MiB/sec. | ||
| 7136 | 2025.03.03 05:28:41.282389 [ 198 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_25_6} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7137 | 2025.03.03 05:28:41.282434 [ 254 ] {0197c516-fa39-4390-af8d-d7f949db647a} <Debug> TCPHandler: Processed in 0.006687104 sec. | ||
| 7138 | 2025.03.03 05:28:41.282569 [ 198 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_25_6} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7139 | 2025.03.03 05:28:41.282635 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7140 | 2025.03.03 05:28:41.282706 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7141 | 2025.03.03 05:28:41.282795 [ 254 ] {26e3a9b4-fe0b-4f3d-927c-aa779c2882e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7142 | 2025.03.03 05:28:41.282848 [ 254 ] {26e3a9b4-fe0b-4f3d-927c-aa779c2882e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7143 | 2025.03.03 05:28:41.283454 [ 254 ] {26e3a9b4-fe0b-4f3d-927c-aa779c2882e2} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7144 | 2025.03.03 05:28:41.283493 [ 254 ] {26e3a9b4-fe0b-4f3d-927c-aa779c2882e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7145 | 2025.03.03 05:28:41.283854 [ 254 ] {26e3a9b4-fe0b-4f3d-927c-aa779c2882e2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7146 | 2025.03.03 05:28:41.284091 [ 254 ] {26e3a9b4-fe0b-4f3d-927c-aa779c2882e2} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7147 | 2025.03.03 05:28:41.284309 [ 254 ] {26e3a9b4-fe0b-4f3d-927c-aa779c2882e2} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001537 sec., 94339.62264150944 rows/sec., 5.92 MiB/sec. | ||
| 7148 | 2025.03.03 05:28:41.284361 [ 254 ] {26e3a9b4-fe0b-4f3d-927c-aa779c2882e2} <Debug> TCPHandler: Processed in 0.001809486 sec. | ||
| 7149 | 2025.03.03 05:28:41.284476 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7150 | 2025.03.03 05:28:41.284579 [ 254 ] {0a448d03-18c8-4fa6-b562-283c2334c49b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7151 | 2025.03.03 05:28:41.284623 [ 254 ] {0a448d03-18c8-4fa6-b562-283c2334c49b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7152 | 2025.03.03 05:28:41.285166 [ 254 ] {0a448d03-18c8-4fa6-b562-283c2334c49b} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7153 | 2025.03.03 05:28:41.285204 [ 254 ] {0a448d03-18c8-4fa6-b562-283c2334c49b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7154 | 2025.03.03 05:28:41.285551 [ 254 ] {0a448d03-18c8-4fa6-b562-283c2334c49b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7155 | 2025.03.03 05:28:41.285795 [ 254 ] {0a448d03-18c8-4fa6-b562-283c2334c49b} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7156 | 2025.03.03 05:28:41.286002 [ 254 ] {0a448d03-18c8-4fa6-b562-283c2334c49b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001445 sec., 78200.69204152249 rows/sec., 5.06 MiB/sec. | ||
| 7157 | 2025.03.03 05:28:41.286054 [ 254 ] {0a448d03-18c8-4fa6-b562-283c2334c49b} <Debug> TCPHandler: Processed in 0.001629183 sec. | ||
| 7158 | 2025.03.03 05:28:41.286167 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7159 | 2025.03.03 05:28:41.286271 [ 254 ] {8b9b7fb1-373c-4e69-bda3-3484789a059f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7160 | 2025.03.03 05:28:41.286316 [ 254 ] {8b9b7fb1-373c-4e69-bda3-3484789a059f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7161 | 2025.03.03 05:28:41.286876 [ 254 ] {8b9b7fb1-373c-4e69-bda3-3484789a059f} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7162 | 2025.03.03 05:28:41.286915 [ 254 ] {8b9b7fb1-373c-4e69-bda3-3484789a059f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7163 | 2025.03.03 05:28:41.287267 [ 254 ] {8b9b7fb1-373c-4e69-bda3-3484789a059f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7164 | 2025.03.03 05:28:41.287512 [ 254 ] {8b9b7fb1-373c-4e69-bda3-3484789a059f} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7165 | 2025.03.03 05:28:41.287677 [ 90 ] {} <Debug> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7166 | 2025.03.03 05:28:41.287756 [ 90 ] {} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7167 | 2025.03.03 05:28:41.287771 [ 254 ] {8b9b7fb1-373c-4e69-bda3-3484789a059f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001508 sec., 74270.55702917771 rows/sec., 4.23 MiB/sec. | ||
| 7168 | 2025.03.03 05:28:41.287802 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7169 | 2025.03.03 05:28:41.287921 [ 254 ] {8b9b7fb1-373c-4e69-bda3-3484789a059f} <Debug> TCPHandler: Processed in 0.001791846 sec. | ||
| 7170 | 2025.03.03 05:28:41.288040 [ 197 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::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 | ||
| 7171 | 2025.03.03 05:28:41.288111 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7172 | 2025.03.03 05:28:41.288341 [ 197 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7173 | 2025.03.03 05:28:41.288350 [ 254 ] {8a769f66-fe3f-4029-b529-4fcb081843f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7174 | 2025.03.03 05:28:41.288410 [ 197 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 112 rows starting from the beginning of the part | ||
| 7175 | 2025.03.03 05:28:41.288436 [ 254 ] {8a769f66-fe3f-4029-b529-4fcb081843f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7176 | 2025.03.03 05:28:41.288776 [ 197 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part | ||
| 7177 | 2025.03.03 05:28:41.289116 [ 197 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part | ||
| 7178 | 2025.03.03 05:28:41.289527 [ 197 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part | ||
| 7179 | 2025.03.03 05:28:41.289890 [ 197 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part | ||
| 7180 | 2025.03.03 05:28:41.291298 [ 254 ] {8a769f66-fe3f-4029-b529-4fcb081843f1} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7181 | 2025.03.03 05:28:41.291374 [ 254 ] {8a769f66-fe3f-4029-b529-4fcb081843f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7182 | 2025.03.03 05:28:41.292415 [ 254 ] {8a769f66-fe3f-4029-b529-4fcb081843f1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7183 | 2025.03.03 05:28:41.292518 [ 195 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004576721 sec., 122358.34345156718 rows/sec., 7.44 MiB/sec. | ||
| 7184 | 2025.03.03 05:28:41.292790 [ 254 ] {8a769f66-fe3f-4029-b529-4fcb081843f1} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7185 | 2025.03.03 05:28:41.292917 [ 195 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7186 | 2025.03.03 05:28:41.293248 [ 254 ] {8a769f66-fe3f-4029-b529-4fcb081843f1} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.004969 sec., 84725.29684041053 rows/sec., 6.04 MiB/sec. | ||
| 7187 | 2025.03.03 05:28:41.293333 [ 254 ] {8a769f66-fe3f-4029-b529-4fcb081843f1} <Debug> TCPHandler: Processed in 0.005294116 sec. | ||
| 7188 | 2025.03.03 05:28:41.293517 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7189 | 2025.03.03 05:28:41.293669 [ 254 ] {60e90e50-9848-4a88-95f6-9a60393b2d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7190 | 2025.03.03 05:28:41.293749 [ 254 ] {60e90e50-9848-4a88-95f6-9a60393b2d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7191 | 2025.03.03 05:28:41.293809 [ 195 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_25_6} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7192 | 2025.03.03 05:28:41.294062 [ 195 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_25_6} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7193 | 2025.03.03 05:28:41.294237 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7194 | 2025.03.03 05:28:41.294506 [ 254 ] {60e90e50-9848-4a88-95f6-9a60393b2d26} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7195 | 2025.03.03 05:28:41.294549 [ 254 ] {60e90e50-9848-4a88-95f6-9a60393b2d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7196 | 2025.03.03 05:28:41.294905 [ 254 ] {60e90e50-9848-4a88-95f6-9a60393b2d26} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7197 | 2025.03.03 05:28:41.295154 [ 254 ] {60e90e50-9848-4a88-95f6-9a60393b2d26} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2025.03.03 05:28:41.295367 [ 254 ] {60e90e50-9848-4a88-95f6-9a60393b2d26} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001741 sec., 3446.2952326249283 rows/sec., 180.06 KiB/sec. | ||
| 7199 | 2025.03.03 05:28:41.295421 [ 254 ] {60e90e50-9848-4a88-95f6-9a60393b2d26} <Debug> TCPHandler: Processed in 0.0019781 sec. | ||
| 7200 | 2025.03.03 05:28:41.295528 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7201 | 2025.03.03 05:28:41.295629 [ 254 ] {af20e70f-7b4d-46df-b782-1aa298ccc83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7202 | 2025.03.03 05:28:41.295676 [ 254 ] {af20e70f-7b4d-46df-b782-1aa298ccc83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7203 | 2025.03.03 05:28:41.296195 [ 254 ] {af20e70f-7b4d-46df-b782-1aa298ccc83c} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7204 | 2025.03.03 05:28:41.296232 [ 254 ] {af20e70f-7b4d-46df-b782-1aa298ccc83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7205 | 2025.03.03 05:28:41.296615 [ 254 ] {af20e70f-7b4d-46df-b782-1aa298ccc83c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7206 | 2025.03.03 05:28:41.296852 [ 254 ] {af20e70f-7b4d-46df-b782-1aa298ccc83c} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2025.03.03 05:28:41.297062 [ 254 ] {af20e70f-7b4d-46df-b782-1aa298ccc83c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001454 sec., 162998.62448418158 rows/sec., 10.93 MiB/sec. | ||
| 7208 | 2025.03.03 05:28:41.297115 [ 254 ] {af20e70f-7b4d-46df-b782-1aa298ccc83c} <Debug> TCPHandler: Processed in 0.001638143 sec. | ||
| 7209 | 2025.03.03 05:28:41.297230 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7210 | 2025.03.03 05:28:41.297336 [ 254 ] {15af9f41-9dd5-460a-b52b-4c1f9827df90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7211 | 2025.03.03 05:28:41.297382 [ 254 ] {15af9f41-9dd5-460a-b52b-4c1f9827df90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7212 | 2025.03.03 05:28:41.297801 [ 254 ] {15af9f41-9dd5-460a-b52b-4c1f9827df90} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2025.03.03 05:28:41.297840 [ 254 ] {15af9f41-9dd5-460a-b52b-4c1f9827df90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7214 | 2025.03.03 05:28:41.298179 [ 254 ] {15af9f41-9dd5-460a-b52b-4c1f9827df90} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7215 | 2025.03.03 05:28:41.298414 [ 254 ] {15af9f41-9dd5-460a-b52b-4c1f9827df90} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7216 | 2025.03.03 05:28:41.298617 [ 254 ] {15af9f41-9dd5-460a-b52b-4c1f9827df90} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001302 sec., 768.0491551459294 rows/sec., 51.75 KiB/sec. | ||
| 7217 | 2025.03.03 05:28:41.298668 [ 254 ] {15af9f41-9dd5-460a-b52b-4c1f9827df90} <Debug> TCPHandler: Processed in 0.00148712 sec. | ||
| 7218 | 2025.03.03 05:28:41.298774 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7219 | 2025.03.03 05:28:41.298874 [ 254 ] {23218fce-26bc-45c7-b29c-ecb9dbccd875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7220 | 2025.03.03 05:28:41.298941 [ 254 ] {23218fce-26bc-45c7-b29c-ecb9dbccd875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7221 | 2025.03.03 05:28:41.300067 [ 254 ] {23218fce-26bc-45c7-b29c-ecb9dbccd875} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7222 | 2025.03.03 05:28:41.300105 [ 254 ] {23218fce-26bc-45c7-b29c-ecb9dbccd875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7223 | 2025.03.03 05:28:41.300745 [ 254 ] {23218fce-26bc-45c7-b29c-ecb9dbccd875} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7224 | 2025.03.03 05:28:41.301015 [ 254 ] {23218fce-26bc-45c7-b29c-ecb9dbccd875} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7225 | 2025.03.03 05:28:41.301259 [ 254 ] {23218fce-26bc-45c7-b29c-ecb9dbccd875} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002405 sec., 16216.216216216217 rows/sec., 29.06 MiB/sec. | ||
| 7226 | 2025.03.03 05:28:41.301351 [ 254 ] {23218fce-26bc-45c7-b29c-ecb9dbccd875} <Debug> TCPHandler: Processed in 0.002627753 sec. | ||
| 7227 | 2025.03.03 05:28:41.301464 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7228 | 2025.03.03 05:28:41.301565 [ 254 ] {907c6921-1b0d-4c16-8fa4-85171a98cfca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7229 | 2025.03.03 05:28:41.301611 [ 254 ] {907c6921-1b0d-4c16-8fa4-85171a98cfca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7230 | 2025.03.03 05:28:41.302044 [ 254 ] {907c6921-1b0d-4c16-8fa4-85171a98cfca} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7231 | 2025.03.03 05:28:41.302083 [ 254 ] {907c6921-1b0d-4c16-8fa4-85171a98cfca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7232 | 2025.03.03 05:28:41.302434 [ 254 ] {907c6921-1b0d-4c16-8fa4-85171a98cfca} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7233 | 2025.03.03 05:28:41.302668 [ 254 ] {907c6921-1b0d-4c16-8fa4-85171a98cfca} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7234 | 2025.03.03 05:28:41.302881 [ 254 ] {907c6921-1b0d-4c16-8fa4-85171a98cfca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001337 sec., 61331.33881824981 rows/sec., 3.90 MiB/sec. | ||
| 7235 | 2025.03.03 05:28:41.302930 [ 254 ] {907c6921-1b0d-4c16-8fa4-85171a98cfca} <Debug> TCPHandler: Processed in 0.00151581 sec. | ||
| 7236 | 2025.03.03 05:28:41.560998 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7237 | 2025.03.03 05:28:41.582569 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7238 | 2025.03.03 05:28:41.582620 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7239 | 2025.03.03 05:28:41.590123 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7240 | 2025.03.03 05:28:41.590912 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7241 | 2025.03.03 05:28:41.591294 [ 90 ] {} <Debug> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7242 | 2025.03.03 05:28:41.591431 [ 90 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7243 | 2025.03.03 05:28:41.591509 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7244 | 2025.03.03 05:28:41.592166 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 7245 | 2025.03.03 05:28:41.605186 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7246 | 2025.03.03 05:28:41.607069 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7247 | 2025.03.03 05:28:41.608714 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 7248 | 2025.03.03 05:28:41.614311 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 7249 | 2025.03.03 05:28:41.619825 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 7250 | 2025.03.03 05:28:41.625239 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 7251 | 2025.03.03 05:28:41.630846 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 7252 | 2025.03.03 05:28:41.635355 [ 204 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 7253 | 2025.03.03 05:28:41.694952 [ 197 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.10321685 sec., 2635.2286472605974 rows/sec., 13.63 MiB/sec. | ||
| 7254 | 2025.03.03 05:28:41.697881 [ 197 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7255 | 2025.03.03 05:28:41.700862 [ 197 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_36_7} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7256 | 2025.03.03 05:28:41.700994 [ 197 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_36_7} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7257 | 2025.03.03 05:28:41.703430 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7258 | 2025.03.03 05:28:46.263621 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7259 | 2025.03.03 05:28:46.263851 [ 254 ] {9f529ccd-31ab-49ed-81ff-85967b495505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7260 | 2025.03.03 05:28:46.263930 [ 254 ] {9f529ccd-31ab-49ed-81ff-85967b495505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7261 | 2025.03.03 05:28:46.264770 [ 254 ] {9f529ccd-31ab-49ed-81ff-85967b495505} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7262 | 2025.03.03 05:28:46.264812 [ 254 ] {9f529ccd-31ab-49ed-81ff-85967b495505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7263 | 2025.03.03 05:28:46.265280 [ 254 ] {9f529ccd-31ab-49ed-81ff-85967b495505} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7264 | 2025.03.03 05:28:46.265540 [ 254 ] {9f529ccd-31ab-49ed-81ff-85967b495505} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7265 | 2025.03.03 05:28:46.265758 [ 254 ] {9f529ccd-31ab-49ed-81ff-85967b495505} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00196 sec., 28571.428571428572 rows/sec., 2.18 MiB/sec. | ||
| 7266 | 2025.03.03 05:28:46.265857 [ 254 ] {9f529ccd-31ab-49ed-81ff-85967b495505} <Debug> TCPHandler: Processed in 0.002374718 sec. | ||
| 7267 | 2025.03.03 05:28:46.266115 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7268 | 2025.03.03 05:28:46.266285 [ 254 ] {cb9c6ca9-b055-4e3b-b11e-f7776dd97131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7269 | 2025.03.03 05:28:46.266333 [ 254 ] {cb9c6ca9-b055-4e3b-b11e-f7776dd97131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7270 | 2025.03.03 05:28:46.267344 [ 254 ] {cb9c6ca9-b055-4e3b-b11e-f7776dd97131} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7271 | 2025.03.03 05:28:46.267384 [ 254 ] {cb9c6ca9-b055-4e3b-b11e-f7776dd97131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7272 | 2025.03.03 05:28:46.267745 [ 254 ] {cb9c6ca9-b055-4e3b-b11e-f7776dd97131} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7273 | 2025.03.03 05:28:46.267997 [ 254 ] {cb9c6ca9-b055-4e3b-b11e-f7776dd97131} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7274 | 2025.03.03 05:28:46.268177 [ 254 ] {cb9c6ca9-b055-4e3b-b11e-f7776dd97131} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001916 sec., 33402.92275574113 rows/sec., 2.61 MiB/sec. | ||
| 7275 | 2025.03.03 05:28:46.268230 [ 254 ] {cb9c6ca9-b055-4e3b-b11e-f7776dd97131} <Debug> TCPHandler: Processed in 0.002221935 sec. | ||
| 7276 | 2025.03.03 05:28:46.268346 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7277 | 2025.03.03 05:28:46.268450 [ 254 ] {17b7d83d-7767-4e75-8947-326717c03891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7278 | 2025.03.03 05:28:46.268499 [ 254 ] {17b7d83d-7767-4e75-8947-326717c03891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7279 | 2025.03.03 05:28:46.269015 [ 254 ] {17b7d83d-7767-4e75-8947-326717c03891} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7280 | 2025.03.03 05:28:46.269052 [ 254 ] {17b7d83d-7767-4e75-8947-326717c03891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7281 | 2025.03.03 05:28:46.269438 [ 254 ] {17b7d83d-7767-4e75-8947-326717c03891} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7282 | 2025.03.03 05:28:46.269677 [ 254 ] {17b7d83d-7767-4e75-8947-326717c03891} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7283 | 2025.03.03 05:28:46.269883 [ 254 ] {17b7d83d-7767-4e75-8947-326717c03891} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001443 sec., 110880.11088011088 rows/sec., 7.72 MiB/sec. | ||
| 7284 | 2025.03.03 05:28:46.269950 [ 254 ] {17b7d83d-7767-4e75-8947-326717c03891} <Debug> TCPHandler: Processed in 0.001655793 sec. | ||
| 7285 | 2025.03.03 05:28:46.270198 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7286 | 2025.03.03 05:28:46.270344 [ 254 ] {d65e4e0d-50f4-4063-8cfc-7102ccec0c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7287 | 2025.03.03 05:28:46.270393 [ 254 ] {d65e4e0d-50f4-4063-8cfc-7102ccec0c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7288 | 2025.03.03 05:28:46.270837 [ 254 ] {d65e4e0d-50f4-4063-8cfc-7102ccec0c6a} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7289 | 2025.03.03 05:28:46.270875 [ 254 ] {d65e4e0d-50f4-4063-8cfc-7102ccec0c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7290 | 2025.03.03 05:28:46.271228 [ 254 ] {d65e4e0d-50f4-4063-8cfc-7102ccec0c6a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7291 | 2025.03.03 05:28:46.271462 [ 254 ] {d65e4e0d-50f4-4063-8cfc-7102ccec0c6a} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7292 | 2025.03.03 05:28:46.271635 [ 254 ] {d65e4e0d-50f4-4063-8cfc-7102ccec0c6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001315 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec. | ||
| 7293 | 2025.03.03 05:28:46.271684 [ 254 ] {d65e4e0d-50f4-4063-8cfc-7102ccec0c6a} <Debug> TCPHandler: Processed in 0.001576642 sec. | ||
| 7294 | 2025.03.03 05:28:47.934031 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7295 | 2025.03.03 05:28:47.934933 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7296 | 2025.03.03 05:28:47.934973 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7297 | 2025.03.03 05:28:47.935581 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7298 | 2025.03.03 05:28:47.935849 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7299 | 2025.03.03 05:28:47.936048 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7300 | 2025.03.03 05:28:49.106247 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7301 | 2025.03.03 05:28:49.125290 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7302 | 2025.03.03 05:28:49.125345 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7303 | 2025.03.03 05:28:49.132306 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7304 | 2025.03.03 05:28:49.133066 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7305 | 2025.03.03 05:28:49.136352 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7306 | 2025.03.03 05:28:50.529864 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1032 | ||
| 7307 | 2025.03.03 05:28:50.532850 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7308 | 2025.03.03 05:28:50.532894 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7309 | 2025.03.03 05:28:50.534387 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7310 | 2025.03.03 05:28:50.534698 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7311 | 2025.03.03 05:28:50.535200 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1032 | ||
| 7312 | 2025.03.03 05:28:51.272265 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7313 | 2025.03.03 05:28:51.272571 [ 254 ] {f81a3c6c-9ec6-4824-862e-bff527b757c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7314 | 2025.03.03 05:28:51.272687 [ 254 ] {f81a3c6c-9ec6-4824-862e-bff527b757c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7315 | 2025.03.03 05:28:51.273577 [ 254 ] {f81a3c6c-9ec6-4824-862e-bff527b757c9} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7316 | 2025.03.03 05:28:51.273618 [ 254 ] {f81a3c6c-9ec6-4824-862e-bff527b757c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7317 | 2025.03.03 05:28:51.274081 [ 254 ] {f81a3c6c-9ec6-4824-862e-bff527b757c9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7318 | 2025.03.03 05:28:51.274346 [ 254 ] {f81a3c6c-9ec6-4824-862e-bff527b757c9} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7319 | 2025.03.03 05:28:51.274593 [ 254 ] {f81a3c6c-9ec6-4824-862e-bff527b757c9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002101 sec., 100904.33127082342 rows/sec., 6.42 MiB/sec. | ||
| 7320 | 2025.03.03 05:28:51.274713 [ 254 ] {f81a3c6c-9ec6-4824-862e-bff527b757c9} <Debug> TCPHandler: Processed in 0.002630713 sec. | ||
| 7321 | 2025.03.03 05:28:51.274953 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7322 | 2025.03.03 05:28:51.275061 [ 254 ] {b6392d12-f9bc-44d9-a05e-323e3aca909f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7323 | 2025.03.03 05:28:51.275110 [ 254 ] {b6392d12-f9bc-44d9-a05e-323e3aca909f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7324 | 2025.03.03 05:28:51.275905 [ 254 ] {b6392d12-f9bc-44d9-a05e-323e3aca909f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7325 | 2025.03.03 05:28:51.275944 [ 254 ] {b6392d12-f9bc-44d9-a05e-323e3aca909f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7326 | 2025.03.03 05:28:51.276366 [ 254 ] {b6392d12-f9bc-44d9-a05e-323e3aca909f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7327 | 2025.03.03 05:28:51.276613 [ 254 ] {b6392d12-f9bc-44d9-a05e-323e3aca909f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7328 | 2025.03.03 05:28:51.276743 [ 80 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7329 | 2025.03.03 05:28:51.276787 [ 80 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7330 | 2025.03.03 05:28:51.276806 [ 254 ] {b6392d12-f9bc-44d9-a05e-323e3aca909f} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001766 sec., 393544.7338618347 rows/sec., 31.40 MiB/sec. | ||
| 7331 | 2025.03.03 05:28:51.276815 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7332 | 2025.03.03 05:28:51.276914 [ 254 ] {b6392d12-f9bc-44d9-a05e-323e3aca909f} <Debug> TCPHandler: Processed in 0.002037641 sec. | ||
| 7333 | 2025.03.03 05:28:51.277099 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 7334 | 2025.03.03 05:28:51.277115 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7335 | 2025.03.03 05:28:51.277351 [ 254 ] {2c34666b-e59d-48c7-8839-e51fb182145d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7336 | 2025.03.03 05:28:51.277373 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7337 | 2025.03.03 05:28:51.277444 [ 254 ] {2c34666b-e59d-48c7-8839-e51fb182145d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7338 | 2025.03.03 05:28:51.277454 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1845 rows starting from the beginning of the part | ||
| 7339 | 2025.03.03 05:28:51.277824 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7340 | 2025.03.03 05:28:51.278176 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
| 7341 | 2025.03.03 05:28:51.278621 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 695 rows starting from the beginning of the part | ||
| 7342 | 2025.03.03 05:28:51.279049 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 7343 | 2025.03.03 05:28:51.279333 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 695 rows starting from the beginning of the part | ||
| 7344 | 2025.03.03 05:28:51.280252 [ 254 ] {2c34666b-e59d-48c7-8839-e51fb182145d} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7345 | 2025.03.03 05:28:51.280325 [ 254 ] {2c34666b-e59d-48c7-8839-e51fb182145d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7346 | 2025.03.03 05:28:51.281296 [ 254 ] {2c34666b-e59d-48c7-8839-e51fb182145d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7347 | 2025.03.03 05:28:51.281861 [ 254 ] {2c34666b-e59d-48c7-8839-e51fb182145d} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7348 | 2025.03.03 05:28:51.282292 [ 254 ] {2c34666b-e59d-48c7-8839-e51fb182145d} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.005014 sec., 28919.026725169522 rows/sec., 1.81 MiB/sec. | ||
| 7349 | 2025.03.03 05:28:51.282627 [ 254 ] {2c34666b-e59d-48c7-8839-e51fb182145d} <Debug> TCPHandler: Processed in 0.005555311 sec. | ||
| 7350 | 2025.03.03 05:28:51.283048 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7351 | 2025.03.03 05:28:51.283402 [ 254 ] {4ef82b0b-0c3f-4050-b4ba-46a73aaaaf9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7352 | 2025.03.03 05:28:51.283423 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3403 rows, containing 5 columns (5 merged, 0 gathered) in 0.00649107 sec., 524258.7123540495 rows/sec., 44.18 MiB/sec. | ||
| 7353 | 2025.03.03 05:28:51.283472 [ 254 ] {4ef82b0b-0c3f-4050-b4ba-46a73aaaaf9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7354 | 2025.03.03 05:28:51.283731 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7355 | 2025.03.03 05:28:51.284349 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_61_12} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7356 | 2025.03.03 05:28:51.284576 [ 193 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_61_12} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7357 | 2025.03.03 05:28:51.284763 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7358 | 2025.03.03 05:28:51.284833 [ 254 ] {4ef82b0b-0c3f-4050-b4ba-46a73aaaaf9d} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7359 | 2025.03.03 05:28:51.284877 [ 254 ] {4ef82b0b-0c3f-4050-b4ba-46a73aaaaf9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7360 | 2025.03.03 05:28:51.285234 [ 254 ] {4ef82b0b-0c3f-4050-b4ba-46a73aaaaf9d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7361 | 2025.03.03 05:28:51.285474 [ 254 ] {4ef82b0b-0c3f-4050-b4ba-46a73aaaaf9d} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7362 | 2025.03.03 05:28:51.285698 [ 254 ] {4ef82b0b-0c3f-4050-b4ba-46a73aaaaf9d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002376 sec., 47558.92255892256 rows/sec., 3.08 MiB/sec. | ||
| 7363 | 2025.03.03 05:28:51.285838 [ 254 ] {4ef82b0b-0c3f-4050-b4ba-46a73aaaaf9d} <Debug> TCPHandler: Processed in 0.00296014 sec. | ||
| 7364 | 2025.03.03 05:28:51.285972 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7365 | 2025.03.03 05:28:51.286073 [ 254 ] {67ee0a8a-93d1-43a8-84d7-fc5ca7202fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7366 | 2025.03.03 05:28:51.286117 [ 254 ] {67ee0a8a-93d1-43a8-84d7-fc5ca7202fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7367 | 2025.03.03 05:28:51.286658 [ 254 ] {67ee0a8a-93d1-43a8-84d7-fc5ca7202fad} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7368 | 2025.03.03 05:28:51.286696 [ 254 ] {67ee0a8a-93d1-43a8-84d7-fc5ca7202fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7369 | 2025.03.03 05:28:51.287041 [ 254 ] {67ee0a8a-93d1-43a8-84d7-fc5ca7202fad} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7370 | 2025.03.03 05:28:51.287276 [ 254 ] {67ee0a8a-93d1-43a8-84d7-fc5ca7202fad} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7371 | 2025.03.03 05:28:51.287485 [ 254 ] {67ee0a8a-93d1-43a8-84d7-fc5ca7202fad} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001433 sec., 78157.71109560363 rows/sec., 4.45 MiB/sec. | ||
| 7372 | 2025.03.03 05:28:51.287536 [ 254 ] {67ee0a8a-93d1-43a8-84d7-fc5ca7202fad} <Debug> TCPHandler: Processed in 0.001615682 sec. | ||
| 7373 | 2025.03.03 05:28:51.287650 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7374 | 2025.03.03 05:28:51.287754 [ 254 ] {4d361fe9-cfb7-4914-8d9d-48ed8a3b5b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7375 | 2025.03.03 05:28:51.287799 [ 254 ] {4d361fe9-cfb7-4914-8d9d-48ed8a3b5b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7376 | 2025.03.03 05:28:51.288454 [ 254 ] {4d361fe9-cfb7-4914-8d9d-48ed8a3b5b73} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7377 | 2025.03.03 05:28:51.288493 [ 254 ] {4d361fe9-cfb7-4914-8d9d-48ed8a3b5b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7378 | 2025.03.03 05:28:51.288871 [ 254 ] {4d361fe9-cfb7-4914-8d9d-48ed8a3b5b73} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7379 | 2025.03.03 05:28:51.289104 [ 254 ] {4d361fe9-cfb7-4914-8d9d-48ed8a3b5b73} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7380 | 2025.03.03 05:28:51.289257 [ 79 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7381 | 2025.03.03 05:28:51.289325 [ 254 ] {4d361fe9-cfb7-4914-8d9d-48ed8a3b5b73} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001589 sec., 264946.50723725616 rows/sec., 18.87 MiB/sec. | ||
| 7382 | 2025.03.03 05:28:51.289345 [ 79 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7383 | 2025.03.03 05:28:51.289411 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7384 | 2025.03.03 05:28:51.289443 [ 254 ] {4d361fe9-cfb7-4914-8d9d-48ed8a3b5b73} <Debug> TCPHandler: Processed in 0.001839717 sec. | ||
| 7385 | 2025.03.03 05:28:51.289593 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 7386 | 2025.03.03 05:28:51.289602 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7387 | 2025.03.03 05:28:51.289764 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7388 | 2025.03.03 05:28:51.289764 [ 254 ] {ff698f76-9223-43a9-8031-349a943811fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7389 | 2025.03.03 05:28:51.289808 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 7390 | 2025.03.03 05:28:51.289833 [ 254 ] {ff698f76-9223-43a9-8031-349a943811fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7391 | 2025.03.03 05:28:51.290035 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 7392 | 2025.03.03 05:28:51.290300 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
| 7393 | 2025.03.03 05:28:51.290512 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 421 rows starting from the beginning of the part | ||
| 7394 | 2025.03.03 05:28:51.290648 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 7395 | 2025.03.03 05:28:51.290906 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 421 rows starting from the beginning of the part | ||
| 7396 | 2025.03.03 05:28:51.291387 [ 254 ] {ff698f76-9223-43a9-8031-349a943811fb} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7397 | 2025.03.03 05:28:51.291429 [ 254 ] {ff698f76-9223-43a9-8031-349a943811fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7398 | 2025.03.03 05:28:51.291937 [ 254 ] {ff698f76-9223-43a9-8031-349a943811fb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7399 | 2025.03.03 05:28:51.292252 [ 254 ] {ff698f76-9223-43a9-8031-349a943811fb} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7400 | 2025.03.03 05:28:51.292615 [ 254 ] {ff698f76-9223-43a9-8031-349a943811fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002866 sec., 2093.51011863224 rows/sec., 109.38 KiB/sec. | ||
| 7401 | 2025.03.03 05:28:51.292985 [ 254 ] {ff698f76-9223-43a9-8031-349a943811fb} <Debug> TCPHandler: Processed in 0.003435989 sec. | ||
| 7402 | 2025.03.03 05:28:51.293385 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7403 | 2025.03.03 05:28:51.293579 [ 189 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.004059872 sec., 479571.76975037635 rows/sec., 36.63 MiB/sec. | ||
| 7404 | 2025.03.03 05:28:51.293619 [ 254 ] {e2bf008f-39a7-443b-a037-f6886b16ee23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7405 | 2025.03.03 05:28:51.293689 [ 254 ] {e2bf008f-39a7-443b-a037-f6886b16ee23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7406 | 2025.03.03 05:28:51.293921 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7407 | 2025.03.03 05:28:51.294573 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_61_12} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7408 | 2025.03.03 05:28:51.294815 [ 190 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_61_12} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7409 | 2025.03.03 05:28:51.294834 [ 254 ] {e2bf008f-39a7-443b-a037-f6886b16ee23} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7410 | 2025.03.03 05:28:51.294905 [ 254 ] {e2bf008f-39a7-443b-a037-f6886b16ee23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7411 | 2025.03.03 05:28:51.294964 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7412 | 2025.03.03 05:28:51.295364 [ 254 ] {e2bf008f-39a7-443b-a037-f6886b16ee23} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7413 | 2025.03.03 05:28:51.295609 [ 254 ] {e2bf008f-39a7-443b-a037-f6886b16ee23} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7414 | 2025.03.03 05:28:51.295776 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7415 | 2025.03.03 05:28:51.295836 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7416 | 2025.03.03 05:28:51.295856 [ 254 ] {e2bf008f-39a7-443b-a037-f6886b16ee23} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002268 sec., 104497.35449735449 rows/sec., 7.00 MiB/sec. | ||
| 7417 | 2025.03.03 05:28:51.295873 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7418 | 2025.03.03 05:28:51.296028 [ 254 ] {e2bf008f-39a7-443b-a037-f6886b16ee23} <Debug> TCPHandler: Processed in 0.002773515 sec. | ||
| 7419 | 2025.03.03 05:28:51.296310 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 7420 | 2025.03.03 05:28:51.296373 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7421 | 2025.03.03 05:28:51.296716 [ 254 ] {9fe65d5e-2a14-4e9a-83df-dd5d84bcb68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7422 | 2025.03.03 05:28:51.296887 [ 254 ] {9fe65d5e-2a14-4e9a-83df-dd5d84bcb68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7423 | 2025.03.03 05:28:51.297004 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7424 | 2025.03.03 05:28:51.297096 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17517 rows starting from the beginning of the part | ||
| 7425 | 2025.03.03 05:28:51.297520 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part | ||
| 7426 | 2025.03.03 05:28:51.297837 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 7427 | 2025.03.03 05:28:51.298044 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 7428 | 2025.03.03 05:28:51.298439 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 7429 | 2025.03.03 05:28:51.298770 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 7430 | 2025.03.03 05:28:51.299221 [ 254 ] {9fe65d5e-2a14-4e9a-83df-dd5d84bcb68d} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7431 | 2025.03.03 05:28:51.299302 [ 254 ] {9fe65d5e-2a14-4e9a-83df-dd5d84bcb68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7432 | 2025.03.03 05:28:51.300043 [ 254 ] {9fe65d5e-2a14-4e9a-83df-dd5d84bcb68d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7433 | 2025.03.03 05:28:51.300318 [ 254 ] {9fe65d5e-2a14-4e9a-83df-dd5d84bcb68d} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7434 | 2025.03.03 05:28:51.300629 [ 254 ] {9fe65d5e-2a14-4e9a-83df-dd5d84bcb68d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004033 sec., 247.95437639474335 rows/sec., 16.71 KiB/sec. | ||
| 7435 | 2025.03.03 05:28:51.300698 [ 254 ] {9fe65d5e-2a14-4e9a-83df-dd5d84bcb68d} <Debug> TCPHandler: Processed in 0.004419949 sec. | ||
| 7436 | 2025.03.03 05:28:51.300887 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7437 | 2025.03.03 05:28:51.301140 [ 254 ] {f7aa112a-65b9-4889-ae24-d16e850fabdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7438 | 2025.03.03 05:28:51.301348 [ 254 ] {f7aa112a-65b9-4889-ae24-d16e850fabdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7439 | 2025.03.03 05:28:51.303649 [ 254 ] {f7aa112a-65b9-4889-ae24-d16e850fabdd} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7440 | 2025.03.03 05:28:51.303690 [ 254 ] {f7aa112a-65b9-4889-ae24-d16e850fabdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7441 | 2025.03.03 05:28:51.304578 [ 254 ] {f7aa112a-65b9-4889-ae24-d16e850fabdd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7442 | 2025.03.03 05:28:51.305091 [ 254 ] {f7aa112a-65b9-4889-ae24-d16e850fabdd} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7443 | 2025.03.03 05:28:51.305276 [ 79 ] {} <Debug> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7444 | 2025.03.03 05:28:51.305365 [ 79 ] {} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7445 | 2025.03.03 05:28:51.305407 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7446 | 2025.03.03 05:28:51.305420 [ 254 ] {f7aa112a-65b9-4889-ae24-d16e850fabdd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004365 sec., 8934.707903780069 rows/sec., 16.01 MiB/sec. | ||
| 7447 | 2025.03.03 05:28:51.305893 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::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 | ||
| 7448 | 2025.03.03 05:28:51.306167 [ 254 ] {f7aa112a-65b9-4889-ae24-d16e850fabdd} <Debug> TCPHandler: Processed in 0.005345437 sec. | ||
| 7449 | 2025.03.03 05:28:51.306770 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7450 | 2025.03.03 05:28:51.307298 [ 254 ] {dc68dd35-4a9d-4262-b3ae-d1b230585109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7451 | 2025.03.03 05:28:51.307523 [ 254 ] {dc68dd35-4a9d-4262-b3ae-d1b230585109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7452 | 2025.03.03 05:28:51.307868 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7453 | 2025.03.03 05:28:51.308272 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 711 rows starting from the beginning of the part | ||
| 7454 | 2025.03.03 05:28:51.308334 [ 199 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18439 rows, containing 5 columns (5 merged, 0 gathered) in 0.012294367 sec., 1499792.5472698186 rows/sec., 101.27 MiB/sec. | ||
| 7455 | 2025.03.03 05:28:51.308827 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7456 | 2025.03.03 05:28:51.309778 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part | ||
| 7457 | 2025.03.03 05:28:51.310105 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7458 | 2025.03.03 05:28:51.310613 [ 188 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7459 | 2025.03.03 05:28:51.310929 [ 254 ] {dc68dd35-4a9d-4262-b3ae-d1b230585109} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7460 | 2025.03.03 05:28:51.311027 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.18 MiB. | ||
| 7461 | 2025.03.03 05:28:51.311041 [ 254 ] {dc68dd35-4a9d-4262-b3ae-d1b230585109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7462 | 2025.03.03 05:28:51.311196 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 7463 | 2025.03.03 05:28:51.311868 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part | ||
| 7464 | 2025.03.03 05:28:51.312525 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 7465 | 2025.03.03 05:28:51.312578 [ 254 ] {dc68dd35-4a9d-4262-b3ae-d1b230585109} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7466 | 2025.03.03 05:28:51.313045 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part | ||
| 7467 | 2025.03.03 05:28:51.313519 [ 254 ] {dc68dd35-4a9d-4262-b3ae-d1b230585109} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7468 | 2025.03.03 05:28:51.314268 [ 254 ] {dc68dd35-4a9d-4262-b3ae-d1b230585109} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007136 sec., 11491.031390134529 rows/sec., 747.34 KiB/sec. | ||
| 7469 | 2025.03.03 05:28:51.314271 [ 79 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7470 | 2025.03.03 05:28:51.314513 [ 254 ] {dc68dd35-4a9d-4262-b3ae-d1b230585109} <Debug> TCPHandler: Processed in 0.007923179 sec. | ||
| 7471 | 2025.03.03 05:28:51.314515 [ 79 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7472 | 2025.03.03 05:28:51.314667 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7473 | 2025.03.03 05:28:51.315275 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 7474 | 2025.03.03 05:28:51.316016 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7475 | 2025.03.03 05:28:51.316141 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3408 rows starting from the beginning of the part | ||
| 7476 | 2025.03.03 05:28:51.316620 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part | ||
| 7477 | 2025.03.03 05:28:51.316870 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 7478 | 2025.03.03 05:28:51.317039 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 7479 | 2025.03.03 05:28:51.317238 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 7480 | 2025.03.03 05:28:51.317371 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 7481 | 2025.03.03 05:28:51.321048 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3740 rows, containing 4 columns (4 merged, 0 gathered) in 0.006187214 sec., 604472.3845013281 rows/sec., 39.40 MiB/sec. | ||
| 7482 | 2025.03.03 05:28:51.321500 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7483 | 2025.03.03 05:28:51.321900 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_61_12} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7484 | 2025.03.03 05:28:51.322117 [ 188 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_61_12} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7485 | 2025.03.03 05:28:51.322217 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7486 | 2025.03.03 05:28:51.329345 [ 194 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 906 rows, containing 19 columns (19 merged, 0 gathered) in 0.023826708 sec., 38024.556308827894 rows/sec., 68.14 MiB/sec. | ||
| 7487 | 2025.03.03 05:28:51.330255 [ 194 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7488 | 2025.03.03 05:28:51.330658 [ 194 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7489 | 2025.03.03 05:28:51.330737 [ 194 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7490 | 2025.03.03 05:28:51.330847 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 7491 | 2025.03.03 05:28:52.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.87 MiB, peak 219.32 MiB, free memory in arenas 0.00 B, will set to 211.13 MiB (RSS), difference: 2.27 MiB | ||
| 7492 | 2025.03.03 05:28:55.278156 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7493 | 2025.03.03 05:28:55.278212 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7494 | 2025.03.03 05:28:55.437152 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7495 | 2025.03.03 05:28:55.437834 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7496 | 2025.03.03 05:28:55.437881 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7497 | 2025.03.03 05:28:55.438410 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7498 | 2025.03.03 05:28:55.438670 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7499 | 2025.03.03 05:28:55.438926 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7500 | 2025.03.03 05:28:56.264464 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7501 | 2025.03.03 05:28:56.264681 [ 254 ] {75c62f6b-ac21-4df7-b03b-32ebdf0fd96b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7502 | 2025.03.03 05:28:56.264764 [ 254 ] {75c62f6b-ac21-4df7-b03b-32ebdf0fd96b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7503 | 2025.03.03 05:28:56.265570 [ 254 ] {75c62f6b-ac21-4df7-b03b-32ebdf0fd96b} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7504 | 2025.03.03 05:28:56.265625 [ 254 ] {75c62f6b-ac21-4df7-b03b-32ebdf0fd96b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7505 | 2025.03.03 05:28:56.266080 [ 254 ] {75c62f6b-ac21-4df7-b03b-32ebdf0fd96b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7506 | 2025.03.03 05:28:56.266378 [ 254 ] {75c62f6b-ac21-4df7-b03b-32ebdf0fd96b} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7507 | 2025.03.03 05:28:56.266652 [ 254 ] {75c62f6b-ac21-4df7-b03b-32ebdf0fd96b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 2.11 MiB/sec. | ||
| 7508 | 2025.03.03 05:28:56.266731 [ 254 ] {75c62f6b-ac21-4df7-b03b-32ebdf0fd96b} <Debug> TCPHandler: Processed in 0.002410849 sec. | ||
| 7509 | 2025.03.03 05:28:56.266987 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7510 | 2025.03.03 05:28:56.267128 [ 254 ] {4c44804c-58b3-4b43-8289-29eae4818f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7511 | 2025.03.03 05:28:56.267177 [ 254 ] {4c44804c-58b3-4b43-8289-29eae4818f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7512 | 2025.03.03 05:28:56.267758 [ 254 ] {4c44804c-58b3-4b43-8289-29eae4818f6d} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7513 | 2025.03.03 05:28:56.267800 [ 254 ] {4c44804c-58b3-4b43-8289-29eae4818f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7514 | 2025.03.03 05:28:56.268169 [ 254 ] {4c44804c-58b3-4b43-8289-29eae4818f6d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7515 | 2025.03.03 05:28:56.268408 [ 254 ] {4c44804c-58b3-4b43-8289-29eae4818f6d} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7516 | 2025.03.03 05:28:56.268617 [ 254 ] {4c44804c-58b3-4b43-8289-29eae4818f6d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001511 sec., 42356.05559232296 rows/sec., 3.31 MiB/sec. | ||
| 7517 | 2025.03.03 05:28:56.268671 [ 254 ] {4c44804c-58b3-4b43-8289-29eae4818f6d} <Debug> TCPHandler: Processed in 0.001784926 sec. | ||
| 7518 | 2025.03.03 05:28:56.268790 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7519 | 2025.03.03 05:28:56.268898 [ 254 ] {4ed1e4f3-2efd-477e-9978-0c60770a2c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7520 | 2025.03.03 05:28:56.268950 [ 254 ] {4ed1e4f3-2efd-477e-9978-0c60770a2c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7521 | 2025.03.03 05:28:56.269473 [ 254 ] {4ed1e4f3-2efd-477e-9978-0c60770a2c36} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7522 | 2025.03.03 05:28:56.269514 [ 254 ] {4ed1e4f3-2efd-477e-9978-0c60770a2c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7523 | 2025.03.03 05:28:56.269909 [ 254 ] {4ed1e4f3-2efd-477e-9978-0c60770a2c36} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7524 | 2025.03.03 05:28:56.270159 [ 254 ] {4ed1e4f3-2efd-477e-9978-0c60770a2c36} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7525 | 2025.03.03 05:28:56.270393 [ 254 ] {4ed1e4f3-2efd-477e-9978-0c60770a2c36} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec. | ||
| 7526 | 2025.03.03 05:28:56.270460 [ 254 ] {4ed1e4f3-2efd-477e-9978-0c60770a2c36} <Debug> TCPHandler: Processed in 0.001721354 sec. | ||
| 7527 | 2025.03.03 05:28:56.270703 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7528 | 2025.03.03 05:28:56.270841 [ 254 ] {7121c1d1-e9f6-4c5f-b7cb-255c4ab43ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7529 | 2025.03.03 05:28:56.270892 [ 254 ] {7121c1d1-e9f6-4c5f-b7cb-255c4ab43ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7530 | 2025.03.03 05:28:56.271348 [ 254 ] {7121c1d1-e9f6-4c5f-b7cb-255c4ab43ddf} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7531 | 2025.03.03 05:28:56.271388 [ 254 ] {7121c1d1-e9f6-4c5f-b7cb-255c4ab43ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7532 | 2025.03.03 05:28:56.271764 [ 254 ] {7121c1d1-e9f6-4c5f-b7cb-255c4ab43ddf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7533 | 2025.03.03 05:28:56.272005 [ 254 ] {7121c1d1-e9f6-4c5f-b7cb-255c4ab43ddf} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7534 | 2025.03.03 05:28:56.272261 [ 254 ] {7121c1d1-e9f6-4c5f-b7cb-255c4ab43ddf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
| 7535 | 2025.03.03 05:28:56.272317 [ 254 ] {7121c1d1-e9f6-4c5f-b7cb-255c4ab43ddf} <Debug> TCPHandler: Processed in 0.001714755 sec. | ||
| 7536 | 2025.03.03 05:28:56.636401 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7537 | 2025.03.03 05:28:56.657154 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7538 | 2025.03.03 05:28:56.657219 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7539 | 2025.03.03 05:28:56.664915 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7540 | 2025.03.03 05:28:56.665705 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7541 | 2025.03.03 05:28:56.668966 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7542 | 2025.03.03 05:28:56.766367 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7543 | 2025.03.03 05:28:56.766561 [ 254 ] {45e50d52-871e-4781-9d85-81f7b7769646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7544 | 2025.03.03 05:28:56.766635 [ 254 ] {45e50d52-871e-4781-9d85-81f7b7769646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7545 | 2025.03.03 05:28:56.767510 [ 254 ] {45e50d52-871e-4781-9d85-81f7b7769646} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7546 | 2025.03.03 05:28:56.767562 [ 254 ] {45e50d52-871e-4781-9d85-81f7b7769646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7547 | 2025.03.03 05:28:56.768011 [ 254 ] {45e50d52-871e-4781-9d85-81f7b7769646} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7548 | 2025.03.03 05:28:56.768260 [ 254 ] {45e50d52-871e-4781-9d85-81f7b7769646} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7549 | 2025.03.03 05:28:56.768522 [ 254 ] {45e50d52-871e-4781-9d85-81f7b7769646} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002008 sec., 105577.6892430279 rows/sec., 6.71 MiB/sec. | ||
| 7550 | 2025.03.03 05:28:56.768598 [ 254 ] {45e50d52-871e-4781-9d85-81f7b7769646} <Debug> TCPHandler: Processed in 0.002368858 sec. | ||
| 7551 | 2025.03.03 05:28:56.768844 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7552 | 2025.03.03 05:28:56.768952 [ 254 ] {5f03b1f4-a564-4a35-809e-ee28c76c71a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7553 | 2025.03.03 05:28:56.769001 [ 254 ] {5f03b1f4-a564-4a35-809e-ee28c76c71a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7554 | 2025.03.03 05:28:56.769532 [ 254 ] {5f03b1f4-a564-4a35-809e-ee28c76c71a5} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7555 | 2025.03.03 05:28:56.769572 [ 254 ] {5f03b1f4-a564-4a35-809e-ee28c76c71a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7556 | 2025.03.03 05:28:56.769919 [ 254 ] {5f03b1f4-a564-4a35-809e-ee28c76c71a5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7557 | 2025.03.03 05:28:56.770168 [ 254 ] {5f03b1f4-a564-4a35-809e-ee28c76c71a5} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7558 | 2025.03.03 05:28:56.770386 [ 254 ] {5f03b1f4-a564-4a35-809e-ee28c76c71a5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001456 sec., 1373.6263736263736 rows/sec., 112.01 KiB/sec. | ||
| 7559 | 2025.03.03 05:28:56.770440 [ 254 ] {5f03b1f4-a564-4a35-809e-ee28c76c71a5} <Debug> TCPHandler: Processed in 0.001677103 sec. | ||
| 7560 | 2025.03.03 05:28:56.770545 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7561 | 2025.03.03 05:28:56.770648 [ 254 ] {d7f259d1-335b-420c-b9d8-9a708c2578c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7562 | 2025.03.03 05:28:56.770692 [ 254 ] {d7f259d1-335b-420c-b9d8-9a708c2578c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7563 | 2025.03.03 05:28:56.772279 [ 254 ] {d7f259d1-335b-420c-b9d8-9a708c2578c7} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7564 | 2025.03.03 05:28:56.772319 [ 254 ] {d7f259d1-335b-420c-b9d8-9a708c2578c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7565 | 2025.03.03 05:28:56.772802 [ 254 ] {d7f259d1-335b-420c-b9d8-9a708c2578c7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7566 | 2025.03.03 05:28:56.773049 [ 254 ] {d7f259d1-335b-420c-b9d8-9a708c2578c7} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7567 | 2025.03.03 05:28:56.773283 [ 254 ] {d7f259d1-335b-420c-b9d8-9a708c2578c7} <Debug> executeQuery: Read 1836 rows, 152.97 KiB in 0.002656 sec., 691265.0602409638 rows/sec., 56.24 MiB/sec. | ||
| 7568 | 2025.03.03 05:28:56.773335 [ 254 ] {d7f259d1-335b-420c-b9d8-9a708c2578c7} <Debug> TCPHandler: Processed in 0.002839186 sec. | ||
| 7569 | 2025.03.03 05:28:56.773452 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7570 | 2025.03.03 05:28:56.773560 [ 254 ] {8a2ef694-a0d7-4c7e-9f18-c50fb28da613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7571 | 2025.03.03 05:28:56.773606 [ 254 ] {8a2ef694-a0d7-4c7e-9f18-c50fb28da613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7572 | 2025.03.03 05:28:56.774215 [ 254 ] {8a2ef694-a0d7-4c7e-9f18-c50fb28da613} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7573 | 2025.03.03 05:28:56.774255 [ 254 ] {8a2ef694-a0d7-4c7e-9f18-c50fb28da613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7574 | 2025.03.03 05:28:56.774608 [ 254 ] {8a2ef694-a0d7-4c7e-9f18-c50fb28da613} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7575 | 2025.03.03 05:28:56.774852 [ 254 ] {8a2ef694-a0d7-4c7e-9f18-c50fb28da613} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7576 | 2025.03.03 05:28:56.775059 [ 254 ] {8a2ef694-a0d7-4c7e-9f18-c50fb28da613} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001521 sec., 96646.94280078895 rows/sec., 6.07 MiB/sec. | ||
| 7577 | 2025.03.03 05:28:56.775111 [ 254 ] {8a2ef694-a0d7-4c7e-9f18-c50fb28da613} <Debug> TCPHandler: Processed in 0.001709454 sec. | ||
| 7578 | 2025.03.03 05:28:56.775225 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7579 | 2025.03.03 05:28:56.775332 [ 254 ] {8fa67409-9f98-4261-8e98-f13bb35b96a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7580 | 2025.03.03 05:28:56.775378 [ 254 ] {8fa67409-9f98-4261-8e98-f13bb35b96a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7581 | 2025.03.03 05:28:56.776083 [ 254 ] {8fa67409-9f98-4261-8e98-f13bb35b96a3} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7582 | 2025.03.03 05:28:56.776123 [ 254 ] {8fa67409-9f98-4261-8e98-f13bb35b96a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7583 | 2025.03.03 05:28:56.776479 [ 254 ] {8fa67409-9f98-4261-8e98-f13bb35b96a3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7584 | 2025.03.03 05:28:56.776718 [ 254 ] {8fa67409-9f98-4261-8e98-f13bb35b96a3} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7585 | 2025.03.03 05:28:56.776924 [ 254 ] {8fa67409-9f98-4261-8e98-f13bb35b96a3} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001615 sec., 211145.51083591333 rows/sec., 14.09 MiB/sec. | ||
| 7586 | 2025.03.03 05:28:56.776977 [ 254 ] {8fa67409-9f98-4261-8e98-f13bb35b96a3} <Debug> TCPHandler: Processed in 0.001802677 sec. | ||
| 7587 | 2025.03.03 05:28:56.777082 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7588 | 2025.03.03 05:28:56.777184 [ 254 ] {c22b2a3c-0f96-4b74-9a14-9d3d63c29702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7589 | 2025.03.03 05:28:56.777230 [ 254 ] {c22b2a3c-0f96-4b74-9a14-9d3d63c29702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7590 | 2025.03.03 05:28:56.777816 [ 254 ] {c22b2a3c-0f96-4b74-9a14-9d3d63c29702} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7591 | 2025.03.03 05:28:56.777856 [ 254 ] {c22b2a3c-0f96-4b74-9a14-9d3d63c29702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7592 | 2025.03.03 05:28:56.778211 [ 254 ] {c22b2a3c-0f96-4b74-9a14-9d3d63c29702} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7593 | 2025.03.03 05:28:56.778454 [ 254 ] {c22b2a3c-0f96-4b74-9a14-9d3d63c29702} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7594 | 2025.03.03 05:28:56.778663 [ 254 ] {c22b2a3c-0f96-4b74-9a14-9d3d63c29702} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.0015 sec., 74666.66666666667 rows/sec., 4.25 MiB/sec. | ||
| 7595 | 2025.03.03 05:28:56.778715 [ 254 ] {c22b2a3c-0f96-4b74-9a14-9d3d63c29702} <Debug> TCPHandler: Processed in 0.001682793 sec. | ||
| 7596 | 2025.03.03 05:28:56.778860 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7597 | 2025.03.03 05:28:56.778970 [ 254 ] {bc6aa254-aa41-4fe1-91ee-d1943afca721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7598 | 2025.03.03 05:28:56.779015 [ 254 ] {bc6aa254-aa41-4fe1-91ee-d1943afca721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7599 | 2025.03.03 05:28:56.779956 [ 254 ] {bc6aa254-aa41-4fe1-91ee-d1943afca721} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7600 | 2025.03.03 05:28:56.779996 [ 254 ] {bc6aa254-aa41-4fe1-91ee-d1943afca721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7601 | 2025.03.03 05:28:56.780381 [ 254 ] {bc6aa254-aa41-4fe1-91ee-d1943afca721} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7602 | 2025.03.03 05:28:56.780620 [ 254 ] {bc6aa254-aa41-4fe1-91ee-d1943afca721} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7603 | 2025.03.03 05:28:56.780835 [ 254 ] {bc6aa254-aa41-4fe1-91ee-d1943afca721} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.001887 sec., 465818.759936407 rows/sec., 33.72 MiB/sec. | ||
| 7604 | 2025.03.03 05:28:56.780894 [ 254 ] {bc6aa254-aa41-4fe1-91ee-d1943afca721} <Debug> TCPHandler: Processed in 0.002097162 sec. | ||
| 7605 | 2025.03.03 05:28:56.781041 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7606 | 2025.03.03 05:28:56.781155 [ 254 ] {af321af3-43fa-4b07-84bc-3b32276aad5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7607 | 2025.03.03 05:28:56.781202 [ 254 ] {af321af3-43fa-4b07-84bc-3b32276aad5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7608 | 2025.03.03 05:28:56.781633 [ 254 ] {af321af3-43fa-4b07-84bc-3b32276aad5c} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7609 | 2025.03.03 05:28:56.781671 [ 254 ] {af321af3-43fa-4b07-84bc-3b32276aad5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7610 | 2025.03.03 05:28:56.782028 [ 254 ] {af321af3-43fa-4b07-84bc-3b32276aad5c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7611 | 2025.03.03 05:28:56.782270 [ 254 ] {af321af3-43fa-4b07-84bc-3b32276aad5c} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7612 | 2025.03.03 05:28:56.782475 [ 254 ] {af321af3-43fa-4b07-84bc-3b32276aad5c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 233.76 KiB/sec. | ||
| 7613 | 2025.03.03 05:28:56.782526 [ 254 ] {af321af3-43fa-4b07-84bc-3b32276aad5c} <Debug> TCPHandler: Processed in 0.001549171 sec. | ||
| 7614 | 2025.03.03 05:28:56.782630 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7615 | 2025.03.03 05:28:56.782734 [ 254 ] {17898e2c-bd61-4dc0-a7de-14d131e4b489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7616 | 2025.03.03 05:28:56.782783 [ 254 ] {17898e2c-bd61-4dc0-a7de-14d131e4b489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7617 | 2025.03.03 05:28:56.783538 [ 254 ] {17898e2c-bd61-4dc0-a7de-14d131e4b489} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7618 | 2025.03.03 05:28:56.783578 [ 254 ] {17898e2c-bd61-4dc0-a7de-14d131e4b489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7619 | 2025.03.03 05:28:56.784006 [ 254 ] {17898e2c-bd61-4dc0-a7de-14d131e4b489} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7620 | 2025.03.03 05:28:56.784251 [ 254 ] {17898e2c-bd61-4dc0-a7de-14d131e4b489} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7621 | 2025.03.03 05:28:56.784474 [ 254 ] {17898e2c-bd61-4dc0-a7de-14d131e4b489} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.00176 sec., 543181.8181818181 rows/sec., 36.09 MiB/sec. | ||
| 7622 | 2025.03.03 05:28:56.784525 [ 254 ] {17898e2c-bd61-4dc0-a7de-14d131e4b489} <Debug> TCPHandler: Processed in 0.001944979 sec. | ||
| 7623 | 2025.03.03 05:28:56.784641 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7624 | 2025.03.03 05:28:56.784748 [ 254 ] {6e634cc4-1bde-496f-a681-1a50de7ddfff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7625 | 2025.03.03 05:28:56.784796 [ 254 ] {6e634cc4-1bde-496f-a681-1a50de7ddfff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7626 | 2025.03.03 05:28:56.785214 [ 254 ] {6e634cc4-1bde-496f-a681-1a50de7ddfff} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7627 | 2025.03.03 05:28:56.785253 [ 254 ] {6e634cc4-1bde-496f-a681-1a50de7ddfff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7628 | 2025.03.03 05:28:56.785600 [ 254 ] {6e634cc4-1bde-496f-a681-1a50de7ddfff} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7629 | 2025.03.03 05:28:56.785840 [ 254 ] {6e634cc4-1bde-496f-a681-1a50de7ddfff} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7630 | 2025.03.03 05:28:56.786095 [ 254 ] {6e634cc4-1bde-496f-a681-1a50de7ddfff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec. | ||
| 7631 | 2025.03.03 05:28:56.786290 [ 254 ] {6e634cc4-1bde-496f-a681-1a50de7ddfff} <Debug> TCPHandler: Processed in 0.001697644 sec. | ||
| 7632 | 2025.03.03 05:28:56.786489 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7633 | 2025.03.03 05:28:56.786597 [ 254 ] {d3804439-36ab-4898-8ddf-aac32346693c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7634 | 2025.03.03 05:28:56.786672 [ 254 ] {d3804439-36ab-4898-8ddf-aac32346693c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7635 | 2025.03.03 05:28:56.787858 [ 254 ] {d3804439-36ab-4898-8ddf-aac32346693c} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7636 | 2025.03.03 05:28:56.787897 [ 254 ] {d3804439-36ab-4898-8ddf-aac32346693c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7637 | 2025.03.03 05:28:56.788538 [ 254 ] {d3804439-36ab-4898-8ddf-aac32346693c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7638 | 2025.03.03 05:28:56.788797 [ 254 ] {d3804439-36ab-4898-8ddf-aac32346693c} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7639 | 2025.03.03 05:28:56.789036 [ 254 ] {d3804439-36ab-4898-8ddf-aac32346693c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002462 sec., 15840.779853777416 rows/sec., 28.39 MiB/sec. | ||
| 7640 | 2025.03.03 05:28:56.789129 [ 254 ] {d3804439-36ab-4898-8ddf-aac32346693c} <Debug> TCPHandler: Processed in 0.002703414 sec. | ||
| 7641 | 2025.03.03 05:28:56.789249 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7642 | 2025.03.03 05:28:56.789353 [ 254 ] {87d11f26-ae5e-4031-88d4-8a2e45593f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7643 | 2025.03.03 05:28:56.789400 [ 254 ] {87d11f26-ae5e-4031-88d4-8a2e45593f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7644 | 2025.03.03 05:28:56.789833 [ 254 ] {87d11f26-ae5e-4031-88d4-8a2e45593f30} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7645 | 2025.03.03 05:28:56.789874 [ 254 ] {87d11f26-ae5e-4031-88d4-8a2e45593f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7646 | 2025.03.03 05:28:56.790217 [ 254 ] {87d11f26-ae5e-4031-88d4-8a2e45593f30} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7647 | 2025.03.03 05:28:56.790464 [ 254 ] {87d11f26-ae5e-4031-88d4-8a2e45593f30} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7648 | 2025.03.03 05:28:56.790673 [ 254 ] {87d11f26-ae5e-4031-88d4-8a2e45593f30} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001342 sec., 25335.32041728763 rows/sec., 1.47 MiB/sec. | ||
| 7649 | 2025.03.03 05:28:56.790724 [ 254 ] {87d11f26-ae5e-4031-88d4-8a2e45593f30} <Debug> TCPHandler: Processed in 0.00152399 sec. | ||
| 7650 | 2025.03.03 05:28:57.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.79 MiB, peak 219.32 MiB, free memory in arenas 0.00 B, will set to 211.30 MiB (RSS), difference: -1.49 MiB | ||
| 7651 | 2025.03.03 05:29:00.536366 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1086 | ||
| 7652 | 2025.03.03 05:29:00.539847 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7653 | 2025.03.03 05:29:00.539908 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7654 | 2025.03.03 05:29:00.541423 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7655 | 2025.03.03 05:29:00.541744 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7656 | 2025.03.03 05:29:00.542358 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1086 | ||
| 7657 | 2025.03.03 05:29:01.262855 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7658 | 2025.03.03 05:29:01.263168 [ 254 ] {ebb85475-ed00-48c8-a169-4b63265d4404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7659 | 2025.03.03 05:29:01.263244 [ 254 ] {ebb85475-ed00-48c8-a169-4b63265d4404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7660 | 2025.03.03 05:29:01.264056 [ 254 ] {ebb85475-ed00-48c8-a169-4b63265d4404} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7661 | 2025.03.03 05:29:01.264111 [ 254 ] {ebb85475-ed00-48c8-a169-4b63265d4404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7662 | 2025.03.03 05:29:01.264556 [ 254 ] {ebb85475-ed00-48c8-a169-4b63265d4404} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7663 | 2025.03.03 05:29:01.264814 [ 254 ] {ebb85475-ed00-48c8-a169-4b63265d4404} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7664 | 2025.03.03 05:29:01.265082 [ 254 ] {ebb85475-ed00-48c8-a169-4b63265d4404} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.14 MiB/sec. | ||
| 7665 | 2025.03.03 05:29:01.265150 [ 254 ] {ebb85475-ed00-48c8-a169-4b63265d4404} <Debug> TCPHandler: Processed in 0.00249591 sec. | ||
| 7666 | 2025.03.03 05:29:01.265281 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7667 | 2025.03.03 05:29:01.265397 [ 254 ] {a24e3da1-989f-43c7-82c2-759e62e8846f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7668 | 2025.03.03 05:29:01.265447 [ 254 ] {a24e3da1-989f-43c7-82c2-759e62e8846f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7669 | 2025.03.03 05:29:01.266012 [ 254 ] {a24e3da1-989f-43c7-82c2-759e62e8846f} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7670 | 2025.03.03 05:29:01.266055 [ 254 ] {a24e3da1-989f-43c7-82c2-759e62e8846f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7671 | 2025.03.03 05:29:01.266418 [ 254 ] {a24e3da1-989f-43c7-82c2-759e62e8846f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7672 | 2025.03.03 05:29:01.266656 [ 254 ] {a24e3da1-989f-43c7-82c2-759e62e8846f} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7673 | 2025.03.03 05:29:01.266871 [ 254 ] {a24e3da1-989f-43c7-82c2-759e62e8846f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0015 sec., 42666.666666666664 rows/sec., 3.33 MiB/sec. | ||
| 7674 | 2025.03.03 05:29:01.266925 [ 254 ] {a24e3da1-989f-43c7-82c2-759e62e8846f} <Debug> TCPHandler: Processed in 0.001697174 sec. | ||
| 7675 | 2025.03.03 05:29:01.267041 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7676 | 2025.03.03 05:29:01.267152 [ 254 ] {53310e47-6109-4fa6-a1a3-5cb00ce17423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7677 | 2025.03.03 05:29:01.267204 [ 254 ] {53310e47-6109-4fa6-a1a3-5cb00ce17423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7678 | 2025.03.03 05:29:01.267716 [ 254 ] {53310e47-6109-4fa6-a1a3-5cb00ce17423} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7679 | 2025.03.03 05:29:01.267757 [ 254 ] {53310e47-6109-4fa6-a1a3-5cb00ce17423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7680 | 2025.03.03 05:29:01.268139 [ 254 ] {53310e47-6109-4fa6-a1a3-5cb00ce17423} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7681 | 2025.03.03 05:29:01.268381 [ 254 ] {53310e47-6109-4fa6-a1a3-5cb00ce17423} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7682 | 2025.03.03 05:29:01.268562 [ 254 ] {53310e47-6109-4fa6-a1a3-5cb00ce17423} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001434 sec., 89260.80892608089 rows/sec., 6.22 MiB/sec. | ||
| 7683 | 2025.03.03 05:29:01.268613 [ 254 ] {53310e47-6109-4fa6-a1a3-5cb00ce17423} <Debug> TCPHandler: Processed in 0.001623323 sec. | ||
| 7684 | 2025.03.03 05:29:01.268756 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7685 | 2025.03.03 05:29:01.268867 [ 254 ] {92c5aee8-b1cd-4f00-835e-62286b09a2c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7686 | 2025.03.03 05:29:01.268915 [ 254 ] {92c5aee8-b1cd-4f00-835e-62286b09a2c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7687 | 2025.03.03 05:29:01.269346 [ 254 ] {92c5aee8-b1cd-4f00-835e-62286b09a2c2} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7688 | 2025.03.03 05:29:01.269384 [ 254 ] {92c5aee8-b1cd-4f00-835e-62286b09a2c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7689 | 2025.03.03 05:29:01.269746 [ 254 ] {92c5aee8-b1cd-4f00-835e-62286b09a2c2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7690 | 2025.03.03 05:29:01.269981 [ 254 ] {92c5aee8-b1cd-4f00-835e-62286b09a2c2} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7691 | 2025.03.03 05:29:01.270172 [ 254 ] {92c5aee8-b1cd-4f00-835e-62286b09a2c2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001322 sec., 36308.62329803328 rows/sec., 2.45 MiB/sec. | ||
| 7692 | 2025.03.03 05:29:01.270256 [ 254 ] {92c5aee8-b1cd-4f00-835e-62286b09a2c2} <Debug> TCPHandler: Processed in 0.001570631 sec. | ||
| 7693 | 2025.03.03 05:29:02.939043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7694 | 2025.03.03 05:29:02.939812 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7695 | 2025.03.03 05:29:02.939865 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7696 | 2025.03.03 05:29:02.940423 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7697 | 2025.03.03 05:29:02.940690 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7698 | 2025.03.03 05:29:02.940946 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7699 | 2025.03.03 05:29:04.170038 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7700 | 2025.03.03 05:29:04.190545 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7701 | 2025.03.03 05:29:04.190600 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7702 | 2025.03.03 05:29:04.198151 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7703 | 2025.03.03 05:29:04.198948 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7704 | 2025.03.03 05:29:04.201735 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7705 | 2025.03.03 05:29:06.264385 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7706 | 2025.03.03 05:29:06.264604 [ 254 ] {a2fb9c1f-5124-4dd3-90d6-8bb3cdfa66e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7707 | 2025.03.03 05:29:06.264689 [ 254 ] {a2fb9c1f-5124-4dd3-90d6-8bb3cdfa66e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7708 | 2025.03.03 05:29:06.265559 [ 254 ] {a2fb9c1f-5124-4dd3-90d6-8bb3cdfa66e0} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7709 | 2025.03.03 05:29:06.265612 [ 254 ] {a2fb9c1f-5124-4dd3-90d6-8bb3cdfa66e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7710 | 2025.03.03 05:29:06.266058 [ 254 ] {a2fb9c1f-5124-4dd3-90d6-8bb3cdfa66e0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7711 | 2025.03.03 05:29:06.266313 [ 254 ] {a2fb9c1f-5124-4dd3-90d6-8bb3cdfa66e0} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7712 | 2025.03.03 05:29:06.266571 [ 254 ] {a2fb9c1f-5124-4dd3-90d6-8bb3cdfa66e0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002026 sec., 27640.671273445212 rows/sec., 2.11 MiB/sec. | ||
| 7713 | 2025.03.03 05:29:06.266631 [ 254 ] {a2fb9c1f-5124-4dd3-90d6-8bb3cdfa66e0} <Debug> TCPHandler: Processed in 0.002394608 sec. | ||
| 7714 | 2025.03.03 05:29:06.266761 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7715 | 2025.03.03 05:29:06.266869 [ 254 ] {5feb23e1-5348-4788-b23b-3338d7ea2a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7716 | 2025.03.03 05:29:06.266916 [ 254 ] {5feb23e1-5348-4788-b23b-3338d7ea2a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7717 | 2025.03.03 05:29:06.267465 [ 254 ] {5feb23e1-5348-4788-b23b-3338d7ea2a0d} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7718 | 2025.03.03 05:29:06.267505 [ 254 ] {5feb23e1-5348-4788-b23b-3338d7ea2a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7719 | 2025.03.03 05:29:06.267865 [ 254 ] {5feb23e1-5348-4788-b23b-3338d7ea2a0d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7720 | 2025.03.03 05:29:06.268101 [ 254 ] {5feb23e1-5348-4788-b23b-3338d7ea2a0d} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7721 | 2025.03.03 05:29:06.268331 [ 254 ] {5feb23e1-5348-4788-b23b-3338d7ea2a0d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001485 sec., 43097.6430976431 rows/sec., 3.36 MiB/sec. | ||
| 7722 | 2025.03.03 05:29:06.268384 [ 254 ] {5feb23e1-5348-4788-b23b-3338d7ea2a0d} <Debug> TCPHandler: Processed in 0.001674893 sec. | ||
| 7723 | 2025.03.03 05:29:06.268502 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7724 | 2025.03.03 05:29:06.268609 [ 254 ] {993b4b8a-b43a-4622-a94e-c88f7975d9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7725 | 2025.03.03 05:29:06.268660 [ 254 ] {993b4b8a-b43a-4622-a94e-c88f7975d9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7726 | 2025.03.03 05:29:06.269184 [ 254 ] {993b4b8a-b43a-4622-a94e-c88f7975d9f7} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7727 | 2025.03.03 05:29:06.269225 [ 254 ] {993b4b8a-b43a-4622-a94e-c88f7975d9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7728 | 2025.03.03 05:29:06.269616 [ 254 ] {993b4b8a-b43a-4622-a94e-c88f7975d9f7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7729 | 2025.03.03 05:29:06.269853 [ 254 ] {993b4b8a-b43a-4622-a94e-c88f7975d9f7} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7730 | 2025.03.03 05:29:06.270078 [ 254 ] {993b4b8a-b43a-4622-a94e-c88f7975d9f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00149 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec. | ||
| 7731 | 2025.03.03 05:29:06.270131 [ 254 ] {993b4b8a-b43a-4622-a94e-c88f7975d9f7} <Debug> TCPHandler: Processed in 0.001680174 sec. | ||
| 7732 | 2025.03.03 05:29:06.270237 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7733 | 2025.03.03 05:29:06.270341 [ 254 ] {daa67b12-bc87-45f5-a702-88a12059f469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7734 | 2025.03.03 05:29:06.270389 [ 254 ] {daa67b12-bc87-45f5-a702-88a12059f469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7735 | 2025.03.03 05:29:06.270832 [ 254 ] {daa67b12-bc87-45f5-a702-88a12059f469} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7736 | 2025.03.03 05:29:06.270872 [ 254 ] {daa67b12-bc87-45f5-a702-88a12059f469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7737 | 2025.03.03 05:29:06.271225 [ 254 ] {daa67b12-bc87-45f5-a702-88a12059f469} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7738 | 2025.03.03 05:29:06.271465 [ 254 ] {daa67b12-bc87-45f5-a702-88a12059f469} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7739 | 2025.03.03 05:29:06.271705 [ 254 ] {daa67b12-bc87-45f5-a702-88a12059f469} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 7740 | 2025.03.03 05:29:06.271802 [ 254 ] {daa67b12-bc87-45f5-a702-88a12059f469} <Debug> TCPHandler: Processed in 0.001613333 sec. | ||
| 7741 | 2025.03.03 05:29:08.292775 [ 59 ] {} <Debug> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 7742 | 2025.03.03 05:29:08.292866 [ 59 ] {} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2025.03.03 05:29:08.292893 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7744 | 2025.03.03 05:29:08.293125 [ 200 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 7745 | 2025.03.03 05:29:08.293393 [ 200 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7746 | 2025.03.03 05:29:08.293432 [ 200 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 24 rows starting from the beginning of the part | ||
| 7747 | 2025.03.03 05:29:08.293507 [ 200 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7748 | 2025.03.03 05:29:08.293601 [ 200 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7749 | 2025.03.03 05:29:08.293820 [ 200 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 7750 | 2025.03.03 05:29:08.294059 [ 200 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 7751 | 2025.03.03 05:29:08.295170 [ 186 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002182304 sec., 12830.4764139185 rows/sec., 862.76 KiB/sec. | ||
| 7752 | 2025.03.03 05:29:08.295361 [ 186 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 7753 | 2025.03.03 05:29:08.295695 [ 186 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_27_6} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2025.03.03 05:29:08.295791 [ 186 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_27_6} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 7755 | 2025.03.03 05:29:08.295897 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7756 | 2025.03.03 05:29:10.278458 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7757 | 2025.03.03 05:29:10.278511 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7758 | 2025.03.03 05:29:10.441067 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 7759 | 2025.03.03 05:29:10.441871 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7760 | 2025.03.03 05:29:10.441911 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7761 | 2025.03.03 05:29:10.442433 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7762 | 2025.03.03 05:29:10.442680 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7763 | 2025.03.03 05:29:10.442888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7764 | 2025.03.03 05:29:10.543613 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1102 | ||
| 7765 | 2025.03.03 05:29:10.546275 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7766 | 2025.03.03 05:29:10.546322 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7767 | 2025.03.03 05:29:10.547804 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7768 | 2025.03.03 05:29:10.548120 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7769 | 2025.03.03 05:29:10.549578 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1102 | ||
| 7770 | 2025.03.03 05:29:11.272337 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7771 | 2025.03.03 05:29:11.272571 [ 254 ] {c60e7132-1eba-472f-b6f0-5fa960f30e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7772 | 2025.03.03 05:29:11.272654 [ 254 ] {c60e7132-1eba-472f-b6f0-5fa960f30e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7773 | 2025.03.03 05:29:11.273589 [ 254 ] {c60e7132-1eba-472f-b6f0-5fa960f30e32} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7774 | 2025.03.03 05:29:11.273642 [ 254 ] {c60e7132-1eba-472f-b6f0-5fa960f30e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7775 | 2025.03.03 05:29:11.274099 [ 254 ] {c60e7132-1eba-472f-b6f0-5fa960f30e32} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7776 | 2025.03.03 05:29:11.274356 [ 254 ] {c60e7132-1eba-472f-b6f0-5fa960f30e32} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7777 | 2025.03.03 05:29:11.274612 [ 254 ] {c60e7132-1eba-472f-b6f0-5fa960f30e32} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002099 sec., 101000.47641734159 rows/sec., 6.42 MiB/sec. | ||
| 7778 | 2025.03.03 05:29:11.274671 [ 254 ] {c60e7132-1eba-472f-b6f0-5fa960f30e32} <Debug> TCPHandler: Processed in 0.00251266 sec. | ||
| 7779 | 2025.03.03 05:29:11.274800 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7780 | 2025.03.03 05:29:11.274910 [ 254 ] {2320f641-e8a4-429c-802b-d3e5db4fa063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7781 | 2025.03.03 05:29:11.274957 [ 254 ] {2320f641-e8a4-429c-802b-d3e5db4fa063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7782 | 2025.03.03 05:29:11.275820 [ 254 ] {2320f641-e8a4-429c-802b-d3e5db4fa063} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7783 | 2025.03.03 05:29:11.275861 [ 254 ] {2320f641-e8a4-429c-802b-d3e5db4fa063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7784 | 2025.03.03 05:29:11.276273 [ 254 ] {2320f641-e8a4-429c-802b-d3e5db4fa063} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7785 | 2025.03.03 05:29:11.276533 [ 254 ] {2320f641-e8a4-429c-802b-d3e5db4fa063} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7786 | 2025.03.03 05:29:11.276718 [ 55 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7787 | 2025.03.03 05:29:11.276778 [ 254 ] {2320f641-e8a4-429c-802b-d3e5db4fa063} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001881 sec., 369484.3168527379 rows/sec., 29.48 MiB/sec. | ||
| 7788 | 2025.03.03 05:29:11.276808 [ 55 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7789 | 2025.03.03 05:29:11.276881 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7790 | 2025.03.03 05:29:11.276896 [ 254 ] {2320f641-e8a4-429c-802b-d3e5db4fa063} <Debug> TCPHandler: Processed in 0.002144853 sec. | ||
| 7791 | 2025.03.03 05:29:11.277219 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7792 | 2025.03.03 05:29:11.277238 [ 198 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 7793 | 2025.03.03 05:29:11.277583 [ 254 ] {4ce921ae-bdf7-48b1-b4d2-ba77656258c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7794 | 2025.03.03 05:29:11.277750 [ 198 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7795 | 2025.03.03 05:29:11.277775 [ 254 ] {4ce921ae-bdf7-48b1-b4d2-ba77656258c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7796 | 2025.03.03 05:29:11.277889 [ 198 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1845 rows starting from the beginning of the part | ||
| 7797 | 2025.03.03 05:29:11.278360 [ 198 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
| 7798 | 2025.03.03 05:29:11.278834 [ 198 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1836 rows starting from the beginning of the part | ||
| 7799 | 2025.03.03 05:29:11.279178 [ 198 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 7800 | 2025.03.03 05:29:11.279631 [ 198 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
| 7801 | 2025.03.03 05:29:11.280040 [ 198 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 695 rows starting from the beginning of the part | ||
| 7802 | 2025.03.03 05:29:11.281611 [ 254 ] {4ce921ae-bdf7-48b1-b4d2-ba77656258c7} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7803 | 2025.03.03 05:29:11.281679 [ 254 ] {4ce921ae-bdf7-48b1-b4d2-ba77656258c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7804 | 2025.03.03 05:29:11.282656 [ 254 ] {4ce921ae-bdf7-48b1-b4d2-ba77656258c7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7805 | 2025.03.03 05:29:11.283027 [ 254 ] {4ce921ae-bdf7-48b1-b4d2-ba77656258c7} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7806 | 2025.03.03 05:29:11.283286 [ 254 ] {4ce921ae-bdf7-48b1-b4d2-ba77656258c7} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.005878 sec., 24668.254508336166 rows/sec., 1.55 MiB/sec. | ||
| 7807 | 2025.03.03 05:29:11.283348 [ 254 ] {4ce921ae-bdf7-48b1-b4d2-ba77656258c7} <Debug> TCPHandler: Processed in 0.006251245 sec. | ||
| 7808 | 2025.03.03 05:29:11.283504 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7809 | 2025.03.03 05:29:11.283802 [ 254 ] {eca061a6-2dd9-413c-a402-806081426f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7810 | 2025.03.03 05:29:11.283851 [ 195 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.006849877 sec., 663369.5758332595 rows/sec., 56.21 MiB/sec. | ||
| 7811 | 2025.03.03 05:29:11.283874 [ 254 ] {eca061a6-2dd9-413c-a402-806081426f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7812 | 2025.03.03 05:29:11.284292 [ 197 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7813 | 2025.03.03 05:29:11.284901 [ 254 ] {eca061a6-2dd9-413c-a402-806081426f90} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7814 | 2025.03.03 05:29:11.284905 [ 197 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_66_13} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7815 | 2025.03.03 05:29:11.284968 [ 254 ] {eca061a6-2dd9-413c-a402-806081426f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7816 | 2025.03.03 05:29:11.285103 [ 197 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_66_13} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7817 | 2025.03.03 05:29:11.285276 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 7818 | 2025.03.03 05:29:11.285567 [ 254 ] {eca061a6-2dd9-413c-a402-806081426f90} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7819 | 2025.03.03 05:29:11.285828 [ 254 ] {eca061a6-2dd9-413c-a402-806081426f90} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7820 | 2025.03.03 05:29:11.286094 [ 254 ] {eca061a6-2dd9-413c-a402-806081426f90} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00236 sec., 47881.35593220339 rows/sec., 3.10 MiB/sec. | ||
| 7821 | 2025.03.03 05:29:11.286298 [ 254 ] {eca061a6-2dd9-413c-a402-806081426f90} <Debug> TCPHandler: Processed in 0.002879748 sec. | ||
| 7822 | 2025.03.03 05:29:11.286479 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7823 | 2025.03.03 05:29:11.286584 [ 254 ] {3235e3b5-e618-4cd2-a098-14d4a800aef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7824 | 2025.03.03 05:29:11.286631 [ 254 ] {3235e3b5-e618-4cd2-a098-14d4a800aef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7825 | 2025.03.03 05:29:11.287216 [ 254 ] {3235e3b5-e618-4cd2-a098-14d4a800aef8} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7826 | 2025.03.03 05:29:11.287254 [ 254 ] {3235e3b5-e618-4cd2-a098-14d4a800aef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7827 | 2025.03.03 05:29:11.287607 [ 254 ] {3235e3b5-e618-4cd2-a098-14d4a800aef8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7828 | 2025.03.03 05:29:11.287848 [ 254 ] {3235e3b5-e618-4cd2-a098-14d4a800aef8} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7829 | 2025.03.03 05:29:11.288088 [ 254 ] {3235e3b5-e618-4cd2-a098-14d4a800aef8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001515 sec., 73927.39273927393 rows/sec., 4.21 MiB/sec. | ||
| 7830 | 2025.03.03 05:29:11.288261 [ 254 ] {3235e3b5-e618-4cd2-a098-14d4a800aef8} <Debug> TCPHandler: Processed in 0.001837227 sec. | ||
| 7831 | 2025.03.03 05:29:11.288463 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7832 | 2025.03.03 05:29:11.288567 [ 254 ] {0842cdc7-d07e-4db9-9109-e370bbc704d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7833 | 2025.03.03 05:29:11.288613 [ 254 ] {0842cdc7-d07e-4db9-9109-e370bbc704d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7834 | 2025.03.03 05:29:11.289342 [ 254 ] {0842cdc7-d07e-4db9-9109-e370bbc704d4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7835 | 2025.03.03 05:29:11.289381 [ 254 ] {0842cdc7-d07e-4db9-9109-e370bbc704d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7836 | 2025.03.03 05:29:11.289756 [ 254 ] {0842cdc7-d07e-4db9-9109-e370bbc704d4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7837 | 2025.03.03 05:29:11.290007 [ 254 ] {0842cdc7-d07e-4db9-9109-e370bbc704d4} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7838 | 2025.03.03 05:29:11.290170 [ 55 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7839 | 2025.03.03 05:29:11.290230 [ 55 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7840 | 2025.03.03 05:29:11.290240 [ 254 ] {0842cdc7-d07e-4db9-9109-e370bbc704d4} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001685 sec., 249851.63204747773 rows/sec., 17.80 MiB/sec. | ||
| 7841 | 2025.03.03 05:29:11.290267 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7842 | 2025.03.03 05:29:11.290385 [ 254 ] {0842cdc7-d07e-4db9-9109-e370bbc704d4} <Debug> TCPHandler: Processed in 0.001977919 sec. | ||
| 7843 | 2025.03.03 05:29:11.290620 [ 204 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 7844 | 2025.03.03 05:29:11.290673 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7845 | 2025.03.03 05:29:11.291031 [ 254 ] {4b1106e5-9970-4b2c-9dfc-0e15640a9b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7846 | 2025.03.03 05:29:11.291190 [ 204 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7847 | 2025.03.03 05:29:11.291223 [ 254 ] {4b1106e5-9970-4b2c-9dfc-0e15640a9b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7848 | 2025.03.03 05:29:11.291330 [ 204 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 7849 | 2025.03.03 05:29:11.291886 [ 204 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
| 7850 | 2025.03.03 05:29:11.292427 [ 204 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 879 rows starting from the beginning of the part | ||
| 7851 | 2025.03.03 05:29:11.292822 [ 204 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 7852 | 2025.03.03 05:29:11.293170 [ 204 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part | ||
| 7853 | 2025.03.03 05:29:11.293453 [ 204 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 421 rows starting from the beginning of the part | ||
| 7854 | 2025.03.03 05:29:11.293874 [ 254 ] {4b1106e5-9970-4b2c-9dfc-0e15640a9b13} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7855 | 2025.03.03 05:29:11.293917 [ 254 ] {4b1106e5-9970-4b2c-9dfc-0e15640a9b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7856 | 2025.03.03 05:29:11.294455 [ 254 ] {4b1106e5-9970-4b2c-9dfc-0e15640a9b13} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7857 | 2025.03.03 05:29:11.294792 [ 254 ] {4b1106e5-9970-4b2c-9dfc-0e15640a9b13} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7858 | 2025.03.03 05:29:11.295065 [ 254 ] {4b1106e5-9970-4b2c-9dfc-0e15640a9b13} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004168 sec., 1439.5393474088291 rows/sec., 75.21 KiB/sec. | ||
| 7859 | 2025.03.03 05:29:11.295121 [ 254 ] {4b1106e5-9970-4b2c-9dfc-0e15640a9b13} <Debug> TCPHandler: Processed in 0.004530201 sec. | ||
| 7860 | 2025.03.03 05:29:11.295274 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7861 | 2025.03.03 05:29:11.295397 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.00499644 sec., 481342.7160138018 rows/sec., 36.85 MiB/sec. | ||
| 7862 | 2025.03.03 05:29:11.295454 [ 254 ] {6b227139-0afc-434d-8179-3f3f8c479e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7863 | 2025.03.03 05:29:11.295512 [ 254 ] {6b227139-0afc-434d-8179-3f3f8c479e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7864 | 2025.03.03 05:29:11.295665 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7865 | 2025.03.03 05:29:11.296272 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_66_13} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7866 | 2025.03.03 05:29:11.296462 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_66_13} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7867 | 2025.03.03 05:29:11.296653 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7868 | 2025.03.03 05:29:11.296777 [ 254 ] {6b227139-0afc-434d-8179-3f3f8c479e2a} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7869 | 2025.03.03 05:29:11.296821 [ 254 ] {6b227139-0afc-434d-8179-3f3f8c479e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7870 | 2025.03.03 05:29:11.297261 [ 254 ] {6b227139-0afc-434d-8179-3f3f8c479e2a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7871 | 2025.03.03 05:29:11.297529 [ 254 ] {6b227139-0afc-434d-8179-3f3f8c479e2a} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7872 | 2025.03.03 05:29:11.297705 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7873 | 2025.03.03 05:29:11.297757 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7874 | 2025.03.03 05:29:11.297780 [ 254 ] {6b227139-0afc-434d-8179-3f3f8c479e2a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002362 sec., 100338.69602032176 rows/sec., 6.73 MiB/sec. | ||
| 7875 | 2025.03.03 05:29:11.297793 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7876 | 2025.03.03 05:29:11.297925 [ 254 ] {6b227139-0afc-434d-8179-3f3f8c479e2a} <Debug> TCPHandler: Processed in 0.002734755 sec. | ||
| 7877 | 2025.03.03 05:29:11.297974 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 7878 | 2025.03.03 05:29:11.298060 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7879 | 2025.03.03 05:29:11.298089 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7880 | 2025.03.03 05:29:11.298121 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18439 rows starting from the beginning of the part | ||
| 7881 | 2025.03.03 05:29:11.298241 [ 254 ] {6424c330-51fa-436c-aa22-407815a4ce96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7882 | 2025.03.03 05:29:11.298264 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 7883 | 2025.03.03 05:29:11.298340 [ 254 ] {6424c330-51fa-436c-aa22-407815a4ce96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7884 | 2025.03.03 05:29:11.298462 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 956 rows starting from the beginning of the part | ||
| 7885 | 2025.03.03 05:29:11.298675 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 128 rows starting from the beginning of the part | ||
| 7886 | 2025.03.03 05:29:11.298931 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 7887 | 2025.03.03 05:29:11.299177 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 7888 | 2025.03.03 05:29:11.299708 [ 254 ] {6424c330-51fa-436c-aa22-407815a4ce96} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7889 | 2025.03.03 05:29:11.299752 [ 254 ] {6424c330-51fa-436c-aa22-407815a4ce96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7890 | 2025.03.03 05:29:11.300142 [ 254 ] {6424c330-51fa-436c-aa22-407815a4ce96} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7891 | 2025.03.03 05:29:11.300405 [ 254 ] {6424c330-51fa-436c-aa22-407815a4ce96} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7892 | 2025.03.03 05:29:11.300690 [ 254 ] {6424c330-51fa-436c-aa22-407815a4ce96} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002507 sec., 398.8831272437176 rows/sec., 26.88 KiB/sec. | ||
| 7893 | 2025.03.03 05:29:11.300779 [ 254 ] {6424c330-51fa-436c-aa22-407815a4ce96} <Debug> TCPHandler: Processed in 0.002774736 sec. | ||
| 7894 | 2025.03.03 05:29:11.300942 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7895 | 2025.03.03 05:29:11.301091 [ 254 ] {94b2a031-3864-4098-b400-cefe445236de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7896 | 2025.03.03 05:29:11.301184 [ 254 ] {94b2a031-3864-4098-b400-cefe445236de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7897 | 2025.03.03 05:29:11.302635 [ 254 ] {94b2a031-3864-4098-b400-cefe445236de} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7898 | 2025.03.03 05:29:11.302673 [ 254 ] {94b2a031-3864-4098-b400-cefe445236de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7899 | 2025.03.03 05:29:11.305454 [ 254 ] {94b2a031-3864-4098-b400-cefe445236de} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7900 | 2025.03.03 05:29:11.305751 [ 254 ] {94b2a031-3864-4098-b400-cefe445236de} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7901 | 2025.03.03 05:29:11.306409 [ 254 ] {94b2a031-3864-4098-b400-cefe445236de} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005334 sec., 7311.586051743532 rows/sec., 13.10 MiB/sec. | ||
| 7902 | 2025.03.03 05:29:11.306980 [ 254 ] {94b2a031-3864-4098-b400-cefe445236de} <Debug> TCPHandler: Processed in 0.006096622 sec. | ||
| 7903 | 2025.03.03 05:29:11.307106 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7904 | 2025.03.03 05:29:11.307218 [ 254 ] {5bcb0680-27c8-46ff-90da-47af392c1386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7905 | 2025.03.03 05:29:11.307277 [ 254 ] {5bcb0680-27c8-46ff-90da-47af392c1386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7906 | 2025.03.03 05:29:11.307650 [ 196 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20080 rows, containing 5 columns (5 merged, 0 gathered) in 0.009743356 sec., 2060891.5449666418 rows/sec., 139.14 MiB/sec. | ||
| 7907 | 2025.03.03 05:29:11.307963 [ 254 ] {5bcb0680-27c8-46ff-90da-47af392c1386} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7908 | 2025.03.03 05:29:11.308009 [ 254 ] {5bcb0680-27c8-46ff-90da-47af392c1386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7909 | 2025.03.03 05:29:11.308033 [ 196 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7910 | 2025.03.03 05:29:11.308437 [ 196 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7911 | 2025.03.03 05:29:11.308522 [ 254 ] {5bcb0680-27c8-46ff-90da-47af392c1386} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7912 | 2025.03.03 05:29:11.308546 [ 196 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7913 | 2025.03.03 05:29:11.308645 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 7914 | 2025.03.03 05:29:11.308830 [ 254 ] {5bcb0680-27c8-46ff-90da-47af392c1386} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7915 | 2025.03.03 05:29:11.308993 [ 55 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7916 | 2025.03.03 05:29:11.309056 [ 55 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7917 | 2025.03.03 05:29:11.309096 [ 254 ] {5bcb0680-27c8-46ff-90da-47af392c1386} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00189 sec., 43386.24338624339 rows/sec., 2.76 MiB/sec. | ||
| 7918 | 2025.03.03 05:29:11.309104 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7919 | 2025.03.03 05:29:11.309276 [ 254 ] {5bcb0680-27c8-46ff-90da-47af392c1386} <Debug> TCPHandler: Processed in 0.002216914 sec. | ||
| 7920 | 2025.03.03 05:29:11.309387 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 7921 | 2025.03.03 05:29:11.309511 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7922 | 2025.03.03 05:29:11.309544 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3740 rows starting from the beginning of the part | ||
| 7923 | 2025.03.03 05:29:11.309660 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 7924 | 2025.03.03 05:29:11.309844 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 7925 | 2025.03.03 05:29:11.310020 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
| 7926 | 2025.03.03 05:29:11.310178 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 7927 | 2025.03.03 05:29:11.310330 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 7928 | 2025.03.03 05:29:11.312092 [ 189 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4024 rows, containing 4 columns (4 merged, 0 gathered) in 0.002854438 sec., 1409734.5957417889 rows/sec., 91.88 MiB/sec. | ||
| 7929 | 2025.03.03 05:29:11.312555 [ 187 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7930 | 2025.03.03 05:29:11.312954 [ 187 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_66_13} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7931 | 2025.03.03 05:29:11.313057 [ 187 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_66_13} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7932 | 2025.03.03 05:29:11.313167 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 7933 | 2025.03.03 05:29:11.701789 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7934 | 2025.03.03 05:29:11.723464 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2025.03.03 05:29:11.723532 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7936 | 2025.03.03 05:29:11.730999 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7937 | 2025.03.03 05:29:11.731760 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2025.03.03 05:29:11.734528 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7939 | 2025.03.03 05:29:16.264663 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7940 | 2025.03.03 05:29:16.264875 [ 254 ] {d122649c-7b9c-4e89-aa58-d6c898a42d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7941 | 2025.03.03 05:29:16.264948 [ 254 ] {d122649c-7b9c-4e89-aa58-d6c898a42d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7942 | 2025.03.03 05:29:16.265739 [ 254 ] {d122649c-7b9c-4e89-aa58-d6c898a42d2d} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7943 | 2025.03.03 05:29:16.265791 [ 254 ] {d122649c-7b9c-4e89-aa58-d6c898a42d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7944 | 2025.03.03 05:29:16.266242 [ 254 ] {d122649c-7b9c-4e89-aa58-d6c898a42d2d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7945 | 2025.03.03 05:29:16.266497 [ 254 ] {d122649c-7b9c-4e89-aa58-d6c898a42d2d} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7946 | 2025.03.03 05:29:16.266736 [ 254 ] {d122649c-7b9c-4e89-aa58-d6c898a42d2d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.23 MiB/sec. | ||
| 7947 | 2025.03.03 05:29:16.266793 [ 254 ] {d122649c-7b9c-4e89-aa58-d6c898a42d2d} <Debug> TCPHandler: Processed in 0.002265935 sec. | ||
| 7948 | 2025.03.03 05:29:16.266922 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7949 | 2025.03.03 05:29:16.267031 [ 254 ] {6d88cf7b-8a99-42d1-a8f2-66b95a86cc73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7950 | 2025.03.03 05:29:16.267077 [ 254 ] {6d88cf7b-8a99-42d1-a8f2-66b95a86cc73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7951 | 2025.03.03 05:29:16.267642 [ 254 ] {6d88cf7b-8a99-42d1-a8f2-66b95a86cc73} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7952 | 2025.03.03 05:29:16.267681 [ 254 ] {6d88cf7b-8a99-42d1-a8f2-66b95a86cc73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7953 | 2025.03.03 05:29:16.268040 [ 254 ] {6d88cf7b-8a99-42d1-a8f2-66b95a86cc73} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7954 | 2025.03.03 05:29:16.268276 [ 254 ] {6d88cf7b-8a99-42d1-a8f2-66b95a86cc73} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7955 | 2025.03.03 05:29:16.268491 [ 254 ] {6d88cf7b-8a99-42d1-a8f2-66b95a86cc73} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001483 sec., 43155.76534052596 rows/sec., 3.37 MiB/sec. | ||
| 7956 | 2025.03.03 05:29:16.268543 [ 254 ] {6d88cf7b-8a99-42d1-a8f2-66b95a86cc73} <Debug> TCPHandler: Processed in 0.001672173 sec. | ||
| 7957 | 2025.03.03 05:29:16.268663 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7958 | 2025.03.03 05:29:16.268777 [ 254 ] {7401e241-298d-43ca-8cbf-828b61dcbabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7959 | 2025.03.03 05:29:16.268826 [ 254 ] {7401e241-298d-43ca-8cbf-828b61dcbabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7960 | 2025.03.03 05:29:16.269357 [ 254 ] {7401e241-298d-43ca-8cbf-828b61dcbabf} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7961 | 2025.03.03 05:29:16.269396 [ 254 ] {7401e241-298d-43ca-8cbf-828b61dcbabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7962 | 2025.03.03 05:29:16.269785 [ 254 ] {7401e241-298d-43ca-8cbf-828b61dcbabf} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7963 | 2025.03.03 05:29:16.270026 [ 254 ] {7401e241-298d-43ca-8cbf-828b61dcbabf} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7964 | 2025.03.03 05:29:16.270230 [ 254 ] {7401e241-298d-43ca-8cbf-828b61dcbabf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec. | ||
| 7965 | 2025.03.03 05:29:16.270281 [ 254 ] {7401e241-298d-43ca-8cbf-828b61dcbabf} <Debug> TCPHandler: Processed in 0.001668863 sec. | ||
| 7966 | 2025.03.03 05:29:16.270385 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7967 | 2025.03.03 05:29:16.270486 [ 254 ] {b512c486-7c3d-4909-86d1-0be84eae841f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7968 | 2025.03.03 05:29:16.270532 [ 254 ] {b512c486-7c3d-4909-86d1-0be84eae841f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7969 | 2025.03.03 05:29:16.270963 [ 254 ] {b512c486-7c3d-4909-86d1-0be84eae841f} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7970 | 2025.03.03 05:29:16.271001 [ 254 ] {b512c486-7c3d-4909-86d1-0be84eae841f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7971 | 2025.03.03 05:29:16.271351 [ 254 ] {b512c486-7c3d-4909-86d1-0be84eae841f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7972 | 2025.03.03 05:29:16.271576 [ 254 ] {b512c486-7c3d-4909-86d1-0be84eae841f} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7973 | 2025.03.03 05:29:16.271802 [ 254 ] {b512c486-7c3d-4909-86d1-0be84eae841f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec. | ||
| 7974 | 2025.03.03 05:29:16.271896 [ 254 ] {b512c486-7c3d-4909-86d1-0be84eae841f} <Debug> TCPHandler: Processed in 0.001559042 sec. | ||
| 7975 | 2025.03.03 05:29:17.944005 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 7976 | 2025.03.03 05:29:17.944670 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7977 | 2025.03.03 05:29:17.944722 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7978 | 2025.03.03 05:29:17.945247 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7979 | 2025.03.03 05:29:17.945504 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7980 | 2025.03.03 05:29:17.945715 [ 48 ] {} <Debug> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7981 | 2025.03.03 05:29:17.945780 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 7982 | 2025.03.03 05:29:17.945815 [ 48 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7983 | 2025.03.03 05:29:17.945849 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7984 | 2025.03.03 05:29:17.945990 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7985 | 2025.03.03 05:29:17.946169 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7986 | 2025.03.03 05:29:17.946217 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7987 | 2025.03.03 05:29:17.946300 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7988 | 2025.03.03 05:29:17.946429 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7989 | 2025.03.03 05:29:17.946516 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7990 | 2025.03.03 05:29:17.946756 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7991 | 2025.03.03 05:29:17.946954 [ 196 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 7992 | 2025.03.03 05:29:17.949477 [ 189 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003564271 sec., 5271204.125612222 rows/sec., 75.41 MiB/sec. | ||
| 7993 | 2025.03.03 05:29:17.949885 [ 194 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7994 | 2025.03.03 05:29:17.950297 [ 194 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_41_8} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7995 | 2025.03.03 05:29:17.950409 [ 194 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_41_8} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7996 | 2025.03.03 05:29:17.950542 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 7997 | 2025.03.03 05:29:19.234579 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7998 | 2025.03.03 05:29:19.255499 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7999 | 2025.03.03 05:29:19.255555 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8000 | 2025.03.03 05:29:19.262934 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8001 | 2025.03.03 05:29:19.263705 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8002 | 2025.03.03 05:29:19.264116 [ 45 ] {} <Debug> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8003 | 2025.03.03 05:29:19.264249 [ 45 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8004 | 2025.03.03 05:29:19.264328 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8005 | 2025.03.03 05:29:19.264883 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 8006 | 2025.03.03 05:29:19.279980 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8007 | 2025.03.03 05:29:19.281637 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8008 | 2025.03.03 05:29:19.282887 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 8009 | 2025.03.03 05:29:19.288137 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 8010 | 2025.03.03 05:29:19.293381 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 8011 | 2025.03.03 05:29:19.298750 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 8012 | 2025.03.03 05:29:19.304301 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 8013 | 2025.03.03 05:29:19.309118 [ 194 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 8014 | 2025.03.03 05:29:19.370045 [ 189 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.105550527 sec., 2927.5078844466593 rows/sec., 15.14 MiB/sec. | ||
| 8015 | 2025.03.03 05:29:19.373007 [ 192 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8016 | 2025.03.03 05:29:19.375964 [ 192 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_41_8} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8017 | 2025.03.03 05:29:19.376094 [ 192 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_41_8} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8018 | 2025.03.03 05:29:19.378636 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8019 | 2025.03.03 05:29:20.000145 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.17 MiB, peak 227.57 MiB, free memory in arenas 0.00 B, will set to 216.23 MiB (RSS), difference: 2.06 MiB | ||
| 8020 | 2025.03.03 05:29:20.550693 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1132 | ||
| 8021 | 2025.03.03 05:29:20.553698 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8022 | 2025.03.03 05:29:20.553749 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8023 | 2025.03.03 05:29:20.555217 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8024 | 2025.03.03 05:29:20.555523 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8025 | 2025.03.03 05:29:20.556644 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1132 | ||
| 8026 | 2025.03.03 05:29:21.272614 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8027 | 2025.03.03 05:29:21.272926 [ 254 ] {eee2f947-175e-4fba-80a4-f5fb4c30bb93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8028 | 2025.03.03 05:29:21.273041 [ 254 ] {eee2f947-175e-4fba-80a4-f5fb4c30bb93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8029 | 2025.03.03 05:29:21.274173 [ 254 ] {eee2f947-175e-4fba-80a4-f5fb4c30bb93} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8030 | 2025.03.03 05:29:21.274215 [ 254 ] {eee2f947-175e-4fba-80a4-f5fb4c30bb93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8031 | 2025.03.03 05:29:21.274688 [ 254 ] {eee2f947-175e-4fba-80a4-f5fb4c30bb93} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8032 | 2025.03.03 05:29:21.274945 [ 254 ] {eee2f947-175e-4fba-80a4-f5fb4c30bb93} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2025.03.03 05:29:21.275104 [ 44 ] {} <Debug> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8034 | 2025.03.03 05:29:21.275154 [ 44 ] {} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8035 | 2025.03.03 05:29:21.275154 [ 254 ] {eee2f947-175e-4fba-80a4-f5fb4c30bb93} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002313 sec., 91655.85819282317 rows/sec., 5.83 MiB/sec. | ||
| 8036 | 2025.03.03 05:29:21.275184 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8037 | 2025.03.03 05:29:21.275258 [ 254 ] {eee2f947-175e-4fba-80a4-f5fb4c30bb93} <Debug> TCPHandler: Processed in 0.002832126 sec. | ||
| 8038 | 2025.03.03 05:29:21.275585 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8039 | 2025.03.03 05:29:21.275598 [ 199 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::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 | ||
| 8040 | 2025.03.03 05:29:21.275830 [ 254 ] {3f912450-7c6f-49f1-883c-c851be160d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8041 | 2025.03.03 05:29:21.275961 [ 254 ] {3f912450-7c6f-49f1-883c-c851be160d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8042 | 2025.03.03 05:29:21.275974 [ 199 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8043 | 2025.03.03 05:29:21.276083 [ 199 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 212 rows starting from the beginning of the part | ||
| 8044 | 2025.03.03 05:29:21.276356 [ 199 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part | ||
| 8045 | 2025.03.03 05:29:21.276767 [ 199 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part | ||
| 8046 | 2025.03.03 05:29:21.277149 [ 199 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part | ||
| 8047 | 2025.03.03 05:29:21.277597 [ 199 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part | ||
| 8048 | 2025.03.03 05:29:21.278981 [ 254 ] {3f912450-7c6f-49f1-883c-c851be160d63} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8049 | 2025.03.03 05:29:21.279053 [ 254 ] {3f912450-7c6f-49f1-883c-c851be160d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8050 | 2025.03.03 05:29:21.280024 [ 254 ] {3f912450-7c6f-49f1-883c-c851be160d63} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8051 | 2025.03.03 05:29:21.280068 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004758806 sec., 222744.94904814358 rows/sec., 15.02 MiB/sec. | ||
| 8052 | 2025.03.03 05:29:21.280323 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8053 | 2025.03.03 05:29:21.280498 [ 254 ] {3f912450-7c6f-49f1-883c-c851be160d63} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8054 | 2025.03.03 05:29:21.280932 [ 254 ] {3f912450-7c6f-49f1-883c-c851be160d63} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.00516 sec., 134689.92248062015 rows/sec., 10.75 MiB/sec. | ||
| 8055 | 2025.03.03 05:29:21.281148 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_29_7} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8056 | 2025.03.03 05:29:21.281195 [ 254 ] {3f912450-7c6f-49f1-883c-c851be160d63} <Debug> TCPHandler: Processed in 0.005715864 sec. | ||
| 8057 | 2025.03.03 05:29:21.281479 [ 189 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_29_7} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8058 | 2025.03.03 05:29:21.281564 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8059 | 2025.03.03 05:29:21.281762 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 8060 | 2025.03.03 05:29:21.281941 [ 254 ] {83e0f0c5-7c6e-4489-9855-7bc394ee7fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8061 | 2025.03.03 05:29:21.282063 [ 254 ] {83e0f0c5-7c6e-4489-9855-7bc394ee7fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8062 | 2025.03.03 05:29:21.282697 [ 254 ] {83e0f0c5-7c6e-4489-9855-7bc394ee7fe3} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8063 | 2025.03.03 05:29:21.282736 [ 254 ] {83e0f0c5-7c6e-4489-9855-7bc394ee7fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8064 | 2025.03.03 05:29:21.283117 [ 254 ] {83e0f0c5-7c6e-4489-9855-7bc394ee7fe3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8065 | 2025.03.03 05:29:21.283354 [ 254 ] {83e0f0c5-7c6e-4489-9855-7bc394ee7fe3} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8066 | 2025.03.03 05:29:21.283481 [ 44 ] {} <Debug> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8067 | 2025.03.03 05:29:21.283521 [ 44 ] {} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8068 | 2025.03.03 05:29:21.283541 [ 254 ] {83e0f0c5-7c6e-4489-9855-7bc394ee7fe3} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001719 sec., 84351.36707388016 rows/sec., 5.29 MiB/sec. | ||
| 8069 | 2025.03.03 05:29:21.283549 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8070 | 2025.03.03 05:29:21.283679 [ 254 ] {83e0f0c5-7c6e-4489-9855-7bc394ee7fe3} <Debug> TCPHandler: Processed in 0.002224895 sec. | ||
| 8071 | 2025.03.03 05:29:21.284052 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8072 | 2025.03.03 05:29:21.284239 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8073 | 2025.03.03 05:29:21.284356 [ 254 ] {dfe26f69-7546-4f29-b8d0-8644af186c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8074 | 2025.03.03 05:29:21.284472 [ 254 ] {dfe26f69-7546-4f29-b8d0-8644af186c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8075 | 2025.03.03 05:29:21.284785 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8076 | 2025.03.03 05:29:21.284872 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 163 rows starting from the beginning of the part | ||
| 8077 | 2025.03.03 05:29:21.285250 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 145 rows starting from the beginning of the part | ||
| 8078 | 2025.03.03 05:29:21.285583 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 145 rows starting from the beginning of the part | ||
| 8079 | 2025.03.03 05:29:21.285890 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 147 rows starting from the beginning of the part | ||
| 8080 | 2025.03.03 05:29:21.286195 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 145 rows starting from the beginning of the part | ||
| 8081 | 2025.03.03 05:29:21.286575 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 145 rows starting from the beginning of the part | ||
| 8082 | 2025.03.03 05:29:21.287383 [ 254 ] {dfe26f69-7546-4f29-b8d0-8644af186c2e} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8083 | 2025.03.03 05:29:21.287454 [ 254 ] {dfe26f69-7546-4f29-b8d0-8644af186c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8084 | 2025.03.03 05:29:21.288416 [ 254 ] {dfe26f69-7546-4f29-b8d0-8644af186c2e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8085 | 2025.03.03 05:29:21.288949 [ 254 ] {dfe26f69-7546-4f29-b8d0-8644af186c2e} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8086 | 2025.03.03 05:29:21.289197 [ 44 ] {} <Debug> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8087 | 2025.03.03 05:29:21.289291 [ 44 ] {} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8088 | 2025.03.03 05:29:21.289378 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8089 | 2025.03.03 05:29:21.289393 [ 254 ] {dfe26f69-7546-4f29-b8d0-8644af186c2e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005086 sec., 22217.852929610694 rows/sec., 1.44 MiB/sec. | ||
| 8090 | 2025.03.03 05:29:21.289843 [ 254 ] {dfe26f69-7546-4f29-b8d0-8644af186c2e} <Debug> TCPHandler: Processed in 0.005894179 sec. | ||
| 8091 | 2025.03.03 05:29:21.290028 [ 190 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8092 | 2025.03.03 05:29:21.290314 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8093 | 2025.03.03 05:29:21.290335 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 890 rows, containing 5 columns (5 merged, 0 gathered) in 0.006665894 sec., 133515.474443488 rows/sec., 8.90 MiB/sec. | ||
| 8094 | 2025.03.03 05:29:21.290694 [ 190 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8095 | 2025.03.03 05:29:21.290748 [ 188 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8096 | 2025.03.03 05:29:21.290766 [ 254 ] {3a6441b3-b555-4050-82b7-5c2cd079456f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8097 | 2025.03.03 05:29:21.290868 [ 190 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 342 rows starting from the beginning of the part | ||
| 8098 | 2025.03.03 05:29:21.290995 [ 254 ] {3a6441b3-b555-4050-82b7-5c2cd079456f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8099 | 2025.03.03 05:29:21.291506 [ 190 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
| 8100 | 2025.03.03 05:29:21.292067 [ 190 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
| 8101 | 2025.03.03 05:29:21.292546 [ 190 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 341 rows starting from the beginning of the part | ||
| 8102 | 2025.03.03 05:29:21.292539 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8103 | 2025.03.03 05:29:21.292965 [ 190 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part | ||
| 8104 | 2025.03.03 05:29:21.293384 [ 190 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 8105 | 2025.03.03 05:29:21.294033 [ 193 ] {8371d0f0-2110-4c88-b858-4cad5dd6e7f0::all_1_29_6} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8106 | 2025.03.03 05:29:21.294343 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 8107 | 2025.03.03 05:29:21.295404 [ 254 ] {3a6441b3-b555-4050-82b7-5c2cd079456f} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2025.03.03 05:29:21.295478 [ 254 ] {3a6441b3-b555-4050-82b7-5c2cd079456f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8109 | 2025.03.03 05:29:21.296533 [ 254 ] {3a6441b3-b555-4050-82b7-5c2cd079456f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8110 | 2025.03.03 05:29:21.296982 [ 188 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.00745876 sec., 152170.0658018223 rows/sec., 10.61 MiB/sec. | ||
| 8111 | 2025.03.03 05:29:21.296988 [ 254 ] {3a6441b3-b555-4050-82b7-5c2cd079456f} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8112 | 2025.03.03 05:29:21.297246 [ 190 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8113 | 2025.03.03 05:29:21.297407 [ 43 ] {} <Debug> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8114 | 2025.03.03 05:29:21.297521 [ 254 ] {3a6441b3-b555-4050-82b7-5c2cd079456f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006898 sec., 16236.590316033635 rows/sec., 947.12 KiB/sec. | ||
| 8115 | 2025.03.03 05:29:21.297566 [ 43 ] {} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8116 | 2025.03.03 05:29:21.297730 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8117 | 2025.03.03 05:29:21.297806 [ 254 ] {3a6441b3-b555-4050-82b7-5c2cd079456f} <Debug> TCPHandler: Processed in 0.007673954 sec. | ||
| 8118 | 2025.03.03 05:29:21.298150 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8119 | 2025.03.03 05:29:21.298182 [ 200 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::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 | ||
| 8120 | 2025.03.03 05:29:21.298239 [ 190 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8121 | 2025.03.03 05:29:21.298626 [ 254 ] {ece9f3c0-6474-4252-ae4e-ef282da32917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8122 | 2025.03.03 05:29:21.298795 [ 190 ] {a9b5977c-f0c5-43e4-ab21-e843293f98fc::all_1_29_6} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8123 | 2025.03.03 05:29:21.298829 [ 254 ] {ece9f3c0-6474-4252-ae4e-ef282da32917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8124 | 2025.03.03 05:29:21.298956 [ 200 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8125 | 2025.03.03 05:29:21.299206 [ 200 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 112 rows starting from the beginning of the part | ||
| 8126 | 2025.03.03 05:29:21.299252 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 8127 | 2025.03.03 05:29:21.299676 [ 200 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part | ||
| 8128 | 2025.03.03 05:29:21.299906 [ 200 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part | ||
| 8129 | 2025.03.03 05:29:21.300208 [ 200 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part | ||
| 8130 | 2025.03.03 05:29:21.300554 [ 200 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
| 8131 | 2025.03.03 05:29:21.301515 [ 254 ] {ece9f3c0-6474-4252-ae4e-ef282da32917} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8132 | 2025.03.03 05:29:21.301560 [ 254 ] {ece9f3c0-6474-4252-ae4e-ef282da32917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8133 | 2025.03.03 05:29:21.302011 [ 200 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004110162 sec., 136247.67101637358 rows/sec., 8.28 MiB/sec. | ||
| 8134 | 2025.03.03 05:29:21.302129 [ 254 ] {ece9f3c0-6474-4252-ae4e-ef282da32917} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8135 | 2025.03.03 05:29:21.302184 [ 190 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8136 | 2025.03.03 05:29:21.302541 [ 254 ] {ece9f3c0-6474-4252-ae4e-ef282da32917} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8137 | 2025.03.03 05:29:21.302656 [ 190 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_29_7} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2025.03.03 05:29:21.302921 [ 190 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_29_7} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8139 | 2025.03.03 05:29:21.302958 [ 254 ] {ece9f3c0-6474-4252-ae4e-ef282da32917} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.004509 sec., 93368.81791971612 rows/sec., 6.65 MiB/sec. | ||
| 8140 | 2025.03.03 05:29:21.303121 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8141 | 2025.03.03 05:29:21.303151 [ 254 ] {ece9f3c0-6474-4252-ae4e-ef282da32917} <Debug> TCPHandler: Processed in 0.005109293 sec. | ||
| 8142 | 2025.03.03 05:29:21.303273 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8143 | 2025.03.03 05:29:21.303376 [ 254 ] {c8425d37-0dba-4fc0-9ab3-cb4251661d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8144 | 2025.03.03 05:29:21.303422 [ 254 ] {c8425d37-0dba-4fc0-9ab3-cb4251661d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8145 | 2025.03.03 05:29:21.303864 [ 254 ] {c8425d37-0dba-4fc0-9ab3-cb4251661d9b} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8146 | 2025.03.03 05:29:21.303902 [ 254 ] {c8425d37-0dba-4fc0-9ab3-cb4251661d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8147 | 2025.03.03 05:29:21.304257 [ 254 ] {c8425d37-0dba-4fc0-9ab3-cb4251661d9b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8148 | 2025.03.03 05:29:21.304491 [ 254 ] {c8425d37-0dba-4fc0-9ab3-cb4251661d9b} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8149 | 2025.03.03 05:29:21.304646 [ 43 ] {} <Debug> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8150 | 2025.03.03 05:29:21.304701 [ 43 ] {} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8151 | 2025.03.03 05:29:21.304745 [ 254 ] {c8425d37-0dba-4fc0-9ab3-cb4251661d9b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001378 sec., 4354.136429608127 rows/sec., 227.49 KiB/sec. | ||
| 8152 | 2025.03.03 05:29:21.304748 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8153 | 2025.03.03 05:29:21.304883 [ 254 ] {c8425d37-0dba-4fc0-9ab3-cb4251661d9b} <Debug> TCPHandler: Processed in 0.001654624 sec. | ||
| 8154 | 2025.03.03 05:29:21.304953 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8155 | 2025.03.03 05:29:21.305047 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8156 | 2025.03.03 05:29:21.305070 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8157 | 2025.03.03 05:29:21.305106 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8158 | 2025.03.03 05:29:21.305308 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8159 | 2025.03.03 05:29:21.305341 [ 254 ] {039126ea-c0d3-4c15-9d65-5c0582fbebcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8160 | 2025.03.03 05:29:21.305562 [ 254 ] {039126ea-c0d3-4c15-9d65-5c0582fbebcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8161 | 2025.03.03 05:29:21.305587 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8162 | 2025.03.03 05:29:21.305887 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8163 | 2025.03.03 05:29:21.306201 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8164 | 2025.03.03 05:29:21.306484 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8165 | 2025.03.03 05:29:21.307515 [ 254 ] {039126ea-c0d3-4c15-9d65-5c0582fbebcb} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8166 | 2025.03.03 05:29:21.307565 [ 254 ] {039126ea-c0d3-4c15-9d65-5c0582fbebcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8167 | 2025.03.03 05:29:21.308125 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.003236305 sec., 53765.0190572273 rows/sec., 2.74 MiB/sec. | ||
| 8168 | 2025.03.03 05:29:21.308232 [ 254 ] {039126ea-c0d3-4c15-9d65-5c0582fbebcb} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8169 | 2025.03.03 05:29:21.308249 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8170 | 2025.03.03 05:29:21.308534 [ 254 ] {039126ea-c0d3-4c15-9d65-5c0582fbebcb} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8171 | 2025.03.03 05:29:21.308564 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8172 | 2025.03.03 05:29:21.308691 [ 188 ] {b57b966e-aa5d-4954-aa05-c5b0d20abcfa::all_1_29_6} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8173 | 2025.03.03 05:29:21.308921 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8174 | 2025.03.03 05:29:21.309009 [ 254 ] {039126ea-c0d3-4c15-9d65-5c0582fbebcb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003798 sec., 62401.26382306477 rows/sec., 4.18 MiB/sec. | ||
| 8175 | 2025.03.03 05:29:21.309092 [ 254 ] {039126ea-c0d3-4c15-9d65-5c0582fbebcb} <Debug> TCPHandler: Processed in 0.004117673 sec. | ||
| 8176 | 2025.03.03 05:29:21.309384 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8177 | 2025.03.03 05:29:21.309694 [ 254 ] {0c205c46-0ed5-475d-9cca-08829922e100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8178 | 2025.03.03 05:29:21.309807 [ 254 ] {0c205c46-0ed5-475d-9cca-08829922e100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8179 | 2025.03.03 05:29:21.310234 [ 254 ] {0c205c46-0ed5-475d-9cca-08829922e100} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8180 | 2025.03.03 05:29:21.310274 [ 254 ] {0c205c46-0ed5-475d-9cca-08829922e100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8181 | 2025.03.03 05:29:21.310636 [ 254 ] {0c205c46-0ed5-475d-9cca-08829922e100} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8182 | 2025.03.03 05:29:21.310869 [ 254 ] {0c205c46-0ed5-475d-9cca-08829922e100} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8183 | 2025.03.03 05:29:21.311116 [ 254 ] {0c205c46-0ed5-475d-9cca-08829922e100} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001535 sec., 651.4657980456027 rows/sec., 43.90 KiB/sec. | ||
| 8184 | 2025.03.03 05:29:21.311281 [ 254 ] {0c205c46-0ed5-475d-9cca-08829922e100} <Debug> TCPHandler: Processed in 0.00200213 sec. | ||
| 8185 | 2025.03.03 05:29:21.311493 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8186 | 2025.03.03 05:29:21.311598 [ 254 ] {40ba417f-293f-460a-859c-9012a845f3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8187 | 2025.03.03 05:29:21.311677 [ 254 ] {40ba417f-293f-460a-859c-9012a845f3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8188 | 2025.03.03 05:29:21.312825 [ 254 ] {40ba417f-293f-460a-859c-9012a845f3f7} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8189 | 2025.03.03 05:29:21.312864 [ 254 ] {40ba417f-293f-460a-859c-9012a845f3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8190 | 2025.03.03 05:29:21.313513 [ 254 ] {40ba417f-293f-460a-859c-9012a845f3f7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8191 | 2025.03.03 05:29:21.313772 [ 254 ] {40ba417f-293f-460a-859c-9012a845f3f7} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8192 | 2025.03.03 05:29:21.314029 [ 254 ] {40ba417f-293f-460a-859c-9012a845f3f7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002452 sec., 15905.383360522022 rows/sec., 28.50 MiB/sec. | ||
| 8193 | 2025.03.03 05:29:21.314242 [ 254 ] {40ba417f-293f-460a-859c-9012a845f3f7} <Debug> TCPHandler: Processed in 0.002815716 sec. | ||
| 8194 | 2025.03.03 05:29:21.314371 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8195 | 2025.03.03 05:29:21.314476 [ 254 ] {6cd58461-6e1a-4969-910c-b538a7b3ec81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8196 | 2025.03.03 05:29:21.314522 [ 254 ] {6cd58461-6e1a-4969-910c-b538a7b3ec81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8197 | 2025.03.03 05:29:21.314960 [ 254 ] {6cd58461-6e1a-4969-910c-b538a7b3ec81} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8198 | 2025.03.03 05:29:21.314997 [ 254 ] {6cd58461-6e1a-4969-910c-b538a7b3ec81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8199 | 2025.03.03 05:29:21.315352 [ 254 ] {6cd58461-6e1a-4969-910c-b538a7b3ec81} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8200 | 2025.03.03 05:29:21.315583 [ 254 ] {6cd58461-6e1a-4969-910c-b538a7b3ec81} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8201 | 2025.03.03 05:29:21.315820 [ 254 ] {6cd58461-6e1a-4969-910c-b538a7b3ec81} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001364 sec., 60117.302052785926 rows/sec., 3.82 MiB/sec. | ||
| 8202 | 2025.03.03 05:29:21.315927 [ 254 ] {6cd58461-6e1a-4969-910c-b538a7b3ec81} <Debug> TCPHandler: Processed in 0.001604692 sec. | ||
| 8203 | 2025.03.03 05:29:25.278548 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8204 | 2025.03.03 05:29:25.278619 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8205 | 2025.03.03 05:29:25.445911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8206 | 2025.03.03 05:29:25.446945 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8207 | 2025.03.03 05:29:25.446982 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8208 | 2025.03.03 05:29:25.447509 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8209 | 2025.03.03 05:29:25.447769 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8210 | 2025.03.03 05:29:25.447945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8211 | 2025.03.03 05:29:26.264924 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8212 | 2025.03.03 05:29:26.265205 [ 254 ] {fd26a953-9304-4466-9ed6-c91bffe34995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8213 | 2025.03.03 05:29:26.265313 [ 254 ] {fd26a953-9304-4466-9ed6-c91bffe34995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8214 | 2025.03.03 05:29:26.266293 [ 254 ] {fd26a953-9304-4466-9ed6-c91bffe34995} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8215 | 2025.03.03 05:29:26.266345 [ 254 ] {fd26a953-9304-4466-9ed6-c91bffe34995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8216 | 2025.03.03 05:29:26.266801 [ 254 ] {fd26a953-9304-4466-9ed6-c91bffe34995} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8217 | 2025.03.03 05:29:26.267074 [ 254 ] {fd26a953-9304-4466-9ed6-c91bffe34995} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8218 | 2025.03.03 05:29:26.267276 [ 254 ] {fd26a953-9304-4466-9ed6-c91bffe34995} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00215 sec., 26046.511627906977 rows/sec., 1.99 MiB/sec. | ||
| 8219 | 2025.03.03 05:29:26.267334 [ 254 ] {fd26a953-9304-4466-9ed6-c91bffe34995} <Debug> TCPHandler: Processed in 0.002590461 sec. | ||
| 8220 | 2025.03.03 05:29:26.267457 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8221 | 2025.03.03 05:29:26.267574 [ 254 ] {d2216f52-0a4e-4d18-9e26-40a61554b7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8222 | 2025.03.03 05:29:26.267621 [ 254 ] {d2216f52-0a4e-4d18-9e26-40a61554b7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8223 | 2025.03.03 05:29:26.268155 [ 254 ] {d2216f52-0a4e-4d18-9e26-40a61554b7a0} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8224 | 2025.03.03 05:29:26.268193 [ 254 ] {d2216f52-0a4e-4d18-9e26-40a61554b7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8225 | 2025.03.03 05:29:26.268548 [ 254 ] {d2216f52-0a4e-4d18-9e26-40a61554b7a0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8226 | 2025.03.03 05:29:26.268788 [ 254 ] {d2216f52-0a4e-4d18-9e26-40a61554b7a0} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8227 | 2025.03.03 05:29:26.268963 [ 254 ] {d2216f52-0a4e-4d18-9e26-40a61554b7a0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001413 sec., 45293.70134465676 rows/sec., 3.54 MiB/sec. | ||
| 8228 | 2025.03.03 05:29:26.269014 [ 254 ] {d2216f52-0a4e-4d18-9e26-40a61554b7a0} <Debug> TCPHandler: Processed in 0.001608292 sec. | ||
| 8229 | 2025.03.03 05:29:26.269125 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8230 | 2025.03.03 05:29:26.269230 [ 254 ] {a45df8c5-a2e0-4782-ad50-d32c6673aee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8231 | 2025.03.03 05:29:26.269278 [ 254 ] {a45df8c5-a2e0-4782-ad50-d32c6673aee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8232 | 2025.03.03 05:29:26.269790 [ 254 ] {a45df8c5-a2e0-4782-ad50-d32c6673aee0} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8233 | 2025.03.03 05:29:26.269827 [ 254 ] {a45df8c5-a2e0-4782-ad50-d32c6673aee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8234 | 2025.03.03 05:29:26.270206 [ 254 ] {a45df8c5-a2e0-4782-ad50-d32c6673aee0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8235 | 2025.03.03 05:29:26.270444 [ 254 ] {a45df8c5-a2e0-4782-ad50-d32c6673aee0} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8236 | 2025.03.03 05:29:26.270626 [ 254 ] {a45df8c5-a2e0-4782-ad50-d32c6673aee0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001416 sec., 112994.35028248587 rows/sec., 7.87 MiB/sec. | ||
| 8237 | 2025.03.03 05:29:26.270721 [ 254 ] {a45df8c5-a2e0-4782-ad50-d32c6673aee0} <Debug> TCPHandler: Processed in 0.001647053 sec. | ||
| 8238 | 2025.03.03 05:29:26.270917 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8239 | 2025.03.03 05:29:26.271110 [ 254 ] {4930c780-19cc-4718-9003-03179f52a461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8240 | 2025.03.03 05:29:26.271158 [ 254 ] {4930c780-19cc-4718-9003-03179f52a461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8241 | 2025.03.03 05:29:26.271597 [ 254 ] {4930c780-19cc-4718-9003-03179f52a461} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8242 | 2025.03.03 05:29:26.271635 [ 254 ] {4930c780-19cc-4718-9003-03179f52a461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8243 | 2025.03.03 05:29:26.271995 [ 254 ] {4930c780-19cc-4718-9003-03179f52a461} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8244 | 2025.03.03 05:29:26.272239 [ 254 ] {4930c780-19cc-4718-9003-03179f52a461} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8245 | 2025.03.03 05:29:26.272406 [ 254 ] {4930c780-19cc-4718-9003-03179f52a461} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
| 8246 | 2025.03.03 05:29:26.272453 [ 254 ] {4930c780-19cc-4718-9003-03179f52a461} <Debug> TCPHandler: Processed in 0.001640023 sec. | ||
| 8247 | 2025.03.03 05:29:26.764433 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8248 | 2025.03.03 05:29:26.764729 [ 254 ] {19ba19d8-8081-4bbd-8301-735f7dba4302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8249 | 2025.03.03 05:29:26.764843 [ 254 ] {19ba19d8-8081-4bbd-8301-735f7dba4302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8250 | 2025.03.03 05:29:26.765701 [ 254 ] {19ba19d8-8081-4bbd-8301-735f7dba4302} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8251 | 2025.03.03 05:29:26.765742 [ 254 ] {19ba19d8-8081-4bbd-8301-735f7dba4302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8252 | 2025.03.03 05:29:26.766205 [ 254 ] {19ba19d8-8081-4bbd-8301-735f7dba4302} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8253 | 2025.03.03 05:29:26.766456 [ 254 ] {19ba19d8-8081-4bbd-8301-735f7dba4302} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8254 | 2025.03.03 05:29:26.766666 [ 254 ] {19ba19d8-8081-4bbd-8301-735f7dba4302} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002021 sec., 104898.56506679862 rows/sec., 6.67 MiB/sec. | ||
| 8255 | 2025.03.03 05:29:26.766721 [ 254 ] {19ba19d8-8081-4bbd-8301-735f7dba4302} <Debug> TCPHandler: Processed in 0.002477069 sec. | ||
| 8256 | 2025.03.03 05:29:26.766845 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8257 | 2025.03.03 05:29:26.766949 [ 254 ] {423876d2-f25d-448a-8eec-aacca275ae87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8258 | 2025.03.03 05:29:26.766996 [ 254 ] {423876d2-f25d-448a-8eec-aacca275ae87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8259 | 2025.03.03 05:29:26.767520 [ 254 ] {423876d2-f25d-448a-8eec-aacca275ae87} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8260 | 2025.03.03 05:29:26.767559 [ 254 ] {423876d2-f25d-448a-8eec-aacca275ae87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8261 | 2025.03.03 05:29:26.767906 [ 254 ] {423876d2-f25d-448a-8eec-aacca275ae87} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8262 | 2025.03.03 05:29:26.768148 [ 254 ] {423876d2-f25d-448a-8eec-aacca275ae87} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8263 | 2025.03.03 05:29:26.768345 [ 254 ] {423876d2-f25d-448a-8eec-aacca275ae87} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00141 sec., 11347.517730496455 rows/sec., 925.31 KiB/sec. | ||
| 8264 | 2025.03.03 05:29:26.768421 [ 254 ] {423876d2-f25d-448a-8eec-aacca275ae87} <Debug> TCPHandler: Processed in 0.001626042 sec. | ||
| 8265 | 2025.03.03 05:29:26.768525 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8266 | 2025.03.03 05:29:26.768626 [ 254 ] {daeb27bc-4d92-4bd0-abcc-048c48d2b3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8267 | 2025.03.03 05:29:26.768670 [ 254 ] {daeb27bc-4d92-4bd0-abcc-048c48d2b3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8268 | 2025.03.03 05:29:26.770168 [ 254 ] {daeb27bc-4d92-4bd0-abcc-048c48d2b3d2} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8269 | 2025.03.03 05:29:26.770204 [ 254 ] {daeb27bc-4d92-4bd0-abcc-048c48d2b3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8270 | 2025.03.03 05:29:26.770668 [ 254 ] {daeb27bc-4d92-4bd0-abcc-048c48d2b3d2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8271 | 2025.03.03 05:29:26.770930 [ 254 ] {daeb27bc-4d92-4bd0-abcc-048c48d2b3d2} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8272 | 2025.03.03 05:29:26.771131 [ 254 ] {daeb27bc-4d92-4bd0-abcc-048c48d2b3d2} <Debug> executeQuery: Read 1843 rows, 153.48 KiB in 0.002522 sec., 730769.2307692308 rows/sec., 59.43 MiB/sec. | ||
| 8273 | 2025.03.03 05:29:26.771241 [ 254 ] {daeb27bc-4d92-4bd0-abcc-048c48d2b3d2} <Debug> TCPHandler: Processed in 0.002764885 sec. | ||
| 8274 | 2025.03.03 05:29:26.771393 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8275 | 2025.03.03 05:29:26.771697 [ 254 ] {5d63cf4b-2ce6-41c3-a9fc-336cf003c4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8276 | 2025.03.03 05:29:26.771830 [ 254 ] {5d63cf4b-2ce6-41c3-a9fc-336cf003c4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8277 | 2025.03.03 05:29:26.772688 [ 254 ] {5d63cf4b-2ce6-41c3-a9fc-336cf003c4e0} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8278 | 2025.03.03 05:29:26.772727 [ 254 ] {5d63cf4b-2ce6-41c3-a9fc-336cf003c4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8279 | 2025.03.03 05:29:26.773086 [ 254 ] {5d63cf4b-2ce6-41c3-a9fc-336cf003c4e0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8280 | 2025.03.03 05:29:26.773320 [ 254 ] {5d63cf4b-2ce6-41c3-a9fc-336cf003c4e0} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8281 | 2025.03.03 05:29:26.773510 [ 254 ] {5d63cf4b-2ce6-41c3-a9fc-336cf003c4e0} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001929 sec., 83462.93416277865 rows/sec., 5.28 MiB/sec. | ||
| 8282 | 2025.03.03 05:29:26.773641 [ 254 ] {5d63cf4b-2ce6-41c3-a9fc-336cf003c4e0} <Debug> TCPHandler: Processed in 0.002324126 sec. | ||
| 8283 | 2025.03.03 05:29:26.773761 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8284 | 2025.03.03 05:29:26.773863 [ 254 ] {2a6393f4-ac83-482f-b2d4-e68ed74d16f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8285 | 2025.03.03 05:29:26.773907 [ 254 ] {2a6393f4-ac83-482f-b2d4-e68ed74d16f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8286 | 2025.03.03 05:29:26.774568 [ 254 ] {2a6393f4-ac83-482f-b2d4-e68ed74d16f0} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8287 | 2025.03.03 05:29:26.774604 [ 254 ] {2a6393f4-ac83-482f-b2d4-e68ed74d16f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8288 | 2025.03.03 05:29:26.774969 [ 254 ] {2a6393f4-ac83-482f-b2d4-e68ed74d16f0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8289 | 2025.03.03 05:29:26.775210 [ 254 ] {2a6393f4-ac83-482f-b2d4-e68ed74d16f0} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8290 | 2025.03.03 05:29:26.775388 [ 254 ] {2a6393f4-ac83-482f-b2d4-e68ed74d16f0} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001548 sec., 220284.23772609822 rows/sec., 14.70 MiB/sec. | ||
| 8291 | 2025.03.03 05:29:26.775439 [ 254 ] {2a6393f4-ac83-482f-b2d4-e68ed74d16f0} <Debug> TCPHandler: Processed in 0.001727494 sec. | ||
| 8292 | 2025.03.03 05:29:26.775542 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8293 | 2025.03.03 05:29:26.775642 [ 254 ] {654e98b0-3f68-4e9c-9066-b1dd8ab9cbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8294 | 2025.03.03 05:29:26.775686 [ 254 ] {654e98b0-3f68-4e9c-9066-b1dd8ab9cbf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8295 | 2025.03.03 05:29:26.776249 [ 254 ] {654e98b0-3f68-4e9c-9066-b1dd8ab9cbf3} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8296 | 2025.03.03 05:29:26.776286 [ 254 ] {654e98b0-3f68-4e9c-9066-b1dd8ab9cbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8297 | 2025.03.03 05:29:26.776628 [ 254 ] {654e98b0-3f68-4e9c-9066-b1dd8ab9cbf3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8298 | 2025.03.03 05:29:26.776869 [ 254 ] {654e98b0-3f68-4e9c-9066-b1dd8ab9cbf3} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8299 | 2025.03.03 05:29:26.777056 [ 254 ] {654e98b0-3f68-4e9c-9066-b1dd8ab9cbf3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001434 sec., 78103.20781032079 rows/sec., 4.45 MiB/sec. | ||
| 8300 | 2025.03.03 05:29:26.777106 [ 254 ] {654e98b0-3f68-4e9c-9066-b1dd8ab9cbf3} <Debug> TCPHandler: Processed in 0.001612962 sec. | ||
| 8301 | 2025.03.03 05:29:26.777223 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8302 | 2025.03.03 05:29:26.777326 [ 254 ] {a17315f8-f91f-479d-b00e-2d46afefc4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8303 | 2025.03.03 05:29:26.777371 [ 254 ] {a17315f8-f91f-479d-b00e-2d46afefc4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8304 | 2025.03.03 05:29:26.778312 [ 254 ] {a17315f8-f91f-479d-b00e-2d46afefc4e5} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8305 | 2025.03.03 05:29:26.778349 [ 254 ] {a17315f8-f91f-479d-b00e-2d46afefc4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8306 | 2025.03.03 05:29:26.778742 [ 254 ] {a17315f8-f91f-479d-b00e-2d46afefc4e5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8307 | 2025.03.03 05:29:26.778984 [ 254 ] {a17315f8-f91f-479d-b00e-2d46afefc4e5} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8308 | 2025.03.03 05:29:26.779161 [ 254 ] {a17315f8-f91f-479d-b00e-2d46afefc4e5} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.001857 sec., 480883.1448572967 rows/sec., 34.87 MiB/sec. | ||
| 8309 | 2025.03.03 05:29:26.779211 [ 254 ] {a17315f8-f91f-479d-b00e-2d46afefc4e5} <Debug> TCPHandler: Processed in 0.002038441 sec. | ||
| 8310 | 2025.03.03 05:29:26.779314 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8311 | 2025.03.03 05:29:26.779416 [ 254 ] {e40b51f4-dbc0-43e9-a001-f5dbf2ecd8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8312 | 2025.03.03 05:29:26.779462 [ 254 ] {e40b51f4-dbc0-43e9-a001-f5dbf2ecd8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8313 | 2025.03.03 05:29:26.779893 [ 254 ] {e40b51f4-dbc0-43e9-a001-f5dbf2ecd8b6} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8314 | 2025.03.03 05:29:26.779929 [ 254 ] {e40b51f4-dbc0-43e9-a001-f5dbf2ecd8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8315 | 2025.03.03 05:29:26.780283 [ 254 ] {e40b51f4-dbc0-43e9-a001-f5dbf2ecd8b6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8316 | 2025.03.03 05:29:26.780518 [ 254 ] {e40b51f4-dbc0-43e9-a001-f5dbf2ecd8b6} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8317 | 2025.03.03 05:29:26.780735 [ 254 ] {e40b51f4-dbc0-43e9-a001-f5dbf2ecd8b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 235.52 KiB/sec. | ||
| 8318 | 2025.03.03 05:29:26.780883 [ 254 ] {e40b51f4-dbc0-43e9-a001-f5dbf2ecd8b6} <Debug> TCPHandler: Processed in 0.001615122 sec. | ||
| 8319 | 2025.03.03 05:29:26.781046 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8320 | 2025.03.03 05:29:26.781099 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8321 | 2025.03.03 05:29:26.781374 [ 254 ] {0557ac28-e5a6-4fc4-964e-66905f9acca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8322 | 2025.03.03 05:29:26.781560 [ 254 ] {0557ac28-e5a6-4fc4-964e-66905f9acca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8323 | 2025.03.03 05:29:26.784900 [ 254 ] {0557ac28-e5a6-4fc4-964e-66905f9acca0} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8324 | 2025.03.03 05:29:26.784980 [ 254 ] {0557ac28-e5a6-4fc4-964e-66905f9acca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8325 | 2025.03.03 05:29:26.787515 [ 254 ] {0557ac28-e5a6-4fc4-964e-66905f9acca0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8326 | 2025.03.03 05:29:26.788851 [ 254 ] {0557ac28-e5a6-4fc4-964e-66905f9acca0} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8327 | 2025.03.03 05:29:26.789950 [ 254 ] {0557ac28-e5a6-4fc4-964e-66905f9acca0} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.008658 sec., 111226.61122661122 rows/sec., 7.39 MiB/sec. | ||
| 8328 | 2025.03.03 05:29:26.790468 [ 254 ] {0557ac28-e5a6-4fc4-964e-66905f9acca0} <Debug> TCPHandler: Processed in 0.009423729 sec. | ||
| 8329 | 2025.03.03 05:29:26.791022 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8330 | 2025.03.03 05:29:26.791374 [ 254 ] {a509887f-b807-416a-a8da-74c55e4ced6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8331 | 2025.03.03 05:29:26.791637 [ 254 ] {a509887f-b807-416a-a8da-74c55e4ced6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8332 | 2025.03.03 05:29:26.794103 [ 254 ] {a509887f-b807-416a-a8da-74c55e4ced6d} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8333 | 2025.03.03 05:29:26.794379 [ 254 ] {a509887f-b807-416a-a8da-74c55e4ced6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8334 | 2025.03.03 05:29:26.795706 [ 254 ] {a509887f-b807-416a-a8da-74c55e4ced6d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8335 | 2025.03.03 05:29:26.796461 [ 254 ] {a509887f-b807-416a-a8da-74c55e4ced6d} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8336 | 2025.03.03 05:29:26.797239 [ 254 ] {a509887f-b807-416a-a8da-74c55e4ced6d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005981 sec., 167.19612104999163 rows/sec., 11.27 KiB/sec. | ||
| 8337 | 2025.03.03 05:29:26.797596 [ 254 ] {a509887f-b807-416a-a8da-74c55e4ced6d} <Debug> TCPHandler: Processed in 0.006747926 sec. | ||
| 8338 | 2025.03.03 05:29:26.797919 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8339 | 2025.03.03 05:29:26.798127 [ 254 ] {e237df0b-2c1b-43f8-a2e6-12a752596708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8340 | 2025.03.03 05:29:26.798328 [ 254 ] {e237df0b-2c1b-43f8-a2e6-12a752596708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8341 | 2025.03.03 05:29:26.805911 [ 254 ] {e237df0b-2c1b-43f8-a2e6-12a752596708} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8342 | 2025.03.03 05:29:26.805951 [ 254 ] {e237df0b-2c1b-43f8-a2e6-12a752596708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8343 | 2025.03.03 05:29:26.809970 [ 254 ] {e237df0b-2c1b-43f8-a2e6-12a752596708} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8344 | 2025.03.03 05:29:26.810764 [ 254 ] {e237df0b-2c1b-43f8-a2e6-12a752596708} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8345 | 2025.03.03 05:29:26.811543 [ 254 ] {e237df0b-2c1b-43f8-a2e6-12a752596708} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.013453 sec., 2898.981639782948 rows/sec., 5.19 MiB/sec. | ||
| 8346 | 2025.03.03 05:29:26.812398 [ 254 ] {e237df0b-2c1b-43f8-a2e6-12a752596708} <Debug> TCPHandler: Processed in 0.014564833 sec. | ||
| 8347 | 2025.03.03 05:29:26.812722 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8348 | 2025.03.03 05:29:26.812983 [ 254 ] {ec8e9899-5dd3-4e81-bb85-2b301c210dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8349 | 2025.03.03 05:29:26.813111 [ 254 ] {ec8e9899-5dd3-4e81-bb85-2b301c210dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8350 | 2025.03.03 05:29:26.815641 [ 254 ] {ec8e9899-5dd3-4e81-bb85-2b301c210dc7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8351 | 2025.03.03 05:29:26.815726 [ 254 ] {ec8e9899-5dd3-4e81-bb85-2b301c210dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8352 | 2025.03.03 05:29:26.817322 [ 254 ] {ec8e9899-5dd3-4e81-bb85-2b301c210dc7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8353 | 2025.03.03 05:29:26.817929 [ 254 ] {ec8e9899-5dd3-4e81-bb85-2b301c210dc7} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8354 | 2025.03.03 05:29:26.818413 [ 254 ] {ec8e9899-5dd3-4e81-bb85-2b301c210dc7} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005509 sec., 6171.719005264114 rows/sec., 366.76 KiB/sec. | ||
| 8355 | 2025.03.03 05:29:26.818602 [ 254 ] {ec8e9899-5dd3-4e81-bb85-2b301c210dc7} <Debug> TCPHandler: Processed in 0.00597606 sec. | ||
| 8356 | 2025.03.03 05:29:26.829935 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8357 | 2025.03.03 05:29:26.830003 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8358 | 2025.03.03 05:29:26.837211 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8359 | 2025.03.03 05:29:26.838130 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8360 | 2025.03.03 05:29:26.843177 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8361 | 2025.03.03 05:29:27.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.89 MiB, peak 227.57 MiB, free memory in arenas 0.00 B, will set to 216.35 MiB (RSS), difference: -1.54 MiB | ||
| 8362 | 2025.03.03 05:29:30.557811 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1186 | ||
| 8363 | 2025.03.03 05:29:30.561396 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8364 | 2025.03.03 05:29:30.561452 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8365 | 2025.03.03 05:29:30.563004 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8366 | 2025.03.03 05:29:30.563319 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8367 | 2025.03.03 05:29:30.563556 [ 31 ] {} <Debug> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8368 | 2025.03.03 05:29:30.563681 [ 31 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8369 | 2025.03.03 05:29:30.563744 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8370 | 2025.03.03 05:29:30.564139 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::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 | ||
| 8371 | 2025.03.03 05:29:30.565021 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1186 | ||
| 8372 | 2025.03.03 05:29:30.565330 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8373 | 2025.03.03 05:29:30.565456 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1002 rows starting from the beginning of the part | ||
| 8374 | 2025.03.03 05:29:30.565908 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
| 8375 | 2025.03.03 05:29:30.566337 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 54 rows starting from the beginning of the part | ||
| 8376 | 2025.03.03 05:29:30.566746 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
| 8377 | 2025.03.03 05:29:30.567159 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 8378 | 2025.03.03 05:29:30.567600 [ 200 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 54 rows starting from the beginning of the part | ||
| 8379 | 2025.03.03 05:29:30.576091 [ 186 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1186 rows, containing 72 columns (72 merged, 0 gathered) in 0.012194784 sec., 97254.69512211122 rows/sec., 77.24 MiB/sec. | ||
| 8380 | 2025.03.03 05:29:30.577738 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8381 | 2025.03.03 05:29:30.578564 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_31_6} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8382 | 2025.03.03 05:29:30.578666 [ 195 ] {9d439606-5653-4635-9a38-15e6c6a98f66::all_1_31_6} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8383 | 2025.03.03 05:29:30.579002 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 8384 | 2025.03.03 05:29:31.263106 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8385 | 2025.03.03 05:29:31.263407 [ 254 ] {707a3202-3d65-4493-9ea5-8e96a741035f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8386 | 2025.03.03 05:29:31.263529 [ 254 ] {707a3202-3d65-4493-9ea5-8e96a741035f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8387 | 2025.03.03 05:29:31.264540 [ 254 ] {707a3202-3d65-4493-9ea5-8e96a741035f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8388 | 2025.03.03 05:29:31.264586 [ 254 ] {707a3202-3d65-4493-9ea5-8e96a741035f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8389 | 2025.03.03 05:29:31.265039 [ 254 ] {707a3202-3d65-4493-9ea5-8e96a741035f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8390 | 2025.03.03 05:29:31.265302 [ 254 ] {707a3202-3d65-4493-9ea5-8e96a741035f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8391 | 2025.03.03 05:29:31.265509 [ 27 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8392 | 2025.03.03 05:29:31.265533 [ 254 ] {707a3202-3d65-4493-9ea5-8e96a741035f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002214 sec., 25293.58626919603 rows/sec., 1.93 MiB/sec. | ||
| 8393 | 2025.03.03 05:29:31.265595 [ 27 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8394 | 2025.03.03 05:29:31.265660 [ 254 ] {707a3202-3d65-4493-9ea5-8e96a741035f} <Debug> TCPHandler: Processed in 0.002728155 sec. | ||
| 8395 | 2025.03.03 05:29:31.265661 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8396 | 2025.03.03 05:29:31.265835 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8397 | 2025.03.03 05:29:31.265859 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 8398 | 2025.03.03 05:29:31.266000 [ 254 ] {6a4dc18b-84de-439e-8e81-bcfc86786cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8399 | 2025.03.03 05:29:31.266114 [ 254 ] {6a4dc18b-84de-439e-8e81-bcfc86786cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8400 | 2025.03.03 05:29:31.266114 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8401 | 2025.03.03 05:29:31.266231 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1845 rows starting from the beginning of the part | ||
| 8402 | 2025.03.03 05:29:31.266528 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 8403 | 2025.03.03 05:29:31.266923 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 695 rows starting from the beginning of the part | ||
| 8404 | 2025.03.03 05:29:31.267389 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 8405 | 2025.03.03 05:29:31.267736 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1843 rows starting from the beginning of the part | ||
| 8406 | 2025.03.03 05:29:31.267818 [ 191 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 8407 | 2025.03.03 05:29:31.268774 [ 254 ] {6a4dc18b-84de-439e-8e81-bcfc86786cb1} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8408 | 2025.03.03 05:29:31.268840 [ 254 ] {6a4dc18b-84de-439e-8e81-bcfc86786cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8409 | 2025.03.03 05:29:31.269727 [ 254 ] {6a4dc18b-84de-439e-8e81-bcfc86786cb1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8410 | 2025.03.03 05:29:31.270222 [ 254 ] {6a4dc18b-84de-439e-8e81-bcfc86786cb1} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8411 | 2025.03.03 05:29:31.270517 [ 27 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8412 | 2025.03.03 05:29:31.270633 [ 27 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8413 | 2025.03.03 05:29:31.270732 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8414 | 2025.03.03 05:29:31.270794 [ 254 ] {6a4dc18b-84de-439e-8e81-bcfc86786cb1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004833 sec., 13242.292571901511 rows/sec., 1.03 MiB/sec. | ||
| 8415 | 2025.03.03 05:29:31.271017 [ 254 ] {6a4dc18b-84de-439e-8e81-bcfc86786cb1} <Debug> TCPHandler: Processed in 0.005262655 sec. | ||
| 8416 | 2025.03.03 05:29:31.271302 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8417 | 2025.03.03 05:29:31.271318 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 8418 | 2025.03.03 05:29:31.271536 [ 254 ] {80a474bf-64d2-458b-b22b-a6c420e520e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8419 | 2025.03.03 05:29:31.271760 [ 254 ] {80a474bf-64d2-458b-b22b-a6c420e520e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8420 | 2025.03.03 05:29:31.272280 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8421 | 2025.03.03 05:29:31.272389 [ 204 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.006596783 sec., 689881.7196200027 rows/sec., 58.45 MiB/sec. | ||
| 8422 | 2025.03.03 05:29:31.272432 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 8423 | 2025.03.03 05:29:31.272854 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 8424 | 2025.03.03 05:29:31.272950 [ 204 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8425 | 2025.03.03 05:29:31.273312 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 421 rows starting from the beginning of the part | ||
| 8426 | 2025.03.03 05:29:31.273794 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 8427 | 2025.03.03 05:29:31.274273 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 893 rows starting from the beginning of the part | ||
| 8428 | 2025.03.03 05:29:31.274543 [ 204 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_71_14} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8429 | 2025.03.03 05:29:31.274803 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 8430 | 2025.03.03 05:29:31.275090 [ 204 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_71_14} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8431 | 2025.03.03 05:29:31.275561 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 8432 | 2025.03.03 05:29:31.275854 [ 254 ] {80a474bf-64d2-458b-b22b-a6c420e520e9} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8433 | 2025.03.03 05:29:31.275915 [ 254 ] {80a474bf-64d2-458b-b22b-a6c420e520e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8434 | 2025.03.03 05:29:31.276849 [ 254 ] {80a474bf-64d2-458b-b22b-a6c420e520e9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8435 | 2025.03.03 05:29:31.277376 [ 254 ] {80a474bf-64d2-458b-b22b-a6c420e520e9} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8436 | 2025.03.03 05:29:31.277777 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8437 | 2025.03.03 05:29:31.277848 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8438 | 2025.03.03 05:29:31.277888 [ 254 ] {80a474bf-64d2-458b-b22b-a6c420e520e9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006472 sec., 19777.503090234855 rows/sec., 1.38 MiB/sec. | ||
| 8439 | 2025.03.03 05:29:31.277904 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8440 | 2025.03.03 05:29:31.278158 [ 254 ] {80a474bf-64d2-458b-b22b-a6c420e520e9} <Debug> TCPHandler: Processed in 0.006935919 sec. | ||
| 8441 | 2025.03.03 05:29:31.278464 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 8442 | 2025.03.03 05:29:31.278667 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8443 | 2025.03.03 05:29:31.278888 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007944219 sec., 304498.1514230662 rows/sec., 23.32 MiB/sec. | ||
| 8444 | 2025.03.03 05:29:31.279052 [ 254 ] {2b0d7cc1-dc4d-470f-ab42-05423c1f2127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8445 | 2025.03.03 05:29:31.279122 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8446 | 2025.03.03 05:29:31.279197 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8447 | 2025.03.03 05:29:31.279162 [ 254 ] {2b0d7cc1-dc4d-470f-ab42-05423c1f2127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8448 | 2025.03.03 05:29:31.279285 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20080 rows starting from the beginning of the part | ||
| 8449 | 2025.03.03 05:29:31.279814 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 8450 | 2025.03.03 05:29:31.280242 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 8451 | 2025.03.03 05:29:31.280342 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_71_14} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8452 | 2025.03.03 05:29:31.280704 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 8453 | 2025.03.03 05:29:31.280810 [ 197 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_71_14} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8454 | 2025.03.03 05:29:31.281111 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8455 | 2025.03.03 05:29:31.281129 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 963 rows starting from the beginning of the part | ||
| 8456 | 2025.03.03 05:29:31.281635 [ 198 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part | ||
| 8457 | 2025.03.03 05:29:31.282532 [ 254 ] {2b0d7cc1-dc4d-470f-ab42-05423c1f2127} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8458 | 2025.03.03 05:29:31.282594 [ 254 ] {2b0d7cc1-dc4d-470f-ab42-05423c1f2127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8459 | 2025.03.03 05:29:31.283193 [ 254 ] {2b0d7cc1-dc4d-470f-ab42-05423c1f2127} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8460 | 2025.03.03 05:29:31.283586 [ 254 ] {2b0d7cc1-dc4d-470f-ab42-05423c1f2127} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8461 | 2025.03.03 05:29:31.283852 [ 27 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8462 | 2025.03.03 05:29:31.283912 [ 27 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8463 | 2025.03.03 05:29:31.283947 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8464 | 2025.03.03 05:29:31.283961 [ 254 ] {2b0d7cc1-dc4d-470f-ab42-05423c1f2127} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005026 sec., 9550.33824114604 rows/sec., 659.07 KiB/sec. | ||
| 8465 | 2025.03.03 05:29:31.284339 [ 254 ] {2b0d7cc1-dc4d-470f-ab42-05423c1f2127} <Debug> TCPHandler: Processed in 0.005868858 sec. | ||
| 8466 | 2025.03.03 05:29:31.284426 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 8467 | 2025.03.03 05:29:31.285004 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8468 | 2025.03.03 05:29:31.285123 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4024 rows starting from the beginning of the part | ||
| 8469 | 2025.03.03 05:29:31.285754 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 8470 | 2025.03.03 05:29:31.286433 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 8471 | 2025.03.03 05:29:31.286947 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 8472 | 2025.03.03 05:29:31.287575 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part | ||
| 8473 | 2025.03.03 05:29:31.287903 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part | ||
| 8474 | 2025.03.03 05:29:31.291345 [ 194 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4308 rows, containing 4 columns (4 merged, 0 gathered) in 0.007278656 sec., 591867.5096061691 rows/sec., 38.58 MiB/sec. | ||
| 8475 | 2025.03.03 05:29:31.292140 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8476 | 2025.03.03 05:29:31.292564 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_71_14} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8477 | 2025.03.03 05:29:31.292722 [ 199 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_71_14} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8478 | 2025.03.03 05:29:31.292844 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 8479 | 2025.03.03 05:29:31.293499 [ 190 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21728 rows, containing 5 columns (5 merged, 0 gathered) in 0.015408489 sec., 1410131.7786578555 rows/sec., 95.19 MiB/sec. | ||
| 8480 | 2025.03.03 05:29:31.294256 [ 193 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8481 | 2025.03.03 05:29:31.294575 [ 193 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8482 | 2025.03.03 05:29:31.294677 [ 193 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8483 | 2025.03.03 05:29:31.294777 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 8484 | 2025.03.03 05:29:32.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.76 MiB, peak 228.00 MiB, free memory in arenas 0.00 B, will set to 219.16 MiB (RSS), difference: 2.40 MiB | ||
| 8485 | 2025.03.03 05:29:32.948088 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8486 | 2025.03.03 05:29:32.949228 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8487 | 2025.03.03 05:29:32.949314 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8488 | 2025.03.03 05:29:32.949886 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8489 | 2025.03.03 05:29:32.950163 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8490 | 2025.03.03 05:29:32.950346 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8491 | 2025.03.03 05:29:34.343246 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8492 | 2025.03.03 05:29:34.363677 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8493 | 2025.03.03 05:29:34.363739 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8494 | 2025.03.03 05:29:34.371150 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8495 | 2025.03.03 05:29:34.371930 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8496 | 2025.03.03 05:29:34.375420 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8497 | 2025.03.03 05:29:36.264475 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8498 | 2025.03.03 05:29:36.264779 [ 254 ] {3d7d0ddb-9666-4fec-afe2-fb697f51f429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8499 | 2025.03.03 05:29:36.264895 [ 254 ] {3d7d0ddb-9666-4fec-afe2-fb697f51f429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8500 | 2025.03.03 05:29:36.265791 [ 254 ] {3d7d0ddb-9666-4fec-afe2-fb697f51f429} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8501 | 2025.03.03 05:29:36.265843 [ 254 ] {3d7d0ddb-9666-4fec-afe2-fb697f51f429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8502 | 2025.03.03 05:29:36.266306 [ 254 ] {3d7d0ddb-9666-4fec-afe2-fb697f51f429} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8503 | 2025.03.03 05:29:36.266579 [ 254 ] {3d7d0ddb-9666-4fec-afe2-fb697f51f429} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8504 | 2025.03.03 05:29:36.266848 [ 254 ] {3d7d0ddb-9666-4fec-afe2-fb697f51f429} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002151 sec., 26034.40260344026 rows/sec., 1.99 MiB/sec. | ||
| 8505 | 2025.03.03 05:29:36.266935 [ 254 ] {3d7d0ddb-9666-4fec-afe2-fb697f51f429} <Debug> TCPHandler: Processed in 0.002650923 sec. | ||
| 8506 | 2025.03.03 05:29:36.267171 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8507 | 2025.03.03 05:29:36.267327 [ 254 ] {e2dddbf0-4c22-437e-b10b-7775bfffde98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8508 | 2025.03.03 05:29:36.267376 [ 254 ] {e2dddbf0-4c22-437e-b10b-7775bfffde98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8509 | 2025.03.03 05:29:36.267947 [ 254 ] {e2dddbf0-4c22-437e-b10b-7775bfffde98} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8510 | 2025.03.03 05:29:36.267988 [ 254 ] {e2dddbf0-4c22-437e-b10b-7775bfffde98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8511 | 2025.03.03 05:29:36.268362 [ 254 ] {e2dddbf0-4c22-437e-b10b-7775bfffde98} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8512 | 2025.03.03 05:29:36.268608 [ 254 ] {e2dddbf0-4c22-437e-b10b-7775bfffde98} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8513 | 2025.03.03 05:29:36.268864 [ 254 ] {e2dddbf0-4c22-437e-b10b-7775bfffde98} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001552 sec., 41237.113402061856 rows/sec., 3.22 MiB/sec. | ||
| 8514 | 2025.03.03 05:29:36.268992 [ 254 ] {e2dddbf0-4c22-437e-b10b-7775bfffde98} <Debug> TCPHandler: Processed in 0.001910578 sec. | ||
| 8515 | 2025.03.03 05:29:36.269235 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8516 | 2025.03.03 05:29:36.269371 [ 254 ] {851c589c-d681-4f26-a600-cd30622dc621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8517 | 2025.03.03 05:29:36.269423 [ 254 ] {851c589c-d681-4f26-a600-cd30622dc621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8518 | 2025.03.03 05:29:36.269977 [ 254 ] {851c589c-d681-4f26-a600-cd30622dc621} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8519 | 2025.03.03 05:29:36.270017 [ 254 ] {851c589c-d681-4f26-a600-cd30622dc621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8520 | 2025.03.03 05:29:36.270416 [ 254 ] {851c589c-d681-4f26-a600-cd30622dc621} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8521 | 2025.03.03 05:29:36.270673 [ 254 ] {851c589c-d681-4f26-a600-cd30622dc621} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8522 | 2025.03.03 05:29:36.270876 [ 254 ] {851c589c-d681-4f26-a600-cd30622dc621} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001528 sec., 104712.04188481675 rows/sec., 7.29 MiB/sec. | ||
| 8523 | 2025.03.03 05:29:36.270928 [ 254 ] {851c589c-d681-4f26-a600-cd30622dc621} <Debug> TCPHandler: Processed in 0.001790176 sec. | ||
| 8524 | 2025.03.03 05:29:36.271033 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8525 | 2025.03.03 05:29:36.271134 [ 254 ] {5aaa72df-b1e9-4edf-8ae7-ee68142543bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8526 | 2025.03.03 05:29:36.271180 [ 254 ] {5aaa72df-b1e9-4edf-8ae7-ee68142543bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8527 | 2025.03.03 05:29:36.271630 [ 254 ] {5aaa72df-b1e9-4edf-8ae7-ee68142543bf} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8528 | 2025.03.03 05:29:36.271670 [ 254 ] {5aaa72df-b1e9-4edf-8ae7-ee68142543bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8529 | 2025.03.03 05:29:36.272033 [ 254 ] {5aaa72df-b1e9-4edf-8ae7-ee68142543bf} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8530 | 2025.03.03 05:29:36.272283 [ 254 ] {5aaa72df-b1e9-4edf-8ae7-ee68142543bf} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8531 | 2025.03.03 05:29:36.272485 [ 254 ] {5aaa72df-b1e9-4edf-8ae7-ee68142543bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
| 8532 | 2025.03.03 05:29:36.272534 [ 254 ] {5aaa72df-b1e9-4edf-8ae7-ee68142543bf} <Debug> TCPHandler: Processed in 0.001550811 sec. | ||
| 8533 | 2025.03.03 05:29:38.240280 [ 117 ] {} <Debug> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 8534 | 2025.03.03 05:29:38.240361 [ 117 ] {} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8535 | 2025.03.03 05:29:38.240385 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8536 | 2025.03.03 05:29:38.240603 [ 190 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::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 | ||
| 8537 | 2025.03.03 05:29:38.240805 [ 190 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8538 | 2025.03.03 05:29:38.240849 [ 190 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::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 | ||
| 8539 | 2025.03.03 05:29:38.240950 [ 190 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 8540 | 2025.03.03 05:29:38.241227 [ 190 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
| 8541 | 2025.03.03 05:29:38.241357 [ 190 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 8542 | 2025.03.03 05:29:38.241548 [ 190 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
| 8543 | 2025.03.03 05:29:38.242528 [ 189 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002067971 sec., 26112.551868473976 rows/sec., 2.18 MiB/sec. | ||
| 8544 | 2025.03.03 05:29:38.242744 [ 188 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 8545 | 2025.03.03 05:29:38.243158 [ 188 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_9_2} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8546 | 2025.03.03 05:29:38.243260 [ 188 ] {2faecbf2-a75b-488f-a292-3ab574bcb12b::all_1_9_2} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 8547 | 2025.03.03 05:29:38.243369 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8548 | 2025.03.03 05:29:40.278663 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8549 | 2025.03.03 05:29:40.278715 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8550 | 2025.03.03 05:29:40.450463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8551 | 2025.03.03 05:29:40.451462 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8552 | 2025.03.03 05:29:40.451498 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8553 | 2025.03.03 05:29:40.452038 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8554 | 2025.03.03 05:29:40.452291 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8555 | 2025.03.03 05:29:40.452512 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8556 | 2025.03.03 05:29:40.566286 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1202 | ||
| 8557 | 2025.03.03 05:29:40.569010 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8558 | 2025.03.03 05:29:40.569063 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8559 | 2025.03.03 05:29:40.570554 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8560 | 2025.03.03 05:29:40.570875 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8561 | 2025.03.03 05:29:40.571408 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1202 | ||
| 8562 | 2025.03.03 05:29:41.272597 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8563 | 2025.03.03 05:29:41.272810 [ 254 ] {8223386d-b17f-4d61-8884-ef3a00c3902a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8564 | 2025.03.03 05:29:41.272892 [ 254 ] {8223386d-b17f-4d61-8884-ef3a00c3902a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8565 | 2025.03.03 05:29:41.273806 [ 254 ] {8223386d-b17f-4d61-8884-ef3a00c3902a} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8566 | 2025.03.03 05:29:41.273857 [ 254 ] {8223386d-b17f-4d61-8884-ef3a00c3902a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8567 | 2025.03.03 05:29:41.274331 [ 254 ] {8223386d-b17f-4d61-8884-ef3a00c3902a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8568 | 2025.03.03 05:29:41.274607 [ 254 ] {8223386d-b17f-4d61-8884-ef3a00c3902a} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8569 | 2025.03.03 05:29:41.274862 [ 254 ] {8223386d-b17f-4d61-8884-ef3a00c3902a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002108 sec., 100569.25996204933 rows/sec., 6.40 MiB/sec. | ||
| 8570 | 2025.03.03 05:29:41.274918 [ 254 ] {8223386d-b17f-4d61-8884-ef3a00c3902a} <Debug> TCPHandler: Processed in 0.00246274 sec. | ||
| 8571 | 2025.03.03 05:29:41.275051 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8572 | 2025.03.03 05:29:41.275156 [ 254 ] {1ccbf2d5-c315-45d0-9840-ba7228e9823f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8573 | 2025.03.03 05:29:41.275202 [ 254 ] {1ccbf2d5-c315-45d0-9840-ba7228e9823f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8574 | 2025.03.03 05:29:41.276230 [ 254 ] {1ccbf2d5-c315-45d0-9840-ba7228e9823f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8575 | 2025.03.03 05:29:41.276270 [ 254 ] {1ccbf2d5-c315-45d0-9840-ba7228e9823f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8576 | 2025.03.03 05:29:41.276676 [ 254 ] {1ccbf2d5-c315-45d0-9840-ba7228e9823f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8577 | 2025.03.03 05:29:41.276922 [ 254 ] {1ccbf2d5-c315-45d0-9840-ba7228e9823f} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8578 | 2025.03.03 05:29:41.277134 [ 254 ] {1ccbf2d5-c315-45d0-9840-ba7228e9823f} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.002001 sec., 347326.33683158417 rows/sec., 27.71 MiB/sec. | ||
| 8579 | 2025.03.03 05:29:41.277186 [ 254 ] {1ccbf2d5-c315-45d0-9840-ba7228e9823f} <Debug> TCPHandler: Processed in 0.002186123 sec. | ||
| 8580 | 2025.03.03 05:29:41.277304 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8581 | 2025.03.03 05:29:41.277408 [ 254 ] {fb1604cc-095c-40e9-bea9-5d95d0c6d839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8582 | 2025.03.03 05:29:41.277454 [ 254 ] {fb1604cc-095c-40e9-bea9-5d95d0c6d839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8583 | 2025.03.03 05:29:41.278055 [ 254 ] {fb1604cc-095c-40e9-bea9-5d95d0c6d839} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8584 | 2025.03.03 05:29:41.278095 [ 254 ] {fb1604cc-095c-40e9-bea9-5d95d0c6d839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8585 | 2025.03.03 05:29:41.278470 [ 254 ] {fb1604cc-095c-40e9-bea9-5d95d0c6d839} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8586 | 2025.03.03 05:29:41.278736 [ 254 ] {fb1604cc-095c-40e9-bea9-5d95d0c6d839} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8587 | 2025.03.03 05:29:41.278993 [ 254 ] {fb1604cc-095c-40e9-bea9-5d95d0c6d839} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001599 sec., 90681.6760475297 rows/sec., 5.69 MiB/sec. | ||
| 8588 | 2025.03.03 05:29:41.279085 [ 254 ] {fb1604cc-095c-40e9-bea9-5d95d0c6d839} <Debug> TCPHandler: Processed in 0.001827706 sec. | ||
| 8589 | 2025.03.03 05:29:41.279311 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8590 | 2025.03.03 05:29:41.279416 [ 254 ] {348c02f7-35fe-4582-a7af-d528e0c51b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8591 | 2025.03.03 05:29:41.279462 [ 254 ] {348c02f7-35fe-4582-a7af-d528e0c51b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8592 | 2025.03.03 05:29:41.280061 [ 254 ] {348c02f7-35fe-4582-a7af-d528e0c51b12} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8593 | 2025.03.03 05:29:41.280101 [ 254 ] {348c02f7-35fe-4582-a7af-d528e0c51b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8594 | 2025.03.03 05:29:41.280461 [ 254 ] {348c02f7-35fe-4582-a7af-d528e0c51b12} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8595 | 2025.03.03 05:29:41.280714 [ 254 ] {348c02f7-35fe-4582-a7af-d528e0c51b12} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8596 | 2025.03.03 05:29:41.280982 [ 254 ] {348c02f7-35fe-4582-a7af-d528e0c51b12} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001588 sec., 71158.69017632242 rows/sec., 4.61 MiB/sec. | ||
| 8597 | 2025.03.03 05:29:41.281198 [ 254 ] {348c02f7-35fe-4582-a7af-d528e0c51b12} <Debug> TCPHandler: Processed in 0.001945259 sec. | ||
| 8598 | 2025.03.03 05:29:41.281386 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8599 | 2025.03.03 05:29:41.281491 [ 254 ] {ba14b552-c913-4ff8-96ab-97f67d4b040d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8600 | 2025.03.03 05:29:41.281538 [ 254 ] {ba14b552-c913-4ff8-96ab-97f67d4b040d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8601 | 2025.03.03 05:29:41.282166 [ 254 ] {ba14b552-c913-4ff8-96ab-97f67d4b040d} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2025.03.03 05:29:41.282207 [ 254 ] {ba14b552-c913-4ff8-96ab-97f67d4b040d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8603 | 2025.03.03 05:29:41.282563 [ 254 ] {ba14b552-c913-4ff8-96ab-97f67d4b040d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8604 | 2025.03.03 05:29:41.282809 [ 254 ] {ba14b552-c913-4ff8-96ab-97f67d4b040d} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8605 | 2025.03.03 05:29:41.283008 [ 254 ] {ba14b552-c913-4ff8-96ab-97f67d4b040d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001541 sec., 72680.077871512 rows/sec., 4.14 MiB/sec. | ||
| 8606 | 2025.03.03 05:29:41.283059 [ 254 ] {ba14b552-c913-4ff8-96ab-97f67d4b040d} <Debug> TCPHandler: Processed in 0.001735705 sec. | ||
| 8607 | 2025.03.03 05:29:41.283179 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8608 | 2025.03.03 05:29:41.283284 [ 254 ] {cca7cc92-9d1d-45d3-81c7-cb12aff2433b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8609 | 2025.03.03 05:29:41.283330 [ 254 ] {cca7cc92-9d1d-45d3-81c7-cb12aff2433b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8610 | 2025.03.03 05:29:41.284070 [ 254 ] {cca7cc92-9d1d-45d3-81c7-cb12aff2433b} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2025.03.03 05:29:41.284109 [ 254 ] {cca7cc92-9d1d-45d3-81c7-cb12aff2433b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8612 | 2025.03.03 05:29:41.284485 [ 254 ] {cca7cc92-9d1d-45d3-81c7-cb12aff2433b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8613 | 2025.03.03 05:29:41.284727 [ 254 ] {cca7cc92-9d1d-45d3-81c7-cb12aff2433b} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2025.03.03 05:29:41.284964 [ 254 ] {cca7cc92-9d1d-45d3-81c7-cb12aff2433b} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001696 sec., 248231.1320754717 rows/sec., 17.68 MiB/sec. | ||
| 8615 | 2025.03.03 05:29:41.285043 [ 254 ] {cca7cc92-9d1d-45d3-81c7-cb12aff2433b} <Debug> TCPHandler: Processed in 0.001913619 sec. | ||
| 8616 | 2025.03.03 05:29:41.285273 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8617 | 2025.03.03 05:29:41.285463 [ 254 ] {011fb4bc-358d-48e7-9914-35a3c7e47d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8618 | 2025.03.03 05:29:41.285511 [ 254 ] {011fb4bc-358d-48e7-9914-35a3c7e47d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8619 | 2025.03.03 05:29:41.285972 [ 254 ] {011fb4bc-358d-48e7-9914-35a3c7e47d9f} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8620 | 2025.03.03 05:29:41.286010 [ 254 ] {011fb4bc-358d-48e7-9914-35a3c7e47d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8621 | 2025.03.03 05:29:41.286380 [ 254 ] {011fb4bc-358d-48e7-9914-35a3c7e47d9f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8622 | 2025.03.03 05:29:41.286614 [ 254 ] {011fb4bc-358d-48e7-9914-35a3c7e47d9f} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8623 | 2025.03.03 05:29:41.286872 [ 254 ] {011fb4bc-358d-48e7-9914-35a3c7e47d9f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec. | ||
| 8624 | 2025.03.03 05:29:41.287077 [ 254 ] {011fb4bc-358d-48e7-9914-35a3c7e47d9f} <Debug> TCPHandler: Processed in 0.001899398 sec. | ||
| 8625 | 2025.03.03 05:29:41.287241 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8626 | 2025.03.03 05:29:41.287344 [ 254 ] {382ee62e-0966-4635-afb6-5c313cbb2c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8627 | 2025.03.03 05:29:41.287391 [ 254 ] {382ee62e-0966-4635-afb6-5c313cbb2c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8628 | 2025.03.03 05:29:41.287959 [ 254 ] {382ee62e-0966-4635-afb6-5c313cbb2c2c} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8629 | 2025.03.03 05:29:41.287998 [ 254 ] {382ee62e-0966-4635-afb6-5c313cbb2c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8630 | 2025.03.03 05:29:41.288372 [ 254 ] {382ee62e-0966-4635-afb6-5c313cbb2c2c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8631 | 2025.03.03 05:29:41.288607 [ 254 ] {382ee62e-0966-4635-afb6-5c313cbb2c2c} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8632 | 2025.03.03 05:29:41.288808 [ 254 ] {382ee62e-0966-4635-afb6-5c313cbb2c2c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001486 sec., 159488.5598923284 rows/sec., 10.69 MiB/sec. | ||
| 8633 | 2025.03.03 05:29:41.288859 [ 254 ] {382ee62e-0966-4635-afb6-5c313cbb2c2c} <Debug> TCPHandler: Processed in 0.001667263 sec. | ||
| 8634 | 2025.03.03 05:29:41.288973 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8635 | 2025.03.03 05:29:41.289076 [ 254 ] {141a25da-2fe3-4dc8-a62c-52e248ef2dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8636 | 2025.03.03 05:29:41.289123 [ 254 ] {141a25da-2fe3-4dc8-a62c-52e248ef2dbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8637 | 2025.03.03 05:29:41.289539 [ 254 ] {141a25da-2fe3-4dc8-a62c-52e248ef2dbc} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8638 | 2025.03.03 05:29:41.289577 [ 254 ] {141a25da-2fe3-4dc8-a62c-52e248ef2dbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8639 | 2025.03.03 05:29:41.289916 [ 254 ] {141a25da-2fe3-4dc8-a62c-52e248ef2dbc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8640 | 2025.03.03 05:29:41.290158 [ 254 ] {141a25da-2fe3-4dc8-a62c-52e248ef2dbc} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8641 | 2025.03.03 05:29:41.290420 [ 254 ] {141a25da-2fe3-4dc8-a62c-52e248ef2dbc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec. | ||
| 8642 | 2025.03.03 05:29:41.290597 [ 254 ] {141a25da-2fe3-4dc8-a62c-52e248ef2dbc} <Debug> TCPHandler: Processed in 0.001668763 sec. | ||
| 8643 | 2025.03.03 05:29:41.290831 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8644 | 2025.03.03 05:29:41.290935 [ 254 ] {f640875e-ead5-4f35-82c7-3977a6f625ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8645 | 2025.03.03 05:29:41.291010 [ 254 ] {f640875e-ead5-4f35-82c7-3977a6f625ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8646 | 2025.03.03 05:29:41.292200 [ 254 ] {f640875e-ead5-4f35-82c7-3977a6f625ee} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8647 | 2025.03.03 05:29:41.292238 [ 254 ] {f640875e-ead5-4f35-82c7-3977a6f625ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8648 | 2025.03.03 05:29:41.292909 [ 254 ] {f640875e-ead5-4f35-82c7-3977a6f625ee} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8649 | 2025.03.03 05:29:41.293166 [ 254 ] {f640875e-ead5-4f35-82c7-3977a6f625ee} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8650 | 2025.03.03 05:29:41.293339 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8651 | 2025.03.03 05:29:41.293429 [ 254 ] {f640875e-ead5-4f35-82c7-3977a6f625ee} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002509 sec., 15544.041450777202 rows/sec., 27.85 MiB/sec. | ||
| 8652 | 2025.03.03 05:29:41.293435 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8653 | 2025.03.03 05:29:41.293509 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8654 | 2025.03.03 05:29:41.294021 [ 254 ] {f640875e-ead5-4f35-82c7-3977a6f625ee} <Debug> TCPHandler: Processed in 0.003251595 sec. | ||
| 8655 | 2025.03.03 05:29:41.294080 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::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 | ||
| 8656 | 2025.03.03 05:29:41.294510 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8657 | 2025.03.03 05:29:41.294771 [ 254 ] {3901db7b-da97-4644-ad9d-8d52fb1740b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8658 | 2025.03.03 05:29:41.294907 [ 254 ] {3901db7b-da97-4644-ad9d-8d52fb1740b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8659 | 2025.03.03 05:29:41.294943 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8660 | 2025.03.03 05:29:41.295199 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 906 rows starting from the beginning of the part | ||
| 8661 | 2025.03.03 05:29:41.295920 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part | ||
| 8662 | 2025.03.03 05:29:41.296811 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part | ||
| 8663 | 2025.03.03 05:29:41.296893 [ 254 ] {3901db7b-da97-4644-ad9d-8d52fb1740b9} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8664 | 2025.03.03 05:29:41.296972 [ 254 ] {3901db7b-da97-4644-ad9d-8d52fb1740b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8665 | 2025.03.03 05:29:41.297474 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 8666 | 2025.03.03 05:29:41.298214 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part | ||
| 8667 | 2025.03.03 05:29:41.298500 [ 254 ] {3901db7b-da97-4644-ad9d-8d52fb1740b9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8668 | 2025.03.03 05:29:41.298796 [ 190 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 8669 | 2025.03.03 05:29:41.299331 [ 254 ] {3901db7b-da97-4644-ad9d-8d52fb1740b9} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8670 | 2025.03.03 05:29:41.300087 [ 254 ] {3901db7b-da97-4644-ad9d-8d52fb1740b9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005367 sec., 15278.554127072852 rows/sec., 993.67 KiB/sec. | ||
| 8671 | 2025.03.03 05:29:41.300317 [ 254 ] {3901db7b-da97-4644-ad9d-8d52fb1740b9} <Debug> TCPHandler: Processed in 0.005903418 sec. | ||
| 8672 | 2025.03.03 05:29:41.306768 [ 188 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1101 rows, containing 19 columns (19 merged, 0 gathered) in 0.013111062 sec., 83974.89082120122 rows/sec., 150.48 MiB/sec. | ||
| 8673 | 2025.03.03 05:29:41.307886 [ 189 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8674 | 2025.03.03 05:29:41.308371 [ 189 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8675 | 2025.03.03 05:29:41.308475 [ 189 ] {f3667ba0-e967-4b98-b5b8-b416a6ababb7::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8676 | 2025.03.03 05:29:41.308645 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.57 MiB. | ||
| 8677 | 2025.03.03 05:29:41.875460 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8678 | 2025.03.03 05:29:41.897780 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8679 | 2025.03.03 05:29:41.897837 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8680 | 2025.03.03 05:29:41.905287 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8681 | 2025.03.03 05:29:41.906093 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8682 | 2025.03.03 05:29:41.908804 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8683 | 2025.03.03 05:29:42.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.51 MiB, peak 228.52 MiB, free memory in arenas 0.00 B, will set to 221.77 MiB (RSS), difference: 1.26 MiB | ||
| 8684 | 2025.03.03 05:29:46.264681 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8685 | 2025.03.03 05:29:46.264877 [ 254 ] {4d036f75-2376-46bc-9a8f-bce1fa29f8d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8686 | 2025.03.03 05:29:46.264953 [ 254 ] {4d036f75-2376-46bc-9a8f-bce1fa29f8d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8687 | 2025.03.03 05:29:46.265744 [ 254 ] {4d036f75-2376-46bc-9a8f-bce1fa29f8d4} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8688 | 2025.03.03 05:29:46.265797 [ 254 ] {4d036f75-2376-46bc-9a8f-bce1fa29f8d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8689 | 2025.03.03 05:29:46.266251 [ 254 ] {4d036f75-2376-46bc-9a8f-bce1fa29f8d4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8690 | 2025.03.03 05:29:46.266508 [ 254 ] {4d036f75-2376-46bc-9a8f-bce1fa29f8d4} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8691 | 2025.03.03 05:29:46.266765 [ 254 ] {4d036f75-2376-46bc-9a8f-bce1fa29f8d4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.21 MiB/sec. | ||
| 8692 | 2025.03.03 05:29:46.266871 [ 254 ] {4d036f75-2376-46bc-9a8f-bce1fa29f8d4} <Debug> TCPHandler: Processed in 0.002327317 sec. | ||
| 8693 | 2025.03.03 05:29:46.267099 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8694 | 2025.03.03 05:29:46.267337 [ 254 ] {5a6eff72-f349-4ae7-9969-6eb9e3082333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8695 | 2025.03.03 05:29:46.267388 [ 254 ] {5a6eff72-f349-4ae7-9969-6eb9e3082333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8696 | 2025.03.03 05:29:46.267957 [ 254 ] {5a6eff72-f349-4ae7-9969-6eb9e3082333} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8697 | 2025.03.03 05:29:46.267998 [ 254 ] {5a6eff72-f349-4ae7-9969-6eb9e3082333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8698 | 2025.03.03 05:29:46.268355 [ 254 ] {5a6eff72-f349-4ae7-9969-6eb9e3082333} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8699 | 2025.03.03 05:29:46.268597 [ 254 ] {5a6eff72-f349-4ae7-9969-6eb9e3082333} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8700 | 2025.03.03 05:29:46.268827 [ 254 ] {5a6eff72-f349-4ae7-9969-6eb9e3082333} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001562 sec., 40973.11139564661 rows/sec., 3.20 MiB/sec. | ||
| 8701 | 2025.03.03 05:29:46.268923 [ 254 ] {5a6eff72-f349-4ae7-9969-6eb9e3082333} <Debug> TCPHandler: Processed in 0.001929189 sec. | ||
| 8702 | 2025.03.03 05:29:46.269149 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8703 | 2025.03.03 05:29:46.269313 [ 254 ] {d25514ca-8d00-420f-9d9b-f88be70affe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8704 | 2025.03.03 05:29:46.269366 [ 254 ] {d25514ca-8d00-420f-9d9b-f88be70affe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8705 | 2025.03.03 05:29:46.269915 [ 254 ] {d25514ca-8d00-420f-9d9b-f88be70affe6} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8706 | 2025.03.03 05:29:46.269954 [ 254 ] {d25514ca-8d00-420f-9d9b-f88be70affe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8707 | 2025.03.03 05:29:46.270342 [ 254 ] {d25514ca-8d00-420f-9d9b-f88be70affe6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8708 | 2025.03.03 05:29:46.270597 [ 254 ] {d25514ca-8d00-420f-9d9b-f88be70affe6} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8709 | 2025.03.03 05:29:46.270804 [ 254 ] {d25514ca-8d00-420f-9d9b-f88be70affe6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec. | ||
| 8710 | 2025.03.03 05:29:46.270857 [ 254 ] {d25514ca-8d00-420f-9d9b-f88be70affe6} <Debug> TCPHandler: Processed in 0.001802796 sec. | ||
| 8711 | 2025.03.03 05:29:46.270963 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8712 | 2025.03.03 05:29:46.271067 [ 254 ] {71e9493e-84aa-4cac-9745-a1dd86fbbea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8713 | 2025.03.03 05:29:46.271114 [ 254 ] {71e9493e-84aa-4cac-9745-a1dd86fbbea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8714 | 2025.03.03 05:29:46.271550 [ 254 ] {71e9493e-84aa-4cac-9745-a1dd86fbbea6} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8715 | 2025.03.03 05:29:46.271589 [ 254 ] {71e9493e-84aa-4cac-9745-a1dd86fbbea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8716 | 2025.03.03 05:29:46.271944 [ 254 ] {71e9493e-84aa-4cac-9745-a1dd86fbbea6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8717 | 2025.03.03 05:29:46.272184 [ 254 ] {71e9493e-84aa-4cac-9745-a1dd86fbbea6} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8718 | 2025.03.03 05:29:46.272381 [ 254 ] {71e9493e-84aa-4cac-9745-a1dd86fbbea6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. | ||
| 8719 | 2025.03.03 05:29:46.272432 [ 254 ] {71e9493e-84aa-4cac-9745-a1dd86fbbea6} <Debug> TCPHandler: Processed in 0.00151789 sec. | ||
| 8720 | 2025.03.03 05:29:47.953621 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 8721 | 2025.03.03 05:29:47.954274 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8722 | 2025.03.03 05:29:47.954315 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8723 | 2025.03.03 05:29:47.954983 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8724 | 2025.03.03 05:29:47.955234 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8725 | 2025.03.03 05:29:47.955474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 8726 | 2025.03.03 05:29:49.409853 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8727 | 2025.03.03 05:29:49.430383 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8728 | 2025.03.03 05:29:49.430438 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8729 | 2025.03.03 05:29:49.437901 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8730 | 2025.03.03 05:29:49.438733 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8731 | 2025.03.03 05:29:49.441344 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8732 | 2025.03.03 05:29:50.571550 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1232 | ||
| 8733 | 2025.03.03 05:29:50.574955 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8734 | 2025.03.03 05:29:50.574998 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8735 | 2025.03.03 05:29:50.576488 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8736 | 2025.03.03 05:29:50.576795 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8737 | 2025.03.03 05:29:50.578067 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1232 | ||
| 8738 | 2025.03.03 05:29:51.272899 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8739 | 2025.03.03 05:29:51.273139 [ 254 ] {cb29e36f-5621-4d2b-b8b6-20a47d015d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8740 | 2025.03.03 05:29:51.273230 [ 254 ] {cb29e36f-5621-4d2b-b8b6-20a47d015d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8741 | 2025.03.03 05:29:51.274119 [ 254 ] {cb29e36f-5621-4d2b-b8b6-20a47d015d51} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8742 | 2025.03.03 05:29:51.274159 [ 254 ] {cb29e36f-5621-4d2b-b8b6-20a47d015d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8743 | 2025.03.03 05:29:51.274664 [ 254 ] {cb29e36f-5621-4d2b-b8b6-20a47d015d51} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8744 | 2025.03.03 05:29:51.274922 [ 254 ] {cb29e36f-5621-4d2b-b8b6-20a47d015d51} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8745 | 2025.03.03 05:29:51.275119 [ 254 ] {cb29e36f-5621-4d2b-b8b6-20a47d015d51} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002048 sec., 103515.625 rows/sec., 6.58 MiB/sec. | ||
| 8746 | 2025.03.03 05:29:51.275177 [ 254 ] {cb29e36f-5621-4d2b-b8b6-20a47d015d51} <Debug> TCPHandler: Processed in 0.002436899 sec. | ||
| 8747 | 2025.03.03 05:29:51.275310 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8748 | 2025.03.03 05:29:51.275418 [ 254 ] {7f013609-438f-4ca9-8478-f61088b7a6ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8749 | 2025.03.03 05:29:51.275465 [ 254 ] {7f013609-438f-4ca9-8478-f61088b7a6ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8750 | 2025.03.03 05:29:51.276480 [ 254 ] {7f013609-438f-4ca9-8478-f61088b7a6ec} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8751 | 2025.03.03 05:29:51.276518 [ 254 ] {7f013609-438f-4ca9-8478-f61088b7a6ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8752 | 2025.03.03 05:29:51.276936 [ 254 ] {7f013609-438f-4ca9-8478-f61088b7a6ec} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8753 | 2025.03.03 05:29:51.277203 [ 254 ] {7f013609-438f-4ca9-8478-f61088b7a6ec} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8754 | 2025.03.03 05:29:51.277389 [ 254 ] {7f013609-438f-4ca9-8478-f61088b7a6ec} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001992 sec., 348895.5823293173 rows/sec., 27.84 MiB/sec. | ||
| 8755 | 2025.03.03 05:29:51.277441 [ 254 ] {7f013609-438f-4ca9-8478-f61088b7a6ec} <Debug> TCPHandler: Processed in 0.002181964 sec. | ||
| 8756 | 2025.03.03 05:29:51.277560 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8757 | 2025.03.03 05:29:51.277669 [ 254 ] {79580122-1385-41d3-8053-30edca7cf560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8758 | 2025.03.03 05:29:51.277714 [ 254 ] {79580122-1385-41d3-8053-30edca7cf560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8759 | 2025.03.03 05:29:51.278313 [ 254 ] {79580122-1385-41d3-8053-30edca7cf560} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8760 | 2025.03.03 05:29:51.278351 [ 254 ] {79580122-1385-41d3-8053-30edca7cf560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8761 | 2025.03.03 05:29:51.278709 [ 254 ] {79580122-1385-41d3-8053-30edca7cf560} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8762 | 2025.03.03 05:29:51.278958 [ 254 ] {79580122-1385-41d3-8053-30edca7cf560} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8763 | 2025.03.03 05:29:51.279134 [ 254 ] {79580122-1385-41d3-8053-30edca7cf560} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001487 sec., 97511.76866173504 rows/sec., 6.12 MiB/sec. | ||
| 8764 | 2025.03.03 05:29:51.279186 [ 254 ] {79580122-1385-41d3-8053-30edca7cf560} <Debug> TCPHandler: Processed in 0.001677774 sec. | ||
| 8765 | 2025.03.03 05:29:51.279304 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8766 | 2025.03.03 05:29:51.279410 [ 254 ] {a9dfe78e-2ead-4f3e-a1c9-508f965f1f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8767 | 2025.03.03 05:29:51.279455 [ 254 ] {a9dfe78e-2ead-4f3e-a1c9-508f965f1f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8768 | 2025.03.03 05:29:51.280034 [ 254 ] {a9dfe78e-2ead-4f3e-a1c9-508f965f1f68} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8769 | 2025.03.03 05:29:51.280071 [ 254 ] {a9dfe78e-2ead-4f3e-a1c9-508f965f1f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8770 | 2025.03.03 05:29:51.280420 [ 254 ] {a9dfe78e-2ead-4f3e-a1c9-508f965f1f68} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8771 | 2025.03.03 05:29:51.280660 [ 254 ] {a9dfe78e-2ead-4f3e-a1c9-508f965f1f68} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8772 | 2025.03.03 05:29:51.280877 [ 254 ] {a9dfe78e-2ead-4f3e-a1c9-508f965f1f68} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001483 sec., 76196.89817936615 rows/sec., 4.93 MiB/sec. | ||
| 8773 | 2025.03.03 05:29:51.281064 [ 254 ] {a9dfe78e-2ead-4f3e-a1c9-508f965f1f68} <Debug> TCPHandler: Processed in 0.001803266 sec. | ||
| 8774 | 2025.03.03 05:29:51.281279 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8775 | 2025.03.03 05:29:51.281386 [ 254 ] {84c2fc39-4083-4ffa-a5e0-de7d84718fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8776 | 2025.03.03 05:29:51.281433 [ 254 ] {84c2fc39-4083-4ffa-a5e0-de7d84718fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8777 | 2025.03.03 05:29:51.282041 [ 254 ] {84c2fc39-4083-4ffa-a5e0-de7d84718fa1} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8778 | 2025.03.03 05:29:51.282080 [ 254 ] {84c2fc39-4083-4ffa-a5e0-de7d84718fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8779 | 2025.03.03 05:29:51.282437 [ 254 ] {84c2fc39-4083-4ffa-a5e0-de7d84718fa1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8780 | 2025.03.03 05:29:51.282678 [ 254 ] {84c2fc39-4083-4ffa-a5e0-de7d84718fa1} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8781 | 2025.03.03 05:29:51.282899 [ 254 ] {84c2fc39-4083-4ffa-a5e0-de7d84718fa1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001529 sec., 73250.49051667757 rows/sec., 4.17 MiB/sec. | ||
| 8782 | 2025.03.03 05:29:51.283097 [ 254 ] {84c2fc39-4083-4ffa-a5e0-de7d84718fa1} <Debug> TCPHandler: Processed in 0.001884218 sec. | ||
| 8783 | 2025.03.03 05:29:51.283291 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8784 | 2025.03.03 05:29:51.283398 [ 254 ] {75dacd96-ea71-410d-bb1d-7489f6fd3ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8785 | 2025.03.03 05:29:51.283445 [ 254 ] {75dacd96-ea71-410d-bb1d-7489f6fd3ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8786 | 2025.03.03 05:29:51.284225 [ 254 ] {75dacd96-ea71-410d-bb1d-7489f6fd3ec2} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8787 | 2025.03.03 05:29:51.284263 [ 254 ] {75dacd96-ea71-410d-bb1d-7489f6fd3ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8788 | 2025.03.03 05:29:51.284661 [ 254 ] {75dacd96-ea71-410d-bb1d-7489f6fd3ec2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8789 | 2025.03.03 05:29:51.284899 [ 254 ] {75dacd96-ea71-410d-bb1d-7489f6fd3ec2} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8790 | 2025.03.03 05:29:51.285088 [ 254 ] {75dacd96-ea71-410d-bb1d-7489f6fd3ec2} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001712 sec., 245911.21495327103 rows/sec., 17.52 MiB/sec. | ||
| 8791 | 2025.03.03 05:29:51.285177 [ 254 ] {75dacd96-ea71-410d-bb1d-7489f6fd3ec2} <Debug> TCPHandler: Processed in 0.001946229 sec. | ||
| 8792 | 2025.03.03 05:29:51.285416 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8793 | 2025.03.03 05:29:51.285566 [ 254 ] {1e66edeb-a13c-4222-8748-242a6c7022b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8794 | 2025.03.03 05:29:51.285616 [ 254 ] {1e66edeb-a13c-4222-8748-242a6c7022b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8795 | 2025.03.03 05:29:51.286067 [ 254 ] {1e66edeb-a13c-4222-8748-242a6c7022b9} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8796 | 2025.03.03 05:29:51.286104 [ 254 ] {1e66edeb-a13c-4222-8748-242a6c7022b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8797 | 2025.03.03 05:29:51.286456 [ 254 ] {1e66edeb-a13c-4222-8748-242a6c7022b9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8798 | 2025.03.03 05:29:51.286709 [ 254 ] {1e66edeb-a13c-4222-8748-242a6c7022b9} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8799 | 2025.03.03 05:29:51.286914 [ 254 ] {1e66edeb-a13c-4222-8748-242a6c7022b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec. | ||
| 8800 | 2025.03.03 05:29:51.287056 [ 254 ] {1e66edeb-a13c-4222-8748-242a6c7022b9} <Debug> TCPHandler: Processed in 0.001741435 sec. | ||
| 8801 | 2025.03.03 05:29:51.287278 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8802 | 2025.03.03 05:29:51.287385 [ 254 ] {4405f91f-58f4-4dbd-a754-3e3169c3ee5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8803 | 2025.03.03 05:29:51.287435 [ 254 ] {4405f91f-58f4-4dbd-a754-3e3169c3ee5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8804 | 2025.03.03 05:29:51.288018 [ 254 ] {4405f91f-58f4-4dbd-a754-3e3169c3ee5c} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8805 | 2025.03.03 05:29:51.288057 [ 254 ] {4405f91f-58f4-4dbd-a754-3e3169c3ee5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8806 | 2025.03.03 05:29:51.288443 [ 254 ] {4405f91f-58f4-4dbd-a754-3e3169c3ee5c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8807 | 2025.03.03 05:29:51.288693 [ 254 ] {4405f91f-58f4-4dbd-a754-3e3169c3ee5c} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8808 | 2025.03.03 05:29:51.288870 [ 254 ] {4405f91f-58f4-4dbd-a754-3e3169c3ee5c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001509 sec., 157057.6540755467 rows/sec., 10.53 MiB/sec. | ||
| 8809 | 2025.03.03 05:29:51.288921 [ 254 ] {4405f91f-58f4-4dbd-a754-3e3169c3ee5c} <Debug> TCPHandler: Processed in 0.001714774 sec. | ||
| 8810 | 2025.03.03 05:29:51.289040 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8811 | 2025.03.03 05:29:51.289148 [ 254 ] {3128dde8-7ba8-420d-b0b0-ce714a8dbfe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8812 | 2025.03.03 05:29:51.289196 [ 254 ] {3128dde8-7ba8-420d-b0b0-ce714a8dbfe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8813 | 2025.03.03 05:29:51.289615 [ 254 ] {3128dde8-7ba8-420d-b0b0-ce714a8dbfe0} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8814 | 2025.03.03 05:29:51.289653 [ 254 ] {3128dde8-7ba8-420d-b0b0-ce714a8dbfe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8815 | 2025.03.03 05:29:51.290015 [ 254 ] {3128dde8-7ba8-420d-b0b0-ce714a8dbfe0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8816 | 2025.03.03 05:29:51.290252 [ 254 ] {3128dde8-7ba8-420d-b0b0-ce714a8dbfe0} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8817 | 2025.03.03 05:29:51.290374 [ 40 ] {} <Debug> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 8818 | 2025.03.03 05:29:51.290418 [ 40 ] {} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8819 | 2025.03.03 05:29:51.290435 [ 254 ] {3128dde8-7ba8-420d-b0b0-ce714a8dbfe0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001309 sec., 763.9419404125287 rows/sec., 51.48 KiB/sec. | ||
| 8820 | 2025.03.03 05:29:51.290445 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8821 | 2025.03.03 05:29:51.290511 [ 254 ] {3128dde8-7ba8-420d-b0b0-ce714a8dbfe0} <Debug> TCPHandler: Processed in 0.00151849 sec. | ||
| 8822 | 2025.03.03 05:29:51.290884 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8823 | 2025.03.03 05:29:51.290985 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
| 8824 | 2025.03.03 05:29:51.291255 [ 254 ] {4ae430a0-cc3c-41d0-874c-6b2ff527a6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8825 | 2025.03.03 05:29:51.291517 [ 254 ] {4ae430a0-cc3c-41d0-874c-6b2ff527a6c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8826 | 2025.03.03 05:29:51.291576 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8827 | 2025.03.03 05:29:51.291698 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 28 rows starting from the beginning of the part | ||
| 8828 | 2025.03.03 05:29:51.292085 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8829 | 2025.03.03 05:29:51.292458 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 8830 | 2025.03.03 05:29:51.292798 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 8831 | 2025.03.03 05:29:51.293174 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 8832 | 2025.03.03 05:29:51.293528 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 8833 | 2025.03.03 05:29:51.296798 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.006235525 sec., 5292.256866903749 rows/sec., 355.98 KiB/sec. | ||
| 8834 | 2025.03.03 05:29:51.297069 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 8835 | 2025.03.03 05:29:51.297231 [ 254 ] {4ae430a0-cc3c-41d0-874c-6b2ff527a6c4} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8836 | 2025.03.03 05:29:51.297287 [ 254 ] {4ae430a0-cc3c-41d0-874c-6b2ff527a6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8837 | 2025.03.03 05:29:51.297693 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8838 | 2025.03.03 05:29:51.297891 [ 195 ] {a403205d-57fc-4123-9b07-7eafa0c39837::all_1_32_7} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 8839 | 2025.03.03 05:29:51.298043 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 8840 | 2025.03.03 05:29:51.298423 [ 254 ] {4ae430a0-cc3c-41d0-874c-6b2ff527a6c4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8841 | 2025.03.03 05:29:51.298696 [ 254 ] {4ae430a0-cc3c-41d0-874c-6b2ff527a6c4} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8842 | 2025.03.03 05:29:51.298918 [ 254 ] {4ae430a0-cc3c-41d0-874c-6b2ff527a6c4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007818 sec., 4988.48810437452 rows/sec., 8.94 MiB/sec. | ||
| 8843 | 2025.03.03 05:29:51.299233 [ 254 ] {4ae430a0-cc3c-41d0-874c-6b2ff527a6c4} <Debug> TCPHandler: Processed in 0.008507411 sec. | ||
| 8844 | 2025.03.03 05:29:51.299360 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8845 | 2025.03.03 05:29:51.299464 [ 254 ] {fa106581-e18a-4839-b4aa-aa412e8b7417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8846 | 2025.03.03 05:29:51.299511 [ 254 ] {fa106581-e18a-4839-b4aa-aa412e8b7417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8847 | 2025.03.03 05:29:51.299964 [ 254 ] {fa106581-e18a-4839-b4aa-aa412e8b7417} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8848 | 2025.03.03 05:29:51.300002 [ 254 ] {fa106581-e18a-4839-b4aa-aa412e8b7417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8849 | 2025.03.03 05:29:51.300369 [ 254 ] {fa106581-e18a-4839-b4aa-aa412e8b7417} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8850 | 2025.03.03 05:29:51.300614 [ 254 ] {fa106581-e18a-4839-b4aa-aa412e8b7417} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8851 | 2025.03.03 05:29:51.300788 [ 254 ] {fa106581-e18a-4839-b4aa-aa412e8b7417} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001346 sec., 60921.24814264487 rows/sec., 3.87 MiB/sec. | ||
| 8852 | 2025.03.03 05:29:51.300837 [ 254 ] {fa106581-e18a-4839-b4aa-aa412e8b7417} <Debug> TCPHandler: Processed in 0.00152772 sec. | ||
| 8853 | 2025.03.03 05:29:55.278753 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8854 | 2025.03.03 05:29:55.278828 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8855 | 2025.03.03 05:29:55.456587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 8856 | 2025.03.03 05:29:55.457269 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8857 | 2025.03.03 05:29:55.457316 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8858 | 2025.03.03 05:29:55.457854 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8859 | 2025.03.03 05:29:55.458130 [ 244 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8860 | 2025.03.03 05:29:55.458364 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8861 | 2025.03.03 05:29:55.458374 [ 32 ] {} <Debug> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8862 | 2025.03.03 05:29:55.458451 [ 32 ] {} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8863 | 2025.03.03 05:29:55.458475 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8864 | 2025.03.03 05:29:55.458602 [ 188 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 8865 | 2025.03.03 05:29:55.458759 [ 188 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8866 | 2025.03.03 05:29:55.458807 [ 188 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 8867 | 2025.03.03 05:29:55.458893 [ 188 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 8868 | 2025.03.03 05:29:55.458988 [ 188 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 8869 | 2025.03.03 05:29:55.459241 [ 188 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 8870 | 2025.03.03 05:29:55.459381 [ 188 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 8871 | 2025.03.03 05:29:55.459490 [ 188 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::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 | ||
| 8872 | 2025.03.03 05:29:55.461908 [ 187 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003362377 sec., 6277106.939525222 rows/sec., 89.79 MiB/sec. | ||
| 8873 | 2025.03.03 05:29:55.462366 [ 194 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8874 | 2025.03.03 05:29:55.462752 [ 194 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_46_9} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8875 | 2025.03.03 05:29:55.462846 [ 194 ] {0ebc0ae3-9e9e-4dbf-8a11-492e633231d9::all_1_46_9} <Trace> system.asynchronous_metric_log (0ebc0ae3-9e9e-4dbf-8a11-492e633231d9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8876 | 2025.03.03 05:29:55.462967 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 8877 | 2025.03.03 05:29:56.265294 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8878 | 2025.03.03 05:29:56.265481 [ 254 ] {92a5cda4-af41-47e1-a78b-97f5d2ee27b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8879 | 2025.03.03 05:29:56.265555 [ 254 ] {92a5cda4-af41-47e1-a78b-97f5d2ee27b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8880 | 2025.03.03 05:29:56.266325 [ 254 ] {92a5cda4-af41-47e1-a78b-97f5d2ee27b5} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8881 | 2025.03.03 05:29:56.266366 [ 254 ] {92a5cda4-af41-47e1-a78b-97f5d2ee27b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8882 | 2025.03.03 05:29:56.266813 [ 254 ] {92a5cda4-af41-47e1-a78b-97f5d2ee27b5} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8883 | 2025.03.03 05:29:56.267089 [ 254 ] {92a5cda4-af41-47e1-a78b-97f5d2ee27b5} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8884 | 2025.03.03 05:29:56.267252 [ 32 ] {} <Debug> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8885 | 2025.03.03 05:29:56.267304 [ 32 ] {} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8886 | 2025.03.03 05:29:56.267304 [ 254 ] {92a5cda4-af41-47e1-a78b-97f5d2ee27b5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.28 MiB/sec. | ||
| 8887 | 2025.03.03 05:29:56.267336 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8888 | 2025.03.03 05:29:56.267409 [ 254 ] {92a5cda4-af41-47e1-a78b-97f5d2ee27b5} <Debug> TCPHandler: Processed in 0.002236925 sec. | ||
| 8889 | 2025.03.03 05:29:56.267620 [ 192 ] {2158c525-159c-455f-bd22-871c3af07da6::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 | ||
| 8890 | 2025.03.03 05:29:56.267639 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8891 | 2025.03.03 05:29:56.267997 [ 254 ] {99d22c4e-3ceb-4661-b918-e93e4982eb7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8892 | 2025.03.03 05:29:56.268123 [ 192 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8893 | 2025.03.03 05:29:56.268162 [ 254 ] {99d22c4e-3ceb-4661-b918-e93e4982eb7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8894 | 2025.03.03 05:29:56.268247 [ 192 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1845 rows starting from the beginning of the part | ||
| 8895 | 2025.03.03 05:29:56.268825 [ 192 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 8896 | 2025.03.03 05:29:56.269419 [ 192 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 695 rows starting from the beginning of the part | ||
| 8897 | 2025.03.03 05:29:56.269987 [ 192 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 8898 | 2025.03.03 05:29:56.270524 [ 192 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 695 rows starting from the beginning of the part | ||
| 8899 | 2025.03.03 05:29:56.270830 [ 192 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
| 8900 | 2025.03.03 05:29:56.271715 [ 254 ] {99d22c4e-3ceb-4661-b918-e93e4982eb7e} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8901 | 2025.03.03 05:29:56.271761 [ 254 ] {99d22c4e-3ceb-4661-b918-e93e4982eb7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8902 | 2025.03.03 05:29:56.272305 [ 254 ] {99d22c4e-3ceb-4661-b918-e93e4982eb7e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8903 | 2025.03.03 05:29:56.272598 [ 254 ] {99d22c4e-3ceb-4661-b918-e93e4982eb7e} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8904 | 2025.03.03 05:29:56.272831 [ 114 ] {} <Debug> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8905 | 2025.03.03 05:29:56.272862 [ 254 ] {99d22c4e-3ceb-4661-b918-e93e4982eb7e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005015 sec., 12761.714855433698 rows/sec., 1019.99 KiB/sec. | ||
| 8906 | 2025.03.03 05:29:56.272943 [ 114 ] {} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8907 | 2025.03.03 05:29:56.273055 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8908 | 2025.03.03 05:29:56.273186 [ 254 ] {99d22c4e-3ceb-4661-b918-e93e4982eb7e} <Debug> TCPHandler: Processed in 0.005627983 sec. | ||
| 8909 | 2025.03.03 05:29:56.273594 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::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 | ||
| 8910 | 2025.03.03 05:29:56.273604 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8911 | 2025.03.03 05:29:56.273788 [ 200 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3403 rows, containing 5 columns (5 merged, 0 gathered) in 0.006362507 sec., 534852.0638169828 rows/sec., 45.07 MiB/sec. | ||
| 8912 | 2025.03.03 05:29:56.273840 [ 254 ] {b08f67bd-a6f6-4411-811b-0750eacbc9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8913 | 2025.03.03 05:29:56.273872 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8914 | 2025.03.03 05:29:56.273914 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 8915 | 2025.03.03 05:29:56.273920 [ 254 ] {b08f67bd-a6f6-4411-811b-0750eacbc9e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8916 | 2025.03.03 05:29:56.274338 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 8917 | 2025.03.03 05:29:56.274374 [ 200 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8918 | 2025.03.03 05:29:56.274917 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 421 rows starting from the beginning of the part | ||
| 8919 | 2025.03.03 05:29:56.275238 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 8920 | 2025.03.03 05:29:56.275537 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 421 rows starting from the beginning of the part | ||
| 8921 | 2025.03.03 05:29:56.275542 [ 200 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_76_15} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8922 | 2025.03.03 05:29:56.275848 [ 200 ] {2158c525-159c-455f-bd22-871c3af07da6::all_1_76_15} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8923 | 2025.03.03 05:29:56.275920 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
| 8924 | 2025.03.03 05:29:56.276059 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 8925 | 2025.03.03 05:29:56.276453 [ 254 ] {b08f67bd-a6f6-4411-811b-0750eacbc9e3} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8926 | 2025.03.03 05:29:56.276498 [ 254 ] {b08f67bd-a6f6-4411-811b-0750eacbc9e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8927 | 2025.03.03 05:29:56.277055 [ 254 ] {b08f67bd-a6f6-4411-811b-0750eacbc9e3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8928 | 2025.03.03 05:29:56.277355 [ 254 ] {b08f67bd-a6f6-4411-811b-0750eacbc9e3} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8929 | 2025.03.03 05:29:56.277593 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8930 | 2025.03.03 05:29:56.277719 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8931 | 2025.03.03 05:29:56.277796 [ 254 ] {b08f67bd-a6f6-4411-811b-0750eacbc9e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003993 sec., 40070.12271475081 rows/sec., 2.79 MiB/sec. | ||
| 8932 | 2025.03.03 05:29:56.277852 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8933 | 2025.03.03 05:29:56.278239 [ 254 ] {b08f67bd-a6f6-4411-811b-0750eacbc9e3} <Debug> TCPHandler: Processed in 0.004745835 sec. | ||
| 8934 | 2025.03.03 05:29:56.278469 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005222204 sec., 372831.088176563 rows/sec., 28.48 MiB/sec. | ||
| 8935 | 2025.03.03 05:29:56.278510 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 8936 | 2025.03.03 05:29:56.278596 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8937 | 2025.03.03 05:29:56.278724 [ 192 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8938 | 2025.03.03 05:29:56.278911 [ 254 ] {17f73fa2-54c7-4a15-ae14-a279934c773c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8939 | 2025.03.03 05:29:56.279070 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8940 | 2025.03.03 05:29:56.279078 [ 254 ] {17f73fa2-54c7-4a15-ae14-a279934c773c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8941 | 2025.03.03 05:29:56.279198 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21728 rows starting from the beginning of the part | ||
| 8942 | 2025.03.03 05:29:56.279760 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 8943 | 2025.03.03 05:29:56.280169 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_76_15} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8944 | 2025.03.03 05:29:56.280308 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 8945 | 2025.03.03 05:29:56.280763 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 8946 | 2025.03.03 05:29:56.281033 [ 199 ] {27ed58a3-16c2-427a-be0d-a69793423a26::all_1_76_15} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8947 | 2025.03.03 05:29:56.281156 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::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 | ||
| 8948 | 2025.03.03 05:29:56.281641 [ 194 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 8949 | 2025.03.03 05:29:56.282148 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8950 | 2025.03.03 05:29:56.282462 [ 254 ] {17f73fa2-54c7-4a15-ae14-a279934c773c} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8951 | 2025.03.03 05:29:56.282517 [ 254 ] {17f73fa2-54c7-4a15-ae14-a279934c773c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8952 | 2025.03.03 05:29:56.283238 [ 254 ] {17f73fa2-54c7-4a15-ae14-a279934c773c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8953 | 2025.03.03 05:29:56.283576 [ 254 ] {17f73fa2-54c7-4a15-ae14-a279934c773c} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8954 | 2025.03.03 05:29:56.283839 [ 114 ] {} <Debug> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8955 | 2025.03.03 05:29:56.283912 [ 114 ] {} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8956 | 2025.03.03 05:29:56.283950 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8957 | 2025.03.03 05:29:56.283958 [ 254 ] {17f73fa2-54c7-4a15-ae14-a279934c773c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005161 sec., 11625.653943034296 rows/sec., 802.29 KiB/sec. | ||
| 8958 | 2025.03.03 05:29:56.284284 [ 254 ] {17f73fa2-54c7-4a15-ae14-a279934c773c} <Debug> TCPHandler: Processed in 0.005763726 sec. | ||
| 8959 | 2025.03.03 05:29:56.284553 [ 193 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 8960 | 2025.03.03 05:29:56.284946 [ 193 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8961 | 2025.03.03 05:29:56.285029 [ 193 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4308 rows starting from the beginning of the part | ||
| 8962 | 2025.03.03 05:29:56.285336 [ 193 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 8963 | 2025.03.03 05:29:56.285654 [ 193 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 8964 | 2025.03.03 05:29:56.286028 [ 193 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 8965 | 2025.03.03 05:29:56.286137 [ 193 ] {d4413a87-bf02-46d8-a478-82a231f112ac::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 | ||
| 8966 | 2025.03.03 05:29:56.286403 [ 193 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 8967 | 2025.03.03 05:29:56.295045 [ 196 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4652 rows, containing 4 columns (4 merged, 0 gathered) in 0.010923349 sec., 425876.71601447504 rows/sec., 27.77 MiB/sec. | ||
| 8968 | 2025.03.03 05:29:56.295554 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8969 | 2025.03.03 05:29:56.295979 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_76_15} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8970 | 2025.03.03 05:29:56.296070 [ 197 ] {d4413a87-bf02-46d8-a478-82a231f112ac::all_1_76_15} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8971 | 2025.03.03 05:29:56.296180 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
| 8972 | 2025.03.03 05:29:56.298033 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22682 rows, containing 5 columns (5 merged, 0 gathered) in 0.019901969 sec., 1139686.2290359312 rows/sec., 76.97 MiB/sec. | ||
| 8973 | 2025.03.03 05:29:56.298715 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8974 | 2025.03.03 05:29:56.299016 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8975 | 2025.03.03 05:29:56.299095 [ 204 ] {90205dec-1374-4ff8-bb2f-1001ee5a17e6::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8976 | 2025.03.03 05:29:56.299183 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 8977 | 2025.03.03 05:29:56.763817 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8978 | 2025.03.03 05:29:56.764030 [ 254 ] {c9eb35df-9eec-4d9e-af82-9f72bbb06294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8979 | 2025.03.03 05:29:56.764113 [ 254 ] {c9eb35df-9eec-4d9e-af82-9f72bbb06294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8980 | 2025.03.03 05:29:56.765044 [ 254 ] {c9eb35df-9eec-4d9e-af82-9f72bbb06294} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8981 | 2025.03.03 05:29:56.765097 [ 254 ] {c9eb35df-9eec-4d9e-af82-9f72bbb06294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8982 | 2025.03.03 05:29:56.765542 [ 254 ] {c9eb35df-9eec-4d9e-af82-9f72bbb06294} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8983 | 2025.03.03 05:29:56.765796 [ 254 ] {c9eb35df-9eec-4d9e-af82-9f72bbb06294} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8984 | 2025.03.03 05:29:56.765999 [ 114 ] {} <Debug> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 8985 | 2025.03.03 05:29:56.766063 [ 254 ] {c9eb35df-9eec-4d9e-af82-9f72bbb06294} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002081 sec., 101874.09899086978 rows/sec., 6.48 MiB/sec. | ||
| 8986 | 2025.03.03 05:29:56.766090 [ 114 ] {} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8987 | 2025.03.03 05:29:56.766167 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8988 | 2025.03.03 05:29:56.766190 [ 254 ] {c9eb35df-9eec-4d9e-af82-9f72bbb06294} <Debug> TCPHandler: Processed in 0.002508941 sec. | ||
| 8989 | 2025.03.03 05:29:56.766362 [ 196 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::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 | ||
| 8990 | 2025.03.03 05:29:56.766369 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8991 | 2025.03.03 05:29:56.766529 [ 196 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8992 | 2025.03.03 05:29:56.766540 [ 254 ] {03276f26-66aa-48d4-b722-2b7349baa002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8993 | 2025.03.03 05:29:56.766575 [ 196 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 212 rows starting from the beginning of the part | ||
| 8994 | 2025.03.03 05:29:56.766599 [ 254 ] {03276f26-66aa-48d4-b722-2b7349baa002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8995 | 2025.03.03 05:29:56.766796 [ 196 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part | ||
| 8996 | 2025.03.03 05:29:56.767000 [ 196 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part | ||
| 8997 | 2025.03.03 05:29:56.767258 [ 196 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part | ||
| 8998 | 2025.03.03 05:29:56.767514 [ 196 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part | ||
| 8999 | 2025.03.03 05:29:56.768209 [ 254 ] {03276f26-66aa-48d4-b722-2b7349baa002} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9000 | 2025.03.03 05:29:56.768252 [ 254 ] {03276f26-66aa-48d4-b722-2b7349baa002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9001 | 2025.03.03 05:29:56.768771 [ 254 ] {03276f26-66aa-48d4-b722-2b7349baa002} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 9002 | 2025.03.03 05:29:56.769125 [ 254 ] {03276f26-66aa-48d4-b722-2b7349baa002} <Trace> oximeter.fields_ipaddr (2faecbf2-a75b-488f-a292-3ab574bcb12b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2025.03.03 05:29:56.769152 [ 191 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.002858887 sec., 370773.66121850914 rows/sec., 25.00 MiB/sec. | ||
| 9004 | 2025.03.03 05:29:56.769600 [ 254 ] {03276f26-66aa-48d4-b722-2b7349baa002} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003054 sec., 654.8788474132285 rows/sec., 53.40 KiB/sec. | ||
| 9005 | 2025.03.03 05:29:56.769684 [ 191 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9006 | 2025.03.03 05:29:56.769829 [ 254 ] {03276f26-66aa-48d4-b722-2b7349baa002} <Debug> TCPHandler: Processed in 0.003515871 sec. | ||
| 9007 | 2025.03.03 05:29:56.769986 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9008 | 2025.03.03 05:29:56.770161 [ 254 ] {0191df1c-a047-4d4d-99d8-2c70de1c5706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9009 | 2025.03.03 05:29:56.770236 [ 254 ] {0191df1c-a047-4d4d-99d8-2c70de1c5706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9010 | 2025.03.03 05:29:56.770316 [ 191 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_33_8} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9011 | 2025.03.03 05:29:56.770519 [ 191 ] {00232bd6-be73-4dd2-a003-240d5d3134c3::all_1_33_8} <Trace> oximeter.fields_i16 (00232bd6-be73-4dd2-a003-240d5d3134c3) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9012 | 2025.03.03 05:29:56.770741 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 9013 | 2025.03.03 05:29:56.772429 [ 254 ] {0191df1c-a047-4d4d-99d8-2c70de1c5706} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9014 | 2025.03.03 05:29:56.772473 [ 254 ] {0191df1c-a047-4d4d-99d8-2c70de1c5706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9015 | 2025.03.03 05:29:56.772945 [ 254 ] {0191df1c-a047-4d4d-99d8-2c70de1c5706} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9016 | 2025.03.03 05:29:56.773187 [ 254 ] {0191df1c-a047-4d4d-99d8-2c70de1c5706} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9017 | 2025.03.03 05:29:56.773409 [ 254 ] {0191df1c-a047-4d4d-99d8-2c70de1c5706} <Debug> executeQuery: Read 1836 rows, 152.97 KiB in 0.003304 sec., 555690.0726392252 rows/sec., 45.21 MiB/sec. | ||
| 9018 | 2025.03.03 05:29:56.773465 [ 254 ] {0191df1c-a047-4d4d-99d8-2c70de1c5706} <Debug> TCPHandler: Processed in 0.003544331 sec. | ||
| 9019 | 2025.03.03 05:29:56.773588 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9020 | 2025.03.03 05:29:56.773695 [ 254 ] {4ce4790b-4f4b-4cb4-a138-0d0b9a019639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9021 | 2025.03.03 05:29:56.773740 [ 254 ] {4ce4790b-4f4b-4cb4-a138-0d0b9a019639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9022 | 2025.03.03 05:29:56.774345 [ 254 ] {4ce4790b-4f4b-4cb4-a138-0d0b9a019639} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9023 | 2025.03.03 05:29:56.774383 [ 254 ] {4ce4790b-4f4b-4cb4-a138-0d0b9a019639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9024 | 2025.03.03 05:29:56.774745 [ 254 ] {4ce4790b-4f4b-4cb4-a138-0d0b9a019639} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9025 | 2025.03.03 05:29:56.774984 [ 254 ] {4ce4790b-4f4b-4cb4-a138-0d0b9a019639} <Trace> oximeter.fields_u16 (8371d0f0-2110-4c88-b858-4cad5dd6e7f0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9026 | 2025.03.03 05:29:56.775160 [ 254 ] {4ce4790b-4f4b-4cb4-a138-0d0b9a019639} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001487 sec., 98856.75857431069 rows/sec., 6.21 MiB/sec. | ||
| 9027 | 2025.03.03 05:29:56.775210 [ 254 ] {4ce4790b-4f4b-4cb4-a138-0d0b9a019639} <Debug> TCPHandler: Processed in 0.001672484 sec. | ||
| 9028 | 2025.03.03 05:29:56.775323 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9029 | 2025.03.03 05:29:56.775428 [ 254 ] {a6f7a78f-8960-4527-a833-cdb693c5b6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9030 | 2025.03.03 05:29:56.775472 [ 254 ] {a6f7a78f-8960-4527-a833-cdb693c5b6a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9031 | 2025.03.03 05:29:56.776156 [ 254 ] {a6f7a78f-8960-4527-a833-cdb693c5b6a7} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9032 | 2025.03.03 05:29:56.776192 [ 254 ] {a6f7a78f-8960-4527-a833-cdb693c5b6a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9033 | 2025.03.03 05:29:56.776541 [ 254 ] {a6f7a78f-8960-4527-a833-cdb693c5b6a7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9034 | 2025.03.03 05:29:56.776773 [ 254 ] {a6f7a78f-8960-4527-a833-cdb693c5b6a7} <Trace> oximeter.fields_u32 (a9b5977c-f0c5-43e4-ab21-e843293f98fc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9035 | 2025.03.03 05:29:56.776945 [ 254 ] {a6f7a78f-8960-4527-a833-cdb693c5b6a7} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001539 sec., 221572.44964262508 rows/sec., 14.78 MiB/sec. | ||
| 9036 | 2025.03.03 05:29:56.776995 [ 254 ] {a6f7a78f-8960-4527-a833-cdb693c5b6a7} <Debug> TCPHandler: Processed in 0.001722054 sec. | ||
| 9037 | 2025.03.03 05:29:56.777113 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9038 | 2025.03.03 05:29:56.777222 [ 254 ] {98818c5f-44f2-451b-804c-cec9b6defff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9039 | 2025.03.03 05:29:56.777268 [ 254 ] {98818c5f-44f2-451b-804c-cec9b6defff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9040 | 2025.03.03 05:29:56.777856 [ 254 ] {98818c5f-44f2-451b-804c-cec9b6defff3} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9041 | 2025.03.03 05:29:56.777895 [ 254 ] {98818c5f-44f2-451b-804c-cec9b6defff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9042 | 2025.03.03 05:29:56.778255 [ 254 ] {98818c5f-44f2-451b-804c-cec9b6defff3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9043 | 2025.03.03 05:29:56.778499 [ 254 ] {98818c5f-44f2-451b-804c-cec9b6defff3} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9044 | 2025.03.03 05:29:56.778651 [ 92 ] {} <Debug> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9045 | 2025.03.03 05:29:56.778700 [ 92 ] {} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9046 | 2025.03.03 05:29:56.778701 [ 254 ] {98818c5f-44f2-451b-804c-cec9b6defff3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001498 sec., 74766.35514018692 rows/sec., 4.26 MiB/sec. | ||
| 9047 | 2025.03.03 05:29:56.778727 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9048 | 2025.03.03 05:29:56.778785 [ 254 ] {98818c5f-44f2-451b-804c-cec9b6defff3} <Debug> TCPHandler: Processed in 0.001721194 sec. | ||
| 9049 | 2025.03.03 05:29:56.779042 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::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 | ||
| 9050 | 2025.03.03 05:29:56.779104 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9051 | 2025.03.03 05:29:56.779535 [ 254 ] {b468d9be-cdbb-4250-85bf-22180e5b0740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9052 | 2025.03.03 05:29:56.779563 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9053 | 2025.03.03 05:29:56.779687 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 112 rows starting from the beginning of the part | ||
| 9054 | 2025.03.03 05:29:56.779722 [ 254 ] {b468d9be-cdbb-4250-85bf-22180e5b0740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9055 | 2025.03.03 05:29:56.780092 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part | ||
| 9056 | 2025.03.03 05:29:56.780484 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part | ||
| 9057 | 2025.03.03 05:29:56.780778 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part | ||
| 9058 | 2025.03.03 05:29:56.781239 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part | ||
| 9059 | 2025.03.03 05:29:56.783269 [ 254 ] {b468d9be-cdbb-4250-85bf-22180e5b0740} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9060 | 2025.03.03 05:29:56.783373 [ 254 ] {b468d9be-cdbb-4250-85bf-22180e5b0740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9061 | 2025.03.03 05:29:56.783509 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004682344 sec., 119598.21832825612 rows/sec., 7.27 MiB/sec. | ||
| 9062 | 2025.03.03 05:29:56.783721 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9063 | 2025.03.03 05:29:56.784228 [ 254 ] {b468d9be-cdbb-4250-85bf-22180e5b0740} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9064 | 2025.03.03 05:29:56.784284 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_33_8} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9065 | 2025.03.03 05:29:56.784468 [ 198 ] {a60ab763-da1c-4fc6-9334-c22238806bf5::all_1_33_8} <Trace> oximeter.fields_u8 (a60ab763-da1c-4fc6-9334-c22238806bf5) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9066 | 2025.03.03 05:29:56.784599 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 9067 | 2025.03.03 05:29:56.784682 [ 254 ] {b468d9be-cdbb-4250-85bf-22180e5b0740} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9068 | 2025.03.03 05:29:56.784873 [ 254 ] {b468d9be-cdbb-4250-85bf-22180e5b0740} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.00553 sec., 158951.1754068716 rows/sec., 11.51 MiB/sec. | ||
| 9069 | 2025.03.03 05:29:56.784934 [ 254 ] {b468d9be-cdbb-4250-85bf-22180e5b0740} <Debug> TCPHandler: Processed in 0.005929889 sec. | ||
| 9070 | 2025.03.03 05:29:56.785052 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9071 | 2025.03.03 05:29:56.785156 [ 254 ] {0acbd058-ac2c-4061-8e36-999b121676f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9072 | 2025.03.03 05:29:56.785201 [ 254 ] {0acbd058-ac2c-4061-8e36-999b121676f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9073 | 2025.03.03 05:29:56.785640 [ 254 ] {0acbd058-ac2c-4061-8e36-999b121676f6} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9074 | 2025.03.03 05:29:56.785677 [ 254 ] {0acbd058-ac2c-4061-8e36-999b121676f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9075 | 2025.03.03 05:29:56.786028 [ 254 ] {0acbd058-ac2c-4061-8e36-999b121676f6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9076 | 2025.03.03 05:29:56.786261 [ 254 ] {0acbd058-ac2c-4061-8e36-999b121676f6} <Trace> oximeter.measurements_bool (b57b966e-aa5d-4954-aa05-c5b0d20abcfa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9077 | 2025.03.03 05:29:56.786465 [ 254 ] {0acbd058-ac2c-4061-8e36-999b121676f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001326 sec., 4524.886877828055 rows/sec., 236.41 KiB/sec. | ||
| 9078 | 2025.03.03 05:29:56.786571 [ 254 ] {0acbd058-ac2c-4061-8e36-999b121676f6} <Debug> TCPHandler: Processed in 0.001564741 sec. | ||
| 9079 | 2025.03.03 05:29:56.786809 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9080 | 2025.03.03 05:29:56.786915 [ 254 ] {ee02691c-951e-4bc4-8e1c-c899b2c97046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9081 | 2025.03.03 05:29:56.786963 [ 254 ] {ee02691c-951e-4bc4-8e1c-c899b2c97046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9082 | 2025.03.03 05:29:56.787782 [ 254 ] {ee02691c-951e-4bc4-8e1c-c899b2c97046} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9083 | 2025.03.03 05:29:56.787819 [ 254 ] {ee02691c-951e-4bc4-8e1c-c899b2c97046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9084 | 2025.03.03 05:29:56.788275 [ 254 ] {ee02691c-951e-4bc4-8e1c-c899b2c97046} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9085 | 2025.03.03 05:29:56.788518 [ 254 ] {ee02691c-951e-4bc4-8e1c-c899b2c97046} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9086 | 2025.03.03 05:29:56.788706 [ 254 ] {ee02691c-951e-4bc4-8e1c-c899b2c97046} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001813 sec., 527302.8130170987 rows/sec., 35.03 MiB/sec. | ||
| 9087 | 2025.03.03 05:29:56.788758 [ 254 ] {ee02691c-951e-4bc4-8e1c-c899b2c97046} <Debug> TCPHandler: Processed in 0.002035361 sec. | ||
| 9088 | 2025.03.03 05:29:56.788919 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9089 | 2025.03.03 05:29:56.789038 [ 254 ] {945e561c-b85e-4081-9efd-d824bd48f122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9090 | 2025.03.03 05:29:56.789085 [ 254 ] {945e561c-b85e-4081-9efd-d824bd48f122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9091 | 2025.03.03 05:29:56.789496 [ 254 ] {945e561c-b85e-4081-9efd-d824bd48f122} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9092 | 2025.03.03 05:29:56.789533 [ 254 ] {945e561c-b85e-4081-9efd-d824bd48f122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9093 | 2025.03.03 05:29:56.789882 [ 254 ] {945e561c-b85e-4081-9efd-d824bd48f122} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9094 | 2025.03.03 05:29:56.790122 [ 254 ] {945e561c-b85e-4081-9efd-d824bd48f122} <Trace> oximeter.measurements_f64 (a403205d-57fc-4123-9b07-7eafa0c39837): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9095 | 2025.03.03 05:29:56.790296 [ 254 ] {945e561c-b85e-4081-9efd-d824bd48f122} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001282 sec., 780.0312012480499 rows/sec., 52.56 KiB/sec. | ||
| 9096 | 2025.03.03 05:29:56.790343 [ 254 ] {945e561c-b85e-4081-9efd-d824bd48f122} <Debug> TCPHandler: Processed in 0.00148684 sec. | ||
| 9097 | 2025.03.03 05:29:56.790446 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9098 | 2025.03.03 05:29:56.790546 [ 254 ] {e987925f-27c0-408a-a85e-d270b25ee915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9099 | 2025.03.03 05:29:56.790611 [ 254 ] {e987925f-27c0-408a-a85e-d270b25ee915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9100 | 2025.03.03 05:29:56.791768 [ 254 ] {e987925f-27c0-408a-a85e-d270b25ee915} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9101 | 2025.03.03 05:29:56.791805 [ 254 ] {e987925f-27c0-408a-a85e-d270b25ee915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9102 | 2025.03.03 05:29:56.792437 [ 254 ] {e987925f-27c0-408a-a85e-d270b25ee915} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9103 | 2025.03.03 05:29:56.792693 [ 254 ] {e987925f-27c0-408a-a85e-d270b25ee915} <Trace> oximeter.measurements_histogramu64 (f3667ba0-e967-4b98-b5b8-b416a6ababb7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9104 | 2025.03.03 05:29:56.792883 [ 254 ] {e987925f-27c0-408a-a85e-d270b25ee915} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002359 sec., 16532.428995337006 rows/sec., 29.63 MiB/sec. | ||
| 9105 | 2025.03.03 05:29:56.792972 [ 254 ] {e987925f-27c0-408a-a85e-d270b25ee915} <Debug> TCPHandler: Processed in 0.002574822 sec. | ||
| 9106 | 2025.03.03 05:29:56.793084 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9107 | 2025.03.03 05:29:56.793185 [ 254 ] {61948a41-6e49-4d8c-a4f1-50fe400cc913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9108 | 2025.03.03 05:29:56.793230 [ 254 ] {61948a41-6e49-4d8c-a4f1-50fe400cc913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9109 | 2025.03.03 05:29:56.793651 [ 254 ] {61948a41-6e49-4d8c-a4f1-50fe400cc913} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9110 | 2025.03.03 05:29:56.793689 [ 254 ] {61948a41-6e49-4d8c-a4f1-50fe400cc913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9111 | 2025.03.03 05:29:56.794056 [ 254 ] {61948a41-6e49-4d8c-a4f1-50fe400cc913} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9112 | 2025.03.03 05:29:56.794295 [ 254 ] {61948a41-6e49-4d8c-a4f1-50fe400cc913} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9113 | 2025.03.03 05:29:56.794461 [ 254 ] {61948a41-6e49-4d8c-a4f1-50fe400cc913} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001299 sec., 26173.979984603542 rows/sec., 1.52 MiB/sec. | ||
| 9114 | 2025.03.03 05:29:56.794509 [ 254 ] {61948a41-6e49-4d8c-a4f1-50fe400cc913} <Debug> TCPHandler: Processed in 0.00147483 sec. | ||
| 9115 | 2025.03.03 05:29:56.942393 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9116 | 2025.03.03 05:29:56.963449 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9117 | 2025.03.03 05:29:56.963501 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 9118 | 2025.03.03 05:29:56.970730 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9119 | 2025.03.03 05:29:56.971566 [ 242 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9120 | 2025.03.03 05:29:56.972024 [ 92 ] {} <Debug> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9121 | 2025.03.03 05:29:56.972171 [ 92 ] {} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9122 | 2025.03.03 05:29:56.972260 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 9123 | 2025.03.03 05:29:56.972612 [ 191 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 9124 | 2025.03.03 05:29:56.980255 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9125 | 2025.03.03 05:29:56.981649 [ 191 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9126 | 2025.03.03 05:29:56.982529 [ 191 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 9127 | 2025.03.03 05:29:56.987207 [ 191 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 9128 | 2025.03.03 05:29:56.992275 [ 191 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 9129 | 2025.03.03 05:29:56.997564 [ 191 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 9130 | 2025.03.03 05:29:57.003607 [ 191 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 9131 | 2025.03.03 05:29:57.008057 [ 191 ] {2b3034ea-a123-4216-a370-896a49bc933f::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 | ||
| 9132 | 2025.03.03 05:29:57.066085 [ 198 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.093658429 sec., 3704.9521725375084 rows/sec., 19.16 MiB/sec. | ||
| 9133 | 2025.03.03 05:29:57.069845 [ 198 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9134 | 2025.03.03 05:29:57.072878 [ 198 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_46_9} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9135 | 2025.03.03 05:29:57.073072 [ 198 ] {2b3034ea-a123-4216-a370-896a49bc933f::all_1_46_9} <Trace> system.metric_log (2b3034ea-a123-4216-a370-896a49bc933f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9136 | 2025.03.03 05:29:57.075644 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9137 | 2025.03.03 05:30:00.579292 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1286 | ||
| 9138 | 2025.03.03 05:30:00.583716 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9139 | 2025.03.03 05:30:00.583774 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 9140 | 2025.03.03 05:30:00.585685 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9141 | 2025.03.03 05:30:00.586144 [ 243 ] {} <Trace> system.query_log (9d439606-5653-4635-9a38-15e6c6a98f66): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9142 | 2025.03.03 05:30:00.587538 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1286 | ||
| 9143 | 2025.03.03 05:30:01.262923 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9144 | 2025.03.03 05:30:01.263132 [ 254 ] {5daf4af2-05ad-4527-b262-c6e30d03fcfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9145 | 2025.03.03 05:30:01.263204 [ 254 ] {5daf4af2-05ad-4527-b262-c6e30d03fcfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9146 | 2025.03.03 05:30:01.264007 [ 254 ] {5daf4af2-05ad-4527-b262-c6e30d03fcfd} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9147 | 2025.03.03 05:30:01.264063 [ 254 ] {5daf4af2-05ad-4527-b262-c6e30d03fcfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 9148 | 2025.03.03 05:30:01.264543 [ 254 ] {5daf4af2-05ad-4527-b262-c6e30d03fcfd} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9149 | 2025.03.03 05:30:01.264850 [ 254 ] {5daf4af2-05ad-4527-b262-c6e30d03fcfd} <Trace> oximeter.fields_string (2158c525-159c-455f-bd22-871c3af07da6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9150 | 2025.03.03 05:30:01.265065 [ 254 ] {5daf4af2-05ad-4527-b262-c6e30d03fcfd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.14 MiB/sec. | ||
| 9151 | 2025.03.03 05:30:01.265123 [ 254 ] {5daf4af2-05ad-4527-b262-c6e30d03fcfd} <Debug> TCPHandler: Processed in 0.002339217 sec. | ||
| 9152 | 2025.03.03 05:30:01.265257 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9153 | 2025.03.03 05:30:01.265370 [ 254 ] {f76da6d7-72c4-4011-9c72-a746ec02c050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9154 | 2025.03.03 05:30:01.265429 [ 254 ] {f76da6d7-72c4-4011-9c72-a746ec02c050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9155 | 2025.03.03 05:30:01.265982 [ 254 ] {f76da6d7-72c4-4011-9c72-a746ec02c050} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9156 | 2025.03.03 05:30:01.266020 [ 254 ] {f76da6d7-72c4-4011-9c72-a746ec02c050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 9157 | 2025.03.03 05:30:01.266406 [ 254 ] {f76da6d7-72c4-4011-9c72-a746ec02c050} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9158 | 2025.03.03 05:30:01.266657 [ 254 ] {f76da6d7-72c4-4011-9c72-a746ec02c050} <Trace> oximeter.fields_uuid (27ed58a3-16c2-427a-be0d-a69793423a26): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9159 | 2025.03.03 05:30:01.266845 [ 254 ] {f76da6d7-72c4-4011-9c72-a746ec02c050} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001503 sec., 42581.503659347974 rows/sec., 3.32 MiB/sec. | ||
| 9160 | 2025.03.03 05:30:01.266897 [ 254 ] {f76da6d7-72c4-4011-9c72-a746ec02c050} <Debug> TCPHandler: Processed in 0.001690144 sec. | ||
| 9161 | 2025.03.03 05:30:01.267023 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9162 | 2025.03.03 05:30:01.267127 [ 254 ] {e7a497c5-e3c2-44e7-ac04-733018f9112a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9163 | 2025.03.03 05:30:01.267176 [ 254 ] {e7a497c5-e3c2-44e7-ac04-733018f9112a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9164 | 2025.03.03 05:30:01.267689 [ 254 ] {e7a497c5-e3c2-44e7-ac04-733018f9112a} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9165 | 2025.03.03 05:30:01.267733 [ 254 ] {e7a497c5-e3c2-44e7-ac04-733018f9112a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 9166 | 2025.03.03 05:30:01.268159 [ 254 ] {e7a497c5-e3c2-44e7-ac04-733018f9112a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9167 | 2025.03.03 05:30:01.268425 [ 254 ] {e7a497c5-e3c2-44e7-ac04-733018f9112a} <Trace> oximeter.measurements_cumulativeu64 (90205dec-1374-4ff8-bb2f-1001ee5a17e6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9168 | 2025.03.03 05:30:01.268635 [ 254 ] {e7a497c5-e3c2-44e7-ac04-733018f9112a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001529 sec., 83714.84630477436 rows/sec., 5.83 MiB/sec. | ||
| 9169 | 2025.03.03 05:30:01.268695 [ 254 ] {e7a497c5-e3c2-44e7-ac04-733018f9112a} <Debug> TCPHandler: Processed in 0.001722005 sec. | ||
| 9170 | 2025.03.03 05:30:01.268863 [ 254 ] {} <Trace> TCP-Session: 0cdac1a7-691a-415c-8172-2b0b58c57bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9171 | 2025.03.03 05:30:01.268970 [ 254 ] {dc752d64-616f-4d01-9d1c-a83710053663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50511) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9172 | 2025.03.03 05:30:01.269023 [ 254 ] {dc752d64-616f-4d01-9d1c-a83710053663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9173 | 2025.03.03 05:30:01.269529 [ 254 ] {dc752d64-616f-4d01-9d1c-a83710053663} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9174 | 2025.03.03 05:30:01.269567 [ 254 ] {dc752d64-616f-4d01-9d1c-a83710053663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 9175 | 2025.03.03 05:30:01.269940 [ 254 ] {dc752d64-616f-4d01-9d1c-a83710053663} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9176 | 2025.03.03 05:30:01.270196 [ 254 ] {dc752d64-616f-4d01-9d1c-a83710053663} <Trace> oximeter.measurements_u64 (d4413a87-bf02-46d8-a478-82a231f112ac): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9177 | 2025.03.03 05:30:01.270439 [ 254 ] {dc752d64-616f-4d01-9d1c-a83710053663} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001486 sec., 32301.48048452221 rows/sec., 2.18 MiB/sec. | ||
| 9178 | 2025.03.03 05:30:01.270527 [ 254 ] {dc752d64-616f-4d01-9d1c-a83710053663} <Debug> TCPHandler: Processed in 0.001734474 sec. | ||