| 1 | [ Mar 2 04:55:47 Enabled. ] | ||
| 2 | [ Mar 2 04:55:47 Rereading configuration. ] | ||
| 3 | [ Mar 2 04:55:48 Rereading configuration. ] | ||
| 4 | [ Mar 2 04:55:52 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 2 04:55:52 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.02 04:55:52.850989 [ 1 ] {} <Information> Application: Will watch for the process with pid 23046 | ||
| 29 | 2025.03.02 04:55:52.851536 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.03.02 04:55:53.103684 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23046 | ||
| 31 | 2025.03.02 04:55:53.104417 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.03.02 04:55:53.105115 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.03.02 04:55:53.196289 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.03.02 04:55:53.267907 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.03.02 04:55:53.267953 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.03.02 04:55:53.267969 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.03.02 04:55:53.268035 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.03.02 04:55:53.268410 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.03.02 04:55:53.269998 [ 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.02 04:55:53.270720 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.03.02 04:55:53.271654 [ 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.02 04:55:53.271680 [ 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.02 04:55:53.271696 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.03.02 04:55:53.271871 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.03.02 04:55:53.272708 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.03.02 04:55:53.278224 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.03.02 04:55:53.278866 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.03.02 04:55:53.280131 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.03.02 04:55:53.280193 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.03.02 04:55:53.281753 [ 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.02 04:55:53.282231 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.03.02 04:55:53.286488 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.03.02 04:55:53.287175 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.03.02 04:55:53.288800 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.03.02 04:55:53.289161 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.03.02 04:55:53.289565 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.03.02 04:55:53.289940 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.03.02 04:55:53.291304 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.03.02 04:55:53.291329 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.03.02 04:55:53.291407 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.03.02 04:55:53.291528 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.03.02 04:55:53.322336 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.03.02 04:55:53.322375 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000204483 sec | ||
| 68 | 2025.03.02 04:55:53.322434 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.03.02 04:55:53.322458 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.03.02 04:55:53.323900 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.03.02 04:55:53.324925 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.03.02 04:55:53.336611 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.03.02 04:55:53.336653 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.03.02 04:55:53.336675 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.03.02 04:55:53.336688 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.03.02 04:55:53.336717 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.03.02 04:55:53.336738 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.03.02 04:55:53.339257 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.03.02 04:55:53.339301 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.03.02 04:55:53.339328 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.03.02 04:55:53.339509 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.03.02 04:55:53.339528 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.03.02 04:55:53.339560 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.03.02 04:55:53.339581 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.03.02 04:55:53.339594 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.03.02 04:55:53.339622 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.03.02 04:55:53.339639 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.03.02 04:55:53.365895 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.03.02 04:55:53.374185 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.03.02 04:55:53.374222 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0941e-05 sec | ||
| 91 | 2025.03.02 04:55:53.374238 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.03.02 04:55:53.374252 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.03.02 04:55:53.374279 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.03.02 04:55:53.374514 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.03.02 04:55:53.374568 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.03.02 04:55:53.374585 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.03.02 04:55:53.374600 [ 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.02 04:55:53.374616 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.03.02 04:55:53.379187 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.03.02 04:55:53.379412 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.03.02 04:55:53.380343 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.53e-05 sec. | ||
| 102 | 2025.03.02 04:55:53.381337 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.03.02 04:55:53.381436 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.03.02 04:55:53.381458 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.03.02 04:55:54.449878 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60513 | ||
| 106 | 2025.03.02 04:55:54.450297 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.03.02 04:55:54.450392 [ 3 ] {} <Debug> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Authenticating user 'default' from [fd00:1122:3344:101::d]:60513 | ||
| 108 | 2025.03.02 04:55:54.450445 [ 3 ] {} <Debug> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.03.02 04:55:54.450487 [ 3 ] {} <Debug> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.03.02 04:55:54.450627 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.03.02 04:55:54.450676 [ 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.02 04:55:54.450720 [ 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.02 04:55:54.451725 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62682 | ||
| 114 | 2025.03.02 04:55:54.451741 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56475 | ||
| 115 | 2025.03.02 04:55:54.451858 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.03.02 04:55:54.451902 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.03.02 04:55:54.451909 [ 4 ] {} <Debug> TCP-Session: 796363e9-0bec-4c05-91bd-8fddb2988af3 Authenticating user 'default' from [fd00:1122:3344:101::d]:62682 | ||
| 118 | 2025.03.02 04:55:54.451982 [ 5 ] {} <Debug> TCP-Session: 2572501a-03e6-4b0c-9ad4-1c1035b95b36 Authenticating user 'default' from [fd00:1122:3344:101::d]:56475 | ||
| 119 | 2025.03.02 04:55:54.451998 [ 4 ] {} <Debug> TCP-Session: 796363e9-0bec-4c05-91bd-8fddb2988af3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.03.02 04:55:54.452039 [ 5 ] {} <Debug> TCP-Session: 2572501a-03e6-4b0c-9ad4-1c1035b95b36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.03.02 04:55:54.452051 [ 4 ] {} <Debug> TCP-Session: 796363e9-0bec-4c05-91bd-8fddb2988af3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.03.02 04:55:54.452076 [ 5 ] {} <Debug> TCP-Session: 2572501a-03e6-4b0c-9ad4-1c1035b95b36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.03.02 04:55:54.452633 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38668 | ||
| 124 | 2025.03.02 04:55:54.452827 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40422 | ||
| 125 | 2025.03.02 04:55:54.452836 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.03.02 04:55:54.453466 [ 253 ] {} <Debug> TCP-Session: 29454a58-4c6e-49eb-bd11-c4937d758dee Authenticating user 'default' from [fd00:1122:3344:101::d]:38668 | ||
| 127 | 2025.03.02 04:55:54.453586 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2025.03.02 04:55:54.453593 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38599 | ||
| 129 | 2025.03.02 04:55:54.453618 [ 253 ] {} <Debug> TCP-Session: 29454a58-4c6e-49eb-bd11-c4937d758dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.03.02 04:55:54.453654 [ 254 ] {} <Debug> TCP-Session: 05b5ea12-e2c0-4ea1-8f43-1a4a55fce38e Authenticating user 'default' from [fd00:1122:3344:101::d]:40422 | ||
| 131 | 2025.03.02 04:55:54.453661 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 132 | 2025.03.02 04:55:54.453754 [ 253 ] {} <Debug> TCP-Session: 29454a58-4c6e-49eb-bd11-c4937d758dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.03.02 04:55:54.453870 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2025.03.02 04:55:54.453869 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61683 | ||
| 135 | 2025.03.02 04:55:54.453916 [ 254 ] {} <Debug> TCP-Session: 05b5ea12-e2c0-4ea1-8f43-1a4a55fce38e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.03.02 04:55:54.453980 [ 255 ] {} <Debug> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38599 | ||
| 137 | 2025.03.02 04:55:54.453991 [ 254 ] {} <Debug> TCP-Session: 05b5ea12-e2c0-4ea1-8f43-1a4a55fce38e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.03.02 04:55:54.453715 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37891 | ||
| 139 | 2025.03.02 04:55:54.454154 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2025.03.02 04:55:54.454206 [ 255 ] {} <Debug> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.03.02 04:55:54.454289 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47972 | ||
| 142 | 2025.03.02 04:55:54.455411 [ 255 ] {} <Debug> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.03.02 04:55:54.455425 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.03.02 04:55:54.455456 [ 257 ] {} <Debug> TCP-Session: 5048a282-a368-4675-84be-c1831bc3d221 Authenticating user 'default' from [fd00:1122:3344:101::d]:61683 | ||
| 145 | 2025.03.02 04:55:54.456104 [ 257 ] {} <Debug> TCP-Session: 5048a282-a368-4675-84be-c1831bc3d221 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.03.02 04:55:54.456129 [ 256 ] {} <Debug> TCP-Session: 6f2f6b27-4cfe-4b93-b526-5bcefcacaf86 Authenticating user 'default' from [fd00:1122:3344:101::d]:37891 | ||
| 147 | 2025.03.02 04:55:54.456119 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 148 | 2025.03.02 04:55:54.456157 [ 257 ] {} <Debug> TCP-Session: 5048a282-a368-4675-84be-c1831bc3d221 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.03.02 04:55:54.456212 [ 256 ] {} <Debug> TCP-Session: 6f2f6b27-4cfe-4b93-b526-5bcefcacaf86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.03.02 04:55:54.456236 [ 258 ] {} <Debug> TCP-Session: 95636eca-19c0-4d74-ac7a-135b191cfb06 Authenticating user 'default' from [fd00:1122:3344:101::d]:47972 | ||
| 151 | 2025.03.02 04:55:54.456276 [ 256 ] {} <Debug> TCP-Session: 6f2f6b27-4cfe-4b93-b526-5bcefcacaf86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.03.02 04:55:54.456288 [ 258 ] {} <Debug> TCP-Session: 95636eca-19c0-4d74-ac7a-135b191cfb06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.03.02 04:55:54.456761 [ 258 ] {} <Debug> TCP-Session: 95636eca-19c0-4d74-ac7a-135b191cfb06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.03.02 04:55:54.457506 [ 3 ] {7d89243f-e9af-4aaa-939e-881625adffda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.03.02 04:55:54.511202 [ 3 ] {7d89243f-e9af-4aaa-939e-881625adffda} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60513) (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.02 04:55:54.512489 [ 3 ] {7d89243f-e9af-4aaa-939e-881625adffda} <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.02 04:55:54.512590 [ 3 ] {7d89243f-e9af-4aaa-939e-881625adffda} <Debug> TCPHandler: Processed in 0.060625389 sec. | ||
| 204 | 2025.03.02 04:55:54.513026 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.03.02 04:55:54.513215 [ 255 ] {ce9c455d-57c3-446b-ba80-c456ac6af9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.03.02 04:55:54.513535 [ 255 ] {ce9c455d-57c3-446b-ba80-c456ac6af9f9} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38599) (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.02 04:55:54.513659 [ 255 ] {ce9c455d-57c3-446b-ba80-c456ac6af9f9} <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.02 04:55:54.513761 [ 255 ] {ce9c455d-57c3-446b-ba80-c456ac6af9f9} <Debug> TCPHandler: Processed in 0.000912742 sec. | ||
| 255 | 2025.03.02 04:55:54.514040 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.03.02 04:55:54.515206 [ 3 ] {c7acced8-26e9-44b6-817e-33e6263ed6db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.03.02 04:55:54.515304 [ 3 ] {c7acced8-26e9-44b6-817e-33e6263ed6db} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.03.02 04:55:54.520909 [ 3 ] {c7acced8-26e9-44b6-817e-33e6263ed6db} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.03.02 04:55:54.520932 [ 3 ] {c7acced8-26e9-44b6-817e-33e6263ed6db} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5601e-05 sec | ||
| 260 | 2025.03.02 04:55:54.520950 [ 3 ] {c7acced8-26e9-44b6-817e-33e6263ed6db} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.03.02 04:55:54.520973 [ 3 ] {c7acced8-26e9-44b6-817e-33e6263ed6db} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.03.02 04:55:54.521005 [ 3 ] {c7acced8-26e9-44b6-817e-33e6263ed6db} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.03.02 04:55:54.521693 [ 3 ] {c7acced8-26e9-44b6-817e-33e6263ed6db} <Debug> TCPHandler: Processed in 0.007769132 sec. | ||
| 264 | 2025.03.02 04:55:54.521845 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.03.02 04:55:54.522031 [ 3 ] {874cf0ab-6fe0-4a5a-8497-7114643ea22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) /* 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.02 04:55:54.522073 [ 3 ] {874cf0ab-6fe0-4a5a-8497-7114643ea22c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.03.02 04:55:54.529561 [ 3 ] {874cf0ab-6fe0-4a5a-8497-7114643ea22c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.03.02 04:55:54.532197 [ 3 ] {874cf0ab-6fe0-4a5a-8497-7114643ea22c} <Debug> oximeter.version (1b9e7deb-b53e-4753-8d36-d835befc8833): Loading data parts | ||
| 270 | 2025.03.02 04:55:54.532850 [ 3 ] {874cf0ab-6fe0-4a5a-8497-7114643ea22c} <Debug> oximeter.version (1b9e7deb-b53e-4753-8d36-d835befc8833): There are no data parts | ||
| 271 | 2025.03.02 04:55:54.535939 [ 3 ] {874cf0ab-6fe0-4a5a-8497-7114643ea22c} <Debug> TCPHandler: Processed in 0.014153644 sec. | ||
| 272 | 2025.03.02 04:55:54.536086 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.03.02 04:55:54.536280 [ 3 ] {780f2229-404a-49c9-ab92-2b2e8c2b9a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) /* 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.02 04:55:54.536340 [ 3 ] {780f2229-404a-49c9-ab92-2b2e8c2b9a97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.03.02 04:55:54.549441 [ 3 ] {780f2229-404a-49c9-ab92-2b2e8c2b9a97} <Debug> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Loading data parts | ||
| 286 | 2025.03.02 04:55:54.549681 [ 3 ] {780f2229-404a-49c9-ab92-2b2e8c2b9a97} <Debug> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): There are no data parts | ||
| 287 | 2025.03.02 04:55:54.558123 [ 3 ] {780f2229-404a-49c9-ab92-2b2e8c2b9a97} <Debug> TCPHandler: Processed in 0.022086388 sec. | ||
| 288 | 2025.03.02 04:55:54.558292 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.03.02 04:55:54.558537 [ 3 ] {57759a22-3e54-490d-90b5-6a93731efd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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.02 04:55:54.558601 [ 3 ] {57759a22-3e54-490d-90b5-6a93731efd5d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.03.02 04:55:54.568277 [ 3 ] {57759a22-3e54-490d-90b5-6a93731efd5d} <Debug> oximeter.measurements_i8 (0b621b0f-b137-4f4a-96f1-ca2c34707a76): Loading data parts | ||
| 292 | 2025.03.02 04:55:54.568444 [ 3 ] {57759a22-3e54-490d-90b5-6a93731efd5d} <Debug> oximeter.measurements_i8 (0b621b0f-b137-4f4a-96f1-ca2c34707a76): There are no data parts | ||
| 293 | 2025.03.02 04:55:54.570957 [ 3 ] {57759a22-3e54-490d-90b5-6a93731efd5d} <Debug> TCPHandler: Processed in 0.012723736 sec. | ||
| 294 | 2025.03.02 04:55:54.571112 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.03.02 04:55:54.571339 [ 3 ] {b52fdb0f-b74a-46b8-8e0d-40a2c66eb7aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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.02 04:55:54.571402 [ 3 ] {b52fdb0f-b74a-46b8-8e0d-40a2c66eb7aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.03.02 04:55:54.575863 [ 3 ] {b52fdb0f-b74a-46b8-8e0d-40a2c66eb7aa} <Debug> oximeter.measurements_u8 (528043dc-50ac-48b5-914d-fdacc88ba979): Loading data parts | ||
| 298 | 2025.03.02 04:55:54.576186 [ 3 ] {b52fdb0f-b74a-46b8-8e0d-40a2c66eb7aa} <Debug> oximeter.measurements_u8 (528043dc-50ac-48b5-914d-fdacc88ba979): There are no data parts | ||
| 299 | 2025.03.02 04:55:54.585166 [ 3 ] {b52fdb0f-b74a-46b8-8e0d-40a2c66eb7aa} <Debug> TCPHandler: Processed in 0.014113174 sec. | ||
| 300 | 2025.03.02 04:55:54.585333 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.03.02 04:55:54.585597 [ 3 ] {c81212c8-b6ec-4cf5-9adc-8b32b4652d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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.02 04:55:54.585655 [ 3 ] {c81212c8-b6ec-4cf5-9adc-8b32b4652d2c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.03.02 04:55:54.590769 [ 3 ] {c81212c8-b6ec-4cf5-9adc-8b32b4652d2c} <Debug> oximeter.measurements_i16 (17984b36-9503-4537-8677-8eabdd82d1ec): Loading data parts | ||
| 304 | 2025.03.02 04:55:54.591020 [ 3 ] {c81212c8-b6ec-4cf5-9adc-8b32b4652d2c} <Debug> oximeter.measurements_i16 (17984b36-9503-4537-8677-8eabdd82d1ec): There are no data parts | ||
| 305 | 2025.03.02 04:55:54.598175 [ 3 ] {c81212c8-b6ec-4cf5-9adc-8b32b4652d2c} <Debug> TCPHandler: Processed in 0.012902908 sec. | ||
| 306 | 2025.03.02 04:55:54.598321 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.03.02 04:55:54.598510 [ 3 ] {bd3d44e4-1b23-4847-9159-3d50732936ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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.02 04:55:54.598569 [ 3 ] {bd3d44e4-1b23-4847-9159-3d50732936ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.03.02 04:55:54.603432 [ 3 ] {bd3d44e4-1b23-4847-9159-3d50732936ec} <Debug> oximeter.measurements_u16 (083fc1a4-f5c1-49b9-a0fd-ae4776d08602): Loading data parts | ||
| 310 | 2025.03.02 04:55:54.603660 [ 3 ] {bd3d44e4-1b23-4847-9159-3d50732936ec} <Debug> oximeter.measurements_u16 (083fc1a4-f5c1-49b9-a0fd-ae4776d08602): There are no data parts | ||
| 311 | 2025.03.02 04:55:54.611517 [ 3 ] {bd3d44e4-1b23-4847-9159-3d50732936ec} <Debug> TCPHandler: Processed in 0.013246313 sec. | ||
| 312 | 2025.03.02 04:55:54.611665 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.03.02 04:55:54.611867 [ 3 ] {ff622b97-c015-48f4-a1f1-faeacc03b601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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.02 04:55:54.611913 [ 3 ] {ff622b97-c015-48f4-a1f1-faeacc03b601} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.03.02 04:55:54.620929 [ 3 ] {ff622b97-c015-48f4-a1f1-faeacc03b601} <Debug> oximeter.measurements_i32 (74900e03-232d-4e3a-838b-9b9af0ff027e): Loading data parts | ||
| 316 | 2025.03.02 04:55:54.621239 [ 3 ] {ff622b97-c015-48f4-a1f1-faeacc03b601} <Debug> oximeter.measurements_i32 (74900e03-232d-4e3a-838b-9b9af0ff027e): There are no data parts | ||
| 317 | 2025.03.02 04:55:54.626216 [ 3 ] {ff622b97-c015-48f4-a1f1-faeacc03b601} <Debug> TCPHandler: Processed in 0.01460109 sec. | ||
| 318 | 2025.03.02 04:55:54.626355 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.03.02 04:55:54.626538 [ 3 ] {2b3785e5-6350-412d-90f5-59ef54b3defb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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.02 04:55:54.626597 [ 3 ] {2b3785e5-6350-412d-90f5-59ef54b3defb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.03.02 04:55:54.634984 [ 3 ] {2b3785e5-6350-412d-90f5-59ef54b3defb} <Debug> oximeter.measurements_u32 (0dec1811-b33a-41f6-ae24-8da42dd68142): Loading data parts | ||
| 322 | 2025.03.02 04:55:54.635219 [ 3 ] {2b3785e5-6350-412d-90f5-59ef54b3defb} <Debug> oximeter.measurements_u32 (0dec1811-b33a-41f6-ae24-8da42dd68142): There are no data parts | ||
| 323 | 2025.03.02 04:55:54.640279 [ 3 ] {2b3785e5-6350-412d-90f5-59ef54b3defb} <Debug> TCPHandler: Processed in 0.013969592 sec. | ||
| 324 | 2025.03.02 04:55:54.640482 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.03.02 04:55:54.640720 [ 3 ] {099edf11-649a-4a0e-9c67-7f0600c8883d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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.02 04:55:54.640784 [ 3 ] {099edf11-649a-4a0e-9c67-7f0600c8883d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.03.02 04:55:54.643361 [ 3 ] {099edf11-649a-4a0e-9c67-7f0600c8883d} <Debug> oximeter.measurements_i64 (15e4cc37-fcdb-482a-9e4e-56eb0e04f12f): Loading data parts | ||
| 328 | 2025.03.02 04:55:54.643519 [ 3 ] {099edf11-649a-4a0e-9c67-7f0600c8883d} <Debug> oximeter.measurements_i64 (15e4cc37-fcdb-482a-9e4e-56eb0e04f12f): There are no data parts | ||
| 329 | 2025.03.02 04:55:54.648963 [ 3 ] {099edf11-649a-4a0e-9c67-7f0600c8883d} <Debug> TCPHandler: Processed in 0.008538471 sec. | ||
| 330 | 2025.03.02 04:55:54.649253 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.03.02 04:55:54.649620 [ 3 ] {3a4e32c5-57d9-43b1-aa0f-9aec26547cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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.02 04:55:54.649733 [ 3 ] {3a4e32c5-57d9-43b1-aa0f-9aec26547cb6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.03.02 04:55:54.661034 [ 3 ] {3a4e32c5-57d9-43b1-aa0f-9aec26547cb6} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Loading data parts | ||
| 334 | 2025.03.02 04:55:54.661350 [ 3 ] {3a4e32c5-57d9-43b1-aa0f-9aec26547cb6} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): There are no data parts | ||
| 335 | 2025.03.02 04:55:54.670725 [ 3 ] {3a4e32c5-57d9-43b1-aa0f-9aec26547cb6} <Debug> TCPHandler: Processed in 0.021571191 sec. | ||
| 336 | 2025.03.02 04:55:54.670995 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.03.02 04:55:54.671189 [ 3 ] {73b0107e-c07c-4bfa-b99c-531402a03eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 338 | 2025.03.02 04:55:54.671250 [ 3 ] {73b0107e-c07c-4bfa-b99c-531402a03eec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.03.02 04:55:54.677291 [ 3 ] {73b0107e-c07c-4bfa-b99c-531402a03eec} <Debug> oximeter.measurements_f32 (6dcdcf81-9c9b-4600-ab1a-446784269fcf): Loading data parts | ||
| 340 | 2025.03.02 04:55:54.677485 [ 3 ] {73b0107e-c07c-4bfa-b99c-531402a03eec} <Debug> oximeter.measurements_f32 (6dcdcf81-9c9b-4600-ab1a-446784269fcf): There are no data parts | ||
| 341 | 2025.03.02 04:55:54.682793 [ 3 ] {73b0107e-c07c-4bfa-b99c-531402a03eec} <Debug> TCPHandler: Processed in 0.011898385 sec. | ||
| 342 | 2025.03.02 04:55:54.683042 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.03.02 04:55:54.683241 [ 3 ] {b7a66c3d-1dda-4533-94e6-f7187fad5186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 344 | 2025.03.02 04:55:54.683300 [ 3 ] {b7a66c3d-1dda-4533-94e6-f7187fad5186} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.03.02 04:55:54.687629 [ 3 ] {b7a66c3d-1dda-4533-94e6-f7187fad5186} <Debug> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Loading data parts | ||
| 346 | 2025.03.02 04:55:54.687904 [ 3 ] {b7a66c3d-1dda-4533-94e6-f7187fad5186} <Debug> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): There are no data parts | ||
| 347 | 2025.03.02 04:55:54.691987 [ 3 ] {b7a66c3d-1dda-4533-94e6-f7187fad5186} <Debug> TCPHandler: Processed in 0.009004728 sec. | ||
| 348 | 2025.03.02 04:55:54.692136 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2025.03.02 04:55:54.692322 [ 3 ] {5e289b27-3424-47ba-ae45-216b625d400f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 350 | 2025.03.02 04:55:54.692387 [ 3 ] {5e289b27-3424-47ba-ae45-216b625d400f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 351 | 2025.03.02 04:55:54.699969 [ 3 ] {5e289b27-3424-47ba-ae45-216b625d400f} <Debug> oximeter.measurements_string (ed53f12d-e420-44ad-a027-be5ea496b143): Loading data parts | ||
| 352 | 2025.03.02 04:55:54.700161 [ 3 ] {5e289b27-3424-47ba-ae45-216b625d400f} <Debug> oximeter.measurements_string (ed53f12d-e420-44ad-a027-be5ea496b143): There are no data parts | ||
| 353 | 2025.03.02 04:55:54.704598 [ 3 ] {5e289b27-3424-47ba-ae45-216b625d400f} <Debug> TCPHandler: Processed in 0.012512513 sec. | ||
| 354 | 2025.03.02 04:55:54.704838 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.03.02 04:55:54.705122 [ 3 ] {74e06d58-c2ca-448a-ba49-995b0110571f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 356 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 357 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 358 | * a string isn't palatable for a few reasons. | ||
| 359 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 360 | * details. | ||
| 361 | */ | ||
| 362 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 363 | 2025.03.02 04:55:54.705187 [ 3 ] {74e06d58-c2ca-448a-ba49-995b0110571f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 364 | 2025.03.02 04:55:54.713373 [ 3 ] {74e06d58-c2ca-448a-ba49-995b0110571f} <Debug> oximeter.measurements_bytes (8b6aadca-bca1-4d4a-8092-f03d94bfafd6): Loading data parts | ||
| 365 | 2025.03.02 04:55:54.713562 [ 3 ] {74e06d58-c2ca-448a-ba49-995b0110571f} <Debug> oximeter.measurements_bytes (8b6aadca-bca1-4d4a-8092-f03d94bfafd6): There are no data parts | ||
| 366 | 2025.03.02 04:55:54.722678 [ 3 ] {74e06d58-c2ca-448a-ba49-995b0110571f} <Debug> TCPHandler: Processed in 0.017939583 sec. | ||
| 367 | 2025.03.02 04:55:54.722942 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.03.02 04:55:54.723225 [ 3 ] {26288268-1be6-416b-9018-73a34bf755d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 369 | 2025.03.02 04:55:54.723285 [ 3 ] {26288268-1be6-416b-9018-73a34bf755d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 370 | 2025.03.02 04:55:54.728136 [ 3 ] {26288268-1be6-416b-9018-73a34bf755d7} <Debug> oximeter.measurements_cumulativei64 (8aa2b3a2-685b-4359-af22-eec15badd623): Loading data parts | ||
| 371 | 2025.03.02 04:55:54.728311 [ 3 ] {26288268-1be6-416b-9018-73a34bf755d7} <Debug> oximeter.measurements_cumulativei64 (8aa2b3a2-685b-4359-af22-eec15badd623): There are no data parts | ||
| 372 | 2025.03.02 04:55:54.732301 [ 3 ] {26288268-1be6-416b-9018-73a34bf755d7} <Debug> TCPHandler: Processed in 0.009467663 sec. | ||
| 373 | 2025.03.02 04:55:54.732424 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2025.03.02 04:55:54.732636 [ 3 ] {7d7ad297-18d9-47f5-9a5d-d3228a47c833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 375 | 2025.03.02 04:55:54.732690 [ 3 ] {7d7ad297-18d9-47f5-9a5d-d3228a47c833} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 376 | 2025.03.02 04:55:54.741397 [ 3 ] {7d7ad297-18d9-47f5-9a5d-d3228a47c833} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Loading data parts | ||
| 377 | 2025.03.02 04:55:54.741607 [ 3 ] {7d7ad297-18d9-47f5-9a5d-d3228a47c833} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): There are no data parts | ||
| 378 | 2025.03.02 04:55:54.746070 [ 3 ] {7d7ad297-18d9-47f5-9a5d-d3228a47c833} <Debug> TCPHandler: Processed in 0.013695318 sec. | ||
| 379 | 2025.03.02 04:55:54.746207 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 380 | 2025.03.02 04:55:54.746403 [ 3 ] {d2020091-da5c-4b00-988f-3280935e0549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 381 | 2025.03.02 04:55:54.746468 [ 3 ] {d2020091-da5c-4b00-988f-3280935e0549} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 382 | 2025.03.02 04:55:54.749035 [ 3 ] {d2020091-da5c-4b00-988f-3280935e0549} <Debug> oximeter.measurements_cumulativef32 (30e85e0c-1988-4ecc-ac48-866d699ad480): Loading data parts | ||
| 383 | 2025.03.02 04:55:54.749213 [ 3 ] {d2020091-da5c-4b00-988f-3280935e0549} <Debug> oximeter.measurements_cumulativef32 (30e85e0c-1988-4ecc-ac48-866d699ad480): There are no data parts | ||
| 384 | 2025.03.02 04:55:54.753123 [ 3 ] {d2020091-da5c-4b00-988f-3280935e0549} <Debug> TCPHandler: Processed in 0.006965771 sec. | ||
| 385 | 2025.03.02 04:55:54.753261 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.03.02 04:55:54.753473 [ 3 ] {35772007-f093-4210-8573-2efa9e98eeed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 387 | 2025.03.02 04:55:54.753536 [ 3 ] {35772007-f093-4210-8573-2efa9e98eeed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 388 | 2025.03.02 04:55:54.759050 [ 3 ] {35772007-f093-4210-8573-2efa9e98eeed} <Debug> oximeter.measurements_cumulativef64 (a6eba782-a539-44c7-8621-fdba7665228e): Loading data parts | ||
| 389 | 2025.03.02 04:55:54.759220 [ 3 ] {35772007-f093-4210-8573-2efa9e98eeed} <Debug> oximeter.measurements_cumulativef64 (a6eba782-a539-44c7-8621-fdba7665228e): There are no data parts | ||
| 390 | 2025.03.02 04:55:54.763584 [ 3 ] {35772007-f093-4210-8573-2efa9e98eeed} <Debug> TCPHandler: Processed in 0.010371015 sec. | ||
| 391 | 2025.03.02 04:55:54.763861 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 392 | 2025.03.02 04:55:54.764204 [ 3 ] {4da6c5a9-d706-4f01-843f-e7a1efed14b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 393 | * NOTE: Array types cannot be Nullable, see | ||
| 394 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 395 | * for more details. | ||
| 396 | * | ||
| 397 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 398 | * is unfortunate, and at this point relies on the fact that an | ||
| 399 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 400 | * to figure out another way to represent missing samples here. | ||
| 401 | */ | ||
| 402 | 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) | ||
| 403 | 2025.03.02 04:55:54.764280 [ 3 ] {4da6c5a9-d706-4f01-843f-e7a1efed14b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 404 | 2025.03.02 04:55:54.770790 [ 3 ] {4da6c5a9-d706-4f01-843f-e7a1efed14b1} <Debug> oximeter.measurements_histogrami8 (9d3fede6-3be1-4fb2-aab1-fa5bbeec320e): Loading data parts | ||
| 405 | 2025.03.02 04:55:54.771018 [ 3 ] {4da6c5a9-d706-4f01-843f-e7a1efed14b1} <Debug> oximeter.measurements_histogrami8 (9d3fede6-3be1-4fb2-aab1-fa5bbeec320e): There are no data parts | ||
| 406 | 2025.03.02 04:55:54.779460 [ 3 ] {4da6c5a9-d706-4f01-843f-e7a1efed14b1} <Debug> TCPHandler: Processed in 0.015703224 sec. | ||
| 407 | 2025.03.02 04:55:54.779607 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2025.03.02 04:55:54.779889 [ 3 ] {08f4d62e-e1d3-47c7-96d7-9d40121d790a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 409 | 2025.03.02 04:55:54.779959 [ 3 ] {08f4d62e-e1d3-47c7-96d7-9d40121d790a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 410 | 2025.03.02 04:55:54.784864 [ 3 ] {08f4d62e-e1d3-47c7-96d7-9d40121d790a} <Debug> oximeter.measurements_histogramu8 (0c4da66b-f8c0-4f41-88e0-0643ef55511b): Loading data parts | ||
| 411 | 2025.03.02 04:55:54.785053 [ 3 ] {08f4d62e-e1d3-47c7-96d7-9d40121d790a} <Debug> oximeter.measurements_histogramu8 (0c4da66b-f8c0-4f41-88e0-0643ef55511b): There are no data parts | ||
| 412 | 2025.03.02 04:55:54.792525 [ 3 ] {08f4d62e-e1d3-47c7-96d7-9d40121d790a} <Debug> TCPHandler: Processed in 0.012966508 sec. | ||
| 413 | 2025.03.02 04:55:54.792787 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.03.02 04:55:54.793155 [ 3 ] {e92b3449-7daf-488d-9563-584661bf15d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 415 | 2025.03.02 04:55:54.793230 [ 3 ] {e92b3449-7daf-488d-9563-584661bf15d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 416 | 2025.03.02 04:55:54.800204 [ 3 ] {e92b3449-7daf-488d-9563-584661bf15d7} <Debug> oximeter.measurements_histogrami16 (0ae8f8e2-29bf-494b-90aa-2c4e82cdcdd3): Loading data parts | ||
| 417 | 2025.03.02 04:55:54.800387 [ 3 ] {e92b3449-7daf-488d-9563-584661bf15d7} <Debug> oximeter.measurements_histogrami16 (0ae8f8e2-29bf-494b-90aa-2c4e82cdcdd3): There are no data parts | ||
| 418 | 2025.03.02 04:55:54.806031 [ 3 ] {e92b3449-7daf-488d-9563-584661bf15d7} <Debug> TCPHandler: Processed in 0.013346573 sec. | ||
| 419 | 2025.03.02 04:55:54.806190 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.03.02 04:55:54.806527 [ 3 ] {66049fd2-6f22-43b9-9505-0b5cdd8fb7c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 421 | 2025.03.02 04:55:54.806612 [ 3 ] {66049fd2-6f22-43b9-9505-0b5cdd8fb7c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 422 | 2025.03.02 04:55:54.815315 [ 3 ] {66049fd2-6f22-43b9-9505-0b5cdd8fb7c1} <Debug> oximeter.measurements_histogramu16 (b18c6628-182c-4134-b13a-c7505c19ae2e): Loading data parts | ||
| 423 | 2025.03.02 04:55:54.815572 [ 3 ] {66049fd2-6f22-43b9-9505-0b5cdd8fb7c1} <Debug> oximeter.measurements_histogramu16 (b18c6628-182c-4134-b13a-c7505c19ae2e): There are no data parts | ||
| 424 | 2025.03.02 04:55:54.822923 [ 3 ] {66049fd2-6f22-43b9-9505-0b5cdd8fb7c1} <Debug> TCPHandler: Processed in 0.016793039 sec. | ||
| 425 | 2025.03.02 04:55:54.823198 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.03.02 04:55:54.823715 [ 3 ] {f7623e21-cf28-4d48-ac72-62a769597596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 427 | 2025.03.02 04:55:54.823853 [ 3 ] {f7623e21-cf28-4d48-ac72-62a769597596} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 428 | 2025.03.02 04:55:54.830725 [ 3 ] {f7623e21-cf28-4d48-ac72-62a769597596} <Debug> oximeter.measurements_histogrami32 (8ff3afcf-7140-45ee-ae6b-2477378a861c): Loading data parts | ||
| 429 | 2025.03.02 04:55:54.830904 [ 3 ] {f7623e21-cf28-4d48-ac72-62a769597596} <Debug> oximeter.measurements_histogrami32 (8ff3afcf-7140-45ee-ae6b-2477378a861c): There are no data parts | ||
| 430 | 2025.03.02 04:55:54.842206 [ 3 ] {f7623e21-cf28-4d48-ac72-62a769597596} <Debug> TCPHandler: Processed in 0.0191142 sec. | ||
| 431 | 2025.03.02 04:55:54.842464 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.03.02 04:55:54.843014 [ 3 ] {e519666e-8697-4695-bbe7-68d9b52c3289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 433 | 2025.03.02 04:55:54.843090 [ 3 ] {e519666e-8697-4695-bbe7-68d9b52c3289} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 434 | 2025.03.02 04:55:54.852846 [ 3 ] {e519666e-8697-4695-bbe7-68d9b52c3289} <Debug> oximeter.measurements_histogramu32 (3caf96df-d7cb-4a84-a1f8-afc5246c3c7c): Loading data parts | ||
| 435 | 2025.03.02 04:55:54.853180 [ 3 ] {e519666e-8697-4695-bbe7-68d9b52c3289} <Debug> oximeter.measurements_histogramu32 (3caf96df-d7cb-4a84-a1f8-afc5246c3c7c): There are no data parts | ||
| 436 | 2025.03.02 04:55:54.859933 [ 3 ] {e519666e-8697-4695-bbe7-68d9b52c3289} <Debug> TCPHandler: Processed in 0.017570678 sec. | ||
| 437 | 2025.03.02 04:55:54.860079 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.03.02 04:55:54.860336 [ 3 ] {41b8fd12-b273-497b-8cdf-e93a805d4246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 439 | 2025.03.02 04:55:54.860409 [ 3 ] {41b8fd12-b273-497b-8cdf-e93a805d4246} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 440 | 2025.03.02 04:55:54.863386 [ 3 ] {41b8fd12-b273-497b-8cdf-e93a805d4246} <Debug> oximeter.measurements_histogrami64 (885b68a9-e137-4ad2-9189-79d4ed639571): Loading data parts | ||
| 441 | 2025.03.02 04:55:54.863571 [ 3 ] {41b8fd12-b273-497b-8cdf-e93a805d4246} <Debug> oximeter.measurements_histogrami64 (885b68a9-e137-4ad2-9189-79d4ed639571): There are no data parts | ||
| 442 | 2025.03.02 04:55:54.868017 [ 3 ] {41b8fd12-b273-497b-8cdf-e93a805d4246} <Debug> TCPHandler: Processed in 0.007988424 sec. | ||
| 443 | 2025.03.02 04:55:54.868150 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2025.03.02 04:55:54.868429 [ 3 ] {79496c71-c012-40da-a2e9-ec83914f5d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 445 | 2025.03.02 04:55:54.868502 [ 3 ] {79496c71-c012-40da-a2e9-ec83914f5d42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 446 | 2025.03.02 04:55:54.877760 [ 3 ] {79496c71-c012-40da-a2e9-ec83914f5d42} <Debug> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Loading data parts | ||
| 447 | 2025.03.02 04:55:54.878030 [ 3 ] {79496c71-c012-40da-a2e9-ec83914f5d42} <Debug> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): There are no data parts | ||
| 448 | 2025.03.02 04:55:54.881090 [ 3 ] {79496c71-c012-40da-a2e9-ec83914f5d42} <Debug> TCPHandler: Processed in 0.012989339 sec. | ||
| 449 | 2025.03.02 04:55:54.881296 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 450 | 2025.03.02 04:55:54.881617 [ 3 ] {64e9f54a-4ff1-447d-a8ad-55ff21263b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 451 | 2025.03.02 04:55:54.881704 [ 3 ] {64e9f54a-4ff1-447d-a8ad-55ff21263b7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 452 | 2025.03.02 04:55:54.888892 [ 3 ] {64e9f54a-4ff1-447d-a8ad-55ff21263b7e} <Debug> oximeter.measurements_histogramf32 (67f6e4d5-35af-4b6e-939b-974dc7bfdb97): Loading data parts | ||
| 453 | 2025.03.02 04:55:54.889064 [ 3 ] {64e9f54a-4ff1-447d-a8ad-55ff21263b7e} <Debug> oximeter.measurements_histogramf32 (67f6e4d5-35af-4b6e-939b-974dc7bfdb97): There are no data parts | ||
| 454 | 2025.03.02 04:55:54.895508 [ 3 ] {64e9f54a-4ff1-447d-a8ad-55ff21263b7e} <Debug> TCPHandler: Processed in 0.014274016 sec. | ||
| 455 | 2025.03.02 04:55:54.895667 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 456 | 2025.03.02 04:55:54.896001 [ 3 ] {2ecdb397-73a2-4dfc-8954-3870dd0cc938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 457 | 2025.03.02 04:55:54.896075 [ 3 ] {2ecdb397-73a2-4dfc-8954-3870dd0cc938} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 458 | 2025.03.02 04:55:54.905893 [ 3 ] {2ecdb397-73a2-4dfc-8954-3870dd0cc938} <Debug> oximeter.measurements_histogramf64 (0f4deee0-433c-4d75-8efc-49e8e860136b): Loading data parts | ||
| 459 | 2025.03.02 04:55:54.906055 [ 3 ] {2ecdb397-73a2-4dfc-8954-3870dd0cc938} <Debug> oximeter.measurements_histogramf64 (0f4deee0-433c-4d75-8efc-49e8e860136b): There are no data parts | ||
| 460 | 2025.03.02 04:55:54.914989 [ 3 ] {2ecdb397-73a2-4dfc-8954-3870dd0cc938} <Debug> TCPHandler: Processed in 0.019381422 sec. | ||
| 461 | 2025.03.02 04:55:54.915179 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 462 | 2025.03.02 04:55:54.915412 [ 3 ] {419c857d-d427-464b-879f-4225618dd58b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) /* The field tables store named dimensions of each timeseries. | ||
| 463 | * | ||
| 464 | * As with the measurement tables, there is one field table for each field data | ||
| 465 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 466 | * this behavior **must not** be relied upon for query correctness. | ||
| 467 | * | ||
| 468 | * The index for the fields differs from the measurements, however. Rows are | ||
| 469 | * sorted by timeseries name, then field name, field value, and finally | ||
| 470 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 471 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 472 | * usually then used to look up measurements. | ||
| 473 | * | ||
| 474 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 475 | * timeseries name and then key, since it would improve lookups where one | ||
| 476 | * already has the key. Realistically though, these tables are quite small and | ||
| 477 | * so performance benefits will be low in absolute terms. | ||
| 478 | * | ||
| 479 | * TTL: We use a materialized column to expire old field table records. This | ||
| 480 | * column is generated automatically by the database whenever a new row is | ||
| 481 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 482 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 483 | * record will remain during a deduplication, which will have the last | ||
| 484 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 485 | * measurement tables. | ||
| 486 | */ | ||
| 487 | 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) | ||
| 488 | 2025.03.02 04:55:54.915493 [ 3 ] {419c857d-d427-464b-879f-4225618dd58b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 489 | 2025.03.02 04:55:54.918686 [ 3 ] {419c857d-d427-464b-879f-4225618dd58b} <Debug> oximeter.fields_bool (0940be2d-4d5d-4a83-afba-df3754616c3f): Loading data parts | ||
| 490 | 2025.03.02 04:55:54.918858 [ 3 ] {419c857d-d427-464b-879f-4225618dd58b} <Debug> oximeter.fields_bool (0940be2d-4d5d-4a83-afba-df3754616c3f): There are no data parts | ||
| 491 | 2025.03.02 04:55:54.923565 [ 3 ] {419c857d-d427-464b-879f-4225618dd58b} <Debug> TCPHandler: Processed in 0.0084437 sec. | ||
| 492 | 2025.03.02 04:55:54.923838 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 493 | 2025.03.02 04:55:54.924107 [ 3 ] {d0a0fd02-49b7-4cff-b9dd-64e29159d580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 494 | 2025.03.02 04:55:54.924176 [ 3 ] {d0a0fd02-49b7-4cff-b9dd-64e29159d580} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 495 | 2025.03.02 04:55:54.932955 [ 3 ] {d0a0fd02-49b7-4cff-b9dd-64e29159d580} <Debug> oximeter.fields_i8 (bc5122e2-bc0b-405b-bf15-7c5e04ce1d55): Loading data parts | ||
| 496 | 2025.03.02 04:55:54.933157 [ 3 ] {d0a0fd02-49b7-4cff-b9dd-64e29159d580} <Debug> oximeter.fields_i8 (bc5122e2-bc0b-405b-bf15-7c5e04ce1d55): There are no data parts | ||
| 497 | 2025.03.02 04:55:54.936233 [ 3 ] {d0a0fd02-49b7-4cff-b9dd-64e29159d580} <Debug> TCPHandler: Processed in 0.012491452 sec. | ||
| 498 | 2025.03.02 04:55:54.936501 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.03.02 04:55:54.936918 [ 3 ] {4db75b96-0429-4da9-9a6e-5b70f0e3e2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 500 | 2025.03.02 04:55:54.937029 [ 3 ] {4db75b96-0429-4da9-9a6e-5b70f0e3e2a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 501 | 2025.03.02 04:55:54.939453 [ 3 ] {4db75b96-0429-4da9-9a6e-5b70f0e3e2a2} <Debug> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Loading data parts | ||
| 502 | 2025.03.02 04:55:54.939593 [ 3 ] {4db75b96-0429-4da9-9a6e-5b70f0e3e2a2} <Debug> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): There are no data parts | ||
| 503 | 2025.03.02 04:55:54.944146 [ 3 ] {4db75b96-0429-4da9-9a6e-5b70f0e3e2a2} <Debug> TCPHandler: Processed in 0.00774433 sec. | ||
| 504 | 2025.03.02 04:55:54.944310 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 505 | 2025.03.02 04:55:54.944539 [ 3 ] {75324fe4-921c-48ce-9a59-7bce37cb7248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 506 | 2025.03.02 04:55:54.944608 [ 3 ] {75324fe4-921c-48ce-9a59-7bce37cb7248} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 507 | 2025.03.02 04:55:54.952602 [ 3 ] {75324fe4-921c-48ce-9a59-7bce37cb7248} <Debug> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Loading data parts | ||
| 508 | 2025.03.02 04:55:54.952817 [ 3 ] {75324fe4-921c-48ce-9a59-7bce37cb7248} <Debug> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): There are no data parts | ||
| 509 | 2025.03.02 04:55:54.955761 [ 3 ] {75324fe4-921c-48ce-9a59-7bce37cb7248} <Debug> TCPHandler: Processed in 0.01151035 sec. | ||
| 510 | 2025.03.02 04:55:54.955903 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2025.03.02 04:55:54.956107 [ 3 ] {49b021d3-e771-4a1d-9e58-fac051b6bbbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 512 | 2025.03.02 04:55:54.956163 [ 3 ] {49b021d3-e771-4a1d-9e58-fac051b6bbbd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 513 | 2025.03.02 04:55:54.958584 [ 3 ] {49b021d3-e771-4a1d-9e58-fac051b6bbbd} <Debug> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Loading data parts | ||
| 514 | 2025.03.02 04:55:54.958736 [ 3 ] {49b021d3-e771-4a1d-9e58-fac051b6bbbd} <Debug> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): There are no data parts | ||
| 515 | 2025.03.02 04:55:54.963268 [ 3 ] {49b021d3-e771-4a1d-9e58-fac051b6bbbd} <Debug> TCPHandler: Processed in 0.007421066 sec. | ||
| 516 | 2025.03.02 04:55:54.963605 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 517 | 2025.03.02 04:55:54.963983 [ 3 ] {eb7d41be-805f-4ca9-b8f7-a16de01b1b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 518 | 2025.03.02 04:55:54.964062 [ 3 ] {eb7d41be-805f-4ca9-b8f7-a16de01b1b07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 519 | 2025.03.02 04:55:54.974770 [ 3 ] {eb7d41be-805f-4ca9-b8f7-a16de01b1b07} <Debug> oximeter.fields_i32 (78d17385-c7b4-4c15-86bb-c592b31a8599): Loading data parts | ||
| 520 | 2025.03.02 04:55:54.974970 [ 3 ] {eb7d41be-805f-4ca9-b8f7-a16de01b1b07} <Debug> oximeter.fields_i32 (78d17385-c7b4-4c15-86bb-c592b31a8599): There are no data parts | ||
| 521 | 2025.03.02 04:55:54.978292 [ 3 ] {eb7d41be-805f-4ca9-b8f7-a16de01b1b07} <Debug> TCPHandler: Processed in 0.014787663 sec. | ||
| 522 | 2025.03.02 04:55:54.978439 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 523 | 2025.03.02 04:55:54.978653 [ 3 ] {acbe694f-716b-4e0e-852c-f9eb5d7f9fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 524 | 2025.03.02 04:55:54.978721 [ 3 ] {acbe694f-716b-4e0e-852c-f9eb5d7f9fa8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 525 | 2025.03.02 04:55:54.982476 [ 3 ] {acbe694f-716b-4e0e-852c-f9eb5d7f9fa8} <Debug> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Loading data parts | ||
| 526 | 2025.03.02 04:55:54.982636 [ 3 ] {acbe694f-716b-4e0e-852c-f9eb5d7f9fa8} <Debug> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): There are no data parts | ||
| 527 | 2025.03.02 04:55:54.988785 [ 3 ] {acbe694f-716b-4e0e-852c-f9eb5d7f9fa8} <Debug> TCPHandler: Processed in 0.010394695 sec. | ||
| 528 | 2025.03.02 04:55:54.989036 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 529 | 2025.03.02 04:55:54.989223 [ 3 ] {f0f6fea6-d54e-4674-80ae-44af0f842ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 530 | 2025.03.02 04:55:54.989294 [ 3 ] {f0f6fea6-d54e-4674-80ae-44af0f842ea1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 531 | 2025.03.02 04:55:54.998852 [ 3 ] {f0f6fea6-d54e-4674-80ae-44af0f842ea1} <Debug> oximeter.fields_i64 (4358c66a-b3d1-440f-9894-d80439dcb2f5): Loading data parts | ||
| 532 | 2025.03.02 04:55:54.999044 [ 3 ] {f0f6fea6-d54e-4674-80ae-44af0f842ea1} <Debug> oximeter.fields_i64 (4358c66a-b3d1-440f-9894-d80439dcb2f5): There are no data parts | ||
| 533 | 2025.03.02 04:55:55.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.55 MiB, peak 124.55 MiB, free memory in arenas 0.00 B, will set to 135.18 MiB (RSS), difference: 10.63 MiB | ||
| 534 | 2025.03.02 04:55:55.002214 [ 3 ] {f0f6fea6-d54e-4674-80ae-44af0f842ea1} <Debug> TCPHandler: Processed in 0.013254873 sec. | ||
| 535 | 2025.03.02 04:55:55.002386 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 536 | 2025.03.02 04:55:55.002617 [ 3 ] {25b36aeb-1b6f-45cd-a571-137d5f051f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 537 | 2025.03.02 04:55:55.002696 [ 3 ] {25b36aeb-1b6f-45cd-a571-137d5f051f0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 538 | 2025.03.02 04:55:55.006482 [ 3 ] {25b36aeb-1b6f-45cd-a571-137d5f051f0f} <Debug> oximeter.fields_u64 (87d53c43-e8b5-4617-9f19-c101ac835cf3): Loading data parts | ||
| 539 | 2025.03.02 04:55:55.006665 [ 3 ] {25b36aeb-1b6f-45cd-a571-137d5f051f0f} <Debug> oximeter.fields_u64 (87d53c43-e8b5-4617-9f19-c101ac835cf3): There are no data parts | ||
| 540 | 2025.03.02 04:55:55.011286 [ 3 ] {25b36aeb-1b6f-45cd-a571-137d5f051f0f} <Debug> TCPHandler: Processed in 0.009004778 sec. | ||
| 541 | 2025.03.02 04:55:55.011605 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 542 | 2025.03.02 04:55:55.012021 [ 3 ] {19c268f5-2fee-4750-9d0a-90511a5850ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 543 | 2025.03.02 04:55:55.012091 [ 3 ] {19c268f5-2fee-4750-9d0a-90511a5850ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 544 | 2025.03.02 04:55:55.022828 [ 3 ] {19c268f5-2fee-4750-9d0a-90511a5850ab} <Debug> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Loading data parts | ||
| 545 | 2025.03.02 04:55:55.023110 [ 3 ] {19c268f5-2fee-4750-9d0a-90511a5850ab} <Debug> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): There are no data parts | ||
| 546 | 2025.03.02 04:55:55.030318 [ 3 ] {19c268f5-2fee-4750-9d0a-90511a5850ab} <Debug> TCPHandler: Processed in 0.018816215 sec. | ||
| 547 | 2025.03.02 04:55:55.030477 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 548 | 2025.03.02 04:55:55.030710 [ 3 ] {f1009cc3-7a9d-4d43-a58c-7a6a89848640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 549 | 2025.03.02 04:55:55.030793 [ 3 ] {f1009cc3-7a9d-4d43-a58c-7a6a89848640} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 550 | 2025.03.02 04:55:55.039052 [ 3 ] {f1009cc3-7a9d-4d43-a58c-7a6a89848640} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Loading data parts | ||
| 551 | 2025.03.02 04:55:55.039345 [ 3 ] {f1009cc3-7a9d-4d43-a58c-7a6a89848640} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): There are no data parts | ||
| 552 | 2025.03.02 04:55:55.048590 [ 3 ] {f1009cc3-7a9d-4d43-a58c-7a6a89848640} <Debug> TCPHandler: Processed in 0.018170577 sec. | ||
| 553 | 2025.03.02 04:55:55.048861 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 554 | 2025.03.02 04:55:55.049150 [ 3 ] {24a7b251-6981-43a3-9681-d6c2060ef3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 555 | 2025.03.02 04:55:55.049221 [ 3 ] {24a7b251-6981-43a3-9681-d6c2060ef3e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 556 | 2025.03.02 04:55:55.057275 [ 3 ] {24a7b251-6981-43a3-9681-d6c2060ef3e3} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Loading data parts | ||
| 557 | 2025.03.02 04:55:55.057487 [ 3 ] {24a7b251-6981-43a3-9681-d6c2060ef3e3} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): There are no data parts | ||
| 558 | 2025.03.02 04:55:55.061823 [ 3 ] {24a7b251-6981-43a3-9681-d6c2060ef3e3} <Debug> TCPHandler: Processed in 0.01306532 sec. | ||
| 559 | 2025.03.02 04:55:55.061981 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 560 | 2025.03.02 04:55:55.062241 [ 3 ] {26892787-5e71-4c7d-ae13-75271c3dc38d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) /* The timeseries schema table stores the extracted schema for the samples | ||
| 561 | * oximeter collects. | ||
| 562 | */ | ||
| 563 | 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) | ||
| 564 | 2025.03.02 04:55:55.062326 [ 3 ] {26892787-5e71-4c7d-ae13-75271c3dc38d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 565 | 2025.03.02 04:55:55.068927 [ 3 ] {26892787-5e71-4c7d-ae13-75271c3dc38d} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Loading data parts | ||
| 566 | 2025.03.02 04:55:55.069076 [ 3 ] {26892787-5e71-4c7d-ae13-75271c3dc38d} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): There are no data parts | ||
| 567 | 2025.03.02 04:55:55.074666 [ 3 ] {26892787-5e71-4c7d-ae13-75271c3dc38d} <Debug> TCPHandler: Processed in 0.012740255 sec. | ||
| 568 | 2025.03.02 04:55:55.074882 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 569 | 2025.03.02 04:55:55.075147 [ 255 ] {921e85f8-2020-4822-bddf-404b0aea5ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 570 | 2025.03.02 04:55:55.076376 [ 255 ] {921e85f8-2020-4822-bddf-404b0aea5ba8} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 571 | 2025.03.02 04:55:55.084278 [ 259 ] {921e85f8-2020-4822-bddf-404b0aea5ba8} <Trace> oximeter.version (1b9e7deb-b53e-4753-8d36-d835befc8833): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 572 | 2025.03.02 04:55:55.084317 [ 259 ] {921e85f8-2020-4822-bddf-404b0aea5ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 573 | 2025.03.02 04:55:55.088938 [ 259 ] {921e85f8-2020-4822-bddf-404b0aea5ba8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 574 | 2025.03.02 04:55:55.089295 [ 259 ] {921e85f8-2020-4822-bddf-404b0aea5ba8} <Trace> oximeter.version (1b9e7deb-b53e-4753-8d36-d835befc8833): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 575 | 2025.03.02 04:55:55.089568 [ 255 ] {921e85f8-2020-4822-bddf-404b0aea5ba8} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014552 sec., 68.71907641561297 rows/sec., 1.07 KiB/sec. | ||
| 576 | 2025.03.02 04:55:55.089853 [ 255 ] {921e85f8-2020-4822-bddf-404b0aea5ba8} <Debug> TCPHandler: Processed in 0.015050866 sec. | ||
| 577 | 2025.03.02 04:55:56.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.70 MiB, peak 135.70 MiB, free memory in arenas 0.00 B, will set to 139.31 MiB (RSS), difference: 3.62 MiB | ||
| 578 | 2025.03.02 04:55:56.513475 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56153 | ||
| 579 | 2025.03.02 04:55:56.513631 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 580 | 2025.03.02 04:55:56.513660 [ 261 ] {} <Debug> TCP-Session: 08faf942-5a00-49c4-a3ed-4a7597b38293 Authenticating user 'default' from [fd00:1122:3344:101::c]:56153 | ||
| 581 | 2025.03.02 04:55:56.513683 [ 261 ] {} <Debug> TCP-Session: 08faf942-5a00-49c4-a3ed-4a7597b38293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.03.02 04:55:56.513726 [ 261 ] {} <Debug> TCP-Session: 08faf942-5a00-49c4-a3ed-4a7597b38293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 583 | 2025.03.02 04:55:56.513778 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 584 | 2025.03.02 04:55:56.513807 [ 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 | ||
| 585 | 2025.03.02 04:55:56.513852 [ 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 | ||
| 586 | 2025.03.02 04:55:56.517468 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54324 | ||
| 587 | 2025.03.02 04:55:56.517557 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39206 | ||
| 588 | 2025.03.02 04:55:56.517670 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 589 | 2025.03.02 04:55:56.517705 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63313 | ||
| 590 | 2025.03.02 04:55:56.517757 [ 262 ] {} <Debug> TCP-Session: 655a6a83-2096-43ab-a2cb-7b4d064a2fe1 Authenticating user 'default' from [fd00:1122:3344:101::c]:54324 | ||
| 591 | 2025.03.02 04:55:56.517868 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43641 | ||
| 592 | 2025.03.02 04:55:56.517878 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 593 | 2025.03.02 04:55:56.517933 [ 262 ] {} <Debug> TCP-Session: 655a6a83-2096-43ab-a2cb-7b4d064a2fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 594 | 2025.03.02 04:55:56.518133 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 595 | 2025.03.02 04:55:56.518132 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45362 | ||
| 596 | 2025.03.02 04:55:56.518151 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 597 | 2025.03.02 04:55:56.518195 [ 262 ] {} <Debug> TCP-Session: 655a6a83-2096-43ab-a2cb-7b4d064a2fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 598 | 2025.03.02 04:55:56.518215 [ 263 ] {} <Debug> TCP-Session: fe40a4b7-be1a-4faa-9d87-9660f0fc6b82 Authenticating user 'default' from [fd00:1122:3344:101::c]:39206 | ||
| 599 | 2025.03.02 04:55:56.518298 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33745 | ||
| 600 | 2025.03.02 04:55:56.518418 [ 264 ] {} <Debug> TCP-Session: 6af8f78a-3236-4631-b8ab-8bd0720b7365 Authenticating user 'default' from [fd00:1122:3344:101::c]:63313 | ||
| 601 | 2025.03.02 04:55:56.518477 [ 265 ] {} <Debug> TCP-Session: 50b8d00f-9db9-40f0-af7a-328870985c99 Authenticating user 'default' from [fd00:1122:3344:101::c]:43641 | ||
| 602 | 2025.03.02 04:55:56.518443 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 603 | 2025.03.02 04:55:56.518450 [ 263 ] {} <Debug> TCP-Session: fe40a4b7-be1a-4faa-9d87-9660f0fc6b82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2025.03.02 04:55:56.518604 [ 265 ] {} <Debug> TCP-Session: 50b8d00f-9db9-40f0-af7a-328870985c99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2025.03.02 04:55:56.518607 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 606 | 2025.03.02 04:55:56.518657 [ 263 ] {} <Debug> TCP-Session: fe40a4b7-be1a-4faa-9d87-9660f0fc6b82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2025.03.02 04:55:56.518685 [ 265 ] {} <Debug> TCP-Session: 50b8d00f-9db9-40f0-af7a-328870985c99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.03.02 04:55:56.518688 [ 266 ] {} <Debug> TCP-Session: 19788b82-20cd-45ee-9234-4a1dd3a10b81 Authenticating user 'default' from [fd00:1122:3344:101::c]:45362 | ||
| 609 | 2025.03.02 04:55:56.518717 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57454 | ||
| 610 | 2025.03.02 04:55:56.518751 [ 267 ] {} <Debug> TCP-Session: 9db2ccc6-2298-4d07-96d6-6ad6e35e77cc Authenticating user 'default' from [fd00:1122:3344:101::c]:33745 | ||
| 611 | 2025.03.02 04:55:56.518805 [ 266 ] {} <Debug> TCP-Session: 19788b82-20cd-45ee-9234-4a1dd3a10b81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2025.03.02 04:55:56.518874 [ 264 ] {} <Debug> TCP-Session: 6af8f78a-3236-4631-b8ab-8bd0720b7365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2025.03.02 04:55:56.518896 [ 266 ] {} <Debug> TCP-Session: 19788b82-20cd-45ee-9234-4a1dd3a10b81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 614 | 2025.03.02 04:55:56.518956 [ 267 ] {} <Debug> TCP-Session: 9db2ccc6-2298-4d07-96d6-6ad6e35e77cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2025.03.02 04:55:56.519039 [ 264 ] {} <Debug> TCP-Session: 6af8f78a-3236-4631-b8ab-8bd0720b7365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2025.03.02 04:55:56.519090 [ 267 ] {} <Debug> TCP-Session: 9db2ccc6-2298-4d07-96d6-6ad6e35e77cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2025.03.02 04:55:56.519341 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 618 | 2025.03.02 04:55:56.519378 [ 268 ] {} <Debug> TCP-Session: fa42572e-da22-48b6-bf0e-96ab9965e00c Authenticating user 'default' from [fd00:1122:3344:101::c]:57454 | ||
| 619 | 2025.03.02 04:55:56.519395 [ 268 ] {} <Debug> TCP-Session: fa42572e-da22-48b6-bf0e-96ab9965e00c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.03.02 04:55:56.519437 [ 268 ] {} <Debug> TCP-Session: fa42572e-da22-48b6-bf0e-96ab9965e00c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2025.03.02 04:55:56.709533 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46898 | ||
| 622 | 2025.03.02 04:55:56.709695 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 623 | 2025.03.02 04:55:56.709766 [ 269 ] {} <Debug> TCP-Session: b624926d-f465-4a9e-a1bd-acb412b02a88 Authenticating user 'default' from [fd00:1122:3344:101::b]:46898 | ||
| 624 | 2025.03.02 04:55:56.709791 [ 269 ] {} <Debug> TCP-Session: b624926d-f465-4a9e-a1bd-acb412b02a88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.03.02 04:55:56.709809 [ 269 ] {} <Debug> TCP-Session: b624926d-f465-4a9e-a1bd-acb412b02a88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 626 | 2025.03.02 04:55:56.709908 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 627 | 2025.03.02 04:55:56.709936 [ 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 | ||
| 628 | 2025.03.02 04:55:56.709982 [ 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 | ||
| 629 | 2025.03.02 04:55:56.716345 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61770 | ||
| 630 | 2025.03.02 04:55:56.716589 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 631 | 2025.03.02 04:55:56.716619 [ 270 ] {} <Debug> TCP-Session: 8c1b5772-b1ed-4ed2-b87a-86dacc132774 Authenticating user 'default' from [fd00:1122:3344:101::a]:61770 | ||
| 632 | 2025.03.02 04:55:56.716642 [ 270 ] {} <Debug> TCP-Session: 8c1b5772-b1ed-4ed2-b87a-86dacc132774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 633 | 2025.03.02 04:55:56.716681 [ 270 ] {} <Debug> TCP-Session: 8c1b5772-b1ed-4ed2-b87a-86dacc132774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 634 | 2025.03.02 04:55:56.716754 [ 270 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 635 | 2025.03.02 04:55:56.716781 [ 270 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 636 | 2025.03.02 04:55:56.716838 [ 270 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 637 | 2025.03.02 04:55:56.721317 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33831 | ||
| 638 | 2025.03.02 04:55:56.721602 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48527 | ||
| 639 | 2025.03.02 04:55:56.721624 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 640 | 2025.03.02 04:55:56.721624 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61507 | ||
| 641 | 2025.03.02 04:55:56.721826 [ 271 ] {} <Debug> TCP-Session: 0d0375b6-0c47-4331-99bd-da352b47df28 Authenticating user 'default' from [fd00:1122:3344:101::a]:33831 | ||
| 642 | 2025.03.02 04:55:56.721830 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33544 | ||
| 643 | 2025.03.02 04:55:56.721861 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 644 | 2025.03.02 04:55:56.722007 [ 271 ] {} <Debug> TCP-Session: 0d0375b6-0c47-4331-99bd-da352b47df28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.03.02 04:55:56.722142 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38970 | ||
| 646 | 2025.03.02 04:55:56.722200 [ 271 ] {} <Debug> TCP-Session: 0d0375b6-0c47-4331-99bd-da352b47df28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.03.02 04:55:56.722203 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 648 | 2025.03.02 04:55:56.722334 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40105 | ||
| 649 | 2025.03.02 04:55:56.722378 [ 273 ] {} <Debug> TCP-Session: 9c9ad7b5-d3d9-4eb4-bd6a-aa319db131bf Authenticating user 'default' from [fd00:1122:3344:101::a]:48527 | ||
| 650 | 2025.03.02 04:55:56.722388 [ 274 ] {} <Debug> TCP-Session: b4cb961d-b999-4745-be9a-bec74fab1d52 Authenticating user 'default' from [fd00:1122:3344:101::a]:33544 | ||
| 651 | 2025.03.02 04:55:56.722240 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2025.03.02 04:55:56.722459 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45257 | ||
| 653 | 2025.03.02 04:55:56.722767 [ 274 ] {} <Debug> TCP-Session: b4cb961d-b999-4745-be9a-bec74fab1d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2025.03.02 04:55:56.722774 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 655 | 2025.03.02 04:55:56.722864 [ 273 ] {} <Debug> TCP-Session: 9c9ad7b5-d3d9-4eb4-bd6a-aa319db131bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.03.02 04:55:56.722929 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44201 | ||
| 657 | 2025.03.02 04:55:56.723070 [ 274 ] {} <Debug> TCP-Session: b4cb961d-b999-4745-be9a-bec74fab1d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.03.02 04:55:56.723106 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50333 | ||
| 659 | 2025.03.02 04:55:56.723130 [ 275 ] {} <Debug> TCP-Session: 3e339531-fcf8-46b1-beab-272cd568713f Authenticating user 'default' from [fd00:1122:3344:101::a]:38970 | ||
| 660 | 2025.03.02 04:55:56.723129 [ 272 ] {} <Debug> TCP-Session: 6a84870a-6247-4b4a-b9e4-3fc3d28f2db9 Authenticating user 'default' from [fd00:1122:3344:101::a]:61507 | ||
| 661 | 2025.03.02 04:55:56.723132 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 662 | 2025.03.02 04:55:56.723076 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 663 | 2025.03.02 04:55:56.723534 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 664 | 2025.03.02 04:55:56.723552 [ 275 ] {} <Debug> TCP-Session: 3e339531-fcf8-46b1-beab-272cd568713f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2025.03.02 04:55:56.723608 [ 272 ] {} <Debug> TCP-Session: 6a84870a-6247-4b4a-b9e4-3fc3d28f2db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2025.03.02 04:55:56.723585 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34033 | ||
| 667 | 2025.03.02 04:55:56.723646 [ 278 ] {} <Debug> TCP-Session: ebffd8c4-fd89-4efe-a73c-b520fb3b9399 Authenticating user 'default' from [fd00:1122:3344:101::b]:44201 | ||
| 668 | 2025.03.02 04:55:56.723701 [ 277 ] {} <Debug> TCP-Session: 55841d97-584a-4cfd-a1f8-e6cf3ae25d30 Authenticating user 'default' from [fd00:1122:3344:101::a]:45257 | ||
| 669 | 2025.03.02 04:55:56.723744 [ 275 ] {} <Debug> TCP-Session: 3e339531-fcf8-46b1-beab-272cd568713f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2025.03.02 04:55:56.723749 [ 276 ] {} <Debug> TCP-Session: 60426f2b-c9f0-4926-adfb-b97f29ce89bd Authenticating user 'default' from [fd00:1122:3344:101::a]:40105 | ||
| 671 | 2025.03.02 04:55:56.724046 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37905 | ||
| 672 | 2025.03.02 04:55:56.724152 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 673 | 2025.03.02 04:55:56.724152 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.03.02 04:55:56.724194 [ 276 ] {} <Debug> TCP-Session: 60426f2b-c9f0-4926-adfb-b97f29ce89bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 675 | 2025.03.02 04:55:56.723812 [ 278 ] {} <Debug> TCP-Session: ebffd8c4-fd89-4efe-a73c-b520fb3b9399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 676 | 2025.03.02 04:55:56.724281 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38888 | ||
| 677 | 2025.03.02 04:55:56.724237 [ 273 ] {} <Debug> TCP-Session: 9c9ad7b5-d3d9-4eb4-bd6a-aa319db131bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 678 | 2025.03.02 04:55:56.724336 [ 279 ] {} <Debug> TCP-Session: 06fd34e1-a9a5-47a4-b6a5-64783849d6f7 Authenticating user 'default' from [fd00:1122:3344:101::b]:50333 | ||
| 679 | 2025.03.02 04:55:56.724128 [ 277 ] {} <Debug> TCP-Session: 55841d97-584a-4cfd-a1f8-e6cf3ae25d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 680 | 2025.03.02 04:55:56.724373 [ 278 ] {} <Debug> TCP-Session: ebffd8c4-fd89-4efe-a73c-b520fb3b9399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2025.03.02 04:55:56.724620 [ 279 ] {} <Debug> TCP-Session: 06fd34e1-a9a5-47a4-b6a5-64783849d6f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2025.03.02 04:55:56.724619 [ 280 ] {} <Debug> TCP-Session: 8645d97b-7b2a-474d-a13c-f7912af873d4 Authenticating user 'default' from [fd00:1122:3344:101::b]:34033 | ||
| 683 | 2025.03.02 04:55:56.724519 [ 272 ] {} <Debug> TCP-Session: 6a84870a-6247-4b4a-b9e4-3fc3d28f2db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2025.03.02 04:55:56.724806 [ 276 ] {} <Debug> TCP-Session: 60426f2b-c9f0-4926-adfb-b97f29ce89bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.03.02 04:55:56.724839 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2025.03.02 04:55:56.724846 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2025.03.02 04:55:56.724860 [ 279 ] {} <Debug> TCP-Session: 06fd34e1-a9a5-47a4-b6a5-64783849d6f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2025.03.02 04:55:56.724914 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58118 | ||
| 689 | 2025.03.02 04:55:56.724968 [ 282 ] {} <Debug> TCP-Session: 1942a62e-ade0-4be8-82aa-2ad511ffa3e7 Authenticating user 'default' from [fd00:1122:3344:101::b]:38888 | ||
| 690 | 2025.03.02 04:55:56.724978 [ 280 ] {} <Debug> TCP-Session: 8645d97b-7b2a-474d-a13c-f7912af873d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.03.02 04:55:56.725029 [ 277 ] {} <Debug> TCP-Session: 55841d97-584a-4cfd-a1f8-e6cf3ae25d30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.03.02 04:55:56.725026 [ 281 ] {} <Debug> TCP-Session: 34ecdcd7-2730-40c8-951d-6b6dc2595e8e Authenticating user 'default' from [fd00:1122:3344:101::b]:37905 | ||
| 693 | 2025.03.02 04:55:56.725193 [ 282 ] {} <Debug> TCP-Session: 1942a62e-ade0-4be8-82aa-2ad511ffa3e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.03.02 04:55:56.725402 [ 281 ] {} <Debug> TCP-Session: 34ecdcd7-2730-40c8-951d-6b6dc2595e8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.03.02 04:55:56.725397 [ 280 ] {} <Debug> TCP-Session: 8645d97b-7b2a-474d-a13c-f7912af873d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.03.02 04:55:56.725433 [ 282 ] {} <Debug> TCP-Session: 1942a62e-ade0-4be8-82aa-2ad511ffa3e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.03.02 04:55:56.725462 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51741 | ||
| 698 | 2025.03.02 04:55:56.725516 [ 281 ] {} <Debug> TCP-Session: 34ecdcd7-2730-40c8-951d-6b6dc2595e8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.03.02 04:55:56.725839 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 700 | 2025.03.02 04:55:56.725905 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 701 | 2025.03.02 04:55:56.725942 [ 284 ] {} <Debug> TCP-Session: 34bca795-6098-4672-86b0-977732ca1619 Authenticating user 'default' from [fd00:1122:3344:101::b]:51741 | ||
| 702 | 2025.03.02 04:55:56.726055 [ 283 ] {} <Debug> TCP-Session: 02a166cb-5a40-4dc6-ab23-f4f3ead38979 Authenticating user 'default' from [fd00:1122:3344:101::b]:58118 | ||
| 703 | 2025.03.02 04:55:56.726066 [ 284 ] {} <Debug> TCP-Session: 34bca795-6098-4672-86b0-977732ca1619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.03.02 04:55:56.726084 [ 283 ] {} <Debug> TCP-Session: 02a166cb-5a40-4dc6-ab23-f4f3ead38979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.03.02 04:55:56.726163 [ 284 ] {} <Debug> TCP-Session: 34bca795-6098-4672-86b0-977732ca1619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.03.02 04:55:56.726173 [ 283 ] {} <Debug> TCP-Session: 02a166cb-5a40-4dc6-ab23-f4f3ead38979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.03.02 04:55:57.000239 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 139.45 MiB, peak 139.45 MiB, free memory in arenas 0.00 B, will set to 140.81 MiB (RSS), difference: 1.36 MiB | ||
| 708 | 2025.03.02 04:56:00.839992 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 709 | 2025.03.02 04:56:00.840052 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 710 | 2025.03.02 04:56:00.840107 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 711 | 2025.03.02 04:56:00.840347 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 712 | 2025.03.02 04:56:00.850500 [ 243 ] {} <Debug> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Loading data parts | ||
| 713 | 2025.03.02 04:56:00.851108 [ 243 ] {} <Debug> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): There are no data parts | ||
| 714 | 2025.03.02 04:56:00.863790 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 715 | 2025.03.02 04:56:00.863862 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 716 | 2025.03.02 04:56:00.867868 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2025.03.02 04:56:00.869164 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 718 | 2025.03.02 04:56:00.870020 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 719 | 2025.03.02 04:56:00.874224 [ 244 ] {} <Debug> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Loading data parts | ||
| 720 | 2025.03.02 04:56:00.874716 [ 244 ] {} <Debug> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): There are no data parts | ||
| 721 | 2025.03.02 04:56:00.906869 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 722 | 2025.03.02 04:56:00.906932 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 723 | 2025.03.02 04:56:00.914341 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 724 | 2025.03.02 04:56:00.915360 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 725 | 2025.03.02 04:56:00.918935 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 726 | 2025.03.02 04:56:01.000387 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.79 MiB, peak 149.79 MiB, free memory in arenas 0.00 B, will set to 150.58 MiB (RSS), difference: 4.80 MiB | ||
| 727 | 2025.03.02 04:56:03.339920 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 728 | 2025.03.02 04:56:03.340024 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 729 | 2025.03.02 04:56:03.346706 [ 242 ] {} <Debug> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Loading data parts | ||
| 730 | 2025.03.02 04:56:03.346939 [ 242 ] {} <Debug> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): There are no data parts | ||
| 731 | 2025.03.02 04:56:03.356864 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 732 | 2025.03.02 04:56:03.356907 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 733 | 2025.03.02 04:56:03.358552 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 734 | 2025.03.02 04:56:03.358845 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 735 | 2025.03.02 04:56:03.359433 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 736 | 2025.03.02 04:56:04.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.77 MiB, peak 154.77 MiB, free memory in arenas 0.00 B, will set to 151.05 MiB (RSS), difference: -3.72 MiB | ||
| 737 | 2025.03.02 04:56:08.291579 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 738 | 2025.03.02 04:56:08.291740 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 739 | 2025.03.02 04:56:08.370170 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 740 | 2025.03.02 04:56:08.371047 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 741 | 2025.03.02 04:56:08.371087 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 742 | 2025.03.02 04:56:08.371908 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 743 | 2025.03.02 04:56:08.372457 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 744 | 2025.03.02 04:56:08.372670 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 745 | 2025.03.02 04:56:08.419056 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 746 | 2025.03.02 04:56:08.440816 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 747 | 2025.03.02 04:56:08.440872 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 748 | 2025.03.02 04:56:08.447537 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 749 | 2025.03.02 04:56:08.448776 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 750 | 2025.03.02 04:56:08.451147 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 751 | 2025.03.02 04:56:09.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.73 MiB, peak 155.73 MiB, free memory in arenas 0.00 B, will set to 153.99 MiB (RSS), difference: 2.26 MiB | ||
| 752 | 2025.03.02 04:56:14.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.01 MiB, peak 155.73 MiB, free memory in arenas 0.00 B, will set to 154.03 MiB (RSS), difference: 4.02 MiB | ||
| 753 | 2025.03.02 04:56:15.098082 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 754 | 2025.03.02 04:56:15.098278 [ 3 ] {cd5051cd-518e-4c13-97b5-28246913855c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 755 | 2025.03.02 04:56:15.098713 [ 3 ] {cd5051cd-518e-4c13-97b5-28246913855c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 756 | 2025.03.02 04:56:15.100839 [ 3 ] {cd5051cd-518e-4c13-97b5-28246913855c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 757 | 2025.03.02 04:56:15.105393 [ 3 ] {cd5051cd-518e-4c13-97b5-28246913855c} <Debug> TCPHandler: Processed in 0.007438468 sec. | ||
| 758 | 2025.03.02 04:56:15.107758 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 759 | 2025.03.02 04:56:15.107929 [ 3 ] {5cfa6d09-d061-4ae3-9332-13b183e772c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 760 | 2025.03.02 04:56:15.109581 [ 3 ] {5cfa6d09-d061-4ae3-9332-13b183e772c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 761 | 2025.03.02 04:56:15.109638 [ 3 ] {5cfa6d09-d061-4ae3-9332-13b183e772c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 762 | 2025.03.02 04:56:15.110226 [ 3 ] {5cfa6d09-d061-4ae3-9332-13b183e772c3} <Debug> TCPHandler: Processed in 0.002524832 sec. | ||
| 763 | 2025.03.02 04:56:15.110482 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 764 | 2025.03.02 04:56:15.110622 [ 3 ] {b3cc6320-efda-414e-8232-c9adc72992f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 765 | 2025.03.02 04:56:15.110971 [ 3 ] {b3cc6320-efda-414e-8232-c9adc72992f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 766 | 2025.03.02 04:56:15.111022 [ 3 ] {b3cc6320-efda-414e-8232-c9adc72992f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 767 | 2025.03.02 04:56:15.111523 [ 3 ] {b3cc6320-efda-414e-8232-c9adc72992f3} <Debug> TCPHandler: Processed in 0.001091594 sec. | ||
| 768 | 2025.03.02 04:56:15.111745 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 769 | 2025.03.02 04:56:15.111885 [ 3 ] {f8d8edc0-7192-4d25-9064-9665b6d8007d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 770 | 2025.03.02 04:56:15.112193 [ 3 ] {f8d8edc0-7192-4d25-9064-9665b6d8007d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 771 | 2025.03.02 04:56:15.112247 [ 3 ] {f8d8edc0-7192-4d25-9064-9665b6d8007d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 772 | 2025.03.02 04:56:15.112748 [ 3 ] {f8d8edc0-7192-4d25-9064-9665b6d8007d} <Debug> TCPHandler: Processed in 0.001052373 sec. | ||
| 773 | 2025.03.02 04:56:15.112973 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 774 | 2025.03.02 04:56:15.113108 [ 3 ] {f6c2101a-3af7-48f5-8527-898dead34860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 775 | 2025.03.02 04:56:15.113418 [ 3 ] {f6c2101a-3af7-48f5-8527-898dead34860} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 776 | 2025.03.02 04:56:15.113470 [ 3 ] {f6c2101a-3af7-48f5-8527-898dead34860} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 777 | 2025.03.02 04:56:15.113952 [ 3 ] {f6c2101a-3af7-48f5-8527-898dead34860} <Debug> TCPHandler: Processed in 0.001028384 sec. | ||
| 778 | 2025.03.02 04:56:15.114176 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2025.03.02 04:56:15.114311 [ 3 ] {5b77d7af-d00a-46be-933c-90105f33e73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 780 | 2025.03.02 04:56:15.114622 [ 3 ] {5b77d7af-d00a-46be-933c-90105f33e73c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 781 | 2025.03.02 04:56:15.114674 [ 3 ] {5b77d7af-d00a-46be-933c-90105f33e73c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 782 | 2025.03.02 04:56:15.115151 [ 3 ] {5b77d7af-d00a-46be-933c-90105f33e73c} <Debug> TCPHandler: Processed in 0.001026453 sec. | ||
| 783 | 2025.03.02 04:56:15.115370 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 784 | 2025.03.02 04:56:15.115507 [ 3 ] {2547e90b-7163-45be-aec0-f65213e7dfea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 785 | 2025.03.02 04:56:15.115828 [ 3 ] {2547e90b-7163-45be-aec0-f65213e7dfea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 786 | 2025.03.02 04:56:15.115879 [ 3 ] {2547e90b-7163-45be-aec0-f65213e7dfea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 787 | 2025.03.02 04:56:15.116352 [ 3 ] {2547e90b-7163-45be-aec0-f65213e7dfea} <Debug> TCPHandler: Processed in 0.001033503 sec. | ||
| 788 | 2025.03.02 04:56:15.116564 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 789 | 2025.03.02 04:56:15.116702 [ 3 ] {08ecca40-c318-4e98-8f86-464094e962ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 790 | 2025.03.02 04:56:15.117021 [ 3 ] {08ecca40-c318-4e98-8f86-464094e962ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 791 | 2025.03.02 04:56:15.117073 [ 3 ] {08ecca40-c318-4e98-8f86-464094e962ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 792 | 2025.03.02 04:56:15.117589 [ 3 ] {08ecca40-c318-4e98-8f86-464094e962ec} <Debug> TCPHandler: Processed in 0.001075784 sec. | ||
| 793 | 2025.03.02 04:56:15.117793 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 794 | 2025.03.02 04:56:15.117930 [ 3 ] {65af3c0a-56f1-4eec-bbb8-20a854578a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 795 | 2025.03.02 04:56:15.118254 [ 3 ] {65af3c0a-56f1-4eec-bbb8-20a854578a08} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 796 | 2025.03.02 04:56:15.118305 [ 3 ] {65af3c0a-56f1-4eec-bbb8-20a854578a08} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 797 | 2025.03.02 04:56:15.118798 [ 3 ] {65af3c0a-56f1-4eec-bbb8-20a854578a08} <Debug> TCPHandler: Processed in 0.001055484 sec. | ||
| 798 | 2025.03.02 04:56:15.119013 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.03.02 04:56:15.119155 [ 3 ] {175c34d1-8a5e-4889-8818-62717ddf5562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 800 | 2025.03.02 04:56:15.119481 [ 3 ] {175c34d1-8a5e-4889-8818-62717ddf5562} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.03.02 04:56:15.119532 [ 3 ] {175c34d1-8a5e-4889-8818-62717ddf5562} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.03.02 04:56:15.120016 [ 3 ] {175c34d1-8a5e-4889-8818-62717ddf5562} <Debug> TCPHandler: Processed in 0.001052524 sec. | ||
| 803 | 2025.03.02 04:56:15.120248 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.03.02 04:56:15.120388 [ 3 ] {416906a7-810a-4118-bae3-a6789c86bfb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 805 | 2025.03.02 04:56:15.120721 [ 3 ] {416906a7-810a-4118-bae3-a6789c86bfb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.03.02 04:56:15.120773 [ 3 ] {416906a7-810a-4118-bae3-a6789c86bfb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.03.02 04:56:15.121253 [ 3 ] {416906a7-810a-4118-bae3-a6789c86bfb7} <Debug> TCPHandler: Processed in 0.001055104 sec. | ||
| 808 | 2025.03.02 04:56:15.121507 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.03.02 04:56:15.121649 [ 3 ] {7cbb680c-572b-44b6-80b2-9fa1711c900e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 810 | 2025.03.02 04:56:15.121982 [ 3 ] {7cbb680c-572b-44b6-80b2-9fa1711c900e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.03.02 04:56:15.122034 [ 3 ] {7cbb680c-572b-44b6-80b2-9fa1711c900e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.03.02 04:56:15.122516 [ 3 ] {7cbb680c-572b-44b6-80b2-9fa1711c900e} <Debug> TCPHandler: Processed in 0.001058974 sec. | ||
| 813 | 2025.03.02 04:56:15.122760 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.03.02 04:56:15.122907 [ 3 ] {0cd0334d-2cae-4f92-8306-0684c7558372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 815 | 2025.03.02 04:56:15.123243 [ 3 ] {0cd0334d-2cae-4f92-8306-0684c7558372} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.03.02 04:56:15.123295 [ 3 ] {0cd0334d-2cae-4f92-8306-0684c7558372} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.03.02 04:56:15.123789 [ 3 ] {0cd0334d-2cae-4f92-8306-0684c7558372} <Debug> TCPHandler: Processed in 0.001085004 sec. | ||
| 818 | 2025.03.02 04:56:15.124001 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.03.02 04:56:15.124142 [ 3 ] {1aebfb86-2922-492c-a082-a0c880b7a113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 820 | 2025.03.02 04:56:15.124481 [ 3 ] {1aebfb86-2922-492c-a082-a0c880b7a113} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.03.02 04:56:15.124533 [ 3 ] {1aebfb86-2922-492c-a082-a0c880b7a113} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.03.02 04:56:15.125015 [ 3 ] {1aebfb86-2922-492c-a082-a0c880b7a113} <Debug> TCPHandler: Processed in 0.001064834 sec. | ||
| 823 | 2025.03.02 04:56:15.125235 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.03.02 04:56:15.125379 [ 3 ] {cd890e6e-38fe-418a-b6f9-ea3893ee3955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 825 | 2025.03.02 04:56:15.125723 [ 3 ] {cd890e6e-38fe-418a-b6f9-ea3893ee3955} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.03.02 04:56:15.125780 [ 3 ] {cd890e6e-38fe-418a-b6f9-ea3893ee3955} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.03.02 04:56:15.126272 [ 3 ] {cd890e6e-38fe-418a-b6f9-ea3893ee3955} <Debug> TCPHandler: Processed in 0.001086864 sec. | ||
| 828 | 2025.03.02 04:56:15.126480 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.03.02 04:56:15.126626 [ 3 ] {f48d737d-a11e-4843-b0d2-3ee92c943a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 830 | 2025.03.02 04:56:15.126984 [ 3 ] {f48d737d-a11e-4843-b0d2-3ee92c943a17} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.03.02 04:56:15.127036 [ 3 ] {f48d737d-a11e-4843-b0d2-3ee92c943a17} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.03.02 04:56:15.127518 [ 3 ] {f48d737d-a11e-4843-b0d2-3ee92c943a17} <Debug> TCPHandler: Processed in 0.001086814 sec. | ||
| 833 | 2025.03.02 04:56:15.127748 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.03.02 04:56:15.127893 [ 3 ] {4a72e567-e198-4076-9ad3-52a73c8975bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 835 | 2025.03.02 04:56:15.128258 [ 3 ] {4a72e567-e198-4076-9ad3-52a73c8975bc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.03.02 04:56:15.128311 [ 3 ] {4a72e567-e198-4076-9ad3-52a73c8975bc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2025.03.02 04:56:15.128800 [ 3 ] {4a72e567-e198-4076-9ad3-52a73c8975bc} <Debug> TCPHandler: Processed in 0.001106074 sec. | ||
| 838 | 2025.03.02 04:56:15.129016 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.03.02 04:56:15.129163 [ 3 ] {e48fba2b-921c-4632-a4d2-ef2523d2d802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 840 | 2025.03.02 04:56:15.129517 [ 3 ] {e48fba2b-921c-4632-a4d2-ef2523d2d802} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2025.03.02 04:56:15.129570 [ 3 ] {e48fba2b-921c-4632-a4d2-ef2523d2d802} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2025.03.02 04:56:15.130087 [ 3 ] {e48fba2b-921c-4632-a4d2-ef2523d2d802} <Debug> TCPHandler: Processed in 0.001120014 sec. | ||
| 843 | 2025.03.02 04:56:15.133137 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.03.02 04:56:15.133277 [ 3 ] {46609639-9009-447d-b4bf-8807cfd43a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 845 | 2025.03.02 04:56:15.133333 [ 3 ] {46609639-9009-447d-b4bf-8807cfd43a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2025.03.02 04:56:15.134082 [ 3 ] {46609639-9009-447d-b4bf-8807cfd43a33} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 847 | 2025.03.02 04:56:15.134128 [ 3 ] {46609639-9009-447d-b4bf-8807cfd43a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 848 | 2025.03.02 04:56:15.134694 [ 3 ] {46609639-9009-447d-b4bf-8807cfd43a33} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 849 | 2025.03.02 04:56:15.134917 [ 3 ] {46609639-9009-447d-b4bf-8807cfd43a33} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 850 | 2025.03.02 04:56:15.135155 [ 3 ] {46609639-9009-447d-b4bf-8807cfd43a33} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001914 sec., 9404.388714733543 rows/sec., 1.28 MiB/sec. | ||
| 851 | 2025.03.02 04:56:15.135317 [ 3 ] {46609639-9009-447d-b4bf-8807cfd43a33} <Debug> TCPHandler: Processed in 0.002238969 sec. | ||
| 852 | 2025.03.02 04:56:15.135459 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 853 | 2025.03.02 04:56:15.135567 [ 3 ] {3def8069-e807-43fc-8906-1f13cc7d734f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 854 | 2025.03.02 04:56:15.135612 [ 3 ] {3def8069-e807-43fc-8906-1f13cc7d734f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 855 | 2025.03.02 04:56:15.139375 [ 3 ] {3def8069-e807-43fc-8906-1f13cc7d734f} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 856 | 2025.03.02 04:56:15.139412 [ 3 ] {3def8069-e807-43fc-8906-1f13cc7d734f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 857 | 2025.03.02 04:56:15.141761 [ 3 ] {3def8069-e807-43fc-8906-1f13cc7d734f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 858 | 2025.03.02 04:56:15.141998 [ 3 ] {3def8069-e807-43fc-8906-1f13cc7d734f} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 859 | 2025.03.02 04:56:15.142193 [ 3 ] {3def8069-e807-43fc-8906-1f13cc7d734f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.006649 sec., 8422.3191457362 rows/sec., 658.43 KiB/sec. | ||
| 860 | 2025.03.02 04:56:15.142245 [ 3 ] {3def8069-e807-43fc-8906-1f13cc7d734f} <Debug> TCPHandler: Processed in 0.00683742 sec. | ||
| 861 | 2025.03.02 04:56:15.142366 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 862 | 2025.03.02 04:56:15.142472 [ 3 ] {8f9d3015-669f-4f6c-bd8b-2715e7c36839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 863 | 2025.03.02 04:56:15.142519 [ 3 ] {8f9d3015-669f-4f6c-bd8b-2715e7c36839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 864 | 2025.03.02 04:56:15.143054 [ 3 ] {8f9d3015-669f-4f6c-bd8b-2715e7c36839} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 865 | 2025.03.02 04:56:15.143093 [ 3 ] {8f9d3015-669f-4f6c-bd8b-2715e7c36839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 866 | 2025.03.02 04:56:15.143438 [ 3 ] {8f9d3015-669f-4f6c-bd8b-2715e7c36839} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 867 | 2025.03.02 04:56:15.143672 [ 3 ] {8f9d3015-669f-4f6c-bd8b-2715e7c36839} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 868 | 2025.03.02 04:56:15.143903 [ 3 ] {8f9d3015-669f-4f6c-bd8b-2715e7c36839} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001452 sec., 44077.134986225894 rows/sec., 3.44 MiB/sec. | ||
| 869 | 2025.03.02 04:56:15.143954 [ 3 ] {8f9d3015-669f-4f6c-bd8b-2715e7c36839} <Debug> TCPHandler: Processed in 0.001640302 sec. | ||
| 870 | 2025.03.02 04:56:15.144070 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 871 | 2025.03.02 04:56:15.144174 [ 3 ] {0ae01bc4-243b-4b91-a207-3db9df89dd02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 872 | 2025.03.02 04:56:15.144221 [ 3 ] {0ae01bc4-243b-4b91-a207-3db9df89dd02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 873 | 2025.03.02 04:56:15.146668 [ 3 ] {0ae01bc4-243b-4b91-a207-3db9df89dd02} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 874 | 2025.03.02 04:56:15.146705 [ 3 ] {0ae01bc4-243b-4b91-a207-3db9df89dd02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 875 | 2025.03.02 04:56:15.147146 [ 3 ] {0ae01bc4-243b-4b91-a207-3db9df89dd02} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 876 | 2025.03.02 04:56:15.147389 [ 3 ] {0ae01bc4-243b-4b91-a207-3db9df89dd02} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 877 | 2025.03.02 04:56:15.147625 [ 3 ] {0ae01bc4-243b-4b91-a207-3db9df89dd02} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00347 sec., 18443.804034582132 rows/sec., 1.28 MiB/sec. | ||
| 878 | 2025.03.02 04:56:15.147677 [ 3 ] {0ae01bc4-243b-4b91-a207-3db9df89dd02} <Debug> TCPHandler: Processed in 0.003658387 sec. | ||
| 879 | 2025.03.02 04:56:15.147803 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 880 | 2025.03.02 04:56:15.147909 [ 3 ] {7608229b-ed79-4bdc-8e5f-d0a88bfc63b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 881 | 2025.03.02 04:56:15.147955 [ 3 ] {7608229b-ed79-4bdc-8e5f-d0a88bfc63b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 882 | 2025.03.02 04:56:15.148385 [ 3 ] {7608229b-ed79-4bdc-8e5f-d0a88bfc63b2} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 883 | 2025.03.02 04:56:15.148424 [ 3 ] {7608229b-ed79-4bdc-8e5f-d0a88bfc63b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 884 | 2025.03.02 04:56:15.148811 [ 3 ] {7608229b-ed79-4bdc-8e5f-d0a88bfc63b2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 885 | 2025.03.02 04:56:15.149048 [ 3 ] {7608229b-ed79-4bdc-8e5f-d0a88bfc63b2} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 886 | 2025.03.02 04:56:15.149279 [ 3 ] {7608229b-ed79-4bdc-8e5f-d0a88bfc63b2} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00139 sec., 17266.187050359713 rows/sec., 1.16 MiB/sec. | ||
| 887 | 2025.03.02 04:56:15.149328 [ 3 ] {7608229b-ed79-4bdc-8e5f-d0a88bfc63b2} <Debug> TCPHandler: Processed in 0.001576901 sec. | ||
| 888 | 2025.03.02 04:56:15.872951 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 889 | 2025.03.02 04:56:15.873849 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 890 | 2025.03.02 04:56:15.873900 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 891 | 2025.03.02 04:56:15.874509 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 892 | 2025.03.02 04:56:15.874772 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 893 | 2025.03.02 04:56:15.875075 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 894 | 2025.03.02 04:56:15.951262 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 895 | 2025.03.02 04:56:15.969656 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 896 | 2025.03.02 04:56:15.969711 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 897 | 2025.03.02 04:56:15.976141 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 898 | 2025.03.02 04:56:15.976890 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 899 | 2025.03.02 04:56:15.979419 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 900 | 2025.03.02 04:56:20.104444 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 901 | 2025.03.02 04:56:20.104675 [ 3 ] {d81ee28a-8529-4492-aa67-27087fd34c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 902 | 2025.03.02 04:56:20.104757 [ 3 ] {d81ee28a-8529-4492-aa67-27087fd34c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 903 | 2025.03.02 04:56:20.105506 [ 3 ] {d81ee28a-8529-4492-aa67-27087fd34c60} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 904 | 2025.03.02 04:56:20.105556 [ 3 ] {d81ee28a-8529-4492-aa67-27087fd34c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 905 | 2025.03.02 04:56:20.106013 [ 3 ] {d81ee28a-8529-4492-aa67-27087fd34c60} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 906 | 2025.03.02 04:56:20.106283 [ 3 ] {d81ee28a-8529-4492-aa67-27087fd34c60} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 907 | 2025.03.02 04:56:20.106524 [ 3 ] {d81ee28a-8529-4492-aa67-27087fd34c60} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.24 MiB/sec. | ||
| 908 | 2025.03.02 04:56:20.106587 [ 3 ] {d81ee28a-8529-4492-aa67-27087fd34c60} <Debug> TCPHandler: Processed in 0.00228502 sec. | ||
| 909 | 2025.03.02 04:56:20.106717 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 910 | 2025.03.02 04:56:20.106840 [ 3 ] {e9381416-aa96-426b-b78e-4826d54e948b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 911 | 2025.03.02 04:56:20.106888 [ 3 ] {e9381416-aa96-426b-b78e-4826d54e948b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 912 | 2025.03.02 04:56:20.107458 [ 3 ] {e9381416-aa96-426b-b78e-4826d54e948b} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 913 | 2025.03.02 04:56:20.107500 [ 3 ] {e9381416-aa96-426b-b78e-4826d54e948b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 914 | 2025.03.02 04:56:20.107871 [ 3 ] {e9381416-aa96-426b-b78e-4826d54e948b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 915 | 2025.03.02 04:56:20.108117 [ 3 ] {e9381416-aa96-426b-b78e-4826d54e948b} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 916 | 2025.03.02 04:56:20.108382 [ 3 ] {e9381416-aa96-426b-b78e-4826d54e948b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001551 sec., 41263.70083816892 rows/sec., 3.22 MiB/sec. | ||
| 917 | 2025.03.02 04:56:20.108513 [ 3 ] {e9381416-aa96-426b-b78e-4826d54e948b} <Debug> TCPHandler: Processed in 0.001852814 sec. | ||
| 918 | 2025.03.02 04:56:20.108637 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 919 | 2025.03.02 04:56:20.108743 [ 3 ] {6b713acb-1a66-459e-af89-525cec05cefb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 920 | 2025.03.02 04:56:20.108792 [ 3 ] {6b713acb-1a66-459e-af89-525cec05cefb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 921 | 2025.03.02 04:56:20.109314 [ 3 ] {6b713acb-1a66-459e-af89-525cec05cefb} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 922 | 2025.03.02 04:56:20.109353 [ 3 ] {6b713acb-1a66-459e-af89-525cec05cefb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 923 | 2025.03.02 04:56:20.109739 [ 3 ] {6b713acb-1a66-459e-af89-525cec05cefb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 924 | 2025.03.02 04:56:20.109979 [ 3 ] {6b713acb-1a66-459e-af89-525cec05cefb} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 925 | 2025.03.02 04:56:20.110261 [ 3 ] {6b713acb-1a66-459e-af89-525cec05cefb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001528 sec., 104712.04188481675 rows/sec., 7.29 MiB/sec. | ||
| 926 | 2025.03.02 04:56:20.110319 [ 3 ] {6b713acb-1a66-459e-af89-525cec05cefb} <Debug> TCPHandler: Processed in 0.001734382 sec. | ||
| 927 | 2025.03.02 04:56:20.110425 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 928 | 2025.03.02 04:56:20.110527 [ 3 ] {79a81996-f958-4d19-b273-5fe35c1b600a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 929 | 2025.03.02 04:56:20.110571 [ 3 ] {79a81996-f958-4d19-b273-5fe35c1b600a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 930 | 2025.03.02 04:56:20.110997 [ 3 ] {79a81996-f958-4d19-b273-5fe35c1b600a} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 931 | 2025.03.02 04:56:20.111034 [ 3 ] {79a81996-f958-4d19-b273-5fe35c1b600a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 932 | 2025.03.02 04:56:20.111397 [ 3 ] {79a81996-f958-4d19-b273-5fe35c1b600a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 933 | 2025.03.02 04:56:20.111636 [ 3 ] {79a81996-f958-4d19-b273-5fe35c1b600a} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 934 | 2025.03.02 04:56:20.111842 [ 3 ] {79a81996-f958-4d19-b273-5fe35c1b600a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. | ||
| 935 | 2025.03.02 04:56:20.111891 [ 3 ] {79a81996-f958-4d19-b273-5fe35c1b600a} <Debug> TCPHandler: Processed in 0.00151606 sec. | ||
| 936 | 2025.03.02 04:56:23.291781 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 937 | 2025.03.02 04:56:23.291853 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 938 | 2025.03.02 04:56:23.359923 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 939 | 2025.03.02 04:56:23.364023 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 940 | 2025.03.02 04:56:23.364073 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 941 | 2025.03.02 04:56:23.365584 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 942 | 2025.03.02 04:56:23.365927 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 943 | 2025.03.02 04:56:23.366890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 944 | 2025.03.02 04:56:23.375228 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 945 | 2025.03.02 04:56:23.375891 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 946 | 2025.03.02 04:56:23.375937 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 947 | 2025.03.02 04:56:23.376496 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 948 | 2025.03.02 04:56:23.376759 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 949 | 2025.03.02 04:56:23.377006 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 950 | 2025.03.02 04:56:23.479543 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 951 | 2025.03.02 04:56:23.498857 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 952 | 2025.03.02 04:56:23.498925 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 953 | 2025.03.02 04:56:23.505495 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 954 | 2025.03.02 04:56:23.506228 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 955 | 2025.03.02 04:56:23.508654 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 956 | 2025.03.02 04:56:25.103463 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 957 | 2025.03.02 04:56:25.103766 [ 3 ] {f498f15f-3d6d-498c-ab0a-35360f8d1f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 958 | 2025.03.02 04:56:25.103899 [ 3 ] {f498f15f-3d6d-498c-ab0a-35360f8d1f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 959 | 2025.03.02 04:56:25.104661 [ 3 ] {f498f15f-3d6d-498c-ab0a-35360f8d1f71} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 960 | 2025.03.02 04:56:25.104706 [ 3 ] {f498f15f-3d6d-498c-ab0a-35360f8d1f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 961 | 2025.03.02 04:56:25.105149 [ 3 ] {f498f15f-3d6d-498c-ab0a-35360f8d1f71} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 962 | 2025.03.02 04:56:25.105413 [ 3 ] {f498f15f-3d6d-498c-ab0a-35360f8d1f71} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 963 | 2025.03.02 04:56:25.105633 [ 3 ] {f498f15f-3d6d-498c-ab0a-35360f8d1f71} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.19 MiB/sec. | ||
| 964 | 2025.03.02 04:56:25.105819 [ 3 ] {f498f15f-3d6d-498c-ab0a-35360f8d1f71} <Debug> TCPHandler: Processed in 0.002542463 sec. | ||
| 965 | 2025.03.02 04:56:25.105951 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 966 | 2025.03.02 04:56:25.106067 [ 3 ] {05102450-7cab-4f03-82c0-9e36bb97ec75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 967 | 2025.03.02 04:56:25.106116 [ 3 ] {05102450-7cab-4f03-82c0-9e36bb97ec75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 968 | 2025.03.02 04:56:25.106705 [ 3 ] {05102450-7cab-4f03-82c0-9e36bb97ec75} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 969 | 2025.03.02 04:56:25.106745 [ 3 ] {05102450-7cab-4f03-82c0-9e36bb97ec75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 970 | 2025.03.02 04:56:25.107118 [ 3 ] {05102450-7cab-4f03-82c0-9e36bb97ec75} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 971 | 2025.03.02 04:56:25.107368 [ 3 ] {05102450-7cab-4f03-82c0-9e36bb97ec75} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 972 | 2025.03.02 04:56:25.107568 [ 3 ] {05102450-7cab-4f03-82c0-9e36bb97ec75} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001528 sec., 41884.8167539267 rows/sec., 3.27 MiB/sec. | ||
| 973 | 2025.03.02 04:56:25.107622 [ 3 ] {05102450-7cab-4f03-82c0-9e36bb97ec75} <Debug> TCPHandler: Processed in 0.001725193 sec. | ||
| 974 | 2025.03.02 04:56:25.107743 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 975 | 2025.03.02 04:56:25.107851 [ 3 ] {677f027d-da39-44ea-906d-7f382946e2ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 976 | 2025.03.02 04:56:25.107899 [ 3 ] {677f027d-da39-44ea-906d-7f382946e2ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 977 | 2025.03.02 04:56:25.108413 [ 3 ] {677f027d-da39-44ea-906d-7f382946e2ab} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 978 | 2025.03.02 04:56:25.108450 [ 3 ] {677f027d-da39-44ea-906d-7f382946e2ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 979 | 2025.03.02 04:56:25.108849 [ 3 ] {677f027d-da39-44ea-906d-7f382946e2ab} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 980 | 2025.03.02 04:56:25.109093 [ 3 ] {677f027d-da39-44ea-906d-7f382946e2ab} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 981 | 2025.03.02 04:56:25.109349 [ 3 ] {677f027d-da39-44ea-906d-7f382946e2ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001507 sec., 106171.20106171201 rows/sec., 7.39 MiB/sec. | ||
| 982 | 2025.03.02 04:56:25.109415 [ 3 ] {677f027d-da39-44ea-906d-7f382946e2ab} <Debug> TCPHandler: Processed in 0.001724032 sec. | ||
| 983 | 2025.03.02 04:56:25.109522 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 984 | 2025.03.02 04:56:25.109626 [ 3 ] {e038213a-e04a-49af-82b6-4ad01d4de559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 985 | 2025.03.02 04:56:25.109672 [ 3 ] {e038213a-e04a-49af-82b6-4ad01d4de559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 986 | 2025.03.02 04:56:25.110099 [ 3 ] {e038213a-e04a-49af-82b6-4ad01d4de559} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 987 | 2025.03.02 04:56:25.110136 [ 3 ] {e038213a-e04a-49af-82b6-4ad01d4de559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 988 | 2025.03.02 04:56:25.110497 [ 3 ] {e038213a-e04a-49af-82b6-4ad01d4de559} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 989 | 2025.03.02 04:56:25.110742 [ 3 ] {e038213a-e04a-49af-82b6-4ad01d4de559} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 990 | 2025.03.02 04:56:25.110916 [ 3 ] {e038213a-e04a-49af-82b6-4ad01d4de559} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001312 sec., 45731.70731707317 rows/sec., 3.08 MiB/sec. | ||
| 991 | 2025.03.02 04:56:25.110964 [ 3 ] {e038213a-e04a-49af-82b6-4ad01d4de559} <Debug> TCPHandler: Processed in 0.001492179 sec. | ||
| 992 | 2025.03.02 04:56:30.103604 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 993 | 2025.03.02 04:56:30.103840 [ 3 ] {c7e2a4e3-2e94-4f8a-879a-ddb5f0d29b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 994 | 2025.03.02 04:56:30.103924 [ 3 ] {c7e2a4e3-2e94-4f8a-879a-ddb5f0d29b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 995 | 2025.03.02 04:56:30.104710 [ 3 ] {c7e2a4e3-2e94-4f8a-879a-ddb5f0d29b50} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 996 | 2025.03.02 04:56:30.104760 [ 3 ] {c7e2a4e3-2e94-4f8a-879a-ddb5f0d29b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 997 | 2025.03.02 04:56:30.105219 [ 3 ] {c7e2a4e3-2e94-4f8a-879a-ddb5f0d29b50} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 998 | 2025.03.02 04:56:30.105475 [ 3 ] {c7e2a4e3-2e94-4f8a-879a-ddb5f0d29b50} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 999 | 2025.03.02 04:56:30.105694 [ 3 ] {c7e2a4e3-2e94-4f8a-879a-ddb5f0d29b50} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001915 sec., 29242.819843342037 rows/sec., 2.23 MiB/sec. | ||
| 1000 | 2025.03.02 04:56:30.105870 [ 3 ] {c7e2a4e3-2e94-4f8a-879a-ddb5f0d29b50} <Debug> TCPHandler: Processed in 0.002411071 sec. | ||
| 1001 | 2025.03.02 04:56:30.105996 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1002 | 2025.03.02 04:56:30.106109 [ 3 ] {1f40dd89-e41d-477b-8374-0032b2b0a10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1003 | 2025.03.02 04:56:30.106157 [ 3 ] {1f40dd89-e41d-477b-8374-0032b2b0a10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1004 | 2025.03.02 04:56:30.106711 [ 3 ] {1f40dd89-e41d-477b-8374-0032b2b0a10c} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1005 | 2025.03.02 04:56:30.106750 [ 3 ] {1f40dd89-e41d-477b-8374-0032b2b0a10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1006 | 2025.03.02 04:56:30.107111 [ 3 ] {1f40dd89-e41d-477b-8374-0032b2b0a10c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1007 | 2025.03.02 04:56:30.107361 [ 3 ] {1f40dd89-e41d-477b-8374-0032b2b0a10c} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1008 | 2025.03.02 04:56:30.107581 [ 3 ] {1f40dd89-e41d-477b-8374-0032b2b0a10c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001494 sec., 42838.0187416332 rows/sec., 3.34 MiB/sec. | ||
| 1009 | 2025.03.02 04:56:30.107689 [ 3 ] {1f40dd89-e41d-477b-8374-0032b2b0a10c} <Debug> TCPHandler: Processed in 0.001743403 sec. | ||
| 1010 | 2025.03.02 04:56:30.107847 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1011 | 2025.03.02 04:56:30.107952 [ 3 ] {e60e734e-3951-4a47-a012-823a69fc2ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1012 | 2025.03.02 04:56:30.108002 [ 3 ] {e60e734e-3951-4a47-a012-823a69fc2ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1013 | 2025.03.02 04:56:30.108519 [ 3 ] {e60e734e-3951-4a47-a012-823a69fc2ba6} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1014 | 2025.03.02 04:56:30.108557 [ 3 ] {e60e734e-3951-4a47-a012-823a69fc2ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1015 | 2025.03.02 04:56:30.108949 [ 3 ] {e60e734e-3951-4a47-a012-823a69fc2ba6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1016 | 2025.03.02 04:56:30.109180 [ 3 ] {e60e734e-3951-4a47-a012-823a69fc2ba6} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1017 | 2025.03.02 04:56:30.109445 [ 3 ] {e60e734e-3951-4a47-a012-823a69fc2ba6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001499 sec., 106737.82521681121 rows/sec., 7.43 MiB/sec. | ||
| 1018 | 2025.03.02 04:56:30.109566 [ 3 ] {e60e734e-3951-4a47-a012-823a69fc2ba6} <Debug> TCPHandler: Processed in 0.001771954 sec. | ||
| 1019 | 2025.03.02 04:56:30.109672 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1020 | 2025.03.02 04:56:30.109775 [ 3 ] {18c0d9cf-199b-47b3-b1b3-ca54443f099d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1021 | 2025.03.02 04:56:30.109820 [ 3 ] {18c0d9cf-199b-47b3-b1b3-ca54443f099d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1022 | 2025.03.02 04:56:30.110248 [ 3 ] {18c0d9cf-199b-47b3-b1b3-ca54443f099d} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1023 | 2025.03.02 04:56:30.110286 [ 3 ] {18c0d9cf-199b-47b3-b1b3-ca54443f099d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1024 | 2025.03.02 04:56:30.110638 [ 3 ] {18c0d9cf-199b-47b3-b1b3-ca54443f099d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1025 | 2025.03.02 04:56:30.110880 [ 3 ] {18c0d9cf-199b-47b3-b1b3-ca54443f099d} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1026 | 2025.03.02 04:56:30.111094 [ 3 ] {18c0d9cf-199b-47b3-b1b3-ca54443f099d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
| 1027 | 2025.03.02 04:56:30.111142 [ 3 ] {18c0d9cf-199b-47b3-b1b3-ca54443f099d} <Debug> TCPHandler: Processed in 0.0015207 sec. | ||
| 1028 | 2025.03.02 04:56:30.877148 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1029 | 2025.03.02 04:56:30.877777 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1030 | 2025.03.02 04:56:30.877833 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1031 | 2025.03.02 04:56:30.878410 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1032 | 2025.03.02 04:56:30.878683 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1033 | 2025.03.02 04:56:30.878891 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1034 | 2025.03.02 04:56:31.008757 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1035 | 2025.03.02 04:56:31.033448 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1036 | 2025.03.02 04:56:31.033517 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1037 | 2025.03.02 04:56:31.040034 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1038 | 2025.03.02 04:56:31.040849 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1039 | 2025.03.02 04:56:31.043706 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1040 | 2025.03.02 04:56:33.367211 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 158 | ||
| 1041 | 2025.03.02 04:56:33.369901 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1042 | 2025.03.02 04:56:33.369954 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1043 | 2025.03.02 04:56:33.371436 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1044 | 2025.03.02 04:56:33.371763 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1045 | 2025.03.02 04:56:33.372341 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 158 | ||
| 1046 | 2025.03.02 04:56:35.103644 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1047 | 2025.03.02 04:56:35.103832 [ 3 ] {a5ef0c3f-b00e-46b8-a672-f24083f4efc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1048 | 2025.03.02 04:56:35.103902 [ 3 ] {a5ef0c3f-b00e-46b8-a672-f24083f4efc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1049 | 2025.03.02 04:56:35.104660 [ 3 ] {a5ef0c3f-b00e-46b8-a672-f24083f4efc3} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1050 | 2025.03.02 04:56:35.104703 [ 3 ] {a5ef0c3f-b00e-46b8-a672-f24083f4efc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1051 | 2025.03.02 04:56:35.105156 [ 3 ] {a5ef0c3f-b00e-46b8-a672-f24083f4efc3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1052 | 2025.03.02 04:56:35.105432 [ 3 ] {a5ef0c3f-b00e-46b8-a672-f24083f4efc3} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1053 | 2025.03.02 04:56:35.105647 [ 81 ] {} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1054 | 2025.03.02 04:56:35.105711 [ 3 ] {a5ef0c3f-b00e-46b8-a672-f24083f4efc3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.22 MiB/sec. | ||
| 1055 | 2025.03.02 04:56:35.105779 [ 81 ] {} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1056 | 2025.03.02 04:56:35.105809 [ 3 ] {a5ef0c3f-b00e-46b8-a672-f24083f4efc3} <Debug> TCPHandler: Processed in 0.002297699 sec. | ||
| 1057 | 2025.03.02 04:56:35.105829 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1058 | 2025.03.02 04:56:35.106142 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1059 | 2025.03.02 04:56:35.106299 [ 3 ] {9a8e6ad1-6a8b-4279-ac71-939ea55df352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1060 | 2025.03.02 04:56:35.106348 [ 3 ] {9a8e6ad1-6a8b-4279-ac71-939ea55df352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1061 | 2025.03.02 04:56:35.106919 [ 3 ] {9a8e6ad1-6a8b-4279-ac71-939ea55df352} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1062 | 2025.03.02 04:56:35.106960 [ 3 ] {9a8e6ad1-6a8b-4279-ac71-939ea55df352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1063 | 2025.03.02 04:56:35.107326 [ 3 ] {9a8e6ad1-6a8b-4279-ac71-939ea55df352} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1064 | 2025.03.02 04:56:35.107568 [ 3 ] {9a8e6ad1-6a8b-4279-ac71-939ea55df352} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1065 | 2025.03.02 04:56:35.107732 [ 81 ] {} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1066 | 2025.03.02 04:56:35.107791 [ 81 ] {} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1067 | 2025.03.02 04:56:35.107802 [ 3 ] {9a8e6ad1-6a8b-4279-ac71-939ea55df352} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00152 sec., 42105.26315789473 rows/sec., 3.29 MiB/sec. | ||
| 1068 | 2025.03.02 04:56:35.107826 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1069 | 2025.03.02 04:56:35.107952 [ 3 ] {9a8e6ad1-6a8b-4279-ac71-939ea55df352} <Debug> TCPHandler: Processed in 0.001995056 sec. | ||
| 1070 | 2025.03.02 04:56:35.108096 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1071 | 2025.03.02 04:56:35.108285 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::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 | ||
| 1072 | 2025.03.02 04:56:35.108387 [ 3 ] {b4b6f19d-f8a3-41c6-ae6d-7e7c8b7b93b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1073 | 2025.03.02 04:56:35.108421 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::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 | ||
| 1074 | 2025.03.02 04:56:35.108556 [ 3 ] {b4b6f19d-f8a3-41c6-ae6d-7e7c8b7b93b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1075 | 2025.03.02 04:56:35.108966 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1076 | 2025.03.02 04:56:35.108969 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1077 | 2025.03.02 04:56:35.109217 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1078 | 2025.03.02 04:56:35.109226 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1079 | 2025.03.02 04:56:35.109681 [ 3 ] {b4b6f19d-f8a3-41c6-ae6d-7e7c8b7b93b8} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1080 | 2025.03.02 04:56:35.109731 [ 3 ] {b4b6f19d-f8a3-41c6-ae6d-7e7c8b7b93b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1081 | 2025.03.02 04:56:35.110129 [ 3 ] {b4b6f19d-f8a3-41c6-ae6d-7e7c8b7b93b8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1082 | 2025.03.02 04:56:35.110370 [ 3 ] {b4b6f19d-f8a3-41c6-ae6d-7e7c8b7b93b8} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1083 | 2025.03.02 04:56:35.110605 [ 3 ] {b4b6f19d-f8a3-41c6-ae6d-7e7c8b7b93b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002357 sec., 67882.90199406024 rows/sec., 4.73 MiB/sec. | ||
| 1084 | 2025.03.02 04:56:35.110684 [ 3 ] {b4b6f19d-f8a3-41c6-ae6d-7e7c8b7b93b8} <Debug> TCPHandler: Processed in 0.002644074 sec. | ||
| 1085 | 2025.03.02 04:56:35.110804 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2025.03.02 04:56:35.110918 [ 3 ] {7597be72-22ca-4818-a3b9-6598f471e128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1087 | 2025.03.02 04:56:35.110965 [ 3 ] {7597be72-22ca-4818-a3b9-6598f471e128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1088 | 2025.03.02 04:56:35.111400 [ 3 ] {7597be72-22ca-4818-a3b9-6598f471e128} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1089 | 2025.03.02 04:56:35.111438 [ 3 ] {7597be72-22ca-4818-a3b9-6598f471e128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1090 | 2025.03.02 04:56:35.111943 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1091 | 2025.03.02 04:56:35.112059 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1092 | 2025.03.02 04:56:35.112281 [ 3 ] {7597be72-22ca-4818-a3b9-6598f471e128} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1093 | 2025.03.02 04:56:35.112537 [ 3 ] {7597be72-22ca-4818-a3b9-6598f471e128} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1094 | 2025.03.02 04:56:35.112760 [ 3 ] {7597be72-22ca-4818-a3b9-6598f471e128} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001867 sec., 32137.118371719338 rows/sec., 2.17 MiB/sec. | ||
| 1095 | 2025.03.02 04:56:35.112812 [ 3 ] {7597be72-22ca-4818-a3b9-6598f471e128} <Debug> TCPHandler: Processed in 0.002059047 sec. | ||
| 1096 | 2025.03.02 04:56:35.114270 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
| 1097 | 2025.03.02 04:56:35.116239 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 1098 | 2025.03.02 04:56:35.118743 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1099 | 2025.03.02 04:56:35.119202 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 1100 | 2025.03.02 04:56:35.120027 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1101 | 2025.03.02 04:56:35.120321 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 1102 | 2025.03.02 04:56:35.122883 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 5 columns (5 merged, 0 gathered) in 0.014711242 sec., 21752.072326728092 rows/sec., 1.78 MiB/sec. | ||
| 1103 | 2025.03.02 04:56:35.123142 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1104 | 2025.03.02 04:56:35.123318 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 5 columns (5 merged, 0 gathered) in 0.017330535 sec., 16156.454489143005 rows/sec., 1.30 MiB/sec. | ||
| 1105 | 2025.03.02 04:56:35.123537 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1106 | 2025.03.02 04:56:35.123733 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_5_1} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1107 | 2025.03.02 04:56:35.123914 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_5_1} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1108 | 2025.03.02 04:56:35.124087 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 1109 | 2025.03.02 04:56:35.124145 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_5_1} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1110 | 2025.03.02 04:56:35.124241 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_5_1} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1111 | 2025.03.02 04:56:35.124338 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1112 | 2025.03.02 04:56:38.291895 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1113 | 2025.03.02 04:56:38.291969 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1114 | 2025.03.02 04:56:38.379023 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1115 | 2025.03.02 04:56:38.379770 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1116 | 2025.03.02 04:56:38.379824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1117 | 2025.03.02 04:56:38.380422 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1118 | 2025.03.02 04:56:38.380681 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1119 | 2025.03.02 04:56:38.380907 [ 78 ] {} <Debug> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1120 | 2025.03.02 04:56:38.380979 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1121 | 2025.03.02 04:56:38.381014 [ 78 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1122 | 2025.03.02 04:56:38.381062 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1123 | 2025.03.02 04:56:38.381372 [ 190 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 1124 | 2025.03.02 04:56:38.381540 [ 190 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1125 | 2025.03.02 04:56:38.381593 [ 190 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 1126 | 2025.03.02 04:56:38.381720 [ 190 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 1127 | 2025.03.02 04:56:38.381814 [ 190 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 1128 | 2025.03.02 04:56:38.382061 [ 190 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 1129 | 2025.03.02 04:56:38.382279 [ 190 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 1130 | 2025.03.02 04:56:38.382467 [ 190 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 1131 | 2025.03.02 04:56:38.399212 [ 187 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.018040555 sec., 155538.45211524813 rows/sec., 2.22 MiB/sec. | ||
| 1132 | 2025.03.02 04:56:38.400340 [ 188 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1133 | 2025.03.02 04:56:38.400714 [ 188 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_6_1} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1134 | 2025.03.02 04:56:38.400808 [ 188 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_6_1} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1135 | 2025.03.02 04:56:38.400925 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1136 | 2025.03.02 04:56:38.543814 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1137 | 2025.03.02 04:56:38.565121 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1138 | 2025.03.02 04:56:38.565175 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1139 | 2025.03.02 04:56:38.571816 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1140 | 2025.03.02 04:56:38.572581 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1141 | 2025.03.02 04:56:38.572919 [ 77 ] {} <Debug> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1142 | 2025.03.02 04:56:38.573053 [ 77 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1143 | 2025.03.02 04:56:38.573127 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1144 | 2025.03.02 04:56:38.573517 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 1145 | 2025.03.02 04:56:38.587985 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1146 | 2025.03.02 04:56:38.589703 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1147 | 2025.03.02 04:56:38.591203 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 1148 | 2025.03.02 04:56:38.596719 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 1149 | 2025.03.02 04:56:38.602149 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 1150 | 2025.03.02 04:56:38.607301 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 1151 | 2025.03.02 04:56:38.616902 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 1152 | 2025.03.02 04:56:38.621631 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 1153 | 2025.03.02 04:56:38.679892 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.106635089 sec., 431.37770532549564 rows/sec., 2.23 MiB/sec. | ||
| 1154 | 2025.03.02 04:56:38.682434 [ 187 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1155 | 2025.03.02 04:56:38.685451 [ 187 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_6_1} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1156 | 2025.03.02 04:56:38.685565 [ 187 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_6_1} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1157 | 2025.03.02 04:56:38.687976 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB. | ||
| 1158 | 2025.03.02 04:56:39.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.92 MiB, peak 168.46 MiB, free memory in arenas 0.00 B, will set to 161.84 MiB (RSS), difference: 2.92 MiB | ||
| 1159 | 2025.03.02 04:56:40.101098 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1160 | 2025.03.02 04:56:40.101375 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 1161 | 2025.03.02 04:56:40.103703 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1162 | 2025.03.02 04:56:40.105754 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <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 | ||
| 1163 | 2025.03.02 04:56:40.106130 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1164 | 2025.03.02 04:56:40.108256 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1165 | 2025.03.02 04:56:40.110607 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1166 | 2025.03.02 04:56:40.115523 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1167 | 2025.03.02 04:56:40.117550 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1168 | 2025.03.02 04:56:40.117580 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1169 | 2025.03.02 04:56:40.117690 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <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'))" | ||
| 1170 | 2025.03.02 04:56:40.117721 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1171 | 2025.03.02 04:56:40.128782 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.027524 sec., 653.9747129777649 rows/sec., 26.75 KiB/sec. | ||
| 1172 | 2025.03.02 04:56:40.128917 [ 3 ] {38794488-fd9d-4336-9747-3e9c635ed5ac} <Debug> TCPHandler: Processed in 0.027960494 sec. | ||
| 1173 | 2025.03.02 04:56:40.133042 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1174 | 2025.03.02 04:56:40.133234 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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) | ||
| 1175 | 2025.03.02 04:56:40.133523 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1176 | 2025.03.02 04:56:40.133565 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <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 | ||
| 1177 | 2025.03.02 04:56:40.133824 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1178 | 2025.03.02 04:56:40.133891 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1179 | 2025.03.02 04:56:40.134034 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1180 | 2025.03.02 04:56:40.134067 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1181 | 2025.03.02 04:56:40.134089 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1182 | 2025.03.02 04:56:40.134106 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1183 | 2025.03.02 04:56:40.134150 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <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'))" | ||
| 1184 | 2025.03.02 04:56:40.134171 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1185 | 2025.03.02 04:56:40.134790 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001645 sec., 10942.24924012158 rows/sec., 447.62 KiB/sec. | ||
| 1186 | 2025.03.02 04:56:40.134903 [ 3 ] {8f7a752d-fb1d-459d-91fa-b01677ac3330} <Debug> TCPHandler: Processed in 0.001927455 sec. | ||
| 1187 | 2025.03.02 04:56:40.135126 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1188 | 2025.03.02 04:56:40.135277 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1189 | 2025.03.02 04:56:40.135542 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1190 | 2025.03.02 04:56:40.135583 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1191 | 2025.03.02 04:56:40.135843 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1192 | 2025.03.02 04:56:40.135913 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1193 | 2025.03.02 04:56:40.136053 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1194 | 2025.03.02 04:56:40.136085 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1195 | 2025.03.02 04:56:40.136108 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1196 | 2025.03.02 04:56:40.136125 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1197 | 2025.03.02 04:56:40.136168 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1198 | 2025.03.02 04:56:40.136188 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1199 | 2025.03.02 04:56:40.136733 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001522 sec., 11826.544021024967 rows/sec., 483.79 KiB/sec. | ||
| 1200 | 2025.03.02 04:56:40.136848 [ 3 ] {9f9f323c-acec-4a54-b444-ab7294867aaf} <Debug> TCPHandler: Processed in 0.001773753 sec. | ||
| 1201 | 2025.03.02 04:56:40.137031 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2025.03.02 04:56:40.137182 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1203 | 2025.03.02 04:56:40.137447 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1204 | 2025.03.02 04:56:40.137488 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1205 | 2025.03.02 04:56:40.137747 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1206 | 2025.03.02 04:56:40.137812 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1207 | 2025.03.02 04:56:40.137966 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1208 | 2025.03.02 04:56:40.138004 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1209 | 2025.03.02 04:56:40.138033 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1210 | 2025.03.02 04:56:40.138055 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1211 | 2025.03.02 04:56:40.138103 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1212 | 2025.03.02 04:56:40.138124 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1213 | 2025.03.02 04:56:40.138680 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001565 sec., 11501.597444089457 rows/sec., 470.50 KiB/sec. | ||
| 1214 | 2025.03.02 04:56:40.138797 [ 3 ] {46d43f94-cfab-4e75-8ea0-d468e3b9a7a9} <Debug> TCPHandler: Processed in 0.001817614 sec. | ||
| 1215 | 2025.03.02 04:56:40.140266 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1216 | 2025.03.02 04:56:40.140418 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1217 | 2025.03.02 04:56:40.140689 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1218 | 2025.03.02 04:56:40.140731 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1219 | 2025.03.02 04:56:40.140996 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1220 | 2025.03.02 04:56:40.141061 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1221 | 2025.03.02 04:56:40.141198 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1222 | 2025.03.02 04:56:40.141231 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1223 | 2025.03.02 04:56:40.141254 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1224 | 2025.03.02 04:56:40.141270 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1225 | 2025.03.02 04:56:40.141313 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1226 | 2025.03.02 04:56:40.141334 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1227 | 2025.03.02 04:56:40.141897 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001546 sec., 11642.949547218628 rows/sec., 476.28 KiB/sec. | ||
| 1228 | 2025.03.02 04:56:40.142013 [ 3 ] {acb68a3b-d822-40c1-997f-c40eceeb0805} <Debug> TCPHandler: Processed in 0.001798444 sec. | ||
| 1229 | 2025.03.02 04:56:40.142369 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1230 | 2025.03.02 04:56:40.142522 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1231 | 2025.03.02 04:56:40.142792 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1232 | 2025.03.02 04:56:40.142833 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1233 | 2025.03.02 04:56:40.143098 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1234 | 2025.03.02 04:56:40.143162 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1235 | 2025.03.02 04:56:40.143300 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1236 | 2025.03.02 04:56:40.143332 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1237 | 2025.03.02 04:56:40.143355 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1238 | 2025.03.02 04:56:40.143371 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1239 | 2025.03.02 04:56:40.143414 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1240 | 2025.03.02 04:56:40.143436 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1241 | 2025.03.02 04:56:40.144000 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001547 sec., 11635.423400129283 rows/sec., 475.97 KiB/sec. | ||
| 1242 | 2025.03.02 04:56:40.144114 [ 3 ] {4ad2a95e-7276-4842-8008-f2fc8eab0533} <Debug> TCPHandler: Processed in 0.001793813 sec. | ||
| 1243 | 2025.03.02 04:56:40.144692 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1244 | 2025.03.02 04:56:40.144843 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1245 | 2025.03.02 04:56:40.145115 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1246 | 2025.03.02 04:56:40.145157 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1247 | 2025.03.02 04:56:40.145424 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1248 | 2025.03.02 04:56:40.145488 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1249 | 2025.03.02 04:56:40.145626 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1250 | 2025.03.02 04:56:40.145657 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1251 | 2025.03.02 04:56:40.145680 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1252 | 2025.03.02 04:56:40.145696 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1253 | 2025.03.02 04:56:40.145739 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1254 | 2025.03.02 04:56:40.145763 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1255 | 2025.03.02 04:56:40.146313 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001537 sec., 11711.125569290827 rows/sec., 479.07 KiB/sec. | ||
| 1256 | 2025.03.02 04:56:40.146428 [ 3 ] {e648c186-2a8b-45f7-b65f-a75222ecb7e7} <Debug> TCPHandler: Processed in 0.001786053 sec. | ||
| 1257 | 2025.03.02 04:56:40.146649 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1258 | 2025.03.02 04:56:40.146802 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1259 | 2025.03.02 04:56:40.147072 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1260 | 2025.03.02 04:56:40.147115 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1261 | 2025.03.02 04:56:40.147388 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1262 | 2025.03.02 04:56:40.147452 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1263 | 2025.03.02 04:56:40.147590 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1264 | 2025.03.02 04:56:40.147622 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1265 | 2025.03.02 04:56:40.147645 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1266 | 2025.03.02 04:56:40.147662 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1267 | 2025.03.02 04:56:40.147703 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1268 | 2025.03.02 04:56:40.147726 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1269 | 2025.03.02 04:56:40.148339 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001607 sec., 11200.99564405725 rows/sec., 458.20 KiB/sec. | ||
| 1270 | 2025.03.02 04:56:40.148455 [ 3 ] {0c0416f1-079e-4cf3-b926-991a8b3f5efb} <Debug> TCPHandler: Processed in 0.001855325 sec. | ||
| 1271 | 2025.03.02 04:56:40.148672 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2025.03.02 04:56:40.148824 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1273 | 2025.03.02 04:56:40.149098 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1274 | 2025.03.02 04:56:40.149140 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1275 | 2025.03.02 04:56:40.149421 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1276 | 2025.03.02 04:56:40.149487 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1277 | 2025.03.02 04:56:40.149625 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1278 | 2025.03.02 04:56:40.149658 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1279 | 2025.03.02 04:56:40.149679 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1280 | 2025.03.02 04:56:40.149696 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1281 | 2025.03.02 04:56:40.149739 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1282 | 2025.03.02 04:56:40.149761 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1283 | 2025.03.02 04:56:40.150330 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001574 sec., 11435.832274459974 rows/sec., 467.81 KiB/sec. | ||
| 1284 | 2025.03.02 04:56:40.150442 [ 3 ] {eb0abc86-c13d-4054-a9cd-c14c6a43205f} <Debug> TCPHandler: Processed in 0.001820424 sec. | ||
| 1285 | 2025.03.02 04:56:40.150758 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1286 | 2025.03.02 04:56:40.150968 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1287 | 2025.03.02 04:56:40.151297 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1288 | 2025.03.02 04:56:40.151345 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1289 | 2025.03.02 04:56:40.151656 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1290 | 2025.03.02 04:56:40.151762 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1291 | 2025.03.02 04:56:40.151911 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1292 | 2025.03.02 04:56:40.151944 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1293 | 2025.03.02 04:56:40.151967 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1294 | 2025.03.02 04:56:40.151985 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1295 | 2025.03.02 04:56:40.152029 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1296 | 2025.03.02 04:56:40.152079 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1297 | 2025.03.02 04:56:40.152664 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001796 sec., 10022.271714922048 rows/sec., 409.98 KiB/sec. | ||
| 1298 | 2025.03.02 04:56:40.152780 [ 3 ] {3a96d071-78db-474e-a30b-37695c0e71b7} <Debug> TCPHandler: Processed in 0.002088377 sec. | ||
| 1299 | 2025.03.02 04:56:40.153040 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.03.02 04:56:40.153199 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1301 | 2025.03.02 04:56:40.153478 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1302 | 2025.03.02 04:56:40.153523 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1303 | 2025.03.02 04:56:40.153809 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1304 | 2025.03.02 04:56:40.153877 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1305 | 2025.03.02 04:56:40.154025 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1306 | 2025.03.02 04:56:40.154058 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1307 | 2025.03.02 04:56:40.154081 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1308 | 2025.03.02 04:56:40.154099 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1309 | 2025.03.02 04:56:40.154144 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1310 | 2025.03.02 04:56:40.154168 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1311 | 2025.03.02 04:56:40.154736 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001609 sec., 11187.072715972654 rows/sec., 457.63 KiB/sec. | ||
| 1312 | 2025.03.02 04:56:40.154854 [ 3 ] {3f688dbe-755a-4bea-a90d-257215cf5864} <Debug> TCPHandler: Processed in 0.001865364 sec. | ||
| 1313 | 2025.03.02 04:56:40.155077 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1314 | 2025.03.02 04:56:40.155234 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1315 | 2025.03.02 04:56:40.155520 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1316 | 2025.03.02 04:56:40.155567 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1317 | 2025.03.02 04:56:40.155856 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1318 | 2025.03.02 04:56:40.155923 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1319 | 2025.03.02 04:56:40.156066 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1320 | 2025.03.02 04:56:40.156097 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1321 | 2025.03.02 04:56:40.156120 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1322 | 2025.03.02 04:56:40.156136 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1323 | 2025.03.02 04:56:40.156180 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1324 | 2025.03.02 04:56:40.156206 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1325 | 2025.03.02 04:56:40.156808 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001646 sec., 10935.601458080195 rows/sec., 447.34 KiB/sec. | ||
| 1326 | 2025.03.02 04:56:40.156927 [ 3 ] {116397f5-5c8f-4bf9-b339-5a9b0e9ec119} <Debug> TCPHandler: Processed in 0.001902085 sec. | ||
| 1327 | 2025.03.02 04:56:40.157150 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1328 | 2025.03.02 04:56:40.157307 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1329 | 2025.03.02 04:56:40.157592 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1330 | 2025.03.02 04:56:40.157639 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1331 | 2025.03.02 04:56:40.157937 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1332 | 2025.03.02 04:56:40.158004 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1333 | 2025.03.02 04:56:40.158148 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1334 | 2025.03.02 04:56:40.158181 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1335 | 2025.03.02 04:56:40.158203 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1336 | 2025.03.02 04:56:40.158220 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1337 | 2025.03.02 04:56:40.158265 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1338 | 2025.03.02 04:56:40.158290 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1339 | 2025.03.02 04:56:40.158867 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001632 sec., 11029.411764705883 rows/sec., 451.18 KiB/sec. | ||
| 1340 | 2025.03.02 04:56:40.158987 [ 3 ] {29ebf868-9c18-4a2a-b71c-00a684fb44d4} <Debug> TCPHandler: Processed in 0.001887835 sec. | ||
| 1341 | 2025.03.02 04:56:40.159218 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1342 | 2025.03.02 04:56:40.159376 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1343 | 2025.03.02 04:56:40.159658 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1344 | 2025.03.02 04:56:40.159704 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1345 | 2025.03.02 04:56:40.160000 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1346 | 2025.03.02 04:56:40.160064 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1347 | 2025.03.02 04:56:40.160205 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1348 | 2025.03.02 04:56:40.160237 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1349 | 2025.03.02 04:56:40.160260 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1350 | 2025.03.02 04:56:40.160276 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1351 | 2025.03.02 04:56:40.160320 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1352 | 2025.03.02 04:56:40.160343 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1353 | 2025.03.02 04:56:40.160902 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001598 sec., 11264.080100125157 rows/sec., 460.78 KiB/sec. | ||
| 1354 | 2025.03.02 04:56:40.161020 [ 3 ] {7061b2e6-36e4-46af-ad88-9d4ab3edde62} <Debug> TCPHandler: Processed in 0.001855154 sec. | ||
| 1355 | 2025.03.02 04:56:40.161245 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1356 | 2025.03.02 04:56:40.161406 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1357 | 2025.03.02 04:56:40.161693 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1358 | 2025.03.02 04:56:40.161740 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1359 | 2025.03.02 04:56:40.162039 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1360 | 2025.03.02 04:56:40.162104 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1361 | 2025.03.02 04:56:40.162249 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1362 | 2025.03.02 04:56:40.162282 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1363 | 2025.03.02 04:56:40.162305 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1364 | 2025.03.02 04:56:40.162321 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1365 | 2025.03.02 04:56:40.162365 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1366 | 2025.03.02 04:56:40.162389 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1367 | 2025.03.02 04:56:40.162944 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001612 sec., 11166.253101736973 rows/sec., 456.78 KiB/sec. | ||
| 1368 | 2025.03.02 04:56:40.163061 [ 3 ] {274ff57f-36be-4cca-bc22-4eab99738892} <Debug> TCPHandler: Processed in 0.001869434 sec. | ||
| 1369 | 2025.03.02 04:56:40.170708 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1370 | 2025.03.02 04:56:40.170888 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1371 | 2025.03.02 04:56:40.171208 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1372 | 2025.03.02 04:56:40.171256 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1373 | 2025.03.02 04:56:40.171572 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1374 | 2025.03.02 04:56:40.171640 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1375 | 2025.03.02 04:56:40.171785 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1376 | 2025.03.02 04:56:40.171819 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1377 | 2025.03.02 04:56:40.171843 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1378 | 2025.03.02 04:56:40.171860 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1379 | 2025.03.02 04:56:40.171906 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1380 | 2025.03.02 04:56:40.171931 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1381 | 2025.03.02 04:56:40.172565 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00176 sec., 10227.272727272726 rows/sec., 418.37 KiB/sec. | ||
| 1382 | 2025.03.02 04:56:40.172685 [ 3 ] {17a42999-2a82-4ea7-b295-b73e935feed1} <Debug> TCPHandler: Processed in 0.002035006 sec. | ||
| 1383 | 2025.03.02 04:56:40.176094 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1384 | 2025.03.02 04:56:40.176233 [ 3 ] {05b7e9c9-9f71-42f7-ba45-494d96e97a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1385 | 2025.03.02 04:56:40.176290 [ 3 ] {05b7e9c9-9f71-42f7-ba45-494d96e97a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1386 | 2025.03.02 04:56:40.177090 [ 3 ] {05b7e9c9-9f71-42f7-ba45-494d96e97a7b} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1387 | 2025.03.02 04:56:40.177145 [ 3 ] {05b7e9c9-9f71-42f7-ba45-494d96e97a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1388 | 2025.03.02 04:56:40.177721 [ 3 ] {05b7e9c9-9f71-42f7-ba45-494d96e97a7b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1389 | 2025.03.02 04:56:40.177959 [ 3 ] {05b7e9c9-9f71-42f7-ba45-494d96e97a7b} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1390 | 2025.03.02 04:56:40.178173 [ 3 ] {05b7e9c9-9f71-42f7-ba45-494d96e97a7b} <Debug> executeQuery: Read 16 rows, 4.79 KiB in 0.001971 sec., 8117.706747843734 rows/sec., 2.38 MiB/sec. | ||
| 1391 | 2025.03.02 04:56:40.178351 [ 3 ] {05b7e9c9-9f71-42f7-ba45-494d96e97a7b} <Debug> TCPHandler: Processed in 0.00231225 sec. | ||
| 1392 | 2025.03.02 04:56:40.178483 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1393 | 2025.03.02 04:56:40.178592 [ 3 ] {1973f3be-2c22-4cef-9c04-ab6cb508f982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1394 | 2025.03.02 04:56:40.178638 [ 3 ] {1973f3be-2c22-4cef-9c04-ab6cb508f982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1395 | 2025.03.02 04:56:40.179885 [ 3 ] {1973f3be-2c22-4cef-9c04-ab6cb508f982} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1396 | 2025.03.02 04:56:40.179924 [ 3 ] {1973f3be-2c22-4cef-9c04-ab6cb508f982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1397 | 2025.03.02 04:56:40.180296 [ 3 ] {1973f3be-2c22-4cef-9c04-ab6cb508f982} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1398 | 2025.03.02 04:56:40.180544 [ 3 ] {1973f3be-2c22-4cef-9c04-ab6cb508f982} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1399 | 2025.03.02 04:56:40.180876 [ 3 ] {1973f3be-2c22-4cef-9c04-ab6cb508f982} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002284 sec., 92819.61471103327 rows/sec., 5.90 MiB/sec. | ||
| 1400 | 2025.03.02 04:56:40.181001 [ 3 ] {1973f3be-2c22-4cef-9c04-ab6cb508f982} <Debug> TCPHandler: Processed in 0.002565894 sec. | ||
| 1401 | 2025.03.02 04:56:40.181152 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1402 | 2025.03.02 04:56:40.181288 [ 3 ] {c4d39a49-aa20-4703-9705-a56808ee9b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1403 | 2025.03.02 04:56:40.181351 [ 3 ] {c4d39a49-aa20-4703-9705-a56808ee9b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1404 | 2025.03.02 04:56:40.182479 [ 3 ] {c4d39a49-aa20-4703-9705-a56808ee9b08} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1405 | 2025.03.02 04:56:40.182528 [ 3 ] {c4d39a49-aa20-4703-9705-a56808ee9b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1406 | 2025.03.02 04:56:40.183141 [ 3 ] {c4d39a49-aa20-4703-9705-a56808ee9b08} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1407 | 2025.03.02 04:56:40.183524 [ 3 ] {c4d39a49-aa20-4703-9705-a56808ee9b08} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1408 | 2025.03.02 04:56:40.183712 [ 3 ] {c4d39a49-aa20-4703-9705-a56808ee9b08} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.00246 sec., 278455.2845528455 rows/sec., 22.15 MiB/sec. | ||
| 1409 | 2025.03.02 04:56:40.183767 [ 3 ] {c4d39a49-aa20-4703-9705-a56808ee9b08} <Debug> TCPHandler: Processed in 0.002681164 sec. | ||
| 1410 | 2025.03.02 04:56:40.183886 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1411 | 2025.03.02 04:56:40.183994 [ 3 ] {e91a33bb-c027-43d4-9a97-03aebc3cb234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1412 | 2025.03.02 04:56:40.184038 [ 3 ] {e91a33bb-c027-43d4-9a97-03aebc3cb234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1413 | 2025.03.02 04:56:40.184660 [ 3 ] {e91a33bb-c027-43d4-9a97-03aebc3cb234} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1414 | 2025.03.02 04:56:40.184695 [ 3 ] {e91a33bb-c027-43d4-9a97-03aebc3cb234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1415 | 2025.03.02 04:56:40.185217 [ 3 ] {e91a33bb-c027-43d4-9a97-03aebc3cb234} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1416 | 2025.03.02 04:56:40.185576 [ 3 ] {e91a33bb-c027-43d4-9a97-03aebc3cb234} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1417 | 2025.03.02 04:56:40.185795 [ 3 ] {e91a33bb-c027-43d4-9a97-03aebc3cb234} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001817 sec., 77050.08255365987 rows/sec., 4.81 MiB/sec. | ||
| 1418 | 2025.03.02 04:56:40.185918 [ 3 ] {e91a33bb-c027-43d4-9a97-03aebc3cb234} <Debug> TCPHandler: Processed in 0.002083527 sec. | ||
| 1419 | 2025.03.02 04:56:40.186034 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1420 | 2025.03.02 04:56:40.186140 [ 3 ] {169bca00-5597-4279-95fa-95b3987dd01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1421 | 2025.03.02 04:56:40.186184 [ 3 ] {169bca00-5597-4279-95fa-95b3987dd01a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1422 | 2025.03.02 04:56:40.186822 [ 3 ] {169bca00-5597-4279-95fa-95b3987dd01a} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1423 | 2025.03.02 04:56:40.186870 [ 3 ] {169bca00-5597-4279-95fa-95b3987dd01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1424 | 2025.03.02 04:56:40.187292 [ 3 ] {169bca00-5597-4279-95fa-95b3987dd01a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1425 | 2025.03.02 04:56:40.187574 [ 3 ] {169bca00-5597-4279-95fa-95b3987dd01a} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1426 | 2025.03.02 04:56:40.187778 [ 3 ] {169bca00-5597-4279-95fa-95b3987dd01a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001654 sec., 68319.2261185006 rows/sec., 4.42 MiB/sec. | ||
| 1427 | 2025.03.02 04:56:40.187912 [ 3 ] {169bca00-5597-4279-95fa-95b3987dd01a} <Debug> TCPHandler: Processed in 0.001926736 sec. | ||
| 1428 | 2025.03.02 04:56:40.188024 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1429 | 2025.03.02 04:56:40.188128 [ 3 ] {d27a6cd4-6afc-4697-90ed-cff450a53983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1430 | 2025.03.02 04:56:40.188171 [ 3 ] {d27a6cd4-6afc-4697-90ed-cff450a53983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1431 | 2025.03.02 04:56:40.188728 [ 3 ] {d27a6cd4-6afc-4697-90ed-cff450a53983} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1432 | 2025.03.02 04:56:40.188767 [ 3 ] {d27a6cd4-6afc-4697-90ed-cff450a53983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1433 | 2025.03.02 04:56:40.189137 [ 3 ] {d27a6cd4-6afc-4697-90ed-cff450a53983} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1434 | 2025.03.02 04:56:40.189379 [ 3 ] {d27a6cd4-6afc-4697-90ed-cff450a53983} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1435 | 2025.03.02 04:56:40.189611 [ 3 ] {d27a6cd4-6afc-4697-90ed-cff450a53983} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001498 sec., 74766.35514018692 rows/sec., 4.26 MiB/sec. | ||
| 1436 | 2025.03.02 04:56:40.189731 [ 3 ] {d27a6cd4-6afc-4697-90ed-cff450a53983} <Debug> TCPHandler: Processed in 0.001757123 sec. | ||
| 1437 | 2025.03.02 04:56:40.189835 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1438 | 2025.03.02 04:56:40.189937 [ 3 ] {efe65dd7-8747-4897-9c6b-00056051a11f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1439 | 2025.03.02 04:56:40.189981 [ 3 ] {efe65dd7-8747-4897-9c6b-00056051a11f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1440 | 2025.03.02 04:56:40.190624 [ 3 ] {efe65dd7-8747-4897-9c6b-00056051a11f} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1441 | 2025.03.02 04:56:40.190663 [ 3 ] {efe65dd7-8747-4897-9c6b-00056051a11f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1442 | 2025.03.02 04:56:40.191035 [ 3 ] {efe65dd7-8747-4897-9c6b-00056051a11f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1443 | 2025.03.02 04:56:40.191279 [ 3 ] {efe65dd7-8747-4897-9c6b-00056051a11f} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1444 | 2025.03.02 04:56:40.191550 [ 3 ] {efe65dd7-8747-4897-9c6b-00056051a11f} <Debug> executeQuery: Read 431 rows, 31.51 KiB in 0.001616 sec., 266707.9207920792 rows/sec., 19.04 MiB/sec. | ||
| 1445 | 2025.03.02 04:56:40.191694 [ 3 ] {efe65dd7-8747-4897-9c6b-00056051a11f} <Debug> TCPHandler: Processed in 0.001909405 sec. | ||
| 1446 | 2025.03.02 04:56:40.191797 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1447 | 2025.03.02 04:56:40.191900 [ 3 ] {187398fc-f092-489a-8ccb-82d120ef75af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1448 | 2025.03.02 04:56:40.191945 [ 3 ] {187398fc-f092-489a-8ccb-82d120ef75af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1449 | 2025.03.02 04:56:40.192377 [ 3 ] {187398fc-f092-489a-8ccb-82d120ef75af} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1450 | 2025.03.02 04:56:40.192415 [ 3 ] {187398fc-f092-489a-8ccb-82d120ef75af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1451 | 2025.03.02 04:56:40.192842 [ 3 ] {187398fc-f092-489a-8ccb-82d120ef75af} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1452 | 2025.03.02 04:56:40.193081 [ 3 ] {187398fc-f092-489a-8ccb-82d120ef75af} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1453 | 2025.03.02 04:56:40.193284 [ 3 ] {187398fc-f092-489a-8ccb-82d120ef75af} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001406 sec., 4267.425320056899 rows/sec., 222.96 KiB/sec. | ||
| 1454 | 2025.03.02 04:56:40.193334 [ 3 ] {187398fc-f092-489a-8ccb-82d120ef75af} <Debug> TCPHandler: Processed in 0.001586651 sec. | ||
| 1455 | 2025.03.02 04:56:40.193458 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1456 | 2025.03.02 04:56:40.193564 [ 3 ] {e533c282-e78b-4c03-b58d-a7e202e392fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1457 | 2025.03.02 04:56:40.193611 [ 3 ] {e533c282-e78b-4c03-b58d-a7e202e392fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1458 | 2025.03.02 04:56:40.194109 [ 3 ] {e533c282-e78b-4c03-b58d-a7e202e392fa} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1459 | 2025.03.02 04:56:40.194147 [ 3 ] {e533c282-e78b-4c03-b58d-a7e202e392fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1460 | 2025.03.02 04:56:40.194536 [ 3 ] {e533c282-e78b-4c03-b58d-a7e202e392fa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1461 | 2025.03.02 04:56:40.194778 [ 3 ] {e533c282-e78b-4c03-b58d-a7e202e392fa} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1462 | 2025.03.02 04:56:40.194945 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1463 | 2025.03.02 04:56:40.195008 [ 3 ] {e533c282-e78b-4c03-b58d-a7e202e392fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001463 sec., 161995.8988380041 rows/sec., 10.86 MiB/sec. | ||
| 1464 | 2025.03.02 04:56:40.195032 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1465 | 2025.03.02 04:56:40.195096 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1466 | 2025.03.02 04:56:40.195128 [ 3 ] {e533c282-e78b-4c03-b58d-a7e202e392fa} <Debug> TCPHandler: Processed in 0.001718092 sec. | ||
| 1467 | 2025.03.02 04:56:40.195435 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1468 | 2025.03.02 04:56:40.195468 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 1469 | 2025.03.02 04:56:40.195653 [ 3 ] {18291636-e779-4dae-bfc2-54e6a8ae552b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1470 | 2025.03.02 04:56:40.195689 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1471 | 2025.03.02 04:56:40.195715 [ 3 ] {18291636-e779-4dae-bfc2-54e6a8ae552b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1472 | 2025.03.02 04:56:40.195737 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 1473 | 2025.03.02 04:56:40.195955 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 1474 | 2025.03.02 04:56:40.196414 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
| 1475 | 2025.03.02 04:56:40.196678 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 1476 | 2025.03.02 04:56:40.196945 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1477 | 2025.03.02 04:56:40.197196 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
| 1478 | 2025.03.02 04:56:40.197832 [ 3 ] {18291636-e779-4dae-bfc2-54e6a8ae552b} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1479 | 2025.03.02 04:56:40.197876 [ 3 ] {18291636-e779-4dae-bfc2-54e6a8ae552b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1480 | 2025.03.02 04:56:40.198502 [ 3 ] {18291636-e779-4dae-bfc2-54e6a8ae552b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1481 | 2025.03.02 04:56:40.198849 [ 3 ] {18291636-e779-4dae-bfc2-54e6a8ae552b} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1482 | 2025.03.02 04:56:40.199364 [ 3 ] {18291636-e779-4dae-bfc2-54e6a8ae552b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003725 sec., 268.4563758389262 rows/sec., 18.09 KiB/sec. | ||
| 1483 | 2025.03.02 04:56:40.199572 [ 3 ] {18291636-e779-4dae-bfc2-54e6a8ae552b} <Debug> TCPHandler: Processed in 0.004239285 sec. | ||
| 1484 | 2025.03.02 04:56:40.199691 [ 187 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 941 rows, containing 5 columns (5 merged, 0 gathered) in 0.004464458 sec., 210775.86573778943 rows/sec., 14.54 MiB/sec. | ||
| 1485 | 2025.03.02 04:56:40.199733 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1486 | 2025.03.02 04:56:40.199866 [ 3 ] {04682775-cb6f-40ca-a799-0145400732c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1487 | 2025.03.02 04:56:40.199897 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1488 | 2025.03.02 04:56:40.199962 [ 3 ] {04682775-cb6f-40ca-a799-0145400732c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1489 | 2025.03.02 04:56:40.200328 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2025.03.02 04:56:40.200458 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1491 | 2025.03.02 04:56:40.200583 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 1492 | 2025.03.02 04:56:40.201309 [ 3 ] {04682775-cb6f-40ca-a799-0145400732c8} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1493 | 2025.03.02 04:56:40.201347 [ 3 ] {04682775-cb6f-40ca-a799-0145400732c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1494 | 2025.03.02 04:56:40.204020 [ 3 ] {04682775-cb6f-40ca-a799-0145400732c8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1495 | 2025.03.02 04:56:40.204334 [ 3 ] {04682775-cb6f-40ca-a799-0145400732c8} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1496 | 2025.03.02 04:56:40.204680 [ 3 ] {04682775-cb6f-40ca-a799-0145400732c8} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.004835 sec., 7032.05791106515 rows/sec., 12.60 MiB/sec. | ||
| 1497 | 2025.03.02 04:56:40.204782 [ 3 ] {04682775-cb6f-40ca-a799-0145400732c8} <Debug> TCPHandler: Processed in 0.005116326 sec. | ||
| 1498 | 2025.03.02 04:56:40.204922 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1499 | 2025.03.02 04:56:40.205029 [ 3 ] {509f56ba-4b08-4553-8d9b-92fe4e9b59c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1500 | 2025.03.02 04:56:40.205075 [ 3 ] {509f56ba-4b08-4553-8d9b-92fe4e9b59c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1501 | 2025.03.02 04:56:40.205503 [ 3 ] {509f56ba-4b08-4553-8d9b-92fe4e9b59c3} <Trace> oximeter.measurements_i64 (15e4cc37-fcdb-482a-9e4e-56eb0e04f12f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1502 | 2025.03.02 04:56:40.205541 [ 3 ] {509f56ba-4b08-4553-8d9b-92fe4e9b59c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1503 | 2025.03.02 04:56:40.205966 [ 3 ] {509f56ba-4b08-4553-8d9b-92fe4e9b59c3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1504 | 2025.03.02 04:56:40.206212 [ 3 ] {509f56ba-4b08-4553-8d9b-92fe4e9b59c3} <Trace> oximeter.measurements_i64 (15e4cc37-fcdb-482a-9e4e-56eb0e04f12f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1505 | 2025.03.02 04:56:40.206481 [ 3 ] {509f56ba-4b08-4553-8d9b-92fe4e9b59c3} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001458 sec., 16460.905349794237 rows/sec., 1.19 MiB/sec. | ||
| 1506 | 2025.03.02 04:56:40.206550 [ 3 ] {509f56ba-4b08-4553-8d9b-92fe4e9b59c3} <Debug> TCPHandler: Processed in 0.001678841 sec. | ||
| 1507 | 2025.03.02 04:56:40.206654 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1508 | 2025.03.02 04:56:40.206756 [ 3 ] {61f77986-d6d4-4a3b-875d-da8172cdbb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1509 | 2025.03.02 04:56:40.206801 [ 3 ] {61f77986-d6d4-4a3b-875d-da8172cdbb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1510 | 2025.03.02 04:56:40.207222 [ 3 ] {61f77986-d6d4-4a3b-875d-da8172cdbb34} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1511 | 2025.03.02 04:56:40.207260 [ 3 ] {61f77986-d6d4-4a3b-875d-da8172cdbb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1512 | 2025.03.02 04:56:40.207611 [ 3 ] {61f77986-d6d4-4a3b-875d-da8172cdbb34} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1513 | 2025.03.02 04:56:40.207843 [ 3 ] {61f77986-d6d4-4a3b-875d-da8172cdbb34} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1514 | 2025.03.02 04:56:40.208040 [ 75 ] {} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1515 | 2025.03.02 04:56:40.208107 [ 75 ] {} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1516 | 2025.03.02 04:56:40.208145 [ 3 ] {61f77986-d6d4-4a3b-875d-da8172cdbb34} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001401 sec., 58529.621698786585 rows/sec., 3.72 MiB/sec. | ||
| 1517 | 2025.03.02 04:56:40.208153 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1518 | 2025.03.02 04:56:40.208292 [ 3 ] {61f77986-d6d4-4a3b-875d-da8172cdbb34} <Debug> TCPHandler: Processed in 0.001688742 sec. | ||
| 1519 | 2025.03.02 04:56:40.208360 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 1520 | 2025.03.02 04:56:40.208488 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1521 | 2025.03.02 04:56:40.208528 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 1522 | 2025.03.02 04:56:40.208646 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 1523 | 2025.03.02 04:56:40.208877 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 1524 | 2025.03.02 04:56:40.208987 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 1525 | 2025.03.02 04:56:40.209115 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1526 | 2025.03.02 04:56:40.209218 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
| 1527 | 2025.03.02 04:56:40.210262 [ 196 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 346 rows, containing 4 columns (4 merged, 0 gathered) in 0.001967756 sec., 175834.80878726832 rows/sec., 11.69 MiB/sec. | ||
| 1528 | 2025.03.02 04:56:40.210380 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1529 | 2025.03.02 04:56:40.210667 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_6_1} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1530 | 2025.03.02 04:56:40.210739 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_6_1} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1531 | 2025.03.02 04:56:40.210802 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1532 | 2025.03.02 04:56:43.048806 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1533 | 2025.03.02 04:56:43.049116 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1534 | 2025.03.02 04:56:43.049563 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1535 | 2025.03.02 04:56:43.049613 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1536 | 2025.03.02 04:56:43.049965 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1537 | 2025.03.02 04:56:43.050045 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1538 | 2025.03.02 04:56:43.050219 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1539 | 2025.03.02 04:56:43.050466 [ 290 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1540 | 2025.03.02 04:56:43.050473 [ 292 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1541 | 2025.03.02 04:56:43.050632 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1542 | 2025.03.02 04:56:43.050663 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1543 | 2025.03.02 04:56:43.052882 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1544 | 2025.03.02 04:56:43.052938 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1545 | 2025.03.02 04:56:43.053035 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1546 | 2025.03.02 04:56:43.053118 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1547 | 2025.03.02 04:56:43.054692 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.005716 sec., 5948.215535339398 rows/sec., 228.94 KiB/sec. | ||
| 1548 | 2025.03.02 04:56:43.054853 [ 3 ] {022fd936-2b90-4257-aeb6-d63e1df5a09b} <Debug> TCPHandler: Processed in 0.006187961 sec. | ||
| 1549 | 2025.03.02 04:56:43.055139 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1550 | 2025.03.02 04:56:43.055305 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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: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) | ||
| 1551 | 2025.03.02 04:56:43.055606 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1552 | 2025.03.02 04:56:43.055653 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <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: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 | ||
| 1553 | 2025.03.02 04:56:43.055963 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1554 | 2025.03.02 04:56:43.056029 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1555 | 2025.03.02 04:56:43.056169 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1556 | 2025.03.02 04:56:43.056275 [ 293 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1557 | 2025.03.02 04:56:43.056279 [ 290 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1558 | 2025.03.02 04:56:43.056420 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1559 | 2025.03.02 04:56:43.056449 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1560 | 2025.03.02 04:56:43.056530 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1561 | 2025.03.02 04:56:43.056550 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1562 | 2025.03.02 04:56:43.056590 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <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: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'))" | ||
| 1563 | 2025.03.02 04:56:43.056632 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <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: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'))" | ||
| 1564 | 2025.03.02 04:56:43.057647 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002421 sec., 14043.783560512185 rows/sec., 540.52 KiB/sec. | ||
| 1565 | 2025.03.02 04:56:43.057800 [ 3 ] {fd9ca1a0-f8f5-4aaa-a49d-8da5c7576dec} <Debug> TCPHandler: Processed in 0.002712655 sec. | ||
| 1566 | 2025.03.02 04:56:43.058024 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1567 | 2025.03.02 04:56:43.058190 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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: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) | ||
| 1568 | 2025.03.02 04:56:43.058493 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1569 | 2025.03.02 04:56:43.058541 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <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: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 | ||
| 1570 | 2025.03.02 04:56:43.058857 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1571 | 2025.03.02 04:56:43.058922 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1572 | 2025.03.02 04:56:43.059061 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1573 | 2025.03.02 04:56:43.059170 [ 290 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1574 | 2025.03.02 04:56:43.059176 [ 292 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1575 | 2025.03.02 04:56:43.059290 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1576 | 2025.03.02 04:56:43.059317 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1577 | 2025.03.02 04:56:43.059397 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1578 | 2025.03.02 04:56:43.059417 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1579 | 2025.03.02 04:56:43.059458 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <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: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'))" | ||
| 1580 | 2025.03.02 04:56:43.059500 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <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: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'))" | ||
| 1581 | 2025.03.02 04:56:43.060567 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002457 sec., 13838.013838013838 rows/sec., 532.60 KiB/sec. | ||
| 1582 | 2025.03.02 04:56:43.060719 [ 3 ] {185a30c3-9f7d-474e-91c9-fcaeb32bf25a} <Debug> TCPHandler: Processed in 0.002745986 sec. | ||
| 1583 | 2025.03.02 04:56:43.060930 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1584 | 2025.03.02 04:56:43.061096 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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: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) | ||
| 1585 | 2025.03.02 04:56:43.061399 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1586 | 2025.03.02 04:56:43.061445 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <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: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 | ||
| 1587 | 2025.03.02 04:56:43.061758 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1588 | 2025.03.02 04:56:43.061823 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1589 | 2025.03.02 04:56:43.061962 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1590 | 2025.03.02 04:56:43.062064 [ 293 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1591 | 2025.03.02 04:56:43.062068 [ 290 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1592 | 2025.03.02 04:56:43.062182 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1593 | 2025.03.02 04:56:43.062210 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1594 | 2025.03.02 04:56:43.062290 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1595 | 2025.03.02 04:56:43.062310 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1596 | 2025.03.02 04:56:43.062349 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <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: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'))" | ||
| 1597 | 2025.03.02 04:56:43.062390 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <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: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'))" | ||
| 1598 | 2025.03.02 04:56:43.063398 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002382 sec., 14273.719563392107 rows/sec., 549.37 KiB/sec. | ||
| 1599 | 2025.03.02 04:56:43.063552 [ 3 ] {5ebda1aa-c8ae-4d9f-8621-5a3ad83f02e0} <Debug> TCPHandler: Processed in 0.002673535 sec. | ||
| 1600 | 2025.03.02 04:56:43.063807 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1601 | 2025.03.02 04:56:43.063977 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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: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) | ||
| 1602 | 2025.03.02 04:56:43.064282 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1603 | 2025.03.02 04:56:43.064330 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <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: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 | ||
| 1604 | 2025.03.02 04:56:43.064650 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1605 | 2025.03.02 04:56:43.064715 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1606 | 2025.03.02 04:56:43.064854 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1607 | 2025.03.02 04:56:43.064961 [ 290 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1608 | 2025.03.02 04:56:43.064965 [ 292 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1609 | 2025.03.02 04:56:43.065076 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1610 | 2025.03.02 04:56:43.065104 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1611 | 2025.03.02 04:56:43.065183 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1612 | 2025.03.02 04:56:43.065203 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1613 | 2025.03.02 04:56:43.065242 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <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: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'))" | ||
| 1614 | 2025.03.02 04:56:43.065285 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <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: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'))" | ||
| 1615 | 2025.03.02 04:56:43.066291 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002397 sec., 14184.397163120568 rows/sec., 545.93 KiB/sec. | ||
| 1616 | 2025.03.02 04:56:43.066445 [ 3 ] {47e4a225-03c3-4b7e-b13a-a8f2080025ff} <Debug> TCPHandler: Processed in 0.002689155 sec. | ||
| 1617 | 2025.03.02 04:56:43.066656 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1618 | 2025.03.02 04:56:43.066822 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) 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', '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) | ||
| 1619 | 2025.03.02 04:56:43.067131 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1620 | 2025.03.02 04:56:43.067180 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <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', '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 | ||
| 1621 | 2025.03.02 04:56:43.067501 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1622 | 2025.03.02 04:56:43.067566 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1623 | 2025.03.02 04:56:43.067707 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1624 | 2025.03.02 04:56:43.067808 [ 290 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1625 | 2025.03.02 04:56:43.067827 [ 293 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1626 | 2025.03.02 04:56:43.067936 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 1627 | 2025.03.02 04:56:43.067965 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1628 | 2025.03.02 04:56:43.068044 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1629 | 2025.03.02 04:56:43.068064 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1630 | 2025.03.02 04:56:43.068104 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <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', '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'))" | ||
| 1631 | 2025.03.02 04:56:43.068147 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <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', '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'))" | ||
| 1632 | 2025.03.02 04:56:43.069241 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002496 sec., 13621.794871794871 rows/sec., 524.28 KiB/sec. | ||
| 1633 | 2025.03.02 04:56:43.069392 [ 3 ] {80f58ad6-9c42-4194-a98d-ee1700c51b9b} <Debug> TCPHandler: Processed in 0.002785826 sec. | ||
| 1634 | 2025.03.02 04:56:43.155229 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1635 | 2025.03.02 04:56:43.155356 [ 3 ] {b86c3da5-4e94-4818-beb9-d8618afd1778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1636 | 2025.03.02 04:56:43.155418 [ 3 ] {b86c3da5-4e94-4818-beb9-d8618afd1778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1637 | 2025.03.02 04:56:43.156527 [ 3 ] {b86c3da5-4e94-4818-beb9-d8618afd1778} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1638 | 2025.03.02 04:56:43.156569 [ 3 ] {b86c3da5-4e94-4818-beb9-d8618afd1778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1639 | 2025.03.02 04:56:43.157066 [ 3 ] {b86c3da5-4e94-4818-beb9-d8618afd1778} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1640 | 2025.03.02 04:56:43.157296 [ 3 ] {b86c3da5-4e94-4818-beb9-d8618afd1778} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1641 | 2025.03.02 04:56:43.157537 [ 3 ] {b86c3da5-4e94-4818-beb9-d8618afd1778} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002217 sec., 2706.3599458728013 rows/sec., 602.59 KiB/sec. | ||
| 1642 | 2025.03.02 04:56:43.157592 [ 3 ] {b86c3da5-4e94-4818-beb9-d8618afd1778} <Debug> TCPHandler: Processed in 0.002417971 sec. | ||
| 1643 | 2025.03.02 04:56:43.157708 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1644 | 2025.03.02 04:56:43.157815 [ 3 ] {0a4cc43e-b788-40d3-9b0b-a7a6c4920dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1645 | 2025.03.02 04:56:43.157860 [ 3 ] {0a4cc43e-b788-40d3-9b0b-a7a6c4920dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1646 | 2025.03.02 04:56:43.159051 [ 3 ] {0a4cc43e-b788-40d3-9b0b-a7a6c4920dce} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1647 | 2025.03.02 04:56:43.159091 [ 3 ] {0a4cc43e-b788-40d3-9b0b-a7a6c4920dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1648 | 2025.03.02 04:56:43.159528 [ 3 ] {0a4cc43e-b788-40d3-9b0b-a7a6c4920dce} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1649 | 2025.03.02 04:56:43.159784 [ 3 ] {0a4cc43e-b788-40d3-9b0b-a7a6c4920dce} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1650 | 2025.03.02 04:56:43.159991 [ 3 ] {0a4cc43e-b788-40d3-9b0b-a7a6c4920dce} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.002199 sec., 543883.5834470213 rows/sec., 44.63 MiB/sec. | ||
| 1651 | 2025.03.02 04:56:43.160045 [ 3 ] {0a4cc43e-b788-40d3-9b0b-a7a6c4920dce} <Debug> TCPHandler: Processed in 0.002388541 sec. | ||
| 1652 | 2025.03.02 04:56:43.160148 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1653 | 2025.03.02 04:56:43.160251 [ 3 ] {27f7ec51-2013-450c-9ae0-5edcb83775bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1654 | 2025.03.02 04:56:43.160295 [ 3 ] {27f7ec51-2013-450c-9ae0-5edcb83775bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1655 | 2025.03.02 04:56:43.160888 [ 3 ] {27f7ec51-2013-450c-9ae0-5edcb83775bc} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1656 | 2025.03.02 04:56:43.160927 [ 3 ] {27f7ec51-2013-450c-9ae0-5edcb83775bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1657 | 2025.03.02 04:56:43.161277 [ 3 ] {27f7ec51-2013-450c-9ae0-5edcb83775bc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1658 | 2025.03.02 04:56:43.161513 [ 3 ] {27f7ec51-2013-450c-9ae0-5edcb83775bc} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1659 | 2025.03.02 04:56:43.161709 [ 3 ] {27f7ec51-2013-450c-9ae0-5edcb83775bc} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001479 sec., 154158.21501014198 rows/sec., 10.44 MiB/sec. | ||
| 1660 | 2025.03.02 04:56:43.161760 [ 3 ] {27f7ec51-2013-450c-9ae0-5edcb83775bc} <Debug> TCPHandler: Processed in 0.001661822 sec. | ||
| 1661 | 2025.03.02 04:56:43.161889 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1662 | 2025.03.02 04:56:43.161995 [ 3 ] {5582e23b-b2a4-4ce4-a645-0a133ddcd0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1663 | 2025.03.02 04:56:43.162039 [ 3 ] {5582e23b-b2a4-4ce4-a645-0a133ddcd0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1664 | 2025.03.02 04:56:43.162727 [ 3 ] {5582e23b-b2a4-4ce4-a645-0a133ddcd0aa} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1665 | 2025.03.02 04:56:43.162766 [ 3 ] {5582e23b-b2a4-4ce4-a645-0a133ddcd0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1666 | 2025.03.02 04:56:43.163133 [ 3 ] {5582e23b-b2a4-4ce4-a645-0a133ddcd0aa} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1667 | 2025.03.02 04:56:43.163371 [ 3 ] {5582e23b-b2a4-4ce4-a645-0a133ddcd0aa} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1668 | 2025.03.02 04:56:43.163589 [ 3 ] {5582e23b-b2a4-4ce4-a645-0a133ddcd0aa} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001616 sec., 321782.17821782175 rows/sec., 23.81 MiB/sec. | ||
| 1669 | 2025.03.02 04:56:43.163641 [ 3 ] {5582e23b-b2a4-4ce4-a645-0a133ddcd0aa} <Debug> TCPHandler: Processed in 0.001803883 sec. | ||
| 1670 | 2025.03.02 04:56:43.163771 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2025.03.02 04:56:43.163908 [ 3 ] {70d0c098-19ec-4699-9277-03f8f4a94a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1672 | 2025.03.02 04:56:43.163968 [ 3 ] {70d0c098-19ec-4699-9277-03f8f4a94a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1673 | 2025.03.02 04:56:43.165287 [ 3 ] {70d0c098-19ec-4699-9277-03f8f4a94a7a} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1674 | 2025.03.02 04:56:43.165325 [ 3 ] {70d0c098-19ec-4699-9277-03f8f4a94a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1675 | 2025.03.02 04:56:43.165896 [ 3 ] {70d0c098-19ec-4699-9277-03f8f4a94a7a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1676 | 2025.03.02 04:56:43.166137 [ 3 ] {70d0c098-19ec-4699-9277-03f8f4a94a7a} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1677 | 2025.03.02 04:56:43.166353 [ 3 ] {70d0c098-19ec-4699-9277-03f8f4a94a7a} <Debug> executeQuery: Read 2394 rows, 163.94 KiB in 0.002475 sec., 967272.7272727272 rows/sec., 64.68 MiB/sec. | ||
| 1678 | 2025.03.02 04:56:43.166407 [ 3 ] {70d0c098-19ec-4699-9277-03f8f4a94a7a} <Debug> TCPHandler: Processed in 0.002701305 sec. | ||
| 1679 | 2025.03.02 04:56:43.166519 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1680 | 2025.03.02 04:56:43.166626 [ 3 ] {36e7001a-0ff2-48e1-ba6f-eae0d7ed5790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1681 | 2025.03.02 04:56:43.166671 [ 3 ] {36e7001a-0ff2-48e1-ba6f-eae0d7ed5790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1682 | 2025.03.02 04:56:43.167099 [ 3 ] {36e7001a-0ff2-48e1-ba6f-eae0d7ed5790} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1683 | 2025.03.02 04:56:43.167137 [ 3 ] {36e7001a-0ff2-48e1-ba6f-eae0d7ed5790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1684 | 2025.03.02 04:56:43.167489 [ 3 ] {36e7001a-0ff2-48e1-ba6f-eae0d7ed5790} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1685 | 2025.03.02 04:56:43.167716 [ 3 ] {36e7001a-0ff2-48e1-ba6f-eae0d7ed5790} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1686 | 2025.03.02 04:56:43.167933 [ 3 ] {36e7001a-0ff2-48e1-ba6f-eae0d7ed5790} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001316 sec., 27355.623100303954 rows/sec., 1.84 MiB/sec. | ||
| 1687 | 2025.03.02 04:56:43.168098 [ 3 ] {36e7001a-0ff2-48e1-ba6f-eae0d7ed5790} <Debug> TCPHandler: Processed in 0.001624621 sec. | ||
| 1688 | 2025.03.02 04:56:43.372499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 248 | ||
| 1689 | 2025.03.02 04:56:43.376792 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1690 | 2025.03.02 04:56:43.376840 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1691 | 2025.03.02 04:56:43.378416 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1692 | 2025.03.02 04:56:43.378712 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1693 | 2025.03.02 04:56:43.379379 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 248 | ||
| 1694 | 2025.03.02 04:56:45.098852 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1695 | 2025.03.02 04:56:45.099073 [ 3 ] {c2f45966-5346-4937-ad62-57e462e1549e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1696 | 2025.03.02 04:56:45.099151 [ 3 ] {c2f45966-5346-4937-ad62-57e462e1549e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1697 | 2025.03.02 04:56:45.099952 [ 3 ] {c2f45966-5346-4937-ad62-57e462e1549e} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1698 | 2025.03.02 04:56:45.099998 [ 3 ] {c2f45966-5346-4937-ad62-57e462e1549e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1699 | 2025.03.02 04:56:45.100435 [ 3 ] {c2f45966-5346-4937-ad62-57e462e1549e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1700 | 2025.03.02 04:56:45.100683 [ 3 ] {c2f45966-5346-4937-ad62-57e462e1549e} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1701 | 2025.03.02 04:56:45.100943 [ 3 ] {c2f45966-5346-4937-ad62-57e462e1549e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001927 sec., 29060.716139076285 rows/sec., 2.22 MiB/sec. | ||
| 1702 | 2025.03.02 04:56:45.101008 [ 3 ] {c2f45966-5346-4937-ad62-57e462e1549e} <Debug> TCPHandler: Processed in 0.00229414 sec. | ||
| 1703 | 2025.03.02 04:56:45.101136 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1704 | 2025.03.02 04:56:45.101286 [ 3 ] {9db114ee-605b-46cf-9786-06e2cbf49c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1705 | 2025.03.02 04:56:45.101334 [ 3 ] {9db114ee-605b-46cf-9786-06e2cbf49c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1706 | 2025.03.02 04:56:45.101889 [ 3 ] {9db114ee-605b-46cf-9786-06e2cbf49c47} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1707 | 2025.03.02 04:56:45.101929 [ 3 ] {9db114ee-605b-46cf-9786-06e2cbf49c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1708 | 2025.03.02 04:56:45.102303 [ 3 ] {9db114ee-605b-46cf-9786-06e2cbf49c47} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1709 | 2025.03.02 04:56:45.102543 [ 3 ] {9db114ee-605b-46cf-9786-06e2cbf49c47} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1710 | 2025.03.02 04:56:45.102762 [ 3 ] {9db114ee-605b-46cf-9786-06e2cbf49c47} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001504 sec., 42553.19148936171 rows/sec., 3.32 MiB/sec. | ||
| 1711 | 2025.03.02 04:56:45.102817 [ 3 ] {9db114ee-605b-46cf-9786-06e2cbf49c47} <Debug> TCPHandler: Processed in 0.001734483 sec. | ||
| 1712 | 2025.03.02 04:56:45.102950 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1713 | 2025.03.02 04:56:45.103055 [ 3 ] {16acd4ee-04a5-4d49-98a6-40edccdfdd1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1714 | 2025.03.02 04:56:45.103104 [ 3 ] {16acd4ee-04a5-4d49-98a6-40edccdfdd1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1715 | 2025.03.02 04:56:45.103588 [ 3 ] {16acd4ee-04a5-4d49-98a6-40edccdfdd1a} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1716 | 2025.03.02 04:56:45.103628 [ 3 ] {16acd4ee-04a5-4d49-98a6-40edccdfdd1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1717 | 2025.03.02 04:56:45.104058 [ 3 ] {16acd4ee-04a5-4d49-98a6-40edccdfdd1a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1718 | 2025.03.02 04:56:45.104299 [ 3 ] {16acd4ee-04a5-4d49-98a6-40edccdfdd1a} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1719 | 2025.03.02 04:56:45.104562 [ 3 ] {16acd4ee-04a5-4d49-98a6-40edccdfdd1a} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001523 sec., 42022.32435981615 rows/sec., 2.93 MiB/sec. | ||
| 1720 | 2025.03.02 04:56:45.104711 [ 3 ] {16acd4ee-04a5-4d49-98a6-40edccdfdd1a} <Debug> TCPHandler: Processed in 0.001812543 sec. | ||
| 1721 | 2025.03.02 04:56:45.104815 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1722 | 2025.03.02 04:56:45.104919 [ 3 ] {9a93d426-d146-426c-b28d-0f6aacde83b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1723 | 2025.03.02 04:56:45.104965 [ 3 ] {9a93d426-d146-426c-b28d-0f6aacde83b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1724 | 2025.03.02 04:56:45.105416 [ 3 ] {9a93d426-d146-426c-b28d-0f6aacde83b9} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1725 | 2025.03.02 04:56:45.105455 [ 3 ] {9a93d426-d146-426c-b28d-0f6aacde83b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1726 | 2025.03.02 04:56:45.105803 [ 3 ] {9a93d426-d146-426c-b28d-0f6aacde83b9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1727 | 2025.03.02 04:56:45.106032 [ 3 ] {9a93d426-d146-426c-b28d-0f6aacde83b9} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1728 | 2025.03.02 04:56:45.106235 [ 3 ] {9a93d426-d146-426c-b28d-0f6aacde83b9} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001339 sec., 17923.82374906647 rows/sec., 1.21 MiB/sec. | ||
| 1729 | 2025.03.02 04:56:45.106288 [ 3 ] {9a93d426-d146-426c-b28d-0f6aacde83b9} <Debug> TCPHandler: Processed in 0.00152325 sec. | ||
| 1730 | 2025.03.02 04:56:45.881141 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1731 | 2025.03.02 04:56:45.881810 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1732 | 2025.03.02 04:56:45.881853 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1733 | 2025.03.02 04:56:45.882401 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1734 | 2025.03.02 04:56:45.882677 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1735 | 2025.03.02 04:56:45.882973 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1736 | 2025.03.02 04:56:46.088102 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1737 | 2025.03.02 04:56:46.107347 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1738 | 2025.03.02 04:56:46.107416 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1739 | 2025.03.02 04:56:46.114596 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1740 | 2025.03.02 04:56:46.115326 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1741 | 2025.03.02 04:56:46.117856 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1742 | 2025.03.02 04:56:47.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.83 MiB, peak 168.46 MiB, free memory in arenas 0.00 B, will set to 165.61 MiB (RSS), difference: 1.79 MiB | ||
| 1743 | 2025.03.02 04:56:50.111540 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1744 | 2025.03.02 04:56:50.111847 [ 3 ] {15e9cdee-5c45-4c67-a031-f2244b8a61a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1745 | 2025.03.02 04:56:50.111960 [ 3 ] {15e9cdee-5c45-4c67-a031-f2244b8a61a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1746 | 2025.03.02 04:56:50.113114 [ 3 ] {15e9cdee-5c45-4c67-a031-f2244b8a61a2} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1747 | 2025.03.02 04:56:50.113159 [ 3 ] {15e9cdee-5c45-4c67-a031-f2244b8a61a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1748 | 2025.03.02 04:56:50.113614 [ 3 ] {15e9cdee-5c45-4c67-a031-f2244b8a61a2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1749 | 2025.03.02 04:56:50.113879 [ 3 ] {15e9cdee-5c45-4c67-a031-f2244b8a61a2} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1750 | 2025.03.02 04:56:50.114082 [ 3 ] {15e9cdee-5c45-4c67-a031-f2244b8a61a2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002322 sec., 91300.6029285099 rows/sec., 5.81 MiB/sec. | ||
| 1751 | 2025.03.02 04:56:50.114146 [ 3 ] {15e9cdee-5c45-4c67-a031-f2244b8a61a2} <Debug> TCPHandler: Processed in 0.002794137 sec. | ||
| 1752 | 2025.03.02 04:56:50.114273 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1753 | 2025.03.02 04:56:50.114387 [ 3 ] {7f6c1de3-920f-4f81-b504-237114079193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1754 | 2025.03.02 04:56:50.114435 [ 3 ] {7f6c1de3-920f-4f81-b504-237114079193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1755 | 2025.03.02 04:56:50.115260 [ 3 ] {7f6c1de3-920f-4f81-b504-237114079193} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1756 | 2025.03.02 04:56:50.115298 [ 3 ] {7f6c1de3-920f-4f81-b504-237114079193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1757 | 2025.03.02 04:56:50.115712 [ 3 ] {7f6c1de3-920f-4f81-b504-237114079193} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1758 | 2025.03.02 04:56:50.115949 [ 3 ] {7f6c1de3-920f-4f81-b504-237114079193} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1759 | 2025.03.02 04:56:50.116130 [ 3 ] {7f6c1de3-920f-4f81-b504-237114079193} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001768 sec., 387443.4389140271 rows/sec., 30.82 MiB/sec. | ||
| 1760 | 2025.03.02 04:56:50.116182 [ 3 ] {7f6c1de3-920f-4f81-b504-237114079193} <Debug> TCPHandler: Processed in 0.001963216 sec. | ||
| 1761 | 2025.03.02 04:56:50.116312 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1762 | 2025.03.02 04:56:50.116453 [ 3 ] {8af30469-6799-4d6b-8641-4834ec3064e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1763 | 2025.03.02 04:56:50.116509 [ 3 ] {8af30469-6799-4d6b-8641-4834ec3064e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1764 | 2025.03.02 04:56:50.117086 [ 3 ] {8af30469-6799-4d6b-8641-4834ec3064e2} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1765 | 2025.03.02 04:56:50.117124 [ 3 ] {8af30469-6799-4d6b-8641-4834ec3064e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1766 | 2025.03.02 04:56:50.117478 [ 3 ] {8af30469-6799-4d6b-8641-4834ec3064e2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1767 | 2025.03.02 04:56:50.117718 [ 3 ] {8af30469-6799-4d6b-8641-4834ec3064e2} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1768 | 2025.03.02 04:56:50.117908 [ 3 ] {8af30469-6799-4d6b-8641-4834ec3064e2} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001478 sec., 94722.59810554804 rows/sec., 5.91 MiB/sec. | ||
| 1769 | 2025.03.02 04:56:50.117987 [ 3 ] {8af30469-6799-4d6b-8641-4834ec3064e2} <Debug> TCPHandler: Processed in 0.001740813 sec. | ||
| 1770 | 2025.03.02 04:56:50.118090 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1771 | 2025.03.02 04:56:50.118194 [ 3 ] {2f7dbdf4-cd7c-4272-b83c-ed34489fe32b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1772 | 2025.03.02 04:56:50.118238 [ 3 ] {2f7dbdf4-cd7c-4272-b83c-ed34489fe32b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1773 | 2025.03.02 04:56:50.118769 [ 3 ] {2f7dbdf4-cd7c-4272-b83c-ed34489fe32b} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1774 | 2025.03.02 04:56:50.118806 [ 3 ] {2f7dbdf4-cd7c-4272-b83c-ed34489fe32b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1775 | 2025.03.02 04:56:50.119149 [ 3 ] {2f7dbdf4-cd7c-4272-b83c-ed34489fe32b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1776 | 2025.03.02 04:56:50.119382 [ 3 ] {2f7dbdf4-cd7c-4272-b83c-ed34489fe32b} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1777 | 2025.03.02 04:56:50.119551 [ 3 ] {2f7dbdf4-cd7c-4272-b83c-ed34489fe32b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001378 sec., 82002.90275761973 rows/sec., 5.31 MiB/sec. | ||
| 1778 | 2025.03.02 04:56:50.119600 [ 3 ] {2f7dbdf4-cd7c-4272-b83c-ed34489fe32b} <Debug> TCPHandler: Processed in 0.001560251 sec. | ||
| 1779 | 2025.03.02 04:56:50.119727 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2025.03.02 04:56:50.119863 [ 3 ] {eda59f24-7315-43e3-b548-8002829085b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1781 | 2025.03.02 04:56:50.119918 [ 3 ] {eda59f24-7315-43e3-b548-8002829085b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1782 | 2025.03.02 04:56:50.120622 [ 3 ] {eda59f24-7315-43e3-b548-8002829085b0} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2025.03.02 04:56:50.120661 [ 3 ] {eda59f24-7315-43e3-b548-8002829085b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1784 | 2025.03.02 04:56:50.121019 [ 3 ] {eda59f24-7315-43e3-b548-8002829085b0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1785 | 2025.03.02 04:56:50.121250 [ 3 ] {eda59f24-7315-43e3-b548-8002829085b0} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.03.02 04:56:50.121503 [ 3 ] {eda59f24-7315-43e3-b548-8002829085b0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001648 sec., 67961.1650485437 rows/sec., 3.87 MiB/sec. | ||
| 1787 | 2025.03.02 04:56:50.121628 [ 3 ] {eda59f24-7315-43e3-b548-8002829085b0} <Debug> TCPHandler: Processed in 0.001965736 sec. | ||
| 1788 | 2025.03.02 04:56:50.121734 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2025.03.02 04:56:50.121836 [ 3 ] {b7cc4534-aae0-4746-9f4c-caff898b1214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1790 | 2025.03.02 04:56:50.121881 [ 3 ] {b7cc4534-aae0-4746-9f4c-caff898b1214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1791 | 2025.03.02 04:56:50.122514 [ 3 ] {b7cc4534-aae0-4746-9f4c-caff898b1214} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2025.03.02 04:56:50.122552 [ 3 ] {b7cc4534-aae0-4746-9f4c-caff898b1214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1793 | 2025.03.02 04:56:50.122916 [ 3 ] {b7cc4534-aae0-4746-9f4c-caff898b1214} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1794 | 2025.03.02 04:56:50.123146 [ 3 ] {b7cc4534-aae0-4746-9f4c-caff898b1214} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2025.03.02 04:56:50.123316 [ 3 ] {b7cc4534-aae0-4746-9f4c-caff898b1214} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001502 sec., 276964.0479360852 rows/sec., 19.71 MiB/sec. | ||
| 1796 | 2025.03.02 04:56:50.123368 [ 3 ] {b7cc4534-aae0-4746-9f4c-caff898b1214} <Debug> TCPHandler: Processed in 0.001684802 sec. | ||
| 1797 | 2025.03.02 04:56:50.123468 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1798 | 2025.03.02 04:56:50.123569 [ 3 ] {3a40b8ff-6be3-46a6-a4e3-fd35f04e0e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1799 | 2025.03.02 04:56:50.123614 [ 3 ] {3a40b8ff-6be3-46a6-a4e3-fd35f04e0e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1800 | 2025.03.02 04:56:50.124031 [ 3 ] {3a40b8ff-6be3-46a6-a4e3-fd35f04e0e3d} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1801 | 2025.03.02 04:56:50.124068 [ 3 ] {3a40b8ff-6be3-46a6-a4e3-fd35f04e0e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1802 | 2025.03.02 04:56:50.124415 [ 3 ] {3a40b8ff-6be3-46a6-a4e3-fd35f04e0e3d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1803 | 2025.03.02 04:56:50.124643 [ 3 ] {3a40b8ff-6be3-46a6-a4e3-fd35f04e0e3d} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1804 | 2025.03.02 04:56:50.124828 [ 3 ] {3a40b8ff-6be3-46a6-a4e3-fd35f04e0e3d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001275 sec., 4705.882352941177 rows/sec., 245.86 KiB/sec. | ||
| 1805 | 2025.03.02 04:56:50.124924 [ 3 ] {3a40b8ff-6be3-46a6-a4e3-fd35f04e0e3d} <Debug> TCPHandler: Processed in 0.0015068 sec. | ||
| 1806 | 2025.03.02 04:56:50.125067 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1807 | 2025.03.02 04:56:50.125196 [ 3 ] {8e4eebf6-8a50-4301-b904-3f8cf150aed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1808 | 2025.03.02 04:56:50.125253 [ 3 ] {8e4eebf6-8a50-4301-b904-3f8cf150aed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1809 | 2025.03.02 04:56:50.125811 [ 3 ] {8e4eebf6-8a50-4301-b904-3f8cf150aed0} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1810 | 2025.03.02 04:56:50.125849 [ 3 ] {8e4eebf6-8a50-4301-b904-3f8cf150aed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1811 | 2025.03.02 04:56:50.126217 [ 3 ] {8e4eebf6-8a50-4301-b904-3f8cf150aed0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1812 | 2025.03.02 04:56:50.126444 [ 3 ] {8e4eebf6-8a50-4301-b904-3f8cf150aed0} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1813 | 2025.03.02 04:56:50.126648 [ 3 ] {8e4eebf6-8a50-4301-b904-3f8cf150aed0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00148 sec., 160135.13513513515 rows/sec., 10.73 MiB/sec. | ||
| 1814 | 2025.03.02 04:56:50.126698 [ 3 ] {8e4eebf6-8a50-4301-b904-3f8cf150aed0} <Debug> TCPHandler: Processed in 0.001692662 sec. | ||
| 1815 | 2025.03.02 04:56:50.126808 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1816 | 2025.03.02 04:56:50.126914 [ 3 ] {a997d872-251f-453f-ad01-e2f61f7d4588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1817 | 2025.03.02 04:56:50.126960 [ 3 ] {a997d872-251f-453f-ad01-e2f61f7d4588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1818 | 2025.03.02 04:56:50.127359 [ 3 ] {a997d872-251f-453f-ad01-e2f61f7d4588} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1819 | 2025.03.02 04:56:50.127397 [ 3 ] {a997d872-251f-453f-ad01-e2f61f7d4588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1820 | 2025.03.02 04:56:50.127729 [ 3 ] {a997d872-251f-453f-ad01-e2f61f7d4588} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1821 | 2025.03.02 04:56:50.127968 [ 3 ] {a997d872-251f-453f-ad01-e2f61f7d4588} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1822 | 2025.03.02 04:56:50.128237 [ 3 ] {a997d872-251f-453f-ad01-e2f61f7d4588} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001328 sec., 753.0120481927711 rows/sec., 50.74 KiB/sec. | ||
| 1823 | 2025.03.02 04:56:50.128295 [ 3 ] {a997d872-251f-453f-ad01-e2f61f7d4588} <Debug> TCPHandler: Processed in 0.00153725 sec. | ||
| 1824 | 2025.03.02 04:56:50.128417 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1825 | 2025.03.02 04:56:50.128521 [ 3 ] {8a63ee1e-93ee-464c-a9e1-fdc1209603d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1826 | 2025.03.02 04:56:50.128587 [ 3 ] {8a63ee1e-93ee-464c-a9e1-fdc1209603d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1827 | 2025.03.02 04:56:50.129650 [ 3 ] {8a63ee1e-93ee-464c-a9e1-fdc1209603d7} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1828 | 2025.03.02 04:56:50.129688 [ 3 ] {8a63ee1e-93ee-464c-a9e1-fdc1209603d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1829 | 2025.03.02 04:56:50.130331 [ 3 ] {8a63ee1e-93ee-464c-a9e1-fdc1209603d7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1830 | 2025.03.02 04:56:50.130580 [ 3 ] {8a63ee1e-93ee-464c-a9e1-fdc1209603d7} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1831 | 2025.03.02 04:56:50.130853 [ 3 ] {8a63ee1e-93ee-464c-a9e1-fdc1209603d7} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00235 sec., 14468.085106382978 rows/sec., 25.93 MiB/sec. | ||
| 1832 | 2025.03.02 04:56:50.130950 [ 3 ] {8a63ee1e-93ee-464c-a9e1-fdc1209603d7} <Debug> TCPHandler: Processed in 0.002583903 sec. | ||
| 1833 | 2025.03.02 04:56:50.131082 [ 3 ] {} <Trace> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1834 | 2025.03.02 04:56:50.131186 [ 3 ] {f8cba58c-8a98-4404-941f-b09731b9fcf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60513) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1835 | 2025.03.02 04:56:50.131232 [ 3 ] {f8cba58c-8a98-4404-941f-b09731b9fcf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1836 | 2025.03.02 04:56:50.131644 [ 3 ] {f8cba58c-8a98-4404-941f-b09731b9fcf4} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1837 | 2025.03.02 04:56:50.131682 [ 3 ] {f8cba58c-8a98-4404-941f-b09731b9fcf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1838 | 2025.03.02 04:56:50.132026 [ 3 ] {f8cba58c-8a98-4404-941f-b09731b9fcf4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1839 | 2025.03.02 04:56:50.132255 [ 3 ] {f8cba58c-8a98-4404-941f-b09731b9fcf4} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1840 | 2025.03.02 04:56:50.132519 [ 3 ] {f8cba58c-8a98-4404-941f-b09731b9fcf4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00134 sec., 61194.029850746265 rows/sec., 3.89 MiB/sec. | ||
| 1841 | 2025.03.02 04:56:50.132642 [ 3 ] {f8cba58c-8a98-4404-941f-b09731b9fcf4} <Debug> TCPHandler: Processed in 0.001611881 sec. | ||
| 1842 | 2025.03.02 04:56:53.292214 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1843 | 2025.03.02 04:56:53.292282 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1844 | 2025.03.02 04:56:53.379995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 278 | ||
| 1845 | 2025.03.02 04:56:53.383425 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1846 | 2025.03.02 04:56:53.385997 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1847 | 2025.03.02 04:56:53.386087 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1848 | 2025.03.02 04:56:53.387400 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1849 | 2025.03.02 04:56:53.387489 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1850 | 2025.03.02 04:56:53.388994 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1851 | 2025.03.02 04:56:53.389638 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1852 | 2025.03.02 04:56:53.390766 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1853 | 2025.03.02 04:56:53.391257 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1854 | 2025.03.02 04:56:53.391596 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1855 | 2025.03.02 04:56:53.392261 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 278 | ||
| 1856 | 2025.03.02 04:56:53.617965 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1857 | 2025.03.02 04:56:53.638316 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1858 | 2025.03.02 04:56:53.638389 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1859 | 2025.03.02 04:56:53.644925 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1860 | 2025.03.02 04:56:53.645680 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1861 | 2025.03.02 04:56:53.648381 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1862 | 2025.03.02 04:56:54.453515 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1863 | 2025.03.02 04:56:54.453603 [ 3 ] {} <Debug> TCP-Session: 4b3c429d-2d9d-42a4-aa17-1eb711d1fd7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1864 | 2025.03.02 04:56:55.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.93 MiB, peak 170.18 MiB, free memory in arenas 0.00 B, will set to 166.00 MiB (RSS), difference: 2.07 MiB | ||
| 1865 | 2025.03.02 04:56:55.103516 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1866 | 2025.03.02 04:56:55.103702 [ 255 ] {f76e1a99-9140-4779-bc8e-02014f9dba0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1867 | 2025.03.02 04:56:55.103773 [ 255 ] {f76e1a99-9140-4779-bc8e-02014f9dba0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1868 | 2025.03.02 04:56:55.104558 [ 255 ] {f76e1a99-9140-4779-bc8e-02014f9dba0b} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1869 | 2025.03.02 04:56:55.104605 [ 255 ] {f76e1a99-9140-4779-bc8e-02014f9dba0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1870 | 2025.03.02 04:56:55.105047 [ 255 ] {f76e1a99-9140-4779-bc8e-02014f9dba0b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1871 | 2025.03.02 04:56:55.105303 [ 255 ] {f76e1a99-9140-4779-bc8e-02014f9dba0b} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1872 | 2025.03.02 04:56:55.105505 [ 49 ] {} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 1873 | 2025.03.02 04:56:55.105586 [ 49 ] {} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1874 | 2025.03.02 04:56:55.105623 [ 255 ] {f76e1a99-9140-4779-bc8e-02014f9dba0b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.18 MiB/sec. | ||
| 1875 | 2025.03.02 04:56:55.105632 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1876 | 2025.03.02 04:56:55.105792 [ 255 ] {f76e1a99-9140-4779-bc8e-02014f9dba0b} <Debug> TCPHandler: Processed in 0.002394071 sec. | ||
| 1877 | 2025.03.02 04:56:55.106006 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 1878 | 2025.03.02 04:56:55.106098 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1879 | 2025.03.02 04:56:55.106197 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1880 | 2025.03.02 04:56:55.106240 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 56 rows starting from the beginning of the part | ||
| 1881 | 2025.03.02 04:56:55.106247 [ 255 ] {2ad85911-1b29-473f-a0d9-f685b543121f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1882 | 2025.03.02 04:56:55.106320 [ 255 ] {2ad85911-1b29-473f-a0d9-f685b543121f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1883 | 2025.03.02 04:56:55.106339 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 685 rows starting from the beginning of the part | ||
| 1884 | 2025.03.02 04:56:55.106811 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1196 rows starting from the beginning of the part | ||
| 1885 | 2025.03.02 04:56:55.107144 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 1886 | 2025.03.02 04:56:55.107520 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 685 rows starting from the beginning of the part | ||
| 1887 | 2025.03.02 04:56:55.107903 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 1888 | 2025.03.02 04:56:55.109015 [ 255 ] {2ad85911-1b29-473f-a0d9-f685b543121f} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1889 | 2025.03.02 04:56:55.109061 [ 255 ] {2ad85911-1b29-473f-a0d9-f685b543121f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1890 | 2025.03.02 04:56:55.109631 [ 255 ] {2ad85911-1b29-473f-a0d9-f685b543121f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1891 | 2025.03.02 04:56:55.109901 [ 255 ] {2ad85911-1b29-473f-a0d9-f685b543121f} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1892 | 2025.03.02 04:56:55.110104 [ 49 ] {} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 1893 | 2025.03.02 04:56:55.110222 [ 49 ] {} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1894 | 2025.03.02 04:56:55.110342 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1895 | 2025.03.02 04:56:55.110446 [ 255 ] {2ad85911-1b29-473f-a0d9-f685b543121f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004205 sec., 15219.976218787157 rows/sec., 1.19 MiB/sec. | ||
| 1896 | 2025.03.02 04:56:55.110897 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2734 rows, containing 5 columns (5 merged, 0 gathered) in 0.005071275 sec., 539114.9168601584 rows/sec., 45.43 MiB/sec. | ||
| 1897 | 2025.03.02 04:56:55.110981 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 1898 | 2025.03.02 04:56:55.111001 [ 255 ] {2ad85911-1b29-473f-a0d9-f685b543121f} <Debug> TCPHandler: Processed in 0.005017545 sec. | ||
| 1899 | 2025.03.02 04:56:55.111322 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 1900 | 2025.03.02 04:56:55.111338 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1901 | 2025.03.02 04:56:55.111336 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1902 | 2025.03.02 04:56:55.111462 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 64 rows starting from the beginning of the part | ||
| 1903 | 2025.03.02 04:56:55.111674 [ 255 ] {4142db4b-0c17-4fa8-86e2-a940756d6dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1904 | 2025.03.02 04:56:55.111913 [ 255 ] {4142db4b-0c17-4fa8-86e2-a940756d6dc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1905 | 2025.03.02 04:56:55.112090 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 431 rows starting from the beginning of the part | ||
| 1906 | 2025.03.02 04:56:55.112276 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1907 | 2025.03.02 04:56:55.112699 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 520 rows starting from the beginning of the part | ||
| 1908 | 2025.03.02 04:56:55.112772 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_10_2} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 1909 | 2025.03.02 04:56:55.113193 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 1910 | 2025.03.02 04:56:55.113340 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 1911 | 2025.03.02 04:56:55.113709 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 416 rows starting from the beginning of the part | ||
| 1912 | 2025.03.02 04:56:55.114001 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
| 1913 | 2025.03.02 04:56:55.115090 [ 255 ] {4142db4b-0c17-4fa8-86e2-a940756d6dc2} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1914 | 2025.03.02 04:56:55.115148 [ 255 ] {4142db4b-0c17-4fa8-86e2-a940756d6dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1915 | 2025.03.02 04:56:55.116261 [ 255 ] {4142db4b-0c17-4fa8-86e2-a940756d6dc2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1916 | 2025.03.02 04:56:55.116660 [ 255 ] {4142db4b-0c17-4fa8-86e2-a940756d6dc2} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1917 | 2025.03.02 04:56:55.117301 [ 255 ] {4142db4b-0c17-4fa8-86e2-a940756d6dc2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005754 sec., 27806.74313521029 rows/sec., 1.94 MiB/sec. | ||
| 1918 | 2025.03.02 04:56:55.117657 [ 255 ] {4142db4b-0c17-4fa8-86e2-a940756d6dc2} <Debug> TCPHandler: Processed in 0.006419814 sec. | ||
| 1919 | 2025.03.02 04:56:55.117800 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1559 rows, containing 5 columns (5 merged, 0 gathered) in 0.007204873 sec., 216381.32969172392 rows/sec., 16.63 MiB/sec. | ||
| 1920 | 2025.03.02 04:56:55.117972 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1921 | 2025.03.02 04:56:55.118056 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 1922 | 2025.03.02 04:56:55.118099 [ 255 ] {f9b37183-4d33-4eb7-8e2d-5159535af728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1923 | 2025.03.02 04:56:55.118155 [ 255 ] {f9b37183-4d33-4eb7-8e2d-5159535af728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1924 | 2025.03.02 04:56:55.118432 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1925 | 2025.03.02 04:56:55.118514 [ 187 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_10_2} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 1926 | 2025.03.02 04:56:55.118619 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 1927 | 2025.03.02 04:56:55.118774 [ 255 ] {f9b37183-4d33-4eb7-8e2d-5159535af728} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1928 | 2025.03.02 04:56:55.118812 [ 255 ] {f9b37183-4d33-4eb7-8e2d-5159535af728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1929 | 2025.03.02 04:56:55.119160 [ 255 ] {f9b37183-4d33-4eb7-8e2d-5159535af728} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1930 | 2025.03.02 04:56:55.119376 [ 255 ] {f9b37183-4d33-4eb7-8e2d-5159535af728} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2025.03.02 04:56:55.119566 [ 255 ] {f9b37183-4d33-4eb7-8e2d-5159535af728} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. | ||
| 1932 | 2025.03.02 04:56:55.119615 [ 255 ] {f9b37183-4d33-4eb7-8e2d-5159535af728} <Debug> TCPHandler: Processed in 0.001764353 sec. | ||
| 1933 | 2025.03.02 04:57:00.110891 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1934 | 2025.03.02 04:57:00.111096 [ 255 ] {1aee1773-9e06-4b6f-be42-0b97da516889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1935 | 2025.03.02 04:57:00.111169 [ 255 ] {1aee1773-9e06-4b6f-be42-0b97da516889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1936 | 2025.03.02 04:57:00.112012 [ 255 ] {1aee1773-9e06-4b6f-be42-0b97da516889} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1937 | 2025.03.02 04:57:00.112064 [ 255 ] {1aee1773-9e06-4b6f-be42-0b97da516889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1938 | 2025.03.02 04:57:00.112497 [ 255 ] {1aee1773-9e06-4b6f-be42-0b97da516889} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1939 | 2025.03.02 04:57:00.112750 [ 255 ] {1aee1773-9e06-4b6f-be42-0b97da516889} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1940 | 2025.03.02 04:57:00.112980 [ 255 ] {1aee1773-9e06-4b6f-be42-0b97da516889} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001937 sec., 109447.59938048529 rows/sec., 6.96 MiB/sec. | ||
| 1941 | 2025.03.02 04:57:00.113047 [ 255 ] {1aee1773-9e06-4b6f-be42-0b97da516889} <Debug> TCPHandler: Processed in 0.00228421 sec. | ||
| 1942 | 2025.03.02 04:57:00.113184 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1943 | 2025.03.02 04:57:00.113297 [ 255 ] {7f15ebea-0bc1-4208-aea5-7d38804a7ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1944 | 2025.03.02 04:57:00.113345 [ 255 ] {7f15ebea-0bc1-4208-aea5-7d38804a7ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1945 | 2025.03.02 04:57:00.114201 [ 255 ] {7f15ebea-0bc1-4208-aea5-7d38804a7ce7} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1946 | 2025.03.02 04:57:00.114243 [ 255 ] {7f15ebea-0bc1-4208-aea5-7d38804a7ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1947 | 2025.03.02 04:57:00.114671 [ 255 ] {7f15ebea-0bc1-4208-aea5-7d38804a7ce7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1948 | 2025.03.02 04:57:00.114911 [ 255 ] {7f15ebea-0bc1-4208-aea5-7d38804a7ce7} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1949 | 2025.03.02 04:57:00.115135 [ 255 ] {7f15ebea-0bc1-4208-aea5-7d38804a7ce7} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001865 sec., 367292.2252010724 rows/sec., 29.22 MiB/sec. | ||
| 1950 | 2025.03.02 04:57:00.115187 [ 255 ] {7f15ebea-0bc1-4208-aea5-7d38804a7ce7} <Debug> TCPHandler: Processed in 0.002055437 sec. | ||
| 1951 | 2025.03.02 04:57:00.115306 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1952 | 2025.03.02 04:57:00.115412 [ 255 ] {a9fd036f-6d1f-4434-b0ba-aa51814218be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1953 | 2025.03.02 04:57:00.115457 [ 255 ] {a9fd036f-6d1f-4434-b0ba-aa51814218be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1954 | 2025.03.02 04:57:00.116017 [ 255 ] {a9fd036f-6d1f-4434-b0ba-aa51814218be} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1955 | 2025.03.02 04:57:00.116058 [ 255 ] {a9fd036f-6d1f-4434-b0ba-aa51814218be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1956 | 2025.03.02 04:57:00.116412 [ 255 ] {a9fd036f-6d1f-4434-b0ba-aa51814218be} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1957 | 2025.03.02 04:57:00.116652 [ 255 ] {a9fd036f-6d1f-4434-b0ba-aa51814218be} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1958 | 2025.03.02 04:57:00.116886 [ 255 ] {a9fd036f-6d1f-4434-b0ba-aa51814218be} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001492 sec., 93833.7801608579 rows/sec., 5.85 MiB/sec. | ||
| 1959 | 2025.03.02 04:57:00.117028 [ 255 ] {a9fd036f-6d1f-4434-b0ba-aa51814218be} <Debug> TCPHandler: Processed in 0.001768152 sec. | ||
| 1960 | 2025.03.02 04:57:00.117152 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1961 | 2025.03.02 04:57:00.117259 [ 255 ] {917ba056-42ea-4540-a19c-717fc67212cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1962 | 2025.03.02 04:57:00.117304 [ 255 ] {917ba056-42ea-4540-a19c-717fc67212cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1963 | 2025.03.02 04:57:00.117863 [ 255 ] {917ba056-42ea-4540-a19c-717fc67212cc} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1964 | 2025.03.02 04:57:00.117902 [ 255 ] {917ba056-42ea-4540-a19c-717fc67212cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1965 | 2025.03.02 04:57:00.118255 [ 255 ] {917ba056-42ea-4540-a19c-717fc67212cc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1966 | 2025.03.02 04:57:00.118487 [ 255 ] {917ba056-42ea-4540-a19c-717fc67212cc} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1967 | 2025.03.02 04:57:00.118691 [ 255 ] {917ba056-42ea-4540-a19c-717fc67212cc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001454 sec., 77716.64374140302 rows/sec., 5.03 MiB/sec. | ||
| 1968 | 2025.03.02 04:57:00.118741 [ 255 ] {917ba056-42ea-4540-a19c-717fc67212cc} <Debug> TCPHandler: Processed in 0.001639301 sec. | ||
| 1969 | 2025.03.02 04:57:00.118857 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1970 | 2025.03.02 04:57:00.118962 [ 255 ] {b94689fb-c593-4602-bb97-5d3fdf6e4a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1971 | 2025.03.02 04:57:00.119006 [ 255 ] {b94689fb-c593-4602-bb97-5d3fdf6e4a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1972 | 2025.03.02 04:57:00.119562 [ 255 ] {b94689fb-c593-4602-bb97-5d3fdf6e4a34} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1973 | 2025.03.02 04:57:00.119602 [ 255 ] {b94689fb-c593-4602-bb97-5d3fdf6e4a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1974 | 2025.03.02 04:57:00.119952 [ 255 ] {b94689fb-c593-4602-bb97-5d3fdf6e4a34} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1975 | 2025.03.02 04:57:00.120202 [ 255 ] {b94689fb-c593-4602-bb97-5d3fdf6e4a34} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1976 | 2025.03.02 04:57:00.120489 [ 255 ] {b94689fb-c593-4602-bb97-5d3fdf6e4a34} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00153 sec., 73202.61437908497 rows/sec., 4.17 MiB/sec. | ||
| 1977 | 2025.03.02 04:57:00.120565 [ 255 ] {b94689fb-c593-4602-bb97-5d3fdf6e4a34} <Debug> TCPHandler: Processed in 0.001758613 sec. | ||
| 1978 | 2025.03.02 04:57:00.120682 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1979 | 2025.03.02 04:57:00.120786 [ 255 ] {f1b9b9dd-a404-4d41-b52e-cacd1d0edd44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1980 | 2025.03.02 04:57:00.120831 [ 255 ] {f1b9b9dd-a404-4d41-b52e-cacd1d0edd44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1981 | 2025.03.02 04:57:00.121540 [ 255 ] {f1b9b9dd-a404-4d41-b52e-cacd1d0edd44} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1982 | 2025.03.02 04:57:00.121579 [ 255 ] {f1b9b9dd-a404-4d41-b52e-cacd1d0edd44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1983 | 2025.03.02 04:57:00.121947 [ 255 ] {f1b9b9dd-a404-4d41-b52e-cacd1d0edd44} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1984 | 2025.03.02 04:57:00.122177 [ 255 ] {f1b9b9dd-a404-4d41-b52e-cacd1d0edd44} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1985 | 2025.03.02 04:57:00.122400 [ 255 ] {f1b9b9dd-a404-4d41-b52e-cacd1d0edd44} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001636 sec., 254278.72860635695 rows/sec., 18.09 MiB/sec. | ||
| 1986 | 2025.03.02 04:57:00.122450 [ 255 ] {f1b9b9dd-a404-4d41-b52e-cacd1d0edd44} <Debug> TCPHandler: Processed in 0.001818383 sec. | ||
| 1987 | 2025.03.02 04:57:00.122567 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1988 | 2025.03.02 04:57:00.122671 [ 255 ] {b94960ce-aee6-4760-84bc-aa78586d89cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1989 | 2025.03.02 04:57:00.122717 [ 255 ] {b94960ce-aee6-4760-84bc-aa78586d89cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1990 | 2025.03.02 04:57:00.123153 [ 255 ] {b94960ce-aee6-4760-84bc-aa78586d89cb} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1991 | 2025.03.02 04:57:00.123192 [ 255 ] {b94960ce-aee6-4760-84bc-aa78586d89cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1992 | 2025.03.02 04:57:00.123538 [ 255 ] {b94960ce-aee6-4760-84bc-aa78586d89cb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1993 | 2025.03.02 04:57:00.123769 [ 255 ] {b94960ce-aee6-4760-84bc-aa78586d89cb} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1994 | 2025.03.02 04:57:00.123972 [ 255 ] {b94960ce-aee6-4760-84bc-aa78586d89cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec. | ||
| 1995 | 2025.03.02 04:57:00.124020 [ 255 ] {b94960ce-aee6-4760-84bc-aa78586d89cb} <Debug> TCPHandler: Processed in 0.00150199 sec. | ||
| 1996 | 2025.03.02 04:57:00.124146 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1997 | 2025.03.02 04:57:00.124261 [ 255 ] {afe10630-bb0a-4b93-8864-730fd5245717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1998 | 2025.03.02 04:57:00.124311 [ 255 ] {afe10630-bb0a-4b93-8864-730fd5245717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1999 | 2025.03.02 04:57:00.124869 [ 255 ] {afe10630-bb0a-4b93-8864-730fd5245717} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2000 | 2025.03.02 04:57:00.124908 [ 255 ] {afe10630-bb0a-4b93-8864-730fd5245717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2001 | 2025.03.02 04:57:00.125307 [ 255 ] {afe10630-bb0a-4b93-8864-730fd5245717} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2002 | 2025.03.02 04:57:00.125548 [ 255 ] {afe10630-bb0a-4b93-8864-730fd5245717} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2003 | 2025.03.02 04:57:00.125702 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2004 | 2025.03.02 04:57:00.125743 [ 255 ] {afe10630-bb0a-4b93-8864-730fd5245717} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001503 sec., 157684.63073852294 rows/sec., 10.57 MiB/sec. | ||
| 2005 | 2025.03.02 04:57:00.125747 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2006 | 2025.03.02 04:57:00.125796 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2007 | 2025.03.02 04:57:00.125816 [ 255 ] {afe10630-bb0a-4b93-8864-730fd5245717} <Debug> TCPHandler: Processed in 0.001723933 sec. | ||
| 2008 | 2025.03.02 04:57:00.126040 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2009 | 2025.03.02 04:57:00.126095 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 2010 | 2025.03.02 04:57:00.126179 [ 255 ] {4a2e004a-507c-4d41-87e2-b1547a365543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2011 | 2025.03.02 04:57:00.126258 [ 255 ] {4a2e004a-507c-4d41-87e2-b1547a365543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2012 | 2025.03.02 04:57:00.126669 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2013 | 2025.03.02 04:57:00.126845 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 941 rows starting from the beginning of the part | ||
| 2014 | 2025.03.02 04:57:00.127229 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2394 rows starting from the beginning of the part | ||
| 2015 | 2025.03.02 04:57:00.127679 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 2016 | 2025.03.02 04:57:00.128034 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2017 | 2025.03.02 04:57:00.128139 [ 255 ] {4a2e004a-507c-4d41-87e2-b1547a365543} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2018 | 2025.03.02 04:57:00.128256 [ 255 ] {4a2e004a-507c-4d41-87e2-b1547a365543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2019 | 2025.03.02 04:57:00.128263 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 2020 | 2025.03.02 04:57:00.128660 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
| 2021 | 2025.03.02 04:57:00.129602 [ 255 ] {4a2e004a-507c-4d41-87e2-b1547a365543} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2022 | 2025.03.02 04:57:00.130189 [ 255 ] {4a2e004a-507c-4d41-87e2-b1547a365543} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2025.03.02 04:57:00.130716 [ 255 ] {4a2e004a-507c-4d41-87e2-b1547a365543} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004543 sec., 220.1188641866608 rows/sec., 14.83 KiB/sec. | ||
| 2024 | 2025.03.02 04:57:00.130875 [ 255 ] {4a2e004a-507c-4d41-87e2-b1547a365543} <Debug> TCPHandler: Processed in 0.004920044 sec. | ||
| 2025 | 2025.03.02 04:57:00.131105 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2026 | 2025.03.02 04:57:00.131375 [ 255 ] {9622d66c-9c86-4388-9220-23a8542eaa8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2027 | 2025.03.02 04:57:00.131617 [ 255 ] {9622d66c-9c86-4388-9220-23a8542eaa8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2028 | 2025.03.02 04:57:00.132809 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4033 rows, containing 5 columns (5 merged, 0 gathered) in 0.00688817 sec., 585496.5832724802 rows/sec., 39.54 MiB/sec. | ||
| 2029 | 2025.03.02 04:57:00.133209 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2030 | 2025.03.02 04:57:00.133964 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2031 | 2025.03.02 04:57:00.134153 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2032 | 2025.03.02 04:57:00.134366 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 2033 | 2025.03.02 04:57:00.134555 [ 255 ] {9622d66c-9c86-4388-9220-23a8542eaa8f} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2034 | 2025.03.02 04:57:00.134600 [ 255 ] {9622d66c-9c86-4388-9220-23a8542eaa8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2035 | 2025.03.02 04:57:00.135276 [ 255 ] {9622d66c-9c86-4388-9220-23a8542eaa8f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2036 | 2025.03.02 04:57:00.135535 [ 255 ] {9622d66c-9c86-4388-9220-23a8542eaa8f} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2037 | 2025.03.02 04:57:00.135811 [ 255 ] {9622d66c-9c86-4388-9220-23a8542eaa8f} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.004514 sec., 7532.122286220647 rows/sec., 13.50 MiB/sec. | ||
| 2038 | 2025.03.02 04:57:00.135947 [ 255 ] {9622d66c-9c86-4388-9220-23a8542eaa8f} <Debug> TCPHandler: Processed in 0.004929144 sec. | ||
| 2039 | 2025.03.02 04:57:00.136064 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2040 | 2025.03.02 04:57:00.136167 [ 255 ] {996fff05-3d86-40c9-a99b-6dab6ee602d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2041 | 2025.03.02 04:57:00.136214 [ 255 ] {996fff05-3d86-40c9-a99b-6dab6ee602d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2042 | 2025.03.02 04:57:00.136713 [ 255 ] {996fff05-3d86-40c9-a99b-6dab6ee602d8} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2043 | 2025.03.02 04:57:00.136751 [ 255 ] {996fff05-3d86-40c9-a99b-6dab6ee602d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2044 | 2025.03.02 04:57:00.137118 [ 255 ] {996fff05-3d86-40c9-a99b-6dab6ee602d8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2045 | 2025.03.02 04:57:00.137352 [ 255 ] {996fff05-3d86-40c9-a99b-6dab6ee602d8} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2046 | 2025.03.02 04:57:00.137470 [ 23 ] {} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2047 | 2025.03.02 04:57:00.137510 [ 23 ] {} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2025.03.02 04:57:00.137533 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2049 | 2025.03.02 04:57:00.137545 [ 255 ] {996fff05-3d86-40c9-a99b-6dab6ee602d8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001398 sec., 58655.2217453505 rows/sec., 3.73 MiB/sec. | ||
| 2050 | 2025.03.02 04:57:00.137607 [ 255 ] {996fff05-3d86-40c9-a99b-6dab6ee602d8} <Debug> TCPHandler: Processed in 0.001592771 sec. | ||
| 2051 | 2025.03.02 04:57:00.137666 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 2052 | 2025.03.02 04:57:00.137752 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2053 | 2025.03.02 04:57:00.137788 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 346 rows starting from the beginning of the part | ||
| 2054 | 2025.03.02 04:57:00.137866 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part | ||
| 2055 | 2025.03.02 04:57:00.138069 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 2056 | 2025.03.02 04:57:00.138138 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2057 | 2025.03.02 04:57:00.138318 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 2058 | 2025.03.02 04:57:00.138379 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
| 2059 | 2025.03.02 04:57:00.139491 [ 194 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 4 columns (4 merged, 0 gathered) in 0.001877814 sec., 335496.48687250173 rows/sec., 22.10 MiB/sec. | ||
| 2060 | 2025.03.02 04:57:00.139687 [ 195 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2061 | 2025.03.02 04:57:00.140006 [ 195 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_11_2} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2062 | 2025.03.02 04:57:00.140081 [ 195 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_11_2} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2063 | 2025.03.02 04:57:00.140146 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2064 | 2025.03.02 04:57:00.890947 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2065 | 2025.03.02 04:57:00.891574 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2066 | 2025.03.02 04:57:00.891618 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2067 | 2025.03.02 04:57:00.892140 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2068 | 2025.03.02 04:57:00.892398 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2069 | 2025.03.02 04:57:00.892604 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2070 | 2025.03.02 04:57:01.148486 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2071 | 2025.03.02 04:57:01.167755 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2072 | 2025.03.02 04:57:01.167821 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2073 | 2025.03.02 04:57:01.174977 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2074 | 2025.03.02 04:57:01.175719 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2075 | 2025.03.02 04:57:01.178629 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2076 | 2025.03.02 04:57:03.392480 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 308 | ||
| 2077 | 2025.03.02 04:57:03.395529 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2078 | 2025.03.02 04:57:03.395587 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2079 | 2025.03.02 04:57:03.397058 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2080 | 2025.03.02 04:57:03.397371 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2081 | 2025.03.02 04:57:03.397594 [ 36 ] {} <Debug> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2082 | 2025.03.02 04:57:03.397723 [ 36 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2083 | 2025.03.02 04:57:03.397794 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2084 | 2025.03.02 04:57:03.398571 [ 199 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::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 | ||
| 2085 | 2025.03.02 04:57:03.399244 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 308 | ||
| 2086 | 2025.03.02 04:57:03.399732 [ 199 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2087 | 2025.03.02 04:57:03.399909 [ 199 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::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 | ||
| 2088 | 2025.03.02 04:57:03.400421 [ 199 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::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 | ||
| 2089 | 2025.03.02 04:57:03.400905 [ 199 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 2090 | 2025.03.02 04:57:03.401373 [ 199 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 90 rows starting from the beginning of the part | ||
| 2091 | 2025.03.02 04:57:03.401844 [ 199 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 2092 | 2025.03.02 04:57:03.402326 [ 199 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 2093 | 2025.03.02 04:57:03.409745 [ 194 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 72 columns (72 merged, 0 gathered) in 0.011779343 sec., 26147.468496332946 rows/sec., 26.89 MiB/sec. | ||
| 2094 | 2025.03.02 04:57:03.410807 [ 197 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2095 | 2025.03.02 04:57:03.411679 [ 197 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_6_1} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2096 | 2025.03.02 04:57:03.411778 [ 197 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_6_1} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2097 | 2025.03.02 04:57:03.412118 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. | ||
| 2098 | 2025.03.02 04:57:05.103596 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2099 | 2025.03.02 04:57:05.103798 [ 255 ] {9ac482ef-f3e2-4d9d-a3fa-3efdbd84f8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2100 | 2025.03.02 04:57:05.103878 [ 255 ] {9ac482ef-f3e2-4d9d-a3fa-3efdbd84f8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2101 | 2025.03.02 04:57:05.104647 [ 255 ] {9ac482ef-f3e2-4d9d-a3fa-3efdbd84f8b9} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2102 | 2025.03.02 04:57:05.104694 [ 255 ] {9ac482ef-f3e2-4d9d-a3fa-3efdbd84f8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2103 | 2025.03.02 04:57:05.105124 [ 255 ] {9ac482ef-f3e2-4d9d-a3fa-3efdbd84f8b9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2104 | 2025.03.02 04:57:05.105395 [ 255 ] {9ac482ef-f3e2-4d9d-a3fa-3efdbd84f8b9} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2105 | 2025.03.02 04:57:05.105592 [ 255 ] {9ac482ef-f3e2-4d9d-a3fa-3efdbd84f8b9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00185 sec., 30270.27027027027 rows/sec., 2.31 MiB/sec. | ||
| 2106 | 2025.03.02 04:57:05.105656 [ 255 ] {9ac482ef-f3e2-4d9d-a3fa-3efdbd84f8b9} <Debug> TCPHandler: Processed in 0.002193469 sec. | ||
| 2107 | 2025.03.02 04:57:05.105790 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2108 | 2025.03.02 04:57:05.105903 [ 255 ] {af44cde5-6a4e-4961-8591-6f4e6ac8d276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2109 | 2025.03.02 04:57:05.105951 [ 255 ] {af44cde5-6a4e-4961-8591-6f4e6ac8d276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2110 | 2025.03.02 04:57:05.106508 [ 255 ] {af44cde5-6a4e-4961-8591-6f4e6ac8d276} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2111 | 2025.03.02 04:57:05.106545 [ 255 ] {af44cde5-6a4e-4961-8591-6f4e6ac8d276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2112 | 2025.03.02 04:57:05.106897 [ 255 ] {af44cde5-6a4e-4961-8591-6f4e6ac8d276} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2113 | 2025.03.02 04:57:05.107136 [ 255 ] {af44cde5-6a4e-4961-8591-6f4e6ac8d276} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2025.03.02 04:57:05.107309 [ 255 ] {af44cde5-6a4e-4961-8591-6f4e6ac8d276} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001434 sec., 44630.404463040446 rows/sec., 3.48 MiB/sec. | ||
| 2115 | 2025.03.02 04:57:05.107360 [ 255 ] {af44cde5-6a4e-4961-8591-6f4e6ac8d276} <Debug> TCPHandler: Processed in 0.001622371 sec. | ||
| 2116 | 2025.03.02 04:57:05.107484 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2117 | 2025.03.02 04:57:05.107592 [ 255 ] {fd080528-02a1-49eb-8568-cca196703672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2118 | 2025.03.02 04:57:05.107646 [ 255 ] {fd080528-02a1-49eb-8568-cca196703672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2119 | 2025.03.02 04:57:05.108157 [ 255 ] {fd080528-02a1-49eb-8568-cca196703672} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2025.03.02 04:57:05.108196 [ 255 ] {fd080528-02a1-49eb-8568-cca196703672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2121 | 2025.03.02 04:57:05.108574 [ 255 ] {fd080528-02a1-49eb-8568-cca196703672} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2122 | 2025.03.02 04:57:05.108807 [ 255 ] {fd080528-02a1-49eb-8568-cca196703672} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2123 | 2025.03.02 04:57:05.108998 [ 255 ] {fd080528-02a1-49eb-8568-cca196703672} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001427 sec., 112123.33566923616 rows/sec., 7.81 MiB/sec. | ||
| 2124 | 2025.03.02 04:57:05.109079 [ 255 ] {fd080528-02a1-49eb-8568-cca196703672} <Debug> TCPHandler: Processed in 0.001643531 sec. | ||
| 2125 | 2025.03.02 04:57:05.109200 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2126 | 2025.03.02 04:57:05.109306 [ 255 ] {1b9bfd24-cab0-456c-a1b6-106a74a2633e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2127 | 2025.03.02 04:57:05.109352 [ 255 ] {1b9bfd24-cab0-456c-a1b6-106a74a2633e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2128 | 2025.03.02 04:57:05.109786 [ 255 ] {1b9bfd24-cab0-456c-a1b6-106a74a2633e} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2129 | 2025.03.02 04:57:05.109824 [ 255 ] {1b9bfd24-cab0-456c-a1b6-106a74a2633e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2130 | 2025.03.02 04:57:05.110175 [ 255 ] {1b9bfd24-cab0-456c-a1b6-106a74a2633e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2131 | 2025.03.02 04:57:05.110406 [ 255 ] {1b9bfd24-cab0-456c-a1b6-106a74a2633e} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2132 | 2025.03.02 04:57:05.110628 [ 255 ] {1b9bfd24-cab0-456c-a1b6-106a74a2633e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
| 2133 | 2025.03.02 04:57:05.110812 [ 255 ] {1b9bfd24-cab0-456c-a1b6-106a74a2633e} <Debug> TCPHandler: Processed in 0.001659142 sec. | ||
| 2134 | 2025.03.02 04:57:08.292327 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2135 | 2025.03.02 04:57:08.292392 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2136 | 2025.03.02 04:57:08.392764 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2137 | 2025.03.02 04:57:08.393494 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2138 | 2025.03.02 04:57:08.393550 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2139 | 2025.03.02 04:57:08.394107 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2140 | 2025.03.02 04:57:08.394367 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2141 | 2025.03.02 04:57:08.394653 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2142 | 2025.03.02 04:57:08.678741 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2143 | 2025.03.02 04:57:08.699351 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2144 | 2025.03.02 04:57:08.699415 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2145 | 2025.03.02 04:57:08.706523 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2146 | 2025.03.02 04:57:08.707568 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2147 | 2025.03.02 04:57:08.710238 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2148 | 2025.03.02 04:57:10.112007 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2149 | 2025.03.02 04:57:10.112195 [ 255 ] {3d5258c5-5ff2-4b02-9a82-3d663b655192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2150 | 2025.03.02 04:57:10.112266 [ 255 ] {3d5258c5-5ff2-4b02-9a82-3d663b655192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2151 | 2025.03.02 04:57:10.113079 [ 255 ] {3d5258c5-5ff2-4b02-9a82-3d663b655192} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2152 | 2025.03.02 04:57:10.113131 [ 255 ] {3d5258c5-5ff2-4b02-9a82-3d663b655192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2153 | 2025.03.02 04:57:10.113578 [ 255 ] {3d5258c5-5ff2-4b02-9a82-3d663b655192} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2154 | 2025.03.02 04:57:10.113830 [ 255 ] {3d5258c5-5ff2-4b02-9a82-3d663b655192} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2155 | 2025.03.02 04:57:10.114073 [ 255 ] {3d5258c5-5ff2-4b02-9a82-3d663b655192} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001927 sec., 110015.5682407888 rows/sec., 7.00 MiB/sec. | ||
| 2156 | 2025.03.02 04:57:10.114167 [ 255 ] {3d5258c5-5ff2-4b02-9a82-3d663b655192} <Debug> TCPHandler: Processed in 0.002286919 sec. | ||
| 2157 | 2025.03.02 04:57:10.114281 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2158 | 2025.03.02 04:57:10.114390 [ 255 ] {180a7e53-9164-467b-bc9c-09bda0c70296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2159 | 2025.03.02 04:57:10.114439 [ 255 ] {180a7e53-9164-467b-bc9c-09bda0c70296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2160 | 2025.03.02 04:57:10.115260 [ 255 ] {180a7e53-9164-467b-bc9c-09bda0c70296} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2161 | 2025.03.02 04:57:10.115298 [ 255 ] {180a7e53-9164-467b-bc9c-09bda0c70296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2162 | 2025.03.02 04:57:10.115665 [ 255 ] {180a7e53-9164-467b-bc9c-09bda0c70296} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2163 | 2025.03.02 04:57:10.115887 [ 255 ] {180a7e53-9164-467b-bc9c-09bda0c70296} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2164 | 2025.03.02 04:57:10.116199 [ 255 ] {180a7e53-9164-467b-bc9c-09bda0c70296} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001831 sec., 374112.50682687055 rows/sec., 29.76 MiB/sec. | ||
| 2165 | 2025.03.02 04:57:10.116402 [ 255 ] {180a7e53-9164-467b-bc9c-09bda0c70296} <Debug> TCPHandler: Processed in 0.002166618 sec. | ||
| 2166 | 2025.03.02 04:57:10.116555 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2167 | 2025.03.02 04:57:10.116699 [ 255 ] {a8cea682-b570-4483-863b-7d31614bd09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2168 | 2025.03.02 04:57:10.116757 [ 255 ] {a8cea682-b570-4483-863b-7d31614bd09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2169 | 2025.03.02 04:57:10.117424 [ 255 ] {a8cea682-b570-4483-863b-7d31614bd09c} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2170 | 2025.03.02 04:57:10.117465 [ 255 ] {a8cea682-b570-4483-863b-7d31614bd09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2171 | 2025.03.02 04:57:10.117836 [ 255 ] {a8cea682-b570-4483-863b-7d31614bd09c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2172 | 2025.03.02 04:57:10.118078 [ 255 ] {a8cea682-b570-4483-863b-7d31614bd09c} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2173 | 2025.03.02 04:57:10.118316 [ 255 ] {a8cea682-b570-4483-863b-7d31614bd09c} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001645 sec., 85106.3829787234 rows/sec., 5.31 MiB/sec. | ||
| 2174 | 2025.03.02 04:57:10.118376 [ 255 ] {a8cea682-b570-4483-863b-7d31614bd09c} <Debug> TCPHandler: Processed in 0.001887265 sec. | ||
| 2175 | 2025.03.02 04:57:10.118507 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2176 | 2025.03.02 04:57:10.118643 [ 255 ] {8c74bf21-5376-4daa-83a0-937b8430c76b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2177 | 2025.03.02 04:57:10.118698 [ 255 ] {8c74bf21-5376-4daa-83a0-937b8430c76b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2178 | 2025.03.02 04:57:10.119349 [ 255 ] {8c74bf21-5376-4daa-83a0-937b8430c76b} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2179 | 2025.03.02 04:57:10.119388 [ 255 ] {8c74bf21-5376-4daa-83a0-937b8430c76b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2180 | 2025.03.02 04:57:10.119752 [ 255 ] {8c74bf21-5376-4daa-83a0-937b8430c76b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2181 | 2025.03.02 04:57:10.119991 [ 255 ] {8c74bf21-5376-4daa-83a0-937b8430c76b} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2182 | 2025.03.02 04:57:10.120274 [ 255 ] {8c74bf21-5376-4daa-83a0-937b8430c76b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001646 sec., 68651.2758201701 rows/sec., 4.44 MiB/sec. | ||
| 2183 | 2025.03.02 04:57:10.120339 [ 255 ] {8c74bf21-5376-4daa-83a0-937b8430c76b} <Debug> TCPHandler: Processed in 0.001895605 sec. | ||
| 2184 | 2025.03.02 04:57:10.120466 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2185 | 2025.03.02 04:57:10.120595 [ 255 ] {1b2e79d1-c1a3-4c10-b999-9d5645d982ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2186 | 2025.03.02 04:57:10.120648 [ 255 ] {1b2e79d1-c1a3-4c10-b999-9d5645d982ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2187 | 2025.03.02 04:57:10.121288 [ 255 ] {1b2e79d1-c1a3-4c10-b999-9d5645d982ba} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2188 | 2025.03.02 04:57:10.121327 [ 255 ] {1b2e79d1-c1a3-4c10-b999-9d5645d982ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2189 | 2025.03.02 04:57:10.121681 [ 255 ] {1b2e79d1-c1a3-4c10-b999-9d5645d982ba} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2190 | 2025.03.02 04:57:10.121947 [ 255 ] {1b2e79d1-c1a3-4c10-b999-9d5645d982ba} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2191 | 2025.03.02 04:57:10.122158 [ 255 ] {1b2e79d1-c1a3-4c10-b999-9d5645d982ba} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001592 sec., 70351.75879396984 rows/sec., 4.01 MiB/sec. | ||
| 2192 | 2025.03.02 04:57:10.122209 [ 255 ] {1b2e79d1-c1a3-4c10-b999-9d5645d982ba} <Debug> TCPHandler: Processed in 0.001805213 sec. | ||
| 2193 | 2025.03.02 04:57:10.122323 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2194 | 2025.03.02 04:57:10.122428 [ 255 ] {dcf3db30-f9ae-4007-8823-36d6c3d8b723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2195 | 2025.03.02 04:57:10.122472 [ 255 ] {dcf3db30-f9ae-4007-8823-36d6c3d8b723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2196 | 2025.03.02 04:57:10.123134 [ 255 ] {dcf3db30-f9ae-4007-8823-36d6c3d8b723} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2197 | 2025.03.02 04:57:10.123173 [ 255 ] {dcf3db30-f9ae-4007-8823-36d6c3d8b723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2198 | 2025.03.02 04:57:10.123536 [ 255 ] {dcf3db30-f9ae-4007-8823-36d6c3d8b723} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2199 | 2025.03.02 04:57:10.123768 [ 255 ] {dcf3db30-f9ae-4007-8823-36d6c3d8b723} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2200 | 2025.03.02 04:57:10.123972 [ 255 ] {dcf3db30-f9ae-4007-8823-36d6c3d8b723} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001566 sec., 265644.95530012774 rows/sec., 18.90 MiB/sec. | ||
| 2201 | 2025.03.02 04:57:10.124022 [ 255 ] {dcf3db30-f9ae-4007-8823-36d6c3d8b723} <Debug> TCPHandler: Processed in 0.001749943 sec. | ||
| 2202 | 2025.03.02 04:57:10.124137 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2203 | 2025.03.02 04:57:10.124243 [ 255 ] {07c33b91-5dfb-4ab8-aca5-db4ec41f5847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2204 | 2025.03.02 04:57:10.124290 [ 255 ] {07c33b91-5dfb-4ab8-aca5-db4ec41f5847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2205 | 2025.03.02 04:57:10.124726 [ 255 ] {07c33b91-5dfb-4ab8-aca5-db4ec41f5847} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2206 | 2025.03.02 04:57:10.124763 [ 255 ] {07c33b91-5dfb-4ab8-aca5-db4ec41f5847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2207 | 2025.03.02 04:57:10.125114 [ 255 ] {07c33b91-5dfb-4ab8-aca5-db4ec41f5847} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2208 | 2025.03.02 04:57:10.125346 [ 255 ] {07c33b91-5dfb-4ab8-aca5-db4ec41f5847} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2209 | 2025.03.02 04:57:10.125573 [ 255 ] {07c33b91-5dfb-4ab8-aca5-db4ec41f5847} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001345 sec., 4460.966542750929 rows/sec., 233.07 KiB/sec. | ||
| 2210 | 2025.03.02 04:57:10.125639 [ 255 ] {07c33b91-5dfb-4ab8-aca5-db4ec41f5847} <Debug> TCPHandler: Processed in 0.001553861 sec. | ||
| 2211 | 2025.03.02 04:57:10.125744 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2212 | 2025.03.02 04:57:10.125846 [ 255 ] {062028a0-f52e-44d4-8883-7b409e6ec9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2213 | 2025.03.02 04:57:10.125893 [ 255 ] {062028a0-f52e-44d4-8883-7b409e6ec9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2214 | 2025.03.02 04:57:10.126406 [ 255 ] {062028a0-f52e-44d4-8883-7b409e6ec9b2} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2215 | 2025.03.02 04:57:10.126443 [ 255 ] {062028a0-f52e-44d4-8883-7b409e6ec9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2216 | 2025.03.02 04:57:10.126816 [ 255 ] {062028a0-f52e-44d4-8883-7b409e6ec9b2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2217 | 2025.03.02 04:57:10.127069 [ 255 ] {062028a0-f52e-44d4-8883-7b409e6ec9b2} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2218 | 2025.03.02 04:57:10.127274 [ 255 ] {062028a0-f52e-44d4-8883-7b409e6ec9b2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001451 sec., 163335.6305995865 rows/sec., 10.95 MiB/sec. | ||
| 2219 | 2025.03.02 04:57:10.127325 [ 255 ] {062028a0-f52e-44d4-8883-7b409e6ec9b2} <Debug> TCPHandler: Processed in 0.001630711 sec. | ||
| 2220 | 2025.03.02 04:57:10.127441 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2221 | 2025.03.02 04:57:10.127544 [ 255 ] {4f2a467c-e049-4053-ba27-3452df1d5e7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2222 | 2025.03.02 04:57:10.127591 [ 255 ] {4f2a467c-e049-4053-ba27-3452df1d5e7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2223 | 2025.03.02 04:57:10.128001 [ 255 ] {4f2a467c-e049-4053-ba27-3452df1d5e7f} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2224 | 2025.03.02 04:57:10.128040 [ 255 ] {4f2a467c-e049-4053-ba27-3452df1d5e7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2225 | 2025.03.02 04:57:10.128370 [ 255 ] {4f2a467c-e049-4053-ba27-3452df1d5e7f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2226 | 2025.03.02 04:57:10.128600 [ 255 ] {4f2a467c-e049-4053-ba27-3452df1d5e7f} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2227 | 2025.03.02 04:57:10.128796 [ 255 ] {4f2a467c-e049-4053-ba27-3452df1d5e7f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001273 sec., 785.5459544383347 rows/sec., 52.93 KiB/sec. | ||
| 2228 | 2025.03.02 04:57:10.128844 [ 255 ] {4f2a467c-e049-4053-ba27-3452df1d5e7f} <Debug> TCPHandler: Processed in 0.001454779 sec. | ||
| 2229 | 2025.03.02 04:57:10.128947 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2230 | 2025.03.02 04:57:10.129049 [ 255 ] {ab53b6a9-f435-4058-a580-a1474ec3d191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2231 | 2025.03.02 04:57:10.129117 [ 255 ] {ab53b6a9-f435-4058-a580-a1474ec3d191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2232 | 2025.03.02 04:57:10.130213 [ 255 ] {ab53b6a9-f435-4058-a580-a1474ec3d191} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2233 | 2025.03.02 04:57:10.130251 [ 255 ] {ab53b6a9-f435-4058-a580-a1474ec3d191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2234 | 2025.03.02 04:57:10.130886 [ 255 ] {ab53b6a9-f435-4058-a580-a1474ec3d191} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2235 | 2025.03.02 04:57:10.131145 [ 255 ] {ab53b6a9-f435-4058-a580-a1474ec3d191} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2236 | 2025.03.02 04:57:10.131470 [ 255 ] {ab53b6a9-f435-4058-a580-a1474ec3d191} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00243 sec., 13991.769547325104 rows/sec., 25.07 MiB/sec. | ||
| 2237 | 2025.03.02 04:57:10.131578 [ 255 ] {ab53b6a9-f435-4058-a580-a1474ec3d191} <Debug> TCPHandler: Processed in 0.002680355 sec. | ||
| 2238 | 2025.03.02 04:57:10.131692 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2239 | 2025.03.02 04:57:10.131796 [ 255 ] {a23690eb-36c6-4da2-b4b0-57cd78da2b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2240 | 2025.03.02 04:57:10.131842 [ 255 ] {a23690eb-36c6-4da2-b4b0-57cd78da2b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2241 | 2025.03.02 04:57:10.132276 [ 255 ] {a23690eb-36c6-4da2-b4b0-57cd78da2b76} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2242 | 2025.03.02 04:57:10.132314 [ 255 ] {a23690eb-36c6-4da2-b4b0-57cd78da2b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2243 | 2025.03.02 04:57:10.132673 [ 255 ] {a23690eb-36c6-4da2-b4b0-57cd78da2b76} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2244 | 2025.03.02 04:57:10.132923 [ 255 ] {a23690eb-36c6-4da2-b4b0-57cd78da2b76} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2245 | 2025.03.02 04:57:10.133175 [ 255 ] {a23690eb-36c6-4da2-b4b0-57cd78da2b76} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0014 sec., 58571.42857142857 rows/sec., 3.72 MiB/sec. | ||
| 2246 | 2025.03.02 04:57:10.133365 [ 255 ] {a23690eb-36c6-4da2-b4b0-57cd78da2b76} <Debug> TCPHandler: Processed in 0.001719102 sec. | ||
| 2247 | 2025.03.02 04:57:13.399493 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 338 | ||
| 2248 | 2025.03.02 04:57:13.402449 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2249 | 2025.03.02 04:57:13.402491 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2250 | 2025.03.02 04:57:13.403975 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2251 | 2025.03.02 04:57:13.404299 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2252 | 2025.03.02 04:57:13.404862 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 338 | ||
| 2253 | 2025.03.02 04:57:13.914950 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2254 | 2025.03.02 04:57:13.915213 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) 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) | ||
| 2255 | 2025.03.02 04:57:13.915645 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2256 | 2025.03.02 04:57:13.915701 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <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 | ||
| 2257 | 2025.03.02 04:57:13.916095 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2258 | 2025.03.02 04:57:13.916180 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2259 | 2025.03.02 04:57:13.916355 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2260 | 2025.03.02 04:57:13.916559 [ 290 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2261 | 2025.03.02 04:57:13.916577 [ 292 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2262 | 2025.03.02 04:57:13.916564 [ 293 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2263 | 2025.03.02 04:57:13.916766 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (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 | ||
| 2264 | 2025.03.02 04:57:13.916792 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2265 | 2025.03.02 04:57:13.916909 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2266 | 2025.03.02 04:57:13.916932 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Reading approx. 40 rows with 3 streams | ||
| 2267 | 2025.03.02 04:57:13.916976 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <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'))" | ||
| 2268 | 2025.03.02 04:57:13.917025 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <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'))" | ||
| 2269 | 2025.03.02 04:57:13.917071 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <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'))" | ||
| 2270 | 2025.03.02 04:57:13.918889 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003799 sec., 10529.0866017373 rows/sec., 401.52 KiB/sec. | ||
| 2271 | 2025.03.02 04:57:13.919085 [ 255 ] {89fcb21a-90f9-473f-88c4-bc3c7a37a186} <Debug> TCPHandler: Processed in 0.004259705 sec. | ||
| 2272 | 2025.03.02 04:57:13.955712 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2273 | 2025.03.02 04:57:13.955839 [ 255 ] {bc32581b-1652-4c7f-8207-07f5f1d26a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2274 | 2025.03.02 04:57:13.955892 [ 255 ] {bc32581b-1652-4c7f-8207-07f5f1d26a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2275 | 2025.03.02 04:57:13.956565 [ 255 ] {bc32581b-1652-4c7f-8207-07f5f1d26a6b} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2276 | 2025.03.02 04:57:13.956604 [ 255 ] {bc32581b-1652-4c7f-8207-07f5f1d26a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2277 | 2025.03.02 04:57:13.957091 [ 255 ] {bc32581b-1652-4c7f-8207-07f5f1d26a6b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2278 | 2025.03.02 04:57:13.957316 [ 255 ] {bc32581b-1652-4c7f-8207-07f5f1d26a6b} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2279 | 2025.03.02 04:57:13.957523 [ 255 ] {bc32581b-1652-4c7f-8207-07f5f1d26a6b} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001715 sec., 583.0903790087464 rows/sec., 132.11 KiB/sec. | ||
| 2280 | 2025.03.02 04:57:13.957607 [ 255 ] {bc32581b-1652-4c7f-8207-07f5f1d26a6b} <Debug> TCPHandler: Processed in 0.001952786 sec. | ||
| 2281 | 2025.03.02 04:57:13.957715 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2282 | 2025.03.02 04:57:13.957823 [ 255 ] {4afb1466-007a-4946-909e-a943b0911b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2283 | 2025.03.02 04:57:13.957871 [ 255 ] {4afb1466-007a-4946-909e-a943b0911b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2284 | 2025.03.02 04:57:13.958386 [ 255 ] {4afb1466-007a-4946-909e-a943b0911b0c} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2285 | 2025.03.02 04:57:13.958424 [ 255 ] {4afb1466-007a-4946-909e-a943b0911b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2286 | 2025.03.02 04:57:13.958768 [ 255 ] {4afb1466-007a-4946-909e-a943b0911b0c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2287 | 2025.03.02 04:57:13.959007 [ 255 ] {4afb1466-007a-4946-909e-a943b0911b0c} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2288 | 2025.03.02 04:57:13.959192 [ 255 ] {4afb1466-007a-4946-909e-a943b0911b0c} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001388 sec., 7204.610951008646 rows/sec., 587.49 KiB/sec. | ||
| 2289 | 2025.03.02 04:57:13.959243 [ 255 ] {4afb1466-007a-4946-909e-a943b0911b0c} <Debug> TCPHandler: Processed in 0.00157983 sec. | ||
| 2290 | 2025.03.02 04:57:13.959348 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2291 | 2025.03.02 04:57:13.959450 [ 255 ] {e2bf3a56-daea-4de4-b9e3-b28d83e0b554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2292 | 2025.03.02 04:57:13.959494 [ 255 ] {e2bf3a56-daea-4de4-b9e3-b28d83e0b554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2293 | 2025.03.02 04:57:13.960550 [ 255 ] {e2bf3a56-daea-4de4-b9e3-b28d83e0b554} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2294 | 2025.03.02 04:57:13.960588 [ 255 ] {e2bf3a56-daea-4de4-b9e3-b28d83e0b554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2295 | 2025.03.02 04:57:13.961018 [ 255 ] {e2bf3a56-daea-4de4-b9e3-b28d83e0b554} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2296 | 2025.03.02 04:57:13.961265 [ 255 ] {e2bf3a56-daea-4de4-b9e3-b28d83e0b554} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2297 | 2025.03.02 04:57:13.961474 [ 255 ] {e2bf3a56-daea-4de4-b9e3-b28d83e0b554} <Debug> executeQuery: Read 1201 rows, 100.86 KiB in 0.00204 sec., 588725.4901960784 rows/sec., 48.28 MiB/sec. | ||
| 2298 | 2025.03.02 04:57:13.961561 [ 255 ] {e2bf3a56-daea-4de4-b9e3-b28d83e0b554} <Debug> TCPHandler: Processed in 0.002262749 sec. | ||
| 2299 | 2025.03.02 04:57:13.961667 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2300 | 2025.03.02 04:57:13.961770 [ 255 ] {3bda1aa4-aee1-4107-a878-4e242329e745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2301 | 2025.03.02 04:57:13.961815 [ 255 ] {3bda1aa4-aee1-4107-a878-4e242329e745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2302 | 2025.03.02 04:57:13.962327 [ 255 ] {3bda1aa4-aee1-4107-a878-4e242329e745} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2303 | 2025.03.02 04:57:13.962364 [ 255 ] {3bda1aa4-aee1-4107-a878-4e242329e745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2304 | 2025.03.02 04:57:13.962721 [ 255 ] {3bda1aa4-aee1-4107-a878-4e242329e745} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2305 | 2025.03.02 04:57:13.962961 [ 255 ] {3bda1aa4-aee1-4107-a878-4e242329e745} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2306 | 2025.03.02 04:57:13.963138 [ 255 ] {3bda1aa4-aee1-4107-a878-4e242329e745} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.00139 sec., 7194.244604316547 rows/sec., 502.33 KiB/sec. | ||
| 2307 | 2025.03.02 04:57:13.963188 [ 255 ] {3bda1aa4-aee1-4107-a878-4e242329e745} <Debug> TCPHandler: Processed in 0.001572781 sec. | ||
| 2308 | 2025.03.02 04:57:13.963290 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2309 | 2025.03.02 04:57:13.963392 [ 255 ] {eb5b510f-914b-4bf5-bffd-2d8be1ea91f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2310 | 2025.03.02 04:57:13.963435 [ 255 ] {eb5b510f-914b-4bf5-bffd-2d8be1ea91f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2311 | 2025.03.02 04:57:13.964012 [ 255 ] {eb5b510f-914b-4bf5-bffd-2d8be1ea91f6} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2312 | 2025.03.02 04:57:13.964049 [ 255 ] {eb5b510f-914b-4bf5-bffd-2d8be1ea91f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2313 | 2025.03.02 04:57:13.964395 [ 255 ] {eb5b510f-914b-4bf5-bffd-2d8be1ea91f6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2314 | 2025.03.02 04:57:13.964623 [ 255 ] {eb5b510f-914b-4bf5-bffd-2d8be1ea91f6} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2315 | 2025.03.02 04:57:13.964739 [ 27 ] {} <Debug> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2316 | 2025.03.02 04:57:13.964784 [ 27 ] {} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2317 | 2025.03.02 04:57:13.964806 [ 255 ] {eb5b510f-914b-4bf5-bffd-2d8be1ea91f6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001435 sec., 158885.01742160277 rows/sec., 10.76 MiB/sec. | ||
| 2318 | 2025.03.02 04:57:13.964811 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2319 | 2025.03.02 04:57:13.964910 [ 255 ] {eb5b510f-914b-4bf5-bffd-2d8be1ea91f6} <Debug> TCPHandler: Processed in 0.001664982 sec. | ||
| 2320 | 2025.03.02 04:57:13.965068 [ 194 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::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 | ||
| 2321 | 2025.03.02 04:57:13.965112 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2322 | 2025.03.02 04:57:13.965364 [ 255 ] {6cc182d8-36bc-4b38-a541-1fc5b9e6412a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2323 | 2025.03.02 04:57:13.965378 [ 194 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2324 | 2025.03.02 04:57:13.965461 [ 194 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::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 | ||
| 2325 | 2025.03.02 04:57:13.965462 [ 255 ] {6cc182d8-36bc-4b38-a541-1fc5b9e6412a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2326 | 2025.03.02 04:57:13.965815 [ 194 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 2327 | 2025.03.02 04:57:13.966137 [ 194 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part | ||
| 2328 | 2025.03.02 04:57:13.966542 [ 194 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::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 | ||
| 2329 | 2025.03.02 04:57:13.966911 [ 194 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::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 | ||
| 2330 | 2025.03.02 04:57:13.967262 [ 194 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
| 2331 | 2025.03.02 04:57:13.968667 [ 255 ] {6cc182d8-36bc-4b38-a541-1fc5b9e6412a} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2332 | 2025.03.02 04:57:13.968760 [ 255 ] {6cc182d8-36bc-4b38-a541-1fc5b9e6412a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2333 | 2025.03.02 04:57:13.969815 [ 255 ] {6cc182d8-36bc-4b38-a541-1fc5b9e6412a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2334 | 2025.03.02 04:57:13.970013 [ 197 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 5 columns (5 merged, 0 gathered) in 0.005081716 sec., 178679.80028793422 rows/sec., 12.52 MiB/sec. | ||
| 2335 | 2025.03.02 04:57:13.970275 [ 197 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2336 | 2025.03.02 04:57:13.970278 [ 255 ] {6cc182d8-36bc-4b38-a541-1fc5b9e6412a} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2337 | 2025.03.02 04:57:13.970857 [ 255 ] {6cc182d8-36bc-4b38-a541-1fc5b9e6412a} <Debug> executeQuery: Read 530 rows, 40.22 KiB in 0.005574 sec., 95084.32005740941 rows/sec., 7.05 MiB/sec. | ||
| 2338 | 2025.03.02 04:57:13.971020 [ 255 ] {6cc182d8-36bc-4b38-a541-1fc5b9e6412a} <Debug> TCPHandler: Processed in 0.005964538 sec. | ||
| 2339 | 2025.03.02 04:57:13.971139 [ 197 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_6_1} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2340 | 2025.03.02 04:57:13.971207 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2341 | 2025.03.02 04:57:13.971257 [ 197 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_6_1} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2342 | 2025.03.02 04:57:13.971384 [ 255 ] {6b07cb19-f6e3-4e46-8762-537484861b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2343 | 2025.03.02 04:57:13.971410 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 2344 | 2025.03.02 04:57:13.971469 [ 255 ] {6b07cb19-f6e3-4e46-8762-537484861b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2345 | 2025.03.02 04:57:13.972235 [ 255 ] {6b07cb19-f6e3-4e46-8762-537484861b18} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2346 | 2025.03.02 04:57:13.972275 [ 255 ] {6b07cb19-f6e3-4e46-8762-537484861b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2347 | 2025.03.02 04:57:13.972739 [ 255 ] {6b07cb19-f6e3-4e46-8762-537484861b18} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2348 | 2025.03.02 04:57:13.972978 [ 255 ] {6b07cb19-f6e3-4e46-8762-537484861b18} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2349 | 2025.03.02 04:57:13.973155 [ 255 ] {6b07cb19-f6e3-4e46-8762-537484861b18} <Debug> executeQuery: Read 969 rows, 66.60 KiB in 0.001845 sec., 525203.2520325202 rows/sec., 35.25 MiB/sec. | ||
| 2350 | 2025.03.02 04:57:13.973207 [ 255 ] {6b07cb19-f6e3-4e46-8762-537484861b18} <Debug> TCPHandler: Processed in 0.002063047 sec. | ||
| 2351 | 2025.03.02 04:57:13.973310 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2352 | 2025.03.02 04:57:13.973413 [ 255 ] {6e30685a-c3cf-47af-8f06-cb6f909fdd9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2353 | 2025.03.02 04:57:13.973458 [ 255 ] {6e30685a-c3cf-47af-8f06-cb6f909fdd9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2354 | 2025.03.02 04:57:13.973886 [ 255 ] {6e30685a-c3cf-47af-8f06-cb6f909fdd9b} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2355 | 2025.03.02 04:57:13.973923 [ 255 ] {6e30685a-c3cf-47af-8f06-cb6f909fdd9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2356 | 2025.03.02 04:57:13.974271 [ 255 ] {6e30685a-c3cf-47af-8f06-cb6f909fdd9b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2357 | 2025.03.02 04:57:13.974499 [ 255 ] {6e30685a-c3cf-47af-8f06-cb6f909fdd9b} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2358 | 2025.03.02 04:57:13.974801 [ 255 ] {6e30685a-c3cf-47af-8f06-cb6f909fdd9b} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001404 sec., 31339.03133903134 rows/sec., 2.11 MiB/sec. | ||
| 2359 | 2025.03.02 04:57:13.974885 [ 255 ] {6e30685a-c3cf-47af-8f06-cb6f909fdd9b} <Debug> TCPHandler: Processed in 0.001624831 sec. | ||
| 2360 | 2025.03.02 04:57:15.098494 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2361 | 2025.03.02 04:57:15.098704 [ 255 ] {89d3cd63-f00a-4eb9-a546-98b415499e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2362 | 2025.03.02 04:57:15.098786 [ 255 ] {89d3cd63-f00a-4eb9-a546-98b415499e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2363 | 2025.03.02 04:57:15.099617 [ 255 ] {89d3cd63-f00a-4eb9-a546-98b415499e02} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2364 | 2025.03.02 04:57:15.099667 [ 255 ] {89d3cd63-f00a-4eb9-a546-98b415499e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2365 | 2025.03.02 04:57:15.100090 [ 255 ] {89d3cd63-f00a-4eb9-a546-98b415499e02} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2366 | 2025.03.02 04:57:15.100340 [ 255 ] {89d3cd63-f00a-4eb9-a546-98b415499e02} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2367 | 2025.03.02 04:57:15.100577 [ 26 ] {} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 2368 | 2025.03.02 04:57:15.100639 [ 255 ] {89d3cd63-f00a-4eb9-a546-98b415499e02} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001984 sec., 28225.8064516129 rows/sec., 2.15 MiB/sec. | ||
| 2369 | 2025.03.02 04:57:15.100668 [ 26 ] {} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2370 | 2025.03.02 04:57:15.100741 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2371 | 2025.03.02 04:57:15.100777 [ 255 ] {89d3cd63-f00a-4eb9-a546-98b415499e02} <Debug> TCPHandler: Processed in 0.002423091 sec. | ||
| 2372 | 2025.03.02 04:57:15.101109 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2373 | 2025.03.02 04:57:15.101128 [ 194 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 2374 | 2025.03.02 04:57:15.101388 [ 255 ] {f159b7d6-3919-493b-94b6-6edfd81be2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2375 | 2025.03.02 04:57:15.101467 [ 194 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2376 | 2025.03.02 04:57:15.101486 [ 255 ] {f159b7d6-3919-493b-94b6-6edfd81be2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2377 | 2025.03.02 04:57:15.101548 [ 194 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 1825 rows starting from the beginning of the part | ||
| 2378 | 2025.03.02 04:57:15.101880 [ 194 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 685 rows starting from the beginning of the part | ||
| 2379 | 2025.03.02 04:57:15.102218 [ 194 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
| 2380 | 2025.03.02 04:57:15.102609 [ 194 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 685 rows starting from the beginning of the part | ||
| 2381 | 2025.03.02 04:57:15.103062 [ 194 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1201 rows starting from the beginning of the part | ||
| 2382 | 2025.03.02 04:57:15.103355 [ 194 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2383 | 2025.03.02 04:57:15.104481 [ 255 ] {f159b7d6-3919-493b-94b6-6edfd81be2c6} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2384 | 2025.03.02 04:57:15.104559 [ 255 ] {f159b7d6-3919-493b-94b6-6edfd81be2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2385 | 2025.03.02 04:57:15.105475 [ 255 ] {f159b7d6-3919-493b-94b6-6edfd81be2c6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2386 | 2025.03.02 04:57:15.105958 [ 255 ] {f159b7d6-3919-493b-94b6-6edfd81be2c6} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2387 | 2025.03.02 04:57:15.106139 [ 26 ] {} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 2388 | 2025.03.02 04:57:15.106214 [ 26 ] {} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2389 | 2025.03.02 04:57:15.106257 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2390 | 2025.03.02 04:57:15.106315 [ 255 ] {f159b7d6-3919-493b-94b6-6edfd81be2c6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004998 sec., 12805.122048819529 rows/sec., 1023.46 KiB/sec. | ||
| 2391 | 2025.03.02 04:57:15.106671 [ 255 ] {f159b7d6-3919-493b-94b6-6edfd81be2c6} <Debug> TCPHandler: Processed in 0.005674514 sec. | ||
| 2392 | 2025.03.02 04:57:15.106672 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 2393 | 2025.03.02 04:57:15.107108 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2394 | 2025.03.02 04:57:15.107326 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2395 | 2025.03.02 04:57:15.107458 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 887 rows starting from the beginning of the part | ||
| 2396 | 2025.03.02 04:57:15.107504 [ 255 ] {6d4d9485-520b-48f6-b584-56561b456513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2397 | 2025.03.02 04:57:15.107800 [ 255 ] {6d4d9485-520b-48f6-b584-56561b456513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2398 | 2025.03.02 04:57:15.108129 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 416 rows starting from the beginning of the part | ||
| 2399 | 2025.03.02 04:57:15.108506 [ 193 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4508 rows, containing 5 columns (5 merged, 0 gathered) in 0.0076193 sec., 591655.4014148281 rows/sec., 50.08 MiB/sec. | ||
| 2400 | 2025.03.02 04:57:15.108632 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
| 2401 | 2025.03.02 04:57:15.109058 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 416 rows starting from the beginning of the part | ||
| 2402 | 2025.03.02 04:57:15.109109 [ 194 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 2403 | 2025.03.02 04:57:15.109717 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 530 rows starting from the beginning of the part | ||
| 2404 | 2025.03.02 04:57:15.110228 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2405 | 2025.03.02 04:57:15.110874 [ 194 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2406 | 2025.03.02 04:57:15.111384 [ 194 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_15_3} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 2407 | 2025.03.02 04:57:15.111765 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 2408 | 2025.03.02 04:57:15.111995 [ 255 ] {6d4d9485-520b-48f6-b584-56561b456513} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2409 | 2025.03.02 04:57:15.112043 [ 255 ] {6d4d9485-520b-48f6-b584-56561b456513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2410 | 2025.03.02 04:57:15.112633 [ 255 ] {6d4d9485-520b-48f6-b584-56561b456513} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2411 | 2025.03.02 04:57:15.112923 [ 255 ] {6d4d9485-520b-48f6-b584-56561b456513} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2412 | 2025.03.02 04:57:15.113267 [ 255 ] {6d4d9485-520b-48f6-b584-56561b456513} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.005895 sec., 7124.681933842239 rows/sec., 507.58 KiB/sec. | ||
| 2413 | 2025.03.02 04:57:15.113593 [ 255 ] {6d4d9485-520b-48f6-b584-56561b456513} <Debug> TCPHandler: Processed in 0.006641166 sec. | ||
| 2414 | 2025.03.02 04:57:15.113691 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2377 rows, containing 5 columns (5 merged, 0 gathered) in 0.007321096 sec., 324678.1629417235 rows/sec., 24.83 MiB/sec. | ||
| 2415 | 2025.03.02 04:57:15.113750 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2416 | 2025.03.02 04:57:15.113887 [ 255 ] {9b4cf768-64a6-4183-a238-3cb2ae3daa19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2417 | 2025.03.02 04:57:15.113891 [ 194 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 2418 | 2025.03.02 04:57:15.114001 [ 255 ] {9b4cf768-64a6-4183-a238-3cb2ae3daa19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2419 | 2025.03.02 04:57:15.114485 [ 194 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2420 | 2025.03.02 04:57:15.114687 [ 194 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_15_3} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 2421 | 2025.03.02 04:57:15.114864 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 2422 | 2025.03.02 04:57:15.114989 [ 255 ] {9b4cf768-64a6-4183-a238-3cb2ae3daa19} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2423 | 2025.03.02 04:57:15.115034 [ 255 ] {9b4cf768-64a6-4183-a238-3cb2ae3daa19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2424 | 2025.03.02 04:57:15.115391 [ 255 ] {9b4cf768-64a6-4183-a238-3cb2ae3daa19} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2425 | 2025.03.02 04:57:15.115632 [ 255 ] {9b4cf768-64a6-4183-a238-3cb2ae3daa19} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2426 | 2025.03.02 04:57:15.115851 [ 255 ] {9b4cf768-64a6-4183-a238-3cb2ae3daa19} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.002007 sec., 7972.097658196312 rows/sec., 552.75 KiB/sec. | ||
| 2427 | 2025.03.02 04:57:15.115905 [ 255 ] {9b4cf768-64a6-4183-a238-3cb2ae3daa19} <Debug> TCPHandler: Processed in 0.002206889 sec. | ||
| 2428 | 2025.03.02 04:57:15.894834 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2429 | 2025.03.02 04:57:15.895717 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2430 | 2025.03.02 04:57:15.895770 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2431 | 2025.03.02 04:57:15.896310 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2432 | 2025.03.02 04:57:15.896588 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2433 | 2025.03.02 04:57:15.896824 [ 24 ] {} <Debug> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2434 | 2025.03.02 04:57:15.896871 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2435 | 2025.03.02 04:57:15.896948 [ 24 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2436 | 2025.03.02 04:57:15.896997 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2437 | 2025.03.02 04:57:15.897179 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 2438 | 2025.03.02 04:57:15.897344 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2439 | 2025.03.02 04:57:15.897393 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 2440 | 2025.03.02 04:57:15.897494 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 2441 | 2025.03.02 04:57:15.897710 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 2442 | 2025.03.02 04:57:15.897963 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 2443 | 2025.03.02 04:57:15.898169 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 2444 | 2025.03.02 04:57:15.898300 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 2445 | 2025.03.02 04:57:15.900148 [ 194 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.00303902 sec., 1665997.5913287837 rows/sec., 23.83 MiB/sec. | ||
| 2446 | 2025.03.02 04:57:15.900780 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2447 | 2025.03.02 04:57:15.901074 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_11_2} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2448 | 2025.03.02 04:57:15.901172 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_11_2} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2449 | 2025.03.02 04:57:15.901268 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2450 | 2025.03.02 04:57:16.210336 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2451 | 2025.03.02 04:57:16.232174 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2452 | 2025.03.02 04:57:16.232234 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2453 | 2025.03.02 04:57:16.239683 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2454 | 2025.03.02 04:57:16.240489 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2455 | 2025.03.02 04:57:16.240788 [ 56 ] {} <Debug> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2456 | 2025.03.02 04:57:16.240850 [ 56 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2457 | 2025.03.02 04:57:16.240888 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2458 | 2025.03.02 04:57:16.241355 [ 198 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 2459 | 2025.03.02 04:57:16.255638 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2460 | 2025.03.02 04:57:16.257355 [ 198 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2461 | 2025.03.02 04:57:16.258739 [ 198 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 2462 | 2025.03.02 04:57:16.263853 [ 198 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 2463 | 2025.03.02 04:57:16.269095 [ 198 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 2464 | 2025.03.02 04:57:16.274360 [ 198 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 2465 | 2025.03.02 04:57:16.279757 [ 198 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 2466 | 2025.03.02 04:57:16.284141 [ 198 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 2467 | 2025.03.02 04:57:16.340342 [ 189 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.099309134 sec., 835.7740789482668 rows/sec., 4.32 MiB/sec. | ||
| 2468 | 2025.03.02 04:57:16.341811 [ 194 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2469 | 2025.03.02 04:57:16.344304 [ 194 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_11_2} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2470 | 2025.03.02 04:57:16.344407 [ 194 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_11_2} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2471 | 2025.03.02 04:57:16.345586 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2472 | 2025.03.02 04:57:17.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.57 MiB, peak 178.46 MiB, free memory in arenas 0.00 B, will set to 169.74 MiB (RSS), difference: 1.17 MiB | ||
| 2473 | 2025.03.02 04:57:20.111807 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2474 | 2025.03.02 04:57:20.112018 [ 255 ] {e22f0edf-f1fb-4a17-be7f-0f2d7bb6ceb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2475 | 2025.03.02 04:57:20.112099 [ 255 ] {e22f0edf-f1fb-4a17-be7f-0f2d7bb6ceb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2476 | 2025.03.02 04:57:20.113044 [ 255 ] {e22f0edf-f1fb-4a17-be7f-0f2d7bb6ceb9} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2477 | 2025.03.02 04:57:20.113099 [ 255 ] {e22f0edf-f1fb-4a17-be7f-0f2d7bb6ceb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2478 | 2025.03.02 04:57:20.113574 [ 255 ] {e22f0edf-f1fb-4a17-be7f-0f2d7bb6ceb9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2479 | 2025.03.02 04:57:20.113844 [ 255 ] {e22f0edf-f1fb-4a17-be7f-0f2d7bb6ceb9} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2480 | 2025.03.02 04:57:20.114038 [ 104 ] {} <Debug> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2481 | 2025.03.02 04:57:20.114121 [ 255 ] {e22f0edf-f1fb-4a17-be7f-0f2d7bb6ceb9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002154 sec., 98421.54131847725 rows/sec., 6.26 MiB/sec. | ||
| 2482 | 2025.03.02 04:57:20.114127 [ 104 ] {} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2483 | 2025.03.02 04:57:20.114215 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2484 | 2025.03.02 04:57:20.114272 [ 255 ] {e22f0edf-f1fb-4a17-be7f-0f2d7bb6ceb9} <Debug> TCPHandler: Processed in 0.002606574 sec. | ||
| 2485 | 2025.03.02 04:57:20.114635 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2486 | 2025.03.02 04:57:20.114670 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 2487 | 2025.03.02 04:57:20.114834 [ 255 ] {e3b981fc-bb2e-46e5-aa09-068b20a9dd5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2488 | 2025.03.02 04:57:20.114943 [ 255 ] {e3b981fc-bb2e-46e5-aa09-068b20a9dd5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2489 | 2025.03.02 04:57:20.114963 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2490 | 2025.03.02 04:57:20.115071 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 2491 | 2025.03.02 04:57:20.115381 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 2492 | 2025.03.02 04:57:20.115778 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 2493 | 2025.03.02 04:57:20.116135 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 2494 | 2025.03.02 04:57:20.116406 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 2495 | 2025.03.02 04:57:20.117750 [ 255 ] {e3b981fc-bb2e-46e5-aa09-068b20a9dd5f} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2496 | 2025.03.02 04:57:20.117824 [ 255 ] {e3b981fc-bb2e-46e5-aa09-068b20a9dd5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2497 | 2025.03.02 04:57:20.118907 [ 255 ] {e3b981fc-bb2e-46e5-aa09-068b20a9dd5f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2498 | 2025.03.02 04:57:20.119253 [ 192 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004916174 sec., 215614.82567541345 rows/sec., 14.54 MiB/sec. | ||
| 2499 | 2025.03.02 04:57:20.119411 [ 255 ] {e3b981fc-bb2e-46e5-aa09-068b20a9dd5f} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2500 | 2025.03.02 04:57:20.119588 [ 190 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2501 | 2025.03.02 04:57:20.120011 [ 255 ] {e3b981fc-bb2e-46e5-aa09-068b20a9dd5f} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.005212 sec., 131427.4750575595 rows/sec., 10.46 MiB/sec. | ||
| 2502 | 2025.03.02 04:57:20.120267 [ 255 ] {e3b981fc-bb2e-46e5-aa09-068b20a9dd5f} <Debug> TCPHandler: Processed in 0.005764035 sec. | ||
| 2503 | 2025.03.02 04:57:20.120456 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2504 | 2025.03.02 04:57:20.120500 [ 190 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_5_1} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2505 | 2025.03.02 04:57:20.120669 [ 255 ] {9fb2d1ca-75ac-4183-8d00-f7187142ac78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2506 | 2025.03.02 04:57:20.120693 [ 190 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_5_1} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2507 | 2025.03.02 04:57:20.120737 [ 255 ] {9fb2d1ca-75ac-4183-8d00-f7187142ac78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2508 | 2025.03.02 04:57:20.120873 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2509 | 2025.03.02 04:57:20.121467 [ 255 ] {9fb2d1ca-75ac-4183-8d00-f7187142ac78} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2510 | 2025.03.02 04:57:20.121513 [ 255 ] {9fb2d1ca-75ac-4183-8d00-f7187142ac78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2511 | 2025.03.02 04:57:20.121884 [ 255 ] {9fb2d1ca-75ac-4183-8d00-f7187142ac78} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2512 | 2025.03.02 04:57:20.122157 [ 255 ] {9fb2d1ca-75ac-4183-8d00-f7187142ac78} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2513 | 2025.03.02 04:57:20.122325 [ 104 ] {} <Debug> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2514 | 2025.03.02 04:57:20.122386 [ 104 ] {} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2515 | 2025.03.02 04:57:20.122403 [ 255 ] {9fb2d1ca-75ac-4183-8d00-f7187142ac78} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001786 sec., 78387.45800671892 rows/sec., 4.89 MiB/sec. | ||
| 2516 | 2025.03.02 04:57:20.122422 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2517 | 2025.03.02 04:57:20.122589 [ 255 ] {9fb2d1ca-75ac-4183-8d00-f7187142ac78} <Debug> TCPHandler: Processed in 0.002205508 sec. | ||
| 2518 | 2025.03.02 04:57:20.122675 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::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 | ||
| 2519 | 2025.03.02 04:57:20.122756 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2520 | 2025.03.02 04:57:20.122852 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2521 | 2025.03.02 04:57:20.122936 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 140 rows starting from the beginning of the part | ||
| 2522 | 2025.03.02 04:57:20.122945 [ 255 ] {5bcf481b-b910-4f13-b518-def63e908fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2523 | 2025.03.02 04:57:20.123085 [ 255 ] {5bcf481b-b910-4f13-b518-def63e908fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2524 | 2025.03.02 04:57:20.123193 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 140 rows starting from the beginning of the part | ||
| 2525 | 2025.03.02 04:57:20.123550 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 140 rows starting from the beginning of the part | ||
| 2526 | 2025.03.02 04:57:20.123921 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::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 | ||
| 2527 | 2025.03.02 04:57:20.124261 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 2528 | 2025.03.02 04:57:20.124587 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 140 rows starting from the beginning of the part | ||
| 2529 | 2025.03.02 04:57:20.126026 [ 255 ] {5bcf481b-b910-4f13-b518-def63e908fb1} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2530 | 2025.03.02 04:57:20.126108 [ 255 ] {5bcf481b-b910-4f13-b518-def63e908fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2531 | 2025.03.02 04:57:20.127031 [ 255 ] {5bcf481b-b910-4f13-b518-def63e908fb1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2532 | 2025.03.02 04:57:20.127334 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 710 rows, containing 5 columns (5 merged, 0 gathered) in 0.004773252 sec., 148745.55125101292 rows/sec., 9.86 MiB/sec. | ||
| 2533 | 2025.03.02 04:57:20.127492 [ 255 ] {5bcf481b-b910-4f13-b518-def63e908fb1} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2534 | 2025.03.02 04:57:20.127539 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2535 | 2025.03.02 04:57:20.128065 [ 255 ] {5bcf481b-b910-4f13-b518-def63e908fb1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005146 sec., 21958.802953750484 rows/sec., 1.42 MiB/sec. | ||
| 2536 | 2025.03.02 04:57:20.128230 [ 255 ] {5bcf481b-b910-4f13-b518-def63e908fb1} <Debug> TCPHandler: Processed in 0.005531322 sec. | ||
| 2537 | 2025.03.02 04:57:20.128265 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_6_1} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2538 | 2025.03.02 04:57:20.128414 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2539 | 2025.03.02 04:57:20.128416 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_6_1} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2540 | 2025.03.02 04:57:20.128584 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2541 | 2025.03.02 04:57:20.128608 [ 255 ] {20331da9-1b55-46a8-b63d-f672f22c7ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2542 | 2025.03.02 04:57:20.128665 [ 255 ] {20331da9-1b55-46a8-b63d-f672f22c7ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2543 | 2025.03.02 04:57:20.129251 [ 255 ] {20331da9-1b55-46a8-b63d-f672f22c7ae3} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2544 | 2025.03.02 04:57:20.129293 [ 255 ] {20331da9-1b55-46a8-b63d-f672f22c7ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2545 | 2025.03.02 04:57:20.129659 [ 255 ] {20331da9-1b55-46a8-b63d-f672f22c7ae3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2546 | 2025.03.02 04:57:20.129900 [ 255 ] {20331da9-1b55-46a8-b63d-f672f22c7ae3} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2547 | 2025.03.02 04:57:20.130061 [ 104 ] {} <Debug> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2548 | 2025.03.02 04:57:20.130120 [ 104 ] {} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2549 | 2025.03.02 04:57:20.130159 [ 255 ] {20331da9-1b55-46a8-b63d-f672f22c7ae3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001592 sec., 70351.75879396984 rows/sec., 4.01 MiB/sec. | ||
| 2550 | 2025.03.02 04:57:20.130167 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2551 | 2025.03.02 04:57:20.130354 [ 255 ] {20331da9-1b55-46a8-b63d-f672f22c7ae3} <Debug> TCPHandler: Processed in 0.002006546 sec. | ||
| 2552 | 2025.03.02 04:57:20.130484 [ 190 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 2553 | 2025.03.02 04:57:20.130699 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2554 | 2025.03.02 04:57:20.130758 [ 190 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2555 | 2025.03.02 04:57:20.130843 [ 190 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 2556 | 2025.03.02 04:57:20.130895 [ 255 ] {4a2de7c7-0b41-473a-894c-9a7cd8197a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2557 | 2025.03.02 04:57:20.131060 [ 255 ] {4a2de7c7-0b41-473a-894c-9a7cd8197a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2558 | 2025.03.02 04:57:20.131174 [ 190 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 2559 | 2025.03.02 04:57:20.131583 [ 190 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 2560 | 2025.03.02 04:57:20.131944 [ 190 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 2561 | 2025.03.02 04:57:20.132318 [ 190 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 2562 | 2025.03.02 04:57:20.133962 [ 255 ] {4a2de7c7-0b41-473a-894c-9a7cd8197a11} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2025.03.02 04:57:20.134038 [ 255 ] {4a2de7c7-0b41-473a-894c-9a7cd8197a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2564 | 2025.03.02 04:57:20.135011 [ 188 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004726012 sec., 118493.13967040287 rows/sec., 7.20 MiB/sec. | ||
| 2565 | 2025.03.02 04:57:20.135049 [ 255 ] {4a2de7c7-0b41-473a-894c-9a7cd8197a11} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2566 | 2025.03.02 04:57:20.135257 [ 186 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2567 | 2025.03.02 04:57:20.135518 [ 255 ] {4a2de7c7-0b41-473a-894c-9a7cd8197a11} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2568 | 2025.03.02 04:57:20.135877 [ 186 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_5_1} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2569 | 2025.03.02 04:57:20.135934 [ 255 ] {4a2de7c7-0b41-473a-894c-9a7cd8197a11} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.005069 sec., 82067.46892878281 rows/sec., 5.84 MiB/sec. | ||
| 2570 | 2025.03.02 04:57:20.136060 [ 186 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_5_1} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2571 | 2025.03.02 04:57:20.136103 [ 255 ] {4a2de7c7-0b41-473a-894c-9a7cd8197a11} <Debug> TCPHandler: Processed in 0.005500891 sec. | ||
| 2572 | 2025.03.02 04:57:20.136251 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2573 | 2025.03.02 04:57:20.136332 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2574 | 2025.03.02 04:57:20.136443 [ 255 ] {503906fb-e13e-40b3-90bb-5a752b410f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2575 | 2025.03.02 04:57:20.136493 [ 255 ] {503906fb-e13e-40b3-90bb-5a752b410f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2576 | 2025.03.02 04:57:20.136956 [ 255 ] {503906fb-e13e-40b3-90bb-5a752b410f16} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2577 | 2025.03.02 04:57:20.136995 [ 255 ] {503906fb-e13e-40b3-90bb-5a752b410f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2578 | 2025.03.02 04:57:20.137376 [ 255 ] {503906fb-e13e-40b3-90bb-5a752b410f16} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2579 | 2025.03.02 04:57:20.137611 [ 255 ] {503906fb-e13e-40b3-90bb-5a752b410f16} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2580 | 2025.03.02 04:57:20.137787 [ 140 ] {} <Debug> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2581 | 2025.03.02 04:57:20.137846 [ 255 ] {503906fb-e13e-40b3-90bb-5a752b410f16} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001415 sec., 4240.282685512368 rows/sec., 221.54 KiB/sec. | ||
| 2582 | 2025.03.02 04:57:20.137853 [ 140 ] {} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2583 | 2025.03.02 04:57:20.137945 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2584 | 2025.03.02 04:57:20.137974 [ 255 ] {503906fb-e13e-40b3-90bb-5a752b410f16} <Debug> TCPHandler: Processed in 0.001706423 sec. | ||
| 2585 | 2025.03.02 04:57:20.138166 [ 190 ] {7d1517be-ec41-4430-b35c-d76c9730d092::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 | ||
| 2586 | 2025.03.02 04:57:20.138222 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2587 | 2025.03.02 04:57:20.138393 [ 190 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2588 | 2025.03.02 04:57:20.138454 [ 255 ] {a089a034-7aba-45d9-90e8-109e428d1a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2589 | 2025.03.02 04:57:20.138465 [ 190 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 2590 | 2025.03.02 04:57:20.138566 [ 255 ] {a089a034-7aba-45d9-90e8-109e428d1a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2591 | 2025.03.02 04:57:20.138727 [ 190 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 2592 | 2025.03.02 04:57:20.139129 [ 190 ] {7d1517be-ec41-4430-b35c-d76c9730d092::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 | ||
| 2593 | 2025.03.02 04:57:20.139439 [ 190 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2594 | 2025.03.02 04:57:20.139829 [ 190 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2595 | 2025.03.02 04:57:20.141333 [ 255 ] {a089a034-7aba-45d9-90e8-109e428d1a63} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2025.03.02 04:57:20.141413 [ 255 ] {a089a034-7aba-45d9-90e8-109e428d1a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2597 | 2025.03.02 04:57:20.142184 [ 190 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004150324 sec., 7228.35132871554 rows/sec., 377.65 KiB/sec. | ||
| 2598 | 2025.03.02 04:57:20.142365 [ 190 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2599 | 2025.03.02 04:57:20.142455 [ 255 ] {a089a034-7aba-45d9-90e8-109e428d1a63} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2600 | 2025.03.02 04:57:20.142805 [ 190 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_5_1} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2601 | 2025.03.02 04:57:20.142967 [ 255 ] {a089a034-7aba-45d9-90e8-109e428d1a63} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2602 | 2025.03.02 04:57:20.142998 [ 190 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_5_1} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2603 | 2025.03.02 04:57:20.143151 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2604 | 2025.03.02 04:57:20.143305 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2605 | 2025.03.02 04:57:20.143395 [ 255 ] {a089a034-7aba-45d9-90e8-109e428d1a63} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00499 sec., 47494.98997995992 rows/sec., 3.18 MiB/sec. | ||
| 2606 | 2025.03.02 04:57:20.143401 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2607 | 2025.03.02 04:57:20.143515 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2608 | 2025.03.02 04:57:20.143560 [ 255 ] {a089a034-7aba-45d9-90e8-109e428d1a63} <Debug> TCPHandler: Processed in 0.00540342 sec. | ||
| 2609 | 2025.03.02 04:57:20.143750 [ 188 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 2610 | 2025.03.02 04:57:20.143809 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2611 | 2025.03.02 04:57:20.143985 [ 188 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2612 | 2025.03.02 04:57:20.144016 [ 255 ] {6816e62b-3c1c-415e-9cf7-b9c6447bbb95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2613 | 2025.03.02 04:57:20.144052 [ 188 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4033 rows starting from the beginning of the part | ||
| 2614 | 2025.03.02 04:57:20.144094 [ 255 ] {6816e62b-3c1c-415e-9cf7-b9c6447bbb95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2615 | 2025.03.02 04:57:20.144399 [ 188 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2616 | 2025.03.02 04:57:20.144783 [ 188 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 2617 | 2025.03.02 04:57:20.145137 [ 188 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 969 rows starting from the beginning of the part | ||
| 2618 | 2025.03.02 04:57:20.145469 [ 188 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part | ||
| 2619 | 2025.03.02 04:57:20.145725 [ 188 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
| 2620 | 2025.03.02 04:57:20.146659 [ 255 ] {6816e62b-3c1c-415e-9cf7-b9c6447bbb95} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2621 | 2025.03.02 04:57:20.146727 [ 255 ] {6816e62b-3c1c-415e-9cf7-b9c6447bbb95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2622 | 2025.03.02 04:57:20.147382 [ 255 ] {6816e62b-3c1c-415e-9cf7-b9c6447bbb95} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2623 | 2025.03.02 04:57:20.147938 [ 255 ] {6816e62b-3c1c-415e-9cf7-b9c6447bbb95} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2624 | 2025.03.02 04:57:20.148272 [ 140 ] {} <Debug> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2625 | 2025.03.02 04:57:20.148391 [ 140 ] {} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2626 | 2025.03.02 04:57:20.148480 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2627 | 2025.03.02 04:57:20.148652 [ 255 ] {6816e62b-3c1c-415e-9cf7-b9c6447bbb95} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004668 sec., 214.22450728363324 rows/sec., 14.44 KiB/sec. | ||
| 2628 | 2025.03.02 04:57:20.148889 [ 255 ] {6816e62b-3c1c-415e-9cf7-b9c6447bbb95} <Debug> TCPHandler: Processed in 0.005140407 sec. | ||
| 2629 | 2025.03.02 04:57:20.148929 [ 190 ] {e315bd19-fbbc-42b6-a309-1be84072caae::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 | ||
| 2630 | 2025.03.02 04:57:20.149186 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2631 | 2025.03.02 04:57:20.149507 [ 255 ] {3b7d985f-74b2-4af5-afca-e378e54a34c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2632 | 2025.03.02 04:57:20.149527 [ 190 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2633 | 2025.03.02 04:57:20.149608 [ 190 ] {e315bd19-fbbc-42b6-a309-1be84072caae::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 | ||
| 2634 | 2025.03.02 04:57:20.149691 [ 255 ] {3b7d985f-74b2-4af5-afca-e378e54a34c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2635 | 2025.03.02 04:57:20.149871 [ 190 ] {e315bd19-fbbc-42b6-a309-1be84072caae::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 | ||
| 2636 | 2025.03.02 04:57:20.150369 [ 190 ] {e315bd19-fbbc-42b6-a309-1be84072caae::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 | ||
| 2637 | 2025.03.02 04:57:20.151402 [ 190 ] {e315bd19-fbbc-42b6-a309-1be84072caae::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 | ||
| 2638 | 2025.03.02 04:57:20.151455 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5678 rows, containing 5 columns (5 merged, 0 gathered) in 0.007830112 sec., 725149.2698955009 rows/sec., 48.95 MiB/sec. | ||
| 2639 | 2025.03.02 04:57:20.151902 [ 190 ] {e315bd19-fbbc-42b6-a309-1be84072caae::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 | ||
| 2640 | 2025.03.02 04:57:20.152613 [ 200 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2641 | 2025.03.02 04:57:20.154338 [ 200 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2642 | 2025.03.02 04:57:20.154728 [ 200 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2643 | 2025.03.02 04:57:20.155182 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. | ||
| 2644 | 2025.03.02 04:57:20.156335 [ 201 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00768263 sec., 650.8187951261482 rows/sec., 43.85 KiB/sec. | ||
| 2645 | 2025.03.02 04:57:20.156648 [ 201 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2646 | 2025.03.02 04:57:20.156905 [ 255 ] {3b7d985f-74b2-4af5-afca-e378e54a34c8} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2647 | 2025.03.02 04:57:20.156958 [ 255 ] {3b7d985f-74b2-4af5-afca-e378e54a34c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2648 | 2025.03.02 04:57:20.157435 [ 190 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_5_1} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2649 | 2025.03.02 04:57:20.157669 [ 190 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_5_1} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2650 | 2025.03.02 04:57:20.157790 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2651 | 2025.03.02 04:57:20.158159 [ 255 ] {3b7d985f-74b2-4af5-afca-e378e54a34c8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2652 | 2025.03.02 04:57:20.158425 [ 255 ] {3b7d985f-74b2-4af5-afca-e378e54a34c8} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2653 | 2025.03.02 04:57:20.158706 [ 255 ] {3b7d985f-74b2-4af5-afca-e378e54a34c8} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.009317 sec., 3649.243318664806 rows/sec., 6.54 MiB/sec. | ||
| 2654 | 2025.03.02 04:57:20.158819 [ 255 ] {3b7d985f-74b2-4af5-afca-e378e54a34c8} <Debug> TCPHandler: Processed in 0.009756427 sec. | ||
| 2655 | 2025.03.02 04:57:20.158957 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2656 | 2025.03.02 04:57:20.159064 [ 255 ] {c1a8b760-f8b0-4ce1-ad1d-dc66da7d0cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2657 | 2025.03.02 04:57:20.159110 [ 255 ] {c1a8b760-f8b0-4ce1-ad1d-dc66da7d0cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2658 | 2025.03.02 04:57:20.159582 [ 255 ] {c1a8b760-f8b0-4ce1-ad1d-dc66da7d0cbd} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2659 | 2025.03.02 04:57:20.159621 [ 255 ] {c1a8b760-f8b0-4ce1-ad1d-dc66da7d0cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2660 | 2025.03.02 04:57:20.160062 [ 255 ] {c1a8b760-f8b0-4ce1-ad1d-dc66da7d0cbd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2661 | 2025.03.02 04:57:20.160307 [ 255 ] {c1a8b760-f8b0-4ce1-ad1d-dc66da7d0cbd} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2662 | 2025.03.02 04:57:20.160463 [ 140 ] {} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2663 | 2025.03.02 04:57:20.160519 [ 140 ] {} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2664 | 2025.03.02 04:57:20.160554 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2665 | 2025.03.02 04:57:20.160551 [ 255 ] {c1a8b760-f8b0-4ce1-ad1d-dc66da7d0cbd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001504 sec., 54521.27659574468 rows/sec., 3.46 MiB/sec. | ||
| 2666 | 2025.03.02 04:57:20.160770 [ 255 ] {c1a8b760-f8b0-4ce1-ad1d-dc66da7d0cbd} <Debug> TCPHandler: Processed in 0.001859885 sec. | ||
| 2667 | 2025.03.02 04:57:20.160815 [ 201 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 2668 | 2025.03.02 04:57:20.160941 [ 201 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2669 | 2025.03.02 04:57:20.160969 [ 201 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 630 rows starting from the beginning of the part | ||
| 2670 | 2025.03.02 04:57:20.161088 [ 201 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2671 | 2025.03.02 04:57:20.161251 [ 201 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 2672 | 2025.03.02 04:57:20.161427 [ 201 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 44 rows starting from the beginning of the part | ||
| 2673 | 2025.03.02 04:57:20.161631 [ 201 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
| 2674 | 2025.03.02 04:57:20.161804 [ 201 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 2675 | 2025.03.02 04:57:20.163010 [ 196 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 914 rows, containing 4 columns (4 merged, 0 gathered) in 0.002361541 sec., 387035.4145873394 rows/sec., 25.41 MiB/sec. | ||
| 2676 | 2025.03.02 04:57:20.163241 [ 196 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2677 | 2025.03.02 04:57:20.163623 [ 196 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_16_3} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2678 | 2025.03.02 04:57:20.163706 [ 196 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_16_3} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2679 | 2025.03.02 04:57:20.163791 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2680 | 2025.03.02 04:57:23.292447 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2681 | 2025.03.02 04:57:23.292550 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2682 | 2025.03.02 04:57:23.397055 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2683 | 2025.03.02 04:57:23.397735 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2684 | 2025.03.02 04:57:23.397787 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2685 | 2025.03.02 04:57:23.398340 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2686 | 2025.03.02 04:57:23.398610 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2687 | 2025.03.02 04:57:23.398937 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2688 | 2025.03.02 04:57:23.405083 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 386 | ||
| 2689 | 2025.03.02 04:57:23.408555 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2690 | 2025.03.02 04:57:23.408602 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2691 | 2025.03.02 04:57:23.410120 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2692 | 2025.03.02 04:57:23.410425 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2693 | 2025.03.02 04:57:23.410906 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 386 | ||
| 2694 | 2025.03.02 04:57:23.755756 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2695 | 2025.03.02 04:57:23.775492 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2696 | 2025.03.02 04:57:23.775558 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2697 | 2025.03.02 04:57:23.783019 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2698 | 2025.03.02 04:57:23.783785 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2699 | 2025.03.02 04:57:23.787228 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2700 | 2025.03.02 04:57:24.000227 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.47 MiB, peak 178.46 MiB, free memory in arenas 0.00 B, will set to 171.71 MiB (RSS), difference: 1.25 MiB | ||
| 2701 | 2025.03.02 04:57:25.100059 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2702 | 2025.03.02 04:57:25.100325 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) 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) | ||
| 2703 | 2025.03.02 04:57:25.100770 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2704 | 2025.03.02 04:57:25.100824 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <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 | ||
| 2705 | 2025.03.02 04:57:25.101207 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2706 | 2025.03.02 04:57:25.101291 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2707 | 2025.03.02 04:57:25.101470 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2708 | 2025.03.02 04:57:25.101725 [ 293 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2709 | 2025.03.02 04:57:25.101752 [ 290 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2710 | 2025.03.02 04:57:25.101787 [ 292 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2711 | 2025.03.02 04:57:25.101783 [ 295 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2712 | 2025.03.02 04:57:25.102058 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2713 | 2025.03.02 04:57:25.102091 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2714 | 2025.03.02 04:57:25.102219 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2715 | 2025.03.02 04:57:25.102245 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (SelectExecutor): Reading approx. 40 rows with 3 streams | ||
| 2716 | 2025.03.02 04:57:25.102291 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <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'))" | ||
| 2717 | 2025.03.02 04:57:25.102342 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <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'))" | ||
| 2718 | 2025.03.02 04:57:25.102389 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <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'))" | ||
| 2719 | 2025.03.02 04:57:25.103894 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003696 sec., 10822.510822510822 rows/sec., 412.71 KiB/sec. | ||
| 2720 | 2025.03.02 04:57:25.104086 [ 255 ] {8ae37145-b2ed-451c-8db6-66ba5c357420} <Debug> TCPHandler: Processed in 0.004159034 sec. | ||
| 2721 | 2025.03.02 04:57:25.109302 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2722 | 2025.03.02 04:57:25.109427 [ 255 ] {77aa5285-7d1a-4782-84f1-024ed2b8a3a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2723 | 2025.03.02 04:57:25.109479 [ 255 ] {77aa5285-7d1a-4782-84f1-024ed2b8a3a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2724 | 2025.03.02 04:57:25.110165 [ 255 ] {77aa5285-7d1a-4782-84f1-024ed2b8a3a1} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2725 | 2025.03.02 04:57:25.110208 [ 255 ] {77aa5285-7d1a-4782-84f1-024ed2b8a3a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2726 | 2025.03.02 04:57:25.110703 [ 255 ] {77aa5285-7d1a-4782-84f1-024ed2b8a3a1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2727 | 2025.03.02 04:57:25.110939 [ 255 ] {77aa5285-7d1a-4782-84f1-024ed2b8a3a1} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2728 | 2025.03.02 04:57:25.111190 [ 255 ] {77aa5285-7d1a-4782-84f1-024ed2b8a3a1} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001791 sec., 558.3472920156337 rows/sec., 57.80 KiB/sec. | ||
| 2729 | 2025.03.02 04:57:25.111371 [ 255 ] {77aa5285-7d1a-4782-84f1-024ed2b8a3a1} <Debug> TCPHandler: Processed in 0.002115868 sec. | ||
| 2730 | 2025.03.02 04:57:25.111501 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2731 | 2025.03.02 04:57:25.111620 [ 255 ] {ac4a15e5-10d5-4ab5-a287-f981cf05be6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2732 | 2025.03.02 04:57:25.111669 [ 255 ] {ac4a15e5-10d5-4ab5-a287-f981cf05be6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2733 | 2025.03.02 04:57:25.112273 [ 255 ] {ac4a15e5-10d5-4ab5-a287-f981cf05be6b} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2734 | 2025.03.02 04:57:25.112314 [ 255 ] {ac4a15e5-10d5-4ab5-a287-f981cf05be6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2735 | 2025.03.02 04:57:25.112727 [ 255 ] {ac4a15e5-10d5-4ab5-a287-f981cf05be6b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2736 | 2025.03.02 04:57:25.113012 [ 255 ] {ac4a15e5-10d5-4ab5-a287-f981cf05be6b} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2025.03.02 04:57:25.113224 [ 255 ] {ac4a15e5-10d5-4ab5-a287-f981cf05be6b} <Debug> executeQuery: Read 67 rows, 5.44 KiB in 0.001631 sec., 41079.0925812385 rows/sec., 3.26 MiB/sec. | ||
| 2738 | 2025.03.02 04:57:25.113278 [ 255 ] {ac4a15e5-10d5-4ab5-a287-f981cf05be6b} <Debug> TCPHandler: Processed in 0.001832184 sec. | ||
| 2739 | 2025.03.02 04:57:25.113384 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2740 | 2025.03.02 04:57:25.113488 [ 255 ] {129106f5-01d9-4187-8be1-f458e54c5f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2741 | 2025.03.02 04:57:25.113533 [ 255 ] {129106f5-01d9-4187-8be1-f458e54c5f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2742 | 2025.03.02 04:57:25.114050 [ 255 ] {129106f5-01d9-4187-8be1-f458e54c5f39} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2743 | 2025.03.02 04:57:25.114090 [ 255 ] {129106f5-01d9-4187-8be1-f458e54c5f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2744 | 2025.03.02 04:57:25.114451 [ 255 ] {129106f5-01d9-4187-8be1-f458e54c5f39} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2745 | 2025.03.02 04:57:25.114695 [ 255 ] {129106f5-01d9-4187-8be1-f458e54c5f39} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2746 | 2025.03.02 04:57:25.114899 [ 255 ] {129106f5-01d9-4187-8be1-f458e54c5f39} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001434 sec., 3486.750348675035 rows/sec., 262.19 KiB/sec. | ||
| 2747 | 2025.03.02 04:57:25.114951 [ 255 ] {129106f5-01d9-4187-8be1-f458e54c5f39} <Debug> TCPHandler: Processed in 0.00161719 sec. | ||
| 2748 | 2025.03.02 04:57:25.115055 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2749 | 2025.03.02 04:57:25.115158 [ 255 ] {2105ee0c-3f1b-423d-b07e-de49c5625022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2750 | 2025.03.02 04:57:25.115202 [ 255 ] {2105ee0c-3f1b-423d-b07e-de49c5625022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2751 | 2025.03.02 04:57:25.115693 [ 255 ] {2105ee0c-3f1b-423d-b07e-de49c5625022} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2752 | 2025.03.02 04:57:25.115732 [ 255 ] {2105ee0c-3f1b-423d-b07e-de49c5625022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2753 | 2025.03.02 04:57:25.116062 [ 255 ] {2105ee0c-3f1b-423d-b07e-de49c5625022} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2754 | 2025.03.02 04:57:25.116297 [ 255 ] {2105ee0c-3f1b-423d-b07e-de49c5625022} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2755 | 2025.03.02 04:57:25.116502 [ 255 ] {2105ee0c-3f1b-423d-b07e-de49c5625022} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001365 sec., 732.6007326007326 rows/sec., 48.65 KiB/sec. | ||
| 2756 | 2025.03.02 04:57:25.116554 [ 255 ] {2105ee0c-3f1b-423d-b07e-de49c5625022} <Debug> TCPHandler: Processed in 0.0015493 sec. | ||
| 2757 | 2025.03.02 04:57:25.116656 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2758 | 2025.03.02 04:57:25.116757 [ 255 ] {eade13a1-650c-4e94-9d57-24e3f9676a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2759 | 2025.03.02 04:57:25.116801 [ 255 ] {eade13a1-650c-4e94-9d57-24e3f9676a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2760 | 2025.03.02 04:57:25.117330 [ 255 ] {eade13a1-650c-4e94-9d57-24e3f9676a89} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2761 | 2025.03.02 04:57:25.117368 [ 255 ] {eade13a1-650c-4e94-9d57-24e3f9676a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2762 | 2025.03.02 04:57:25.117712 [ 255 ] {eade13a1-650c-4e94-9d57-24e3f9676a89} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2763 | 2025.03.02 04:57:25.117945 [ 255 ] {eade13a1-650c-4e94-9d57-24e3f9676a89} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2764 | 2025.03.02 04:57:25.118147 [ 255 ] {eade13a1-650c-4e94-9d57-24e3f9676a89} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00141 sec., 51063.82978723404 rows/sec., 3.99 MiB/sec. | ||
| 2765 | 2025.03.02 04:57:25.118198 [ 255 ] {eade13a1-650c-4e94-9d57-24e3f9676a89} <Debug> TCPHandler: Processed in 0.001592291 sec. | ||
| 2766 | 2025.03.02 04:57:25.118328 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2767 | 2025.03.02 04:57:25.118464 [ 255 ] {d0d29bce-b65a-4788-b5d1-bcc271b2bf05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2768 | 2025.03.02 04:57:25.118523 [ 255 ] {d0d29bce-b65a-4788-b5d1-bcc271b2bf05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2769 | 2025.03.02 04:57:25.119053 [ 255 ] {d0d29bce-b65a-4788-b5d1-bcc271b2bf05} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2770 | 2025.03.02 04:57:25.119091 [ 255 ] {d0d29bce-b65a-4788-b5d1-bcc271b2bf05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2771 | 2025.03.02 04:57:25.119474 [ 255 ] {d0d29bce-b65a-4788-b5d1-bcc271b2bf05} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2772 | 2025.03.02 04:57:25.119712 [ 255 ] {d0d29bce-b65a-4788-b5d1-bcc271b2bf05} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2773 | 2025.03.02 04:57:25.119966 [ 255 ] {d0d29bce-b65a-4788-b5d1-bcc271b2bf05} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
| 2774 | 2025.03.02 04:57:25.120165 [ 255 ] {d0d29bce-b65a-4788-b5d1-bcc271b2bf05} <Debug> TCPHandler: Processed in 0.001898604 sec. | ||
| 2775 | 2025.03.02 04:57:25.120306 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2776 | 2025.03.02 04:57:25.120411 [ 255 ] {1d595812-9e79-43a1-a6f6-03c020b6d4be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2777 | 2025.03.02 04:57:25.120458 [ 255 ] {1d595812-9e79-43a1-a6f6-03c020b6d4be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2778 | 2025.03.02 04:57:25.120884 [ 255 ] {1d595812-9e79-43a1-a6f6-03c020b6d4be} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2779 | 2025.03.02 04:57:25.120923 [ 255 ] {1d595812-9e79-43a1-a6f6-03c020b6d4be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2780 | 2025.03.02 04:57:25.121267 [ 255 ] {1d595812-9e79-43a1-a6f6-03c020b6d4be} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2781 | 2025.03.02 04:57:25.121498 [ 255 ] {1d595812-9e79-43a1-a6f6-03c020b6d4be} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2782 | 2025.03.02 04:57:25.121709 [ 255 ] {1d595812-9e79-43a1-a6f6-03c020b6d4be} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001317 sec., 759.301442672741 rows/sec., 48.20 KiB/sec. | ||
| 2783 | 2025.03.02 04:57:25.121794 [ 255 ] {1d595812-9e79-43a1-a6f6-03c020b6d4be} <Debug> TCPHandler: Processed in 0.00153569 sec. | ||
| 2784 | 2025.03.02 04:57:25.121917 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2785 | 2025.03.02 04:57:25.122021 [ 255 ] {c69741ac-0322-45c4-940c-918a0504c46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2786 | 2025.03.02 04:57:25.122087 [ 255 ] {c69741ac-0322-45c4-940c-918a0504c46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2787 | 2025.03.02 04:57:25.123104 [ 255 ] {c69741ac-0322-45c4-940c-918a0504c46c} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2788 | 2025.03.02 04:57:25.123143 [ 255 ] {c69741ac-0322-45c4-940c-918a0504c46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2789 | 2025.03.02 04:57:25.123732 [ 255 ] {c69741ac-0322-45c4-940c-918a0504c46c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2790 | 2025.03.02 04:57:25.123984 [ 255 ] {c69741ac-0322-45c4-940c-918a0504c46c} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2791 | 2025.03.02 04:57:25.124162 [ 121 ] {} <Debug> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2792 | 2025.03.02 04:57:25.124252 [ 121 ] {} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2025.03.02 04:57:25.124258 [ 255 ] {c69741ac-0322-45c4-940c-918a0504c46c} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002254 sec., 2218.2786157941437 rows/sec., 3.98 MiB/sec. | ||
| 2794 | 2025.03.02 04:57:25.124282 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2795 | 2025.03.02 04:57:25.124719 [ 255 ] {c69741ac-0322-45c4-940c-918a0504c46c} <Debug> TCPHandler: Processed in 0.002848487 sec. | ||
| 2796 | 2025.03.02 04:57:25.124826 [ 196 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 2797 | 2025.03.02 04:57:25.124918 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2798 | 2025.03.02 04:57:25.125151 [ 255 ] {23ea0565-9fd4-44b1-a60a-41f0de3802c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2799 | 2025.03.02 04:57:25.125289 [ 255 ] {23ea0565-9fd4-44b1-a60a-41f0de3802c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2800 | 2025.03.02 04:57:25.125738 [ 196 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2801 | 2025.03.02 04:57:25.126077 [ 196 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 34 rows starting from the beginning of the part | ||
| 2802 | 2025.03.02 04:57:25.126848 [ 196 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 34 rows starting from the beginning of the part | ||
| 2803 | 2025.03.02 04:57:25.127513 [ 255 ] {23ea0565-9fd4-44b1-a60a-41f0de3802c0} <Trace> oximeter.measurements_i64 (15e4cc37-fcdb-482a-9e4e-56eb0e04f12f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2804 | 2025.03.02 04:57:25.127611 [ 196 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 34 rows starting from the beginning of the part | ||
| 2805 | 2025.03.02 04:57:25.127618 [ 255 ] {23ea0565-9fd4-44b1-a60a-41f0de3802c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2806 | 2025.03.02 04:57:25.128333 [ 196 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 2807 | 2025.03.02 04:57:25.129034 [ 196 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 2808 | 2025.03.02 04:57:25.129127 [ 255 ] {23ea0565-9fd4-44b1-a60a-41f0de3802c0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2809 | 2025.03.02 04:57:25.129603 [ 196 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part | ||
| 2810 | 2025.03.02 04:57:25.130011 [ 255 ] {23ea0565-9fd4-44b1-a60a-41f0de3802c0} <Trace> oximeter.measurements_i64 (15e4cc37-fcdb-482a-9e4e-56eb0e04f12f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2811 | 2025.03.02 04:57:25.130830 [ 255 ] {23ea0565-9fd4-44b1-a60a-41f0de3802c0} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.005744 sec., 522.284122562674 rows/sec., 36.89 KiB/sec. | ||
| 2812 | 2025.03.02 04:57:25.131021 [ 255 ] {23ea0565-9fd4-44b1-a60a-41f0de3802c0} <Debug> TCPHandler: Processed in 0.00616607 sec. | ||
| 2813 | 2025.03.02 04:57:25.131147 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2814 | 2025.03.02 04:57:25.131333 [ 255 ] {0c191a78-c78d-424f-a083-2c2537f96f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2815 | 2025.03.02 04:57:25.131459 [ 255 ] {0c191a78-c78d-424f-a083-2c2537f96f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2816 | 2025.03.02 04:57:25.133200 [ 255 ] {0c191a78-c78d-424f-a083-2c2537f96f6e} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2817 | 2025.03.02 04:57:25.133278 [ 255 ] {0c191a78-c78d-424f-a083-2c2537f96f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2818 | 2025.03.02 04:57:25.134411 [ 255 ] {0c191a78-c78d-424f-a083-2c2537f96f6e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2819 | 2025.03.02 04:57:25.134951 [ 255 ] {0c191a78-c78d-424f-a083-2c2537f96f6e} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2820 | 2025.03.02 04:57:25.135692 [ 255 ] {0c191a78-c78d-424f-a083-2c2537f96f6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004372 sec., 13723.696248856359 rows/sec., 947.08 KiB/sec. | ||
| 2821 | 2025.03.02 04:57:25.136026 [ 255 ] {0c191a78-c78d-424f-a083-2c2537f96f6e} <Debug> TCPHandler: Processed in 0.004927244 sec. | ||
| 2822 | 2025.03.02 04:57:25.137200 [ 190 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 19 columns (19 merged, 0 gathered) in 0.012724736 sec., 13752.741117772503 rows/sec., 24.64 MiB/sec. | ||
| 2823 | 2025.03.02 04:57:25.137693 [ 187 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2824 | 2025.03.02 04:57:25.138136 [ 187 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2825 | 2025.03.02 04:57:25.138222 [ 187 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2826 | 2025.03.02 04:57:25.138366 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 2827 | 2025.03.02 04:57:30.112224 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2828 | 2025.03.02 04:57:30.112554 [ 255 ] {5d7c604e-4e88-4620-afd9-ab0ee6e80175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2829 | 2025.03.02 04:57:30.112671 [ 255 ] {5d7c604e-4e88-4620-afd9-ab0ee6e80175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2830 | 2025.03.02 04:57:30.113576 [ 255 ] {5d7c604e-4e88-4620-afd9-ab0ee6e80175} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2831 | 2025.03.02 04:57:30.113632 [ 255 ] {5d7c604e-4e88-4620-afd9-ab0ee6e80175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2832 | 2025.03.02 04:57:30.114080 [ 255 ] {5d7c604e-4e88-4620-afd9-ab0ee6e80175} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2833 | 2025.03.02 04:57:30.114343 [ 255 ] {5d7c604e-4e88-4620-afd9-ab0ee6e80175} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2834 | 2025.03.02 04:57:30.114586 [ 255 ] {5d7c604e-4e88-4620-afd9-ab0ee6e80175} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002114 sec., 100283.82213812678 rows/sec., 6.38 MiB/sec. | ||
| 2835 | 2025.03.02 04:57:30.114654 [ 255 ] {5d7c604e-4e88-4620-afd9-ab0ee6e80175} <Debug> TCPHandler: Processed in 0.002617144 sec. | ||
| 2836 | 2025.03.02 04:57:30.114779 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2837 | 2025.03.02 04:57:30.114893 [ 255 ] {90fdb425-de1a-457f-9c32-438168a502d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2838 | 2025.03.02 04:57:30.114942 [ 255 ] {90fdb425-de1a-457f-9c32-438168a502d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2839 | 2025.03.02 04:57:30.115468 [ 255 ] {90fdb425-de1a-457f-9c32-438168a502d1} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2840 | 2025.03.02 04:57:30.115509 [ 255 ] {90fdb425-de1a-457f-9c32-438168a502d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2841 | 2025.03.02 04:57:30.115853 [ 255 ] {90fdb425-de1a-457f-9c32-438168a502d1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2842 | 2025.03.02 04:57:30.116091 [ 255 ] {90fdb425-de1a-457f-9c32-438168a502d1} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2843 | 2025.03.02 04:57:30.116321 [ 255 ] {90fdb425-de1a-457f-9c32-438168a502d1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001447 sec., 2764.3400138217003 rows/sec., 225.41 KiB/sec. | ||
| 2844 | 2025.03.02 04:57:30.116399 [ 255 ] {90fdb425-de1a-457f-9c32-438168a502d1} <Debug> TCPHandler: Processed in 0.001673082 sec. | ||
| 2845 | 2025.03.02 04:57:30.116503 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2846 | 2025.03.02 04:57:30.116607 [ 255 ] {d22ca0bb-1341-4be7-b5f5-b55a0fc9f32b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2847 | 2025.03.02 04:57:30.116652 [ 255 ] {d22ca0bb-1341-4be7-b5f5-b55a0fc9f32b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2848 | 2025.03.02 04:57:30.117474 [ 255 ] {d22ca0bb-1341-4be7-b5f5-b55a0fc9f32b} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2849 | 2025.03.02 04:57:30.117514 [ 255 ] {d22ca0bb-1341-4be7-b5f5-b55a0fc9f32b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2850 | 2025.03.02 04:57:30.117904 [ 255 ] {d22ca0bb-1341-4be7-b5f5-b55a0fc9f32b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2851 | 2025.03.02 04:57:30.118137 [ 255 ] {d22ca0bb-1341-4be7-b5f5-b55a0fc9f32b} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2852 | 2025.03.02 04:57:30.118423 [ 255 ] {d22ca0bb-1341-4be7-b5f5-b55a0fc9f32b} <Debug> executeQuery: Read 687 rows, 55.95 KiB in 0.001823 sec., 376851.3439385628 rows/sec., 29.97 MiB/sec. | ||
| 2853 | 2025.03.02 04:57:30.118648 [ 255 ] {d22ca0bb-1341-4be7-b5f5-b55a0fc9f32b} <Debug> TCPHandler: Processed in 0.002194389 sec. | ||
| 2854 | 2025.03.02 04:57:30.118760 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2855 | 2025.03.02 04:57:30.118864 [ 255 ] {2d3ae3c7-606a-4cb1-a26a-cf4b2240e19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2856 | 2025.03.02 04:57:30.118909 [ 255 ] {2d3ae3c7-606a-4cb1-a26a-cf4b2240e19c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2857 | 2025.03.02 04:57:30.119489 [ 255 ] {2d3ae3c7-606a-4cb1-a26a-cf4b2240e19c} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2858 | 2025.03.02 04:57:30.119528 [ 255 ] {2d3ae3c7-606a-4cb1-a26a-cf4b2240e19c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2859 | 2025.03.02 04:57:30.119876 [ 255 ] {2d3ae3c7-606a-4cb1-a26a-cf4b2240e19c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2860 | 2025.03.02 04:57:30.120120 [ 255 ] {2d3ae3c7-606a-4cb1-a26a-cf4b2240e19c} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2861 | 2025.03.02 04:57:30.120327 [ 255 ] {2d3ae3c7-606a-4cb1-a26a-cf4b2240e19c} <Debug> executeQuery: Read 144 rows, 9.22 KiB in 0.001485 sec., 96969.69696969698 rows/sec., 6.06 MiB/sec. | ||
| 2862 | 2025.03.02 04:57:30.120380 [ 255 ] {2d3ae3c7-606a-4cb1-a26a-cf4b2240e19c} <Debug> TCPHandler: Processed in 0.001669142 sec. | ||
| 2863 | 2025.03.02 04:57:30.120480 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2864 | 2025.03.02 04:57:30.120581 [ 255 ] {8a1d1e3b-2a8f-4158-801e-f64ae53230b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2865 | 2025.03.02 04:57:30.120625 [ 255 ] {8a1d1e3b-2a8f-4158-801e-f64ae53230b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2866 | 2025.03.02 04:57:30.121155 [ 255 ] {8a1d1e3b-2a8f-4158-801e-f64ae53230b8} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2867 | 2025.03.02 04:57:30.121195 [ 255 ] {8a1d1e3b-2a8f-4158-801e-f64ae53230b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2868 | 2025.03.02 04:57:30.121538 [ 255 ] {8a1d1e3b-2a8f-4158-801e-f64ae53230b8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2869 | 2025.03.02 04:57:30.121765 [ 255 ] {8a1d1e3b-2a8f-4158-801e-f64ae53230b8} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2870 | 2025.03.02 04:57:30.121971 [ 255 ] {8a1d1e3b-2a8f-4158-801e-f64ae53230b8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001412 sec., 80028.32861189802 rows/sec., 5.18 MiB/sec. | ||
| 2871 | 2025.03.02 04:57:30.122023 [ 255 ] {8a1d1e3b-2a8f-4158-801e-f64ae53230b8} <Debug> TCPHandler: Processed in 0.001592631 sec. | ||
| 2872 | 2025.03.02 04:57:30.122124 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2873 | 2025.03.02 04:57:30.122226 [ 255 ] {2b1ac25c-e196-47da-98db-2fd365bd685f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2874 | 2025.03.02 04:57:30.122269 [ 255 ] {2b1ac25c-e196-47da-98db-2fd365bd685f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2875 | 2025.03.02 04:57:30.122913 [ 255 ] {2b1ac25c-e196-47da-98db-2fd365bd685f} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2876 | 2025.03.02 04:57:30.122951 [ 255 ] {2b1ac25c-e196-47da-98db-2fd365bd685f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2877 | 2025.03.02 04:57:30.123293 [ 255 ] {2b1ac25c-e196-47da-98db-2fd365bd685f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2878 | 2025.03.02 04:57:30.123533 [ 255 ] {2b1ac25c-e196-47da-98db-2fd365bd685f} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2879 | 2025.03.02 04:57:30.123735 [ 255 ] {2b1ac25c-e196-47da-98db-2fd365bd685f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00153 sec., 73202.61437908497 rows/sec., 4.17 MiB/sec. | ||
| 2880 | 2025.03.02 04:57:30.123786 [ 255 ] {2b1ac25c-e196-47da-98db-2fd365bd685f} <Debug> TCPHandler: Processed in 0.001712882 sec. | ||
| 2881 | 2025.03.02 04:57:30.123885 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2882 | 2025.03.02 04:57:30.123985 [ 255 ] {1dfe1ad1-3aac-47aa-bc57-4973fa62de8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2883 | 2025.03.02 04:57:30.124029 [ 255 ] {1dfe1ad1-3aac-47aa-bc57-4973fa62de8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2884 | 2025.03.02 04:57:30.124694 [ 255 ] {1dfe1ad1-3aac-47aa-bc57-4973fa62de8d} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2885 | 2025.03.02 04:57:30.124734 [ 255 ] {1dfe1ad1-3aac-47aa-bc57-4973fa62de8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2886 | 2025.03.02 04:57:30.125097 [ 255 ] {1dfe1ad1-3aac-47aa-bc57-4973fa62de8d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2887 | 2025.03.02 04:57:30.125344 [ 255 ] {1dfe1ad1-3aac-47aa-bc57-4973fa62de8d} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2888 | 2025.03.02 04:57:30.125550 [ 255 ] {1dfe1ad1-3aac-47aa-bc57-4973fa62de8d} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001586 sec., 264817.1500630517 rows/sec., 18.86 MiB/sec. | ||
| 2889 | 2025.03.02 04:57:30.125602 [ 255 ] {1dfe1ad1-3aac-47aa-bc57-4973fa62de8d} <Debug> TCPHandler: Processed in 0.001766103 sec. | ||
| 2890 | 2025.03.02 04:57:30.125714 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2891 | 2025.03.02 04:57:30.125819 [ 255 ] {9d4c0f9a-b8f1-40a8-ae70-333230175724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2892 | 2025.03.02 04:57:30.125865 [ 255 ] {9d4c0f9a-b8f1-40a8-ae70-333230175724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2893 | 2025.03.02 04:57:30.126286 [ 255 ] {9d4c0f9a-b8f1-40a8-ae70-333230175724} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2894 | 2025.03.02 04:57:30.126325 [ 255 ] {9d4c0f9a-b8f1-40a8-ae70-333230175724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2895 | 2025.03.02 04:57:30.126672 [ 255 ] {9d4c0f9a-b8f1-40a8-ae70-333230175724} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2896 | 2025.03.02 04:57:30.126900 [ 255 ] {9d4c0f9a-b8f1-40a8-ae70-333230175724} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2897 | 2025.03.02 04:57:30.127132 [ 255 ] {9d4c0f9a-b8f1-40a8-ae70-333230175724} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 235.70 KiB/sec. | ||
| 2898 | 2025.03.02 04:57:30.127198 [ 255 ] {9d4c0f9a-b8f1-40a8-ae70-333230175724} <Debug> TCPHandler: Processed in 0.001535291 sec. | ||
| 2899 | 2025.03.02 04:57:30.127300 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2900 | 2025.03.02 04:57:30.127401 [ 255 ] {00db50c0-accb-482c-9b01-520d08c5ad4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2901 | 2025.03.02 04:57:30.127448 [ 255 ] {00db50c0-accb-482c-9b01-520d08c5ad4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2902 | 2025.03.02 04:57:30.127957 [ 255 ] {00db50c0-accb-482c-9b01-520d08c5ad4d} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2903 | 2025.03.02 04:57:30.127995 [ 255 ] {00db50c0-accb-482c-9b01-520d08c5ad4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2904 | 2025.03.02 04:57:30.128374 [ 255 ] {00db50c0-accb-482c-9b01-520d08c5ad4d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2905 | 2025.03.02 04:57:30.128607 [ 255 ] {00db50c0-accb-482c-9b01-520d08c5ad4d} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2906 | 2025.03.02 04:57:30.128872 [ 255 ] {00db50c0-accb-482c-9b01-520d08c5ad4d} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001492 sec., 160187.66756032172 rows/sec., 10.74 MiB/sec. | ||
| 2907 | 2025.03.02 04:57:30.129079 [ 255 ] {00db50c0-accb-482c-9b01-520d08c5ad4d} <Debug> TCPHandler: Processed in 0.001823164 sec. | ||
| 2908 | 2025.03.02 04:57:30.129189 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2909 | 2025.03.02 04:57:30.129293 [ 255 ] {c08c4694-3907-44b2-918b-96fa3f572d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2910 | 2025.03.02 04:57:30.129340 [ 255 ] {c08c4694-3907-44b2-918b-96fa3f572d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2911 | 2025.03.02 04:57:30.129768 [ 255 ] {c08c4694-3907-44b2-918b-96fa3f572d4b} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2912 | 2025.03.02 04:57:30.129807 [ 255 ] {c08c4694-3907-44b2-918b-96fa3f572d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2913 | 2025.03.02 04:57:30.130161 [ 255 ] {c08c4694-3907-44b2-918b-96fa3f572d4b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2914 | 2025.03.02 04:57:30.130390 [ 255 ] {c08c4694-3907-44b2-918b-96fa3f572d4b} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2915 | 2025.03.02 04:57:30.130643 [ 255 ] {c08c4694-3907-44b2-918b-96fa3f572d4b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001361 sec., 734.7538574577517 rows/sec., 49.51 KiB/sec. | ||
| 2916 | 2025.03.02 04:57:30.130777 [ 255 ] {c08c4694-3907-44b2-918b-96fa3f572d4b} <Debug> TCPHandler: Processed in 0.001637001 sec. | ||
| 2917 | 2025.03.02 04:57:30.130881 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2918 | 2025.03.02 04:57:30.130984 [ 255 ] {6dc3a2e2-19ac-4a1a-b674-e831c2d2e06f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2919 | 2025.03.02 04:57:30.131053 [ 255 ] {6dc3a2e2-19ac-4a1a-b674-e831c2d2e06f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2920 | 2025.03.02 04:57:30.132169 [ 255 ] {6dc3a2e2-19ac-4a1a-b674-e831c2d2e06f} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2921 | 2025.03.02 04:57:30.132209 [ 255 ] {6dc3a2e2-19ac-4a1a-b674-e831c2d2e06f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2922 | 2025.03.02 04:57:30.132846 [ 255 ] {6dc3a2e2-19ac-4a1a-b674-e831c2d2e06f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2923 | 2025.03.02 04:57:30.133100 [ 255 ] {6dc3a2e2-19ac-4a1a-b674-e831c2d2e06f} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2924 | 2025.03.02 04:57:30.133331 [ 255 ] {6dc3a2e2-19ac-4a1a-b674-e831c2d2e06f} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002369 sec., 14352.047277332207 rows/sec., 25.72 MiB/sec. | ||
| 2925 | 2025.03.02 04:57:30.133437 [ 255 ] {6dc3a2e2-19ac-4a1a-b674-e831c2d2e06f} <Debug> TCPHandler: Processed in 0.002605264 sec. | ||
| 2926 | 2025.03.02 04:57:30.133581 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2927 | 2025.03.02 04:57:30.133717 [ 255 ] {a7b6f569-cab3-4d97-aa45-29f6328efe72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2928 | 2025.03.02 04:57:30.133772 [ 255 ] {a7b6f569-cab3-4d97-aa45-29f6328efe72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2929 | 2025.03.02 04:57:30.134206 [ 255 ] {a7b6f569-cab3-4d97-aa45-29f6328efe72} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2930 | 2025.03.02 04:57:30.134246 [ 255 ] {a7b6f569-cab3-4d97-aa45-29f6328efe72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2931 | 2025.03.02 04:57:30.134618 [ 255 ] {a7b6f569-cab3-4d97-aa45-29f6328efe72} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2932 | 2025.03.02 04:57:30.134858 [ 255 ] {a7b6f569-cab3-4d97-aa45-29f6328efe72} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2933 | 2025.03.02 04:57:30.135041 [ 255 ] {a7b6f569-cab3-4d97-aa45-29f6328efe72} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001355 sec., 60516.60516605165 rows/sec., 3.84 MiB/sec. | ||
| 2934 | 2025.03.02 04:57:30.135089 [ 255 ] {a7b6f569-cab3-4d97-aa45-29f6328efe72} <Debug> TCPHandler: Processed in 0.00156962 sec. | ||
| 2935 | 2025.03.02 04:57:30.899109 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2936 | 2025.03.02 04:57:30.899754 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2937 | 2025.03.02 04:57:30.899811 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2938 | 2025.03.02 04:57:30.900375 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2939 | 2025.03.02 04:57:30.900652 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2940 | 2025.03.02 04:57:30.900902 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2941 | 2025.03.02 04:57:31.287330 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2942 | 2025.03.02 04:57:31.309146 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2943 | 2025.03.02 04:57:31.309217 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2944 | 2025.03.02 04:57:31.316929 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2945 | 2025.03.02 04:57:31.317735 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2946 | 2025.03.02 04:57:31.320620 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2947 | 2025.03.02 04:57:33.411204 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 432 | ||
| 2948 | 2025.03.02 04:57:33.414703 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2949 | 2025.03.02 04:57:33.414770 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2950 | 2025.03.02 04:57:33.416299 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2951 | 2025.03.02 04:57:33.416615 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2952 | 2025.03.02 04:57:33.417397 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 432 | ||
| 2953 | 2025.03.02 04:57:35.103939 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2954 | 2025.03.02 04:57:35.104128 [ 255 ] {5b4471cd-b544-4101-bfae-ab7c848659f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2955 | 2025.03.02 04:57:35.104207 [ 255 ] {5b4471cd-b544-4101-bfae-ab7c848659f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2956 | 2025.03.02 04:57:35.105025 [ 255 ] {5b4471cd-b544-4101-bfae-ab7c848659f3} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2957 | 2025.03.02 04:57:35.105073 [ 255 ] {5b4471cd-b544-4101-bfae-ab7c848659f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2958 | 2025.03.02 04:57:35.105543 [ 255 ] {5b4471cd-b544-4101-bfae-ab7c848659f3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2959 | 2025.03.02 04:57:35.105810 [ 255 ] {5b4471cd-b544-4101-bfae-ab7c848659f3} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2960 | 2025.03.02 04:57:35.106069 [ 255 ] {5b4471cd-b544-4101-bfae-ab7c848659f3} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001992 sec., 33132.53012048193 rows/sec., 2.62 MiB/sec. | ||
| 2961 | 2025.03.02 04:57:35.106146 [ 255 ] {5b4471cd-b544-4101-bfae-ab7c848659f3} <Debug> TCPHandler: Processed in 0.00233874 sec. | ||
| 2962 | 2025.03.02 04:57:35.106288 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2963 | 2025.03.02 04:57:35.106410 [ 255 ] {54a435bf-cdec-4548-8d9b-3745942673f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2964 | 2025.03.02 04:57:35.106462 [ 255 ] {54a435bf-cdec-4548-8d9b-3745942673f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2965 | 2025.03.02 04:57:35.107039 [ 255 ] {54a435bf-cdec-4548-8d9b-3745942673f1} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2966 | 2025.03.02 04:57:35.107081 [ 255 ] {54a435bf-cdec-4548-8d9b-3745942673f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2967 | 2025.03.02 04:57:35.107447 [ 255 ] {54a435bf-cdec-4548-8d9b-3745942673f1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2968 | 2025.03.02 04:57:35.107756 [ 255 ] {54a435bf-cdec-4548-8d9b-3745942673f1} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2969 | 2025.03.02 04:57:35.107969 [ 255 ] {54a435bf-cdec-4548-8d9b-3745942673f1} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00159 sec., 3144.6540880503144 rows/sec., 236.46 KiB/sec. | ||
| 2970 | 2025.03.02 04:57:35.108025 [ 255 ] {54a435bf-cdec-4548-8d9b-3745942673f1} <Debug> TCPHandler: Processed in 0.001791833 sec. | ||
| 2971 | 2025.03.02 04:57:35.108146 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2972 | 2025.03.02 04:57:35.108264 [ 255 ] {d75faddf-4bb0-4ff7-9380-391742eeeeef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2973 | 2025.03.02 04:57:35.108311 [ 255 ] {d75faddf-4bb0-4ff7-9380-391742eeeeef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2974 | 2025.03.02 04:57:35.108871 [ 255 ] {d75faddf-4bb0-4ff7-9380-391742eeeeef} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2975 | 2025.03.02 04:57:35.108912 [ 255 ] {d75faddf-4bb0-4ff7-9380-391742eeeeef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2976 | 2025.03.02 04:57:35.109285 [ 255 ] {d75faddf-4bb0-4ff7-9380-391742eeeeef} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2977 | 2025.03.02 04:57:35.109527 [ 255 ] {d75faddf-4bb0-4ff7-9380-391742eeeeef} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2978 | 2025.03.02 04:57:35.109735 [ 255 ] {d75faddf-4bb0-4ff7-9380-391742eeeeef} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001497 sec., 46092.18436873747 rows/sec., 3.60 MiB/sec. | ||
| 2979 | 2025.03.02 04:57:35.109787 [ 255 ] {d75faddf-4bb0-4ff7-9380-391742eeeeef} <Debug> TCPHandler: Processed in 0.001693463 sec. | ||
| 2980 | 2025.03.02 04:57:35.109907 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2981 | 2025.03.02 04:57:35.110014 [ 255 ] {7ff520d4-e502-4150-8232-01544a6a19db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2982 | 2025.03.02 04:57:35.110065 [ 255 ] {7ff520d4-e502-4150-8232-01544a6a19db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2983 | 2025.03.02 04:57:35.110592 [ 255 ] {7ff520d4-e502-4150-8232-01544a6a19db} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2984 | 2025.03.02 04:57:35.110632 [ 255 ] {7ff520d4-e502-4150-8232-01544a6a19db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2985 | 2025.03.02 04:57:35.111022 [ 255 ] {7ff520d4-e502-4150-8232-01544a6a19db} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2986 | 2025.03.02 04:57:35.111261 [ 255 ] {7ff520d4-e502-4150-8232-01544a6a19db} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2987 | 2025.03.02 04:57:35.111472 [ 255 ] {7ff520d4-e502-4150-8232-01544a6a19db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00148 sec., 108108.1081081081 rows/sec., 7.53 MiB/sec. | ||
| 2988 | 2025.03.02 04:57:35.111523 [ 255 ] {7ff520d4-e502-4150-8232-01544a6a19db} <Debug> TCPHandler: Processed in 0.001666422 sec. | ||
| 2989 | 2025.03.02 04:57:35.111646 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2990 | 2025.03.02 04:57:35.111752 [ 255 ] {49dae439-ef61-4f2e-88a8-5e9c2ef50cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2991 | 2025.03.02 04:57:35.111820 [ 255 ] {49dae439-ef61-4f2e-88a8-5e9c2ef50cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2992 | 2025.03.02 04:57:35.112858 [ 255 ] {49dae439-ef61-4f2e-88a8-5e9c2ef50cc7} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2993 | 2025.03.02 04:57:35.112898 [ 255 ] {49dae439-ef61-4f2e-88a8-5e9c2ef50cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2994 | 2025.03.02 04:57:35.113506 [ 255 ] {49dae439-ef61-4f2e-88a8-5e9c2ef50cc7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2995 | 2025.03.02 04:57:35.113789 [ 255 ] {49dae439-ef61-4f2e-88a8-5e9c2ef50cc7} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2996 | 2025.03.02 04:57:35.114096 [ 255 ] {49dae439-ef61-4f2e-88a8-5e9c2ef50cc7} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002356 sec., 2122.2410865874363 rows/sec., 3.80 MiB/sec. | ||
| 2997 | 2025.03.02 04:57:35.114509 [ 255 ] {49dae439-ef61-4f2e-88a8-5e9c2ef50cc7} <Debug> TCPHandler: Processed in 0.002911088 sec. | ||
| 2998 | 2025.03.02 04:57:35.114669 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2999 | 2025.03.02 04:57:35.114779 [ 255 ] {927c8e82-4817-4187-aa33-41dcfcc909e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3000 | 2025.03.02 04:57:35.114826 [ 255 ] {927c8e82-4817-4187-aa33-41dcfcc909e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3001 | 2025.03.02 04:57:35.115394 [ 255 ] {927c8e82-4817-4187-aa33-41dcfcc909e2} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3002 | 2025.03.02 04:57:35.115433 [ 255 ] {927c8e82-4817-4187-aa33-41dcfcc909e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3003 | 2025.03.02 04:57:35.115792 [ 255 ] {927c8e82-4817-4187-aa33-41dcfcc909e2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3004 | 2025.03.02 04:57:35.116029 [ 255 ] {927c8e82-4817-4187-aa33-41dcfcc909e2} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3005 | 2025.03.02 04:57:35.116253 [ 255 ] {927c8e82-4817-4187-aa33-41dcfcc909e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001498 sec., 40053.40453938585 rows/sec., 2.70 MiB/sec. | ||
| 3006 | 2025.03.02 04:57:35.116304 [ 255 ] {927c8e82-4817-4187-aa33-41dcfcc909e2} <Debug> TCPHandler: Processed in 0.001685042 sec. | ||
| 3007 | 2025.03.02 04:57:37.587716 [ 131 ] {} <Debug> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3008 | 2025.03.02 04:57:37.587800 [ 131 ] {} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3009 | 2025.03.02 04:57:37.587913 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3010 | 2025.03.02 04:57:37.588080 [ 196 ] {6202f971-10ca-416f-9994-0abfdbd4c591::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 | ||
| 3011 | 2025.03.02 04:57:37.588412 [ 196 ] {6202f971-10ca-416f-9994-0abfdbd4c591::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3012 | 2025.03.02 04:57:37.588462 [ 196 ] {6202f971-10ca-416f-9994-0abfdbd4c591::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 | ||
| 3013 | 2025.03.02 04:57:37.588561 [ 196 ] {6202f971-10ca-416f-9994-0abfdbd4c591::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part | ||
| 3014 | 2025.03.02 04:57:37.588706 [ 196 ] {6202f971-10ca-416f-9994-0abfdbd4c591::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 | ||
| 3015 | 2025.03.02 04:57:37.588819 [ 196 ] {6202f971-10ca-416f-9994-0abfdbd4c591::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 | ||
| 3016 | 2025.03.02 04:57:37.588945 [ 196 ] {6202f971-10ca-416f-9994-0abfdbd4c591::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 | ||
| 3017 | 2025.03.02 04:57:37.591321 [ 195 ] {6202f971-10ca-416f-9994-0abfdbd4c591::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003321733 sec., 12644.002392726929 rows/sec., 2.64 MiB/sec. | ||
| 3018 | 2025.03.02 04:57:37.591532 [ 195 ] {6202f971-10ca-416f-9994-0abfdbd4c591::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3019 | 2025.03.02 04:57:37.592058 [ 195 ] {6202f971-10ca-416f-9994-0abfdbd4c591::all_1_5_1} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3020 | 2025.03.02 04:57:37.592144 [ 195 ] {6202f971-10ca-416f-9994-0abfdbd4c591::all_1_5_1} <Trace> oximeter.timeseries_schema (6202f971-10ca-416f-9994-0abfdbd4c591) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3021 | 2025.03.02 04:57:37.592245 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3022 | 2025.03.02 04:57:38.293243 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3023 | 2025.03.02 04:57:38.293341 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3024 | 2025.03.02 04:57:38.401086 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3025 | 2025.03.02 04:57:38.402239 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3026 | 2025.03.02 04:57:38.402344 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3027 | 2025.03.02 04:57:38.402931 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3028 | 2025.03.02 04:57:38.403190 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3029 | 2025.03.02 04:57:38.403498 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3030 | 2025.03.02 04:57:38.820717 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3031 | 2025.03.02 04:57:38.842191 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3032 | 2025.03.02 04:57:38.842245 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3033 | 2025.03.02 04:57:38.849903 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3034 | 2025.03.02 04:57:38.850667 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3035 | 2025.03.02 04:57:38.853466 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3036 | 2025.03.02 04:57:40.111358 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3037 | 2025.03.02 04:57:40.111659 [ 255 ] {7e05fdeb-7f21-42ce-bad1-ab0cad65630b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3038 | 2025.03.02 04:57:40.111777 [ 255 ] {7e05fdeb-7f21-42ce-bad1-ab0cad65630b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3039 | 2025.03.02 04:57:40.112716 [ 255 ] {7e05fdeb-7f21-42ce-bad1-ab0cad65630b} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3040 | 2025.03.02 04:57:40.112764 [ 255 ] {7e05fdeb-7f21-42ce-bad1-ab0cad65630b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3041 | 2025.03.02 04:57:40.113207 [ 255 ] {7e05fdeb-7f21-42ce-bad1-ab0cad65630b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3042 | 2025.03.02 04:57:40.113472 [ 255 ] {7e05fdeb-7f21-42ce-bad1-ab0cad65630b} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3043 | 2025.03.02 04:57:40.113777 [ 255 ] {7e05fdeb-7f21-42ce-bad1-ab0cad65630b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002183 sec., 97114.06321575813 rows/sec., 6.18 MiB/sec. | ||
| 3044 | 2025.03.02 04:57:40.113914 [ 255 ] {7e05fdeb-7f21-42ce-bad1-ab0cad65630b} <Debug> TCPHandler: Processed in 0.002741006 sec. | ||
| 3045 | 2025.03.02 04:57:40.114045 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3046 | 2025.03.02 04:57:40.114157 [ 255 ] {65ea7027-c301-4955-acf2-a4127a920a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3047 | 2025.03.02 04:57:40.114207 [ 255 ] {65ea7027-c301-4955-acf2-a4127a920a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3048 | 2025.03.02 04:57:40.114982 [ 255 ] {65ea7027-c301-4955-acf2-a4127a920a82} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3049 | 2025.03.02 04:57:40.115022 [ 255 ] {65ea7027-c301-4955-acf2-a4127a920a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3050 | 2025.03.02 04:57:40.115429 [ 255 ] {65ea7027-c301-4955-acf2-a4127a920a82} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3051 | 2025.03.02 04:57:40.115687 [ 255 ] {65ea7027-c301-4955-acf2-a4127a920a82} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3052 | 2025.03.02 04:57:40.115855 [ 129 ] {} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 3053 | 2025.03.02 04:57:40.115915 [ 255 ] {65ea7027-c301-4955-acf2-a4127a920a82} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001785 sec., 383753.50140056026 rows/sec., 30.53 MiB/sec. | ||
| 3054 | 2025.03.02 04:57:40.115942 [ 129 ] {} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2025.03.02 04:57:40.116012 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3056 | 2025.03.02 04:57:40.116027 [ 255 ] {65ea7027-c301-4955-acf2-a4127a920a82} <Debug> TCPHandler: Processed in 0.002033556 sec. | ||
| 3057 | 2025.03.02 04:57:40.116333 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3058 | 2025.03.02 04:57:40.116346 [ 199 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::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 | ||
| 3059 | 2025.03.02 04:57:40.116751 [ 255 ] {51a27e0a-9fe6-44da-a89f-edd9ab2804d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3060 | 2025.03.02 04:57:40.116949 [ 255 ] {51a27e0a-9fe6-44da-a89f-edd9ab2804d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3061 | 2025.03.02 04:57:40.117099 [ 199 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3062 | 2025.03.02 04:57:40.117232 [ 199 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 1830 rows starting from the beginning of the part | ||
| 3063 | 2025.03.02 04:57:40.117383 [ 199 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 685 rows starting from the beginning of the part | ||
| 3064 | 2025.03.02 04:57:40.117754 [ 199 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 67 rows starting from the beginning of the part | ||
| 3065 | 2025.03.02 04:57:40.118108 [ 199 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 687 rows starting from the beginning of the part | ||
| 3066 | 2025.03.02 04:57:40.118367 [ 199 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 66 rows starting from the beginning of the part | ||
| 3067 | 2025.03.02 04:57:40.118569 [ 199 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 685 rows starting from the beginning of the part | ||
| 3068 | 2025.03.02 04:57:40.119325 [ 255 ] {51a27e0a-9fe6-44da-a89f-edd9ab2804d4} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3069 | 2025.03.02 04:57:40.119372 [ 255 ] {51a27e0a-9fe6-44da-a89f-edd9ab2804d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3070 | 2025.03.02 04:57:40.119944 [ 255 ] {51a27e0a-9fe6-44da-a89f-edd9ab2804d4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3071 | 2025.03.02 04:57:40.120254 [ 255 ] {51a27e0a-9fe6-44da-a89f-edd9ab2804d4} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2025.03.02 04:57:40.120516 [ 255 ] {51a27e0a-9fe6-44da-a89f-edd9ab2804d4} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.003938 sec., 35551.04113763332 rows/sec., 2.22 MiB/sec. | ||
| 3073 | 2025.03.02 04:57:40.120575 [ 255 ] {51a27e0a-9fe6-44da-a89f-edd9ab2804d4} <Debug> TCPHandler: Processed in 0.004359516 sec. | ||
| 3074 | 2025.03.02 04:57:40.120695 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3075 | 2025.03.02 04:57:40.120855 [ 255 ] {54664be5-e0c6-4041-906b-122957ccead1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3076 | 2025.03.02 04:57:40.120952 [ 255 ] {54664be5-e0c6-4041-906b-122957ccead1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3077 | 2025.03.02 04:57:40.121003 [ 193 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4020 rows, containing 5 columns (5 merged, 0 gathered) in 0.004871254 sec., 825249.5148066597 rows/sec., 69.43 MiB/sec. | ||
| 3078 | 2025.03.02 04:57:40.121416 [ 193 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 3079 | 2025.03.02 04:57:40.121894 [ 255 ] {54664be5-e0c6-4041-906b-122957ccead1} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3080 | 2025.03.02 04:57:40.121953 [ 255 ] {54664be5-e0c6-4041-906b-122957ccead1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3081 | 2025.03.02 04:57:40.122107 [ 193 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_20_4} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2025.03.02 04:57:40.122304 [ 193 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_20_4} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 3083 | 2025.03.02 04:57:40.122460 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 3084 | 2025.03.02 04:57:40.122616 [ 255 ] {54664be5-e0c6-4041-906b-122957ccead1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3085 | 2025.03.02 04:57:40.122861 [ 255 ] {54664be5-e0c6-4041-906b-122957ccead1} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3086 | 2025.03.02 04:57:40.123086 [ 255 ] {54664be5-e0c6-4041-906b-122957ccead1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002287 sec., 49409.70703979012 rows/sec., 3.20 MiB/sec. | ||
| 3087 | 2025.03.02 04:57:40.123144 [ 255 ] {54664be5-e0c6-4041-906b-122957ccead1} <Debug> TCPHandler: Processed in 0.002502443 sec. | ||
| 3088 | 2025.03.02 04:57:40.123259 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3089 | 2025.03.02 04:57:40.123368 [ 255 ] {ac402f38-95c3-46b5-9113-ea9dd6f28848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3090 | 2025.03.02 04:57:40.123412 [ 255 ] {ac402f38-95c3-46b5-9113-ea9dd6f28848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3091 | 2025.03.02 04:57:40.123969 [ 255 ] {ac402f38-95c3-46b5-9113-ea9dd6f28848} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3092 | 2025.03.02 04:57:40.124008 [ 255 ] {ac402f38-95c3-46b5-9113-ea9dd6f28848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3093 | 2025.03.02 04:57:40.124355 [ 255 ] {ac402f38-95c3-46b5-9113-ea9dd6f28848} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3094 | 2025.03.02 04:57:40.124596 [ 255 ] {ac402f38-95c3-46b5-9113-ea9dd6f28848} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3095 | 2025.03.02 04:57:40.124804 [ 255 ] {ac402f38-95c3-46b5-9113-ea9dd6f28848} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00146 sec., 76712.3287671233 rows/sec., 4.37 MiB/sec. | ||
| 3096 | 2025.03.02 04:57:40.124857 [ 255 ] {ac402f38-95c3-46b5-9113-ea9dd6f28848} <Debug> TCPHandler: Processed in 0.001647541 sec. | ||
| 3097 | 2025.03.02 04:57:40.124970 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3098 | 2025.03.02 04:57:40.125076 [ 255 ] {1b8c88ea-2e8a-4933-9e13-bea1985ba855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3099 | 2025.03.02 04:57:40.125122 [ 255 ] {1b8c88ea-2e8a-4933-9e13-bea1985ba855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3100 | 2025.03.02 04:57:40.125758 [ 255 ] {1b8c88ea-2e8a-4933-9e13-bea1985ba855} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3101 | 2025.03.02 04:57:40.125797 [ 255 ] {1b8c88ea-2e8a-4933-9e13-bea1985ba855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3102 | 2025.03.02 04:57:40.126155 [ 255 ] {1b8c88ea-2e8a-4933-9e13-bea1985ba855} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3103 | 2025.03.02 04:57:40.126390 [ 255 ] {1b8c88ea-2e8a-4933-9e13-bea1985ba855} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3104 | 2025.03.02 04:57:40.126542 [ 129 ] {} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 3105 | 2025.03.02 04:57:40.126597 [ 129 ] {} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2025.03.02 04:57:40.126629 [ 255 ] {1b8c88ea-2e8a-4933-9e13-bea1985ba855} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001566 sec., 265644.95530012774 rows/sec., 18.90 MiB/sec. | ||
| 3107 | 2025.03.02 04:57:40.126636 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3108 | 2025.03.02 04:57:40.126789 [ 255 ] {1b8c88ea-2e8a-4933-9e13-bea1985ba855} <Debug> TCPHandler: Processed in 0.001866694 sec. | ||
| 3109 | 2025.03.02 04:57:40.126868 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::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 | ||
| 3110 | 2025.03.02 04:57:40.126947 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3111 | 2025.03.02 04:57:40.127096 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3112 | 2025.03.02 04:57:40.127139 [ 255 ] {6293510e-b82e-4080-8942-e75cfe7e6a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3113 | 2025.03.02 04:57:40.127162 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 897 rows starting from the beginning of the part | ||
| 3114 | 2025.03.02 04:57:40.127218 [ 255 ] {6293510e-b82e-4080-8942-e75cfe7e6a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3115 | 2025.03.02 04:57:40.127532 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 416 rows starting from the beginning of the part | ||
| 3116 | 2025.03.02 04:57:40.127885 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 72 rows starting from the beginning of the part | ||
| 3117 | 2025.03.02 04:57:40.128242 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 420 rows starting from the beginning of the part | ||
| 3118 | 2025.03.02 04:57:40.128497 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 69 rows starting from the beginning of the part | ||
| 3119 | 2025.03.02 04:57:40.128804 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 416 rows starting from the beginning of the part | ||
| 3120 | 2025.03.02 04:57:40.129457 [ 255 ] {6293510e-b82e-4080-8942-e75cfe7e6a4a} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3121 | 2025.03.02 04:57:40.129513 [ 255 ] {6293510e-b82e-4080-8942-e75cfe7e6a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3122 | 2025.03.02 04:57:40.130319 [ 255 ] {6293510e-b82e-4080-8942-e75cfe7e6a4a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3123 | 2025.03.02 04:57:40.130832 [ 255 ] {6293510e-b82e-4080-8942-e75cfe7e6a4a} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3124 | 2025.03.02 04:57:40.131264 [ 255 ] {6293510e-b82e-4080-8942-e75cfe7e6a4a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004174 sec., 1437.4700527072353 rows/sec., 75.10 KiB/sec. | ||
| 3125 | 2025.03.02 04:57:40.131356 [ 255 ] {6293510e-b82e-4080-8942-e75cfe7e6a4a} <Debug> TCPHandler: Processed in 0.004465048 sec. | ||
| 3126 | 2025.03.02 04:57:40.131496 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3127 | 2025.03.02 04:57:40.131707 [ 255 ] {56c6d2bd-f538-445d-b775-e40b9ee02c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3128 | 2025.03.02 04:57:40.131856 [ 255 ] {56c6d2bd-f538-445d-b775-e40b9ee02c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3129 | 2025.03.02 04:57:40.132065 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2290 rows, containing 5 columns (5 merged, 0 gathered) in 0.005302819 sec., 431845.7786320823 rows/sec., 32.80 MiB/sec. | ||
| 3130 | 2025.03.02 04:57:40.132334 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 3131 | 2025.03.02 04:57:40.132861 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_20_4} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3132 | 2025.03.02 04:57:40.133062 [ 197 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_20_4} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 3133 | 2025.03.02 04:57:40.133105 [ 255 ] {56c6d2bd-f538-445d-b775-e40b9ee02c45} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3134 | 2025.03.02 04:57:40.133185 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 3135 | 2025.03.02 04:57:40.133188 [ 255 ] {56c6d2bd-f538-445d-b775-e40b9ee02c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3136 | 2025.03.02 04:57:40.133617 [ 255 ] {56c6d2bd-f538-445d-b775-e40b9ee02c45} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3137 | 2025.03.02 04:57:40.133852 [ 255 ] {56c6d2bd-f538-445d-b775-e40b9ee02c45} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3138 | 2025.03.02 04:57:40.134066 [ 255 ] {56c6d2bd-f538-445d-b775-e40b9ee02c45} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00243 sec., 97530.86419753087 rows/sec., 6.54 MiB/sec. | ||
| 3139 | 2025.03.02 04:57:40.134122 [ 255 ] {56c6d2bd-f538-445d-b775-e40b9ee02c45} <Debug> TCPHandler: Processed in 0.002676305 sec. | ||
| 3140 | 2025.03.02 04:57:40.134245 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2025.03.02 04:57:40.134351 [ 255 ] {c97b38a5-d975-4fea-83ad-2f53c9365f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3142 | 2025.03.02 04:57:40.134397 [ 255 ] {c97b38a5-d975-4fea-83ad-2f53c9365f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3143 | 2025.03.02 04:57:40.134825 [ 255 ] {c97b38a5-d975-4fea-83ad-2f53c9365f8c} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2025.03.02 04:57:40.134864 [ 255 ] {c97b38a5-d975-4fea-83ad-2f53c9365f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3145 | 2025.03.02 04:57:40.135210 [ 255 ] {c97b38a5-d975-4fea-83ad-2f53c9365f8c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3146 | 2025.03.02 04:57:40.135447 [ 255 ] {c97b38a5-d975-4fea-83ad-2f53c9365f8c} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2025.03.02 04:57:40.135625 [ 255 ] {c97b38a5-d975-4fea-83ad-2f53c9365f8c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001296 sec., 771.6049382716049 rows/sec., 51.99 KiB/sec. | ||
| 3148 | 2025.03.02 04:57:40.135674 [ 255 ] {c97b38a5-d975-4fea-83ad-2f53c9365f8c} <Debug> TCPHandler: Processed in 0.001478959 sec. | ||
| 3149 | 2025.03.02 04:57:40.135789 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3150 | 2025.03.02 04:57:40.135894 [ 255 ] {94cbf4bf-a152-43d3-b284-f01b650e2970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3151 | 2025.03.02 04:57:40.135959 [ 255 ] {94cbf4bf-a152-43d3-b284-f01b650e2970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3152 | 2025.03.02 04:57:40.137045 [ 255 ] {94cbf4bf-a152-43d3-b284-f01b650e2970} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3153 | 2025.03.02 04:57:40.137083 [ 255 ] {94cbf4bf-a152-43d3-b284-f01b650e2970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3154 | 2025.03.02 04:57:40.137731 [ 255 ] {94cbf4bf-a152-43d3-b284-f01b650e2970} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3155 | 2025.03.02 04:57:40.137980 [ 255 ] {94cbf4bf-a152-43d3-b284-f01b650e2970} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3156 | 2025.03.02 04:57:40.138166 [ 255 ] {94cbf4bf-a152-43d3-b284-f01b650e2970} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002294 sec., 14821.272885789014 rows/sec., 26.56 MiB/sec. | ||
| 3157 | 2025.03.02 04:57:40.138256 [ 255 ] {94cbf4bf-a152-43d3-b284-f01b650e2970} <Debug> TCPHandler: Processed in 0.002516813 sec. | ||
| 3158 | 2025.03.02 04:57:40.138367 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3159 | 2025.03.02 04:57:40.138470 [ 255 ] {db56d27f-5895-446b-9e6e-24cf2996808a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3160 | 2025.03.02 04:57:40.138515 [ 255 ] {db56d27f-5895-446b-9e6e-24cf2996808a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3161 | 2025.03.02 04:57:40.138936 [ 255 ] {db56d27f-5895-446b-9e6e-24cf2996808a} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3162 | 2025.03.02 04:57:40.138973 [ 255 ] {db56d27f-5895-446b-9e6e-24cf2996808a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3163 | 2025.03.02 04:57:40.139316 [ 255 ] {db56d27f-5895-446b-9e6e-24cf2996808a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3164 | 2025.03.02 04:57:40.139545 [ 255 ] {db56d27f-5895-446b-9e6e-24cf2996808a} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3165 | 2025.03.02 04:57:40.139720 [ 255 ] {db56d27f-5895-446b-9e6e-24cf2996808a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001271 sec., 64516.12903225807 rows/sec., 4.10 MiB/sec. | ||
| 3166 | 2025.03.02 04:57:40.139767 [ 255 ] {db56d27f-5895-446b-9e6e-24cf2996808a} <Debug> TCPHandler: Processed in 0.001448369 sec. | ||
| 3167 | 2025.03.02 04:57:43.417746 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 466 | ||
| 3168 | 2025.03.02 04:57:43.421031 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3169 | 2025.03.02 04:57:43.421082 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3170 | 2025.03.02 04:57:43.422597 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3171 | 2025.03.02 04:57:43.422938 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3172 | 2025.03.02 04:57:43.424025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 466 | ||
| 3173 | 2025.03.02 04:57:43.952776 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3174 | 2025.03.02 04:57:43.952980 [ 255 ] {055dcce3-2e15-4297-8cdc-f2b62c1541e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3175 | 2025.03.02 04:57:43.953059 [ 255 ] {055dcce3-2e15-4297-8cdc-f2b62c1541e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3176 | 2025.03.02 04:57:43.954458 [ 255 ] {055dcce3-2e15-4297-8cdc-f2b62c1541e4} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3177 | 2025.03.02 04:57:43.954505 [ 255 ] {055dcce3-2e15-4297-8cdc-f2b62c1541e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3178 | 2025.03.02 04:57:43.955043 [ 255 ] {055dcce3-2e15-4297-8cdc-f2b62c1541e4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3179 | 2025.03.02 04:57:43.955304 [ 255 ] {055dcce3-2e15-4297-8cdc-f2b62c1541e4} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3180 | 2025.03.02 04:57:43.955515 [ 255 ] {055dcce3-2e15-4297-8cdc-f2b62c1541e4} <Debug> executeQuery: Read 1206 rows, 101.47 KiB in 0.002593 sec., 465098.3416891632 rows/sec., 38.22 MiB/sec. | ||
| 3181 | 2025.03.02 04:57:43.955650 [ 255 ] {055dcce3-2e15-4297-8cdc-f2b62c1541e4} <Debug> TCPHandler: Processed in 0.003007659 sec. | ||
| 3182 | 2025.03.02 04:57:43.955774 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3183 | 2025.03.02 04:57:43.955883 [ 255 ] {b6f2e73e-14e4-4f61-8199-1b5daaaa75c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3184 | 2025.03.02 04:57:43.955932 [ 255 ] {b6f2e73e-14e4-4f61-8199-1b5daaaa75c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3185 | 2025.03.02 04:57:43.956462 [ 255 ] {b6f2e73e-14e4-4f61-8199-1b5daaaa75c1} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3186 | 2025.03.02 04:57:43.956500 [ 255 ] {b6f2e73e-14e4-4f61-8199-1b5daaaa75c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3187 | 2025.03.02 04:57:43.956848 [ 255 ] {b6f2e73e-14e4-4f61-8199-1b5daaaa75c1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3188 | 2025.03.02 04:57:43.957080 [ 255 ] {b6f2e73e-14e4-4f61-8199-1b5daaaa75c1} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3189 | 2025.03.02 04:57:43.957204 [ 123 ] {} <Debug> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3190 | 2025.03.02 04:57:43.957253 [ 123 ] {} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3191 | 2025.03.02 04:57:43.957260 [ 255 ] {b6f2e73e-14e4-4f61-8199-1b5daaaa75c1} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001401 sec., 3568.879371877231 rows/sec., 268.36 KiB/sec. | ||
| 3192 | 2025.03.02 04:57:43.957281 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3193 | 2025.03.02 04:57:43.957336 [ 255 ] {b6f2e73e-14e4-4f61-8199-1b5daaaa75c1} <Debug> TCPHandler: Processed in 0.001612441 sec. | ||
| 3194 | 2025.03.02 04:57:43.957608 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::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 | ||
| 3195 | 2025.03.02 04:57:43.957634 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3196 | 2025.03.02 04:57:43.957854 [ 255 ] {8a0f4b03-c1e2-4320-8905-668b271d2c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3197 | 2025.03.02 04:57:43.957868 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3198 | 2025.03.02 04:57:43.957914 [ 255 ] {8a0f4b03-c1e2-4320-8905-668b271d2c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3199 | 2025.03.02 04:57:43.957917 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 150 rows starting from the beginning of the part | ||
| 3200 | 2025.03.02 04:57:43.958097 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 5 rows starting from the beginning of the part | ||
| 3201 | 2025.03.02 04:57:43.958335 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 144 rows starting from the beginning of the part | ||
| 3202 | 2025.03.02 04:57:43.958736 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 5 rows starting from the beginning of the part | ||
| 3203 | 2025.03.02 04:57:43.958965 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 140 rows starting from the beginning of the part | ||
| 3204 | 2025.03.02 04:57:43.959167 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 5 rows starting from the beginning of the part | ||
| 3205 | 2025.03.02 04:57:43.959837 [ 255 ] {8a0f4b03-c1e2-4320-8905-668b271d2c22} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3206 | 2025.03.02 04:57:43.959882 [ 255 ] {8a0f4b03-c1e2-4320-8905-668b271d2c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3207 | 2025.03.02 04:57:43.960444 [ 255 ] {8a0f4b03-c1e2-4320-8905-668b271d2c22} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3208 | 2025.03.02 04:57:43.960664 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 449 rows, containing 5 columns (5 merged, 0 gathered) in 0.003302203 sec., 135969.8358944014 rows/sec., 9.07 MiB/sec. | ||
| 3209 | 2025.03.02 04:57:43.960843 [ 255 ] {8a0f4b03-c1e2-4320-8905-668b271d2c22} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3210 | 2025.03.02 04:57:43.960928 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3211 | 2025.03.02 04:57:43.961053 [ 123 ] {} <Debug> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3212 | 2025.03.02 04:57:43.961179 [ 123 ] {} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3213 | 2025.03.02 04:57:43.961253 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3214 | 2025.03.02 04:57:43.961368 [ 255 ] {8a0f4b03-c1e2-4320-8905-668b271d2c22} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003532 sec., 64552.66138165345 rows/sec., 4.37 MiB/sec. | ||
| 3215 | 2025.03.02 04:57:43.961528 [ 191 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::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 | ||
| 3216 | 2025.03.02 04:57:43.961611 [ 255 ] {8a0f4b03-c1e2-4320-8905-668b271d2c22} <Debug> TCPHandler: Processed in 0.004082933 sec. | ||
| 3217 | 2025.03.02 04:57:43.961831 [ 191 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3218 | 2025.03.02 04:57:43.961873 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3219 | 2025.03.02 04:57:43.961896 [ 191 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::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 | ||
| 3220 | 2025.03.02 04:57:43.961978 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_11_2} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3221 | 2025.03.02 04:57:43.962205 [ 255 ] {4e356bb0-0c44-4a31-9ee7-d2d6d42f19e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3222 | 2025.03.02 04:57:43.962223 [ 191 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
| 3223 | 2025.03.02 04:57:43.962404 [ 255 ] {4e356bb0-0c44-4a31-9ee7-d2d6d42f19e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3224 | 2025.03.02 04:57:43.962490 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_11_2} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3225 | 2025.03.02 04:57:43.962693 [ 191 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3226 | 2025.03.02 04:57:43.962956 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3227 | 2025.03.02 04:57:43.963245 [ 191 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part | ||
| 3228 | 2025.03.02 04:57:43.963708 [ 191 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::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 | ||
| 3229 | 2025.03.02 04:57:43.964073 [ 191 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part | ||
| 3230 | 2025.03.02 04:57:43.965262 [ 255 ] {4e356bb0-0c44-4a31-9ee7-d2d6d42f19e3} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3231 | 2025.03.02 04:57:43.965311 [ 255 ] {4e356bb0-0c44-4a31-9ee7-d2d6d42f19e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3232 | 2025.03.02 04:57:43.965824 [ 199 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 909 rows, containing 5 columns (5 merged, 0 gathered) in 0.004491358 sec., 202388.67620884374 rows/sec., 14.18 MiB/sec. | ||
| 3233 | 2025.03.02 04:57:43.965924 [ 255 ] {4e356bb0-0c44-4a31-9ee7-d2d6d42f19e3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3234 | 2025.03.02 04:57:43.965954 [ 199 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3235 | 2025.03.02 04:57:43.966250 [ 255 ] {4e356bb0-0c44-4a31-9ee7-d2d6d42f19e3} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3236 | 2025.03.02 04:57:43.966289 [ 199 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_11_2} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3237 | 2025.03.02 04:57:43.966408 [ 199 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_11_2} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3238 | 2025.03.02 04:57:43.966502 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 3239 | 2025.03.02 04:57:43.966515 [ 255 ] {4e356bb0-0c44-4a31-9ee7-d2d6d42f19e3} <Debug> executeQuery: Read 525 rows, 39.80 KiB in 0.004463 sec., 117633.87855702442 rows/sec., 8.71 MiB/sec. | ||
| 3240 | 2025.03.02 04:57:43.966577 [ 255 ] {4e356bb0-0c44-4a31-9ee7-d2d6d42f19e3} <Debug> TCPHandler: Processed in 0.004781062 sec. | ||
| 3241 | 2025.03.02 04:57:43.966695 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3242 | 2025.03.02 04:57:43.966803 [ 255 ] {776dbed1-1296-45ac-ba3d-7ea8712ef14d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3243 | 2025.03.02 04:57:43.966855 [ 255 ] {776dbed1-1296-45ac-ba3d-7ea8712ef14d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3244 | 2025.03.02 04:57:43.967573 [ 255 ] {776dbed1-1296-45ac-ba3d-7ea8712ef14d} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3245 | 2025.03.02 04:57:43.967610 [ 255 ] {776dbed1-1296-45ac-ba3d-7ea8712ef14d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3246 | 2025.03.02 04:57:43.968044 [ 255 ] {776dbed1-1296-45ac-ba3d-7ea8712ef14d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3247 | 2025.03.02 04:57:43.968282 [ 255 ] {776dbed1-1296-45ac-ba3d-7ea8712ef14d} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3248 | 2025.03.02 04:57:43.968415 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3249 | 2025.03.02 04:57:43.968461 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3250 | 2025.03.02 04:57:43.968470 [ 255 ] {776dbed1-1296-45ac-ba3d-7ea8712ef14d} <Debug> executeQuery: Read 964 rows, 66.25 KiB in 0.001688 sec., 571090.047393365 rows/sec., 38.33 MiB/sec. | ||
| 3251 | 2025.03.02 04:57:43.968489 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3252 | 2025.03.02 04:57:43.968566 [ 255 ] {776dbed1-1296-45ac-ba3d-7ea8712ef14d} <Debug> TCPHandler: Processed in 0.001918805 sec. | ||
| 3253 | 2025.03.02 04:57:43.968682 [ 191 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 3254 | 2025.03.02 04:57:43.968772 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3255 | 2025.03.02 04:57:43.968877 [ 191 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3256 | 2025.03.02 04:57:43.968918 [ 191 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5678 rows starting from the beginning of the part | ||
| 3257 | 2025.03.02 04:57:43.968923 [ 255 ] {07910718-cd2c-4849-af44-26fd19a02f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3258 | 2025.03.02 04:57:43.969123 [ 191 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 3259 | 2025.03.02 04:57:43.969202 [ 255 ] {07910718-cd2c-4849-af44-26fd19a02f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3260 | 2025.03.02 04:57:43.969545 [ 191 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 239 rows starting from the beginning of the part | ||
| 3261 | 2025.03.02 04:57:43.969887 [ 191 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 3262 | 2025.03.02 04:57:43.970224 [ 191 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
| 3263 | 2025.03.02 04:57:43.970585 [ 191 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 964 rows starting from the beginning of the part | ||
| 3264 | 2025.03.02 04:57:43.972747 [ 255 ] {07910718-cd2c-4849-af44-26fd19a02f79} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3265 | 2025.03.02 04:57:43.972794 [ 255 ] {07910718-cd2c-4849-af44-26fd19a02f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3266 | 2025.03.02 04:57:43.973514 [ 255 ] {07910718-cd2c-4849-af44-26fd19a02f79} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3267 | 2025.03.02 04:57:43.973819 [ 191 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7438 rows, containing 5 columns (5 merged, 0 gathered) in 0.005247188 sec., 1417521.1560935115 rows/sec., 95.70 MiB/sec. | ||
| 3268 | 2025.03.02 04:57:43.973849 [ 255 ] {07910718-cd2c-4849-af44-26fd19a02f79} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3269 | 2025.03.02 04:57:43.974207 [ 255 ] {07910718-cd2c-4849-af44-26fd19a02f79} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.005292 sec., 944.822373393802 rows/sec., 1.69 MiB/sec. | ||
| 3270 | 2025.03.02 04:57:43.974447 [ 255 ] {07910718-cd2c-4849-af44-26fd19a02f79} <Debug> TCPHandler: Processed in 0.005747034 sec. | ||
| 3271 | 2025.03.02 04:57:43.974533 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3272 | 2025.03.02 04:57:43.974630 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3273 | 2025.03.02 04:57:43.974795 [ 255 ] {625913ba-36a5-43cd-9cde-b001d99ad1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3274 | 2025.03.02 04:57:43.974885 [ 255 ] {625913ba-36a5-43cd-9cde-b001d99ad1dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3275 | 2025.03.02 04:57:43.975170 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3276 | 2025.03.02 04:57:43.975390 [ 194 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3277 | 2025.03.02 04:57:43.975577 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 3278 | 2025.03.02 04:57:43.975793 [ 255 ] {625913ba-36a5-43cd-9cde-b001d99ad1dd} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3279 | 2025.03.02 04:57:43.975836 [ 255 ] {625913ba-36a5-43cd-9cde-b001d99ad1dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3280 | 2025.03.02 04:57:43.976208 [ 255 ] {625913ba-36a5-43cd-9cde-b001d99ad1dd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3281 | 2025.03.02 04:57:43.976480 [ 255 ] {625913ba-36a5-43cd-9cde-b001d99ad1dd} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3282 | 2025.03.02 04:57:43.976607 [ 123 ] {} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3283 | 2025.03.02 04:57:43.976646 [ 123 ] {} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3284 | 2025.03.02 04:57:43.976670 [ 255 ] {625913ba-36a5-43cd-9cde-b001d99ad1dd} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001921 sec., 22904.737116085373 rows/sec., 1.54 MiB/sec. | ||
| 3285 | 2025.03.02 04:57:43.976675 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3286 | 2025.03.02 04:57:43.976792 [ 255 ] {625913ba-36a5-43cd-9cde-b001d99ad1dd} <Debug> TCPHandler: Processed in 0.002226989 sec. | ||
| 3287 | 2025.03.02 04:57:43.976918 [ 198 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 3288 | 2025.03.02 04:57:43.977046 [ 198 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3289 | 2025.03.02 04:57:43.977082 [ 198 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 914 rows starting from the beginning of the part | ||
| 3290 | 2025.03.02 04:57:43.977208 [ 198 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3291 | 2025.03.02 04:57:43.977317 [ 198 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 3292 | 2025.03.02 04:57:43.977571 [ 198 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 3293 | 2025.03.02 04:57:43.977678 [ 198 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 3294 | 2025.03.02 04:57:43.977874 [ 198 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part | ||
| 3295 | 2025.03.02 04:57:43.979171 [ 192 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1242 rows, containing 4 columns (4 merged, 0 gathered) in 0.002369621 sec., 524134.4501926679 rows/sec., 34.38 MiB/sec. | ||
| 3296 | 2025.03.02 04:57:43.979377 [ 198 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3297 | 2025.03.02 04:57:43.979648 [ 198 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_21_4} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3298 | 2025.03.02 04:57:43.979723 [ 198 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_21_4} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3299 | 2025.03.02 04:57:43.979795 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 3300 | 2025.03.02 04:57:45.098752 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3301 | 2025.03.02 04:57:45.099028 [ 255 ] {0e3260f1-c8ce-4e2f-9bd5-3ad0ea9f7d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3302 | 2025.03.02 04:57:45.099136 [ 255 ] {0e3260f1-c8ce-4e2f-9bd5-3ad0ea9f7d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3303 | 2025.03.02 04:57:45.099967 [ 255 ] {0e3260f1-c8ce-4e2f-9bd5-3ad0ea9f7d82} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3304 | 2025.03.02 04:57:45.100016 [ 255 ] {0e3260f1-c8ce-4e2f-9bd5-3ad0ea9f7d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3305 | 2025.03.02 04:57:45.100452 [ 255 ] {0e3260f1-c8ce-4e2f-9bd5-3ad0ea9f7d82} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3306 | 2025.03.02 04:57:45.100712 [ 255 ] {0e3260f1-c8ce-4e2f-9bd5-3ad0ea9f7d82} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3307 | 2025.03.02 04:57:45.100972 [ 255 ] {0e3260f1-c8ce-4e2f-9bd5-3ad0ea9f7d82} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.13 MiB/sec. | ||
| 3308 | 2025.03.02 04:57:45.101208 [ 255 ] {0e3260f1-c8ce-4e2f-9bd5-3ad0ea9f7d82} <Debug> TCPHandler: Processed in 0.002624274 sec. | ||
| 3309 | 2025.03.02 04:57:45.101356 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3310 | 2025.03.02 04:57:45.101471 [ 255 ] {efaa89d4-80e4-42f3-9653-773472e3e486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3311 | 2025.03.02 04:57:45.101521 [ 255 ] {efaa89d4-80e4-42f3-9653-773472e3e486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3312 | 2025.03.02 04:57:45.102125 [ 255 ] {efaa89d4-80e4-42f3-9653-773472e3e486} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2025.03.02 04:57:45.102164 [ 255 ] {efaa89d4-80e4-42f3-9653-773472e3e486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3314 | 2025.03.02 04:57:45.102525 [ 255 ] {efaa89d4-80e4-42f3-9653-773472e3e486} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3315 | 2025.03.02 04:57:45.102764 [ 255 ] {efaa89d4-80e4-42f3-9653-773472e3e486} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2025.03.02 04:57:45.102948 [ 255 ] {efaa89d4-80e4-42f3-9653-773472e3e486} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001506 sec., 42496.67994687915 rows/sec., 3.32 MiB/sec. | ||
| 3317 | 2025.03.02 04:57:45.103005 [ 255 ] {efaa89d4-80e4-42f3-9653-773472e3e486} <Debug> TCPHandler: Processed in 0.001703492 sec. | ||
| 3318 | 2025.03.02 04:57:45.103121 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3319 | 2025.03.02 04:57:45.103230 [ 255 ] {26fd3a54-d76c-4da4-97b8-5ccf5eddc984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3320 | 2025.03.02 04:57:45.103281 [ 255 ] {26fd3a54-d76c-4da4-97b8-5ccf5eddc984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3321 | 2025.03.02 04:57:45.103762 [ 255 ] {26fd3a54-d76c-4da4-97b8-5ccf5eddc984} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3322 | 2025.03.02 04:57:45.103799 [ 255 ] {26fd3a54-d76c-4da4-97b8-5ccf5eddc984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3323 | 2025.03.02 04:57:45.104169 [ 255 ] {26fd3a54-d76c-4da4-97b8-5ccf5eddc984} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3324 | 2025.03.02 04:57:45.104421 [ 255 ] {26fd3a54-d76c-4da4-97b8-5ccf5eddc984} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3325 | 2025.03.02 04:57:45.104643 [ 255 ] {26fd3a54-d76c-4da4-97b8-5ccf5eddc984} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001437 sec., 29227.557411273487 rows/sec., 2.03 MiB/sec. | ||
| 3326 | 2025.03.02 04:57:45.104854 [ 255 ] {26fd3a54-d76c-4da4-97b8-5ccf5eddc984} <Debug> TCPHandler: Processed in 0.001778553 sec. | ||
| 3327 | 2025.03.02 04:57:45.105003 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3328 | 2025.03.02 04:57:45.105125 [ 255 ] {f854b94b-6723-4077-a39d-188270a1ebee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3329 | 2025.03.02 04:57:45.105176 [ 255 ] {f854b94b-6723-4077-a39d-188270a1ebee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3330 | 2025.03.02 04:57:45.105630 [ 255 ] {f854b94b-6723-4077-a39d-188270a1ebee} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3331 | 2025.03.02 04:57:45.105667 [ 255 ] {f854b94b-6723-4077-a39d-188270a1ebee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3332 | 2025.03.02 04:57:45.106028 [ 255 ] {f854b94b-6723-4077-a39d-188270a1ebee} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3333 | 2025.03.02 04:57:45.106269 [ 255 ] {f854b94b-6723-4077-a39d-188270a1ebee} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2025.03.02 04:57:45.106479 [ 255 ] {f854b94b-6723-4077-a39d-188270a1ebee} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001378 sec., 11611.030478955006 rows/sec., 805.06 KiB/sec. | ||
| 3335 | 2025.03.02 04:57:45.106676 [ 255 ] {f854b94b-6723-4077-a39d-188270a1ebee} <Debug> TCPHandler: Processed in 0.001718363 sec. | ||
| 3336 | 2025.03.02 04:57:45.903651 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3337 | 2025.03.02 04:57:45.904269 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3338 | 2025.03.02 04:57:45.904313 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3339 | 2025.03.02 04:57:45.904843 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3340 | 2025.03.02 04:57:45.905123 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3341 | 2025.03.02 04:57:45.905398 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3342 | 2025.03.02 04:57:46.353575 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3343 | 2025.03.02 04:57:46.375796 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2025.03.02 04:57:46.375867 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3345 | 2025.03.02 04:57:46.384049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3346 | 2025.03.02 04:57:46.384824 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3347 | 2025.03.02 04:57:46.388335 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3348 | 2025.03.02 04:57:50.111701 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3349 | 2025.03.02 04:57:50.112027 [ 255 ] {bcc1bc40-6935-43f7-89de-992c899c7d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3350 | 2025.03.02 04:57:50.112144 [ 255 ] {bcc1bc40-6935-43f7-89de-992c899c7d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3351 | 2025.03.02 04:57:50.113044 [ 255 ] {bcc1bc40-6935-43f7-89de-992c899c7d3c} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2025.03.02 04:57:50.113097 [ 255 ] {bcc1bc40-6935-43f7-89de-992c899c7d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3353 | 2025.03.02 04:57:50.113557 [ 255 ] {bcc1bc40-6935-43f7-89de-992c899c7d3c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3354 | 2025.03.02 04:57:50.113818 [ 255 ] {bcc1bc40-6935-43f7-89de-992c899c7d3c} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3355 | 2025.03.02 04:57:50.114075 [ 255 ] {bcc1bc40-6935-43f7-89de-992c899c7d3c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002134 sec., 99343.9550140581 rows/sec., 6.32 MiB/sec. | ||
| 3356 | 2025.03.02 04:57:50.114142 [ 255 ] {bcc1bc40-6935-43f7-89de-992c899c7d3c} <Debug> TCPHandler: Processed in 0.002627004 sec. | ||
| 3357 | 2025.03.02 04:57:50.114257 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3358 | 2025.03.02 04:57:50.114366 [ 255 ] {ff284c75-da6c-47c9-96d0-c5cbb9549c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3359 | 2025.03.02 04:57:50.114416 [ 255 ] {ff284c75-da6c-47c9-96d0-c5cbb9549c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3360 | 2025.03.02 04:57:50.115228 [ 255 ] {ff284c75-da6c-47c9-96d0-c5cbb9549c8e} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3361 | 2025.03.02 04:57:50.115269 [ 255 ] {ff284c75-da6c-47c9-96d0-c5cbb9549c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3362 | 2025.03.02 04:57:50.115687 [ 255 ] {ff284c75-da6c-47c9-96d0-c5cbb9549c8e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3363 | 2025.03.02 04:57:50.115931 [ 255 ] {ff284c75-da6c-47c9-96d0-c5cbb9549c8e} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3364 | 2025.03.02 04:57:50.116146 [ 255 ] {ff284c75-da6c-47c9-96d0-c5cbb9549c8e} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001807 sec., 379081.3503043719 rows/sec., 30.16 MiB/sec. | ||
| 3365 | 2025.03.02 04:57:50.116200 [ 255 ] {ff284c75-da6c-47c9-96d0-c5cbb9549c8e} <Debug> TCPHandler: Processed in 0.001994406 sec. | ||
| 3366 | 2025.03.02 04:57:50.116315 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3367 | 2025.03.02 04:57:50.116426 [ 255 ] {ae8de2b2-838b-471f-bb57-be23427928d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3368 | 2025.03.02 04:57:50.116472 [ 255 ] {ae8de2b2-838b-471f-bb57-be23427928d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3369 | 2025.03.02 04:57:50.117048 [ 255 ] {ae8de2b2-838b-471f-bb57-be23427928d1} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3370 | 2025.03.02 04:57:50.117088 [ 255 ] {ae8de2b2-838b-471f-bb57-be23427928d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3371 | 2025.03.02 04:57:50.117445 [ 255 ] {ae8de2b2-838b-471f-bb57-be23427928d1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3372 | 2025.03.02 04:57:50.117678 [ 255 ] {ae8de2b2-838b-471f-bb57-be23427928d1} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3373 | 2025.03.02 04:57:50.117885 [ 255 ] {ae8de2b2-838b-471f-bb57-be23427928d1} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001482 sec., 94466.93657219973 rows/sec., 5.89 MiB/sec. | ||
| 3374 | 2025.03.02 04:57:50.117937 [ 255 ] {ae8de2b2-838b-471f-bb57-be23427928d1} <Debug> TCPHandler: Processed in 0.001672911 sec. | ||
| 3375 | 2025.03.02 04:57:50.118051 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3376 | 2025.03.02 04:57:50.118156 [ 255 ] {494292c3-fc94-485e-a073-18069a3cb4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3377 | 2025.03.02 04:57:50.118201 [ 255 ] {494292c3-fc94-485e-a073-18069a3cb4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3378 | 2025.03.02 04:57:50.118768 [ 255 ] {494292c3-fc94-485e-a073-18069a3cb4e5} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3379 | 2025.03.02 04:57:50.118807 [ 255 ] {494292c3-fc94-485e-a073-18069a3cb4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3380 | 2025.03.02 04:57:50.119148 [ 255 ] {494292c3-fc94-485e-a073-18069a3cb4e5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3381 | 2025.03.02 04:57:50.119377 [ 255 ] {494292c3-fc94-485e-a073-18069a3cb4e5} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3382 | 2025.03.02 04:57:50.119585 [ 255 ] {494292c3-fc94-485e-a073-18069a3cb4e5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001451 sec., 77877.32598208133 rows/sec., 5.04 MiB/sec. | ||
| 3383 | 2025.03.02 04:57:50.119636 [ 255 ] {494292c3-fc94-485e-a073-18069a3cb4e5} <Debug> TCPHandler: Processed in 0.001634812 sec. | ||
| 3384 | 2025.03.02 04:57:50.119753 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3385 | 2025.03.02 04:57:50.119859 [ 255 ] {0fe0fc6f-fac6-4fe4-b443-eae8a0ef9b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3386 | 2025.03.02 04:57:50.119903 [ 255 ] {0fe0fc6f-fac6-4fe4-b443-eae8a0ef9b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3387 | 2025.03.02 04:57:50.120445 [ 255 ] {0fe0fc6f-fac6-4fe4-b443-eae8a0ef9b89} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2025.03.02 04:57:50.120484 [ 255 ] {0fe0fc6f-fac6-4fe4-b443-eae8a0ef9b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3389 | 2025.03.02 04:57:50.120830 [ 255 ] {0fe0fc6f-fac6-4fe4-b443-eae8a0ef9b89} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3390 | 2025.03.02 04:57:50.121061 [ 255 ] {0fe0fc6f-fac6-4fe4-b443-eae8a0ef9b89} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3391 | 2025.03.02 04:57:50.121263 [ 255 ] {0fe0fc6f-fac6-4fe4-b443-eae8a0ef9b89} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001425 sec., 78596.49122807017 rows/sec., 4.48 MiB/sec. | ||
| 3392 | 2025.03.02 04:57:50.121314 [ 255 ] {0fe0fc6f-fac6-4fe4-b443-eae8a0ef9b89} <Debug> TCPHandler: Processed in 0.001611561 sec. | ||
| 3393 | 2025.03.02 04:57:50.121430 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3394 | 2025.03.02 04:57:50.121535 [ 255 ] {6007bfe9-54c7-4fc6-a6d7-565149e955c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3395 | 2025.03.02 04:57:50.121581 [ 255 ] {6007bfe9-54c7-4fc6-a6d7-565149e955c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3396 | 2025.03.02 04:57:50.122211 [ 255 ] {6007bfe9-54c7-4fc6-a6d7-565149e955c3} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3397 | 2025.03.02 04:57:50.122250 [ 255 ] {6007bfe9-54c7-4fc6-a6d7-565149e955c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3398 | 2025.03.02 04:57:50.122622 [ 255 ] {6007bfe9-54c7-4fc6-a6d7-565149e955c3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3399 | 2025.03.02 04:57:50.122851 [ 255 ] {6007bfe9-54c7-4fc6-a6d7-565149e955c3} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3400 | 2025.03.02 04:57:50.123058 [ 255 ] {6007bfe9-54c7-4fc6-a6d7-565149e955c3} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001544 sec., 269430.0518134715 rows/sec., 19.17 MiB/sec. | ||
| 3401 | 2025.03.02 04:57:50.123108 [ 255 ] {6007bfe9-54c7-4fc6-a6d7-565149e955c3} <Debug> TCPHandler: Processed in 0.001727673 sec. | ||
| 3402 | 2025.03.02 04:57:50.123220 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3403 | 2025.03.02 04:57:50.123325 [ 255 ] {8cb90e1b-6bec-4398-8b46-1e59cf0420af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3404 | 2025.03.02 04:57:50.123372 [ 255 ] {8cb90e1b-6bec-4398-8b46-1e59cf0420af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3405 | 2025.03.02 04:57:50.123828 [ 255 ] {8cb90e1b-6bec-4398-8b46-1e59cf0420af} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3406 | 2025.03.02 04:57:50.123866 [ 255 ] {8cb90e1b-6bec-4398-8b46-1e59cf0420af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3407 | 2025.03.02 04:57:50.124209 [ 255 ] {8cb90e1b-6bec-4398-8b46-1e59cf0420af} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3408 | 2025.03.02 04:57:50.124455 [ 255 ] {8cb90e1b-6bec-4398-8b46-1e59cf0420af} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3409 | 2025.03.02 04:57:50.124723 [ 255 ] {8cb90e1b-6bec-4398-8b46-1e59cf0420af} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec. | ||
| 3410 | 2025.03.02 04:57:50.124870 [ 255 ] {8cb90e1b-6bec-4398-8b46-1e59cf0420af} <Debug> TCPHandler: Processed in 0.001699362 sec. | ||
| 3411 | 2025.03.02 04:57:50.124981 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3412 | 2025.03.02 04:57:50.125083 [ 255 ] {3617e45d-8d38-47a1-9bcc-215117b37422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3413 | 2025.03.02 04:57:50.125131 [ 255 ] {3617e45d-8d38-47a1-9bcc-215117b37422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3414 | 2025.03.02 04:57:50.125668 [ 255 ] {3617e45d-8d38-47a1-9bcc-215117b37422} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3415 | 2025.03.02 04:57:50.125706 [ 255 ] {3617e45d-8d38-47a1-9bcc-215117b37422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3416 | 2025.03.02 04:57:50.126083 [ 255 ] {3617e45d-8d38-47a1-9bcc-215117b37422} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3417 | 2025.03.02 04:57:50.126314 [ 255 ] {3617e45d-8d38-47a1-9bcc-215117b37422} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3418 | 2025.03.02 04:57:50.126522 [ 255 ] {3617e45d-8d38-47a1-9bcc-215117b37422} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001462 sec., 162106.70314637484 rows/sec., 10.87 MiB/sec. | ||
| 3419 | 2025.03.02 04:57:50.126574 [ 255 ] {3617e45d-8d38-47a1-9bcc-215117b37422} <Debug> TCPHandler: Processed in 0.001641701 sec. | ||
| 3420 | 2025.03.02 04:57:50.126689 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3421 | 2025.03.02 04:57:50.126795 [ 255 ] {2d3e0acc-b83e-4290-ab59-0632d351e9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3422 | 2025.03.02 04:57:50.126842 [ 255 ] {2d3e0acc-b83e-4290-ab59-0632d351e9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3423 | 2025.03.02 04:57:50.127256 [ 255 ] {2d3e0acc-b83e-4290-ab59-0632d351e9ec} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3424 | 2025.03.02 04:57:50.127294 [ 255 ] {2d3e0acc-b83e-4290-ab59-0632d351e9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3425 | 2025.03.02 04:57:50.127626 [ 255 ] {2d3e0acc-b83e-4290-ab59-0632d351e9ec} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3426 | 2025.03.02 04:57:50.127863 [ 255 ] {2d3e0acc-b83e-4290-ab59-0632d351e9ec} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3427 | 2025.03.02 04:57:50.128072 [ 255 ] {2d3e0acc-b83e-4290-ab59-0632d351e9ec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001299 sec., 769.8229407236336 rows/sec., 51.87 KiB/sec. | ||
| 3428 | 2025.03.02 04:57:50.128121 [ 255 ] {2d3e0acc-b83e-4290-ab59-0632d351e9ec} <Debug> TCPHandler: Processed in 0.001481269 sec. | ||
| 3429 | 2025.03.02 04:57:50.128223 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3430 | 2025.03.02 04:57:50.128324 [ 255 ] {3b9d2b5e-def9-4ee7-b6dc-46369b6ca3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3431 | 2025.03.02 04:57:50.128390 [ 255 ] {3b9d2b5e-def9-4ee7-b6dc-46369b6ca3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3432 | 2025.03.02 04:57:50.129461 [ 255 ] {3b9d2b5e-def9-4ee7-b6dc-46369b6ca3e1} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3433 | 2025.03.02 04:57:50.129500 [ 255 ] {3b9d2b5e-def9-4ee7-b6dc-46369b6ca3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3434 | 2025.03.02 04:57:50.130144 [ 255 ] {3b9d2b5e-def9-4ee7-b6dc-46369b6ca3e1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3435 | 2025.03.02 04:57:50.130395 [ 255 ] {3b9d2b5e-def9-4ee7-b6dc-46369b6ca3e1} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3436 | 2025.03.02 04:57:50.130570 [ 118 ] {} <Debug> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3437 | 2025.03.02 04:57:50.130669 [ 255 ] {3b9d2b5e-def9-4ee7-b6dc-46369b6ca3e1} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002359 sec., 14412.886816447648 rows/sec., 25.83 MiB/sec. | ||
| 3438 | 2025.03.02 04:57:50.130675 [ 118 ] {} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3439 | 2025.03.02 04:57:50.130763 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3440 | 2025.03.02 04:57:50.130988 [ 255 ] {3b9d2b5e-def9-4ee7-b6dc-46369b6ca3e1} <Debug> TCPHandler: Processed in 0.002813246 sec. | ||
| 3441 | 2025.03.02 04:57:50.131029 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 3442 | 2025.03.02 04:57:50.131125 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3443 | 2025.03.02 04:57:50.131271 [ 255 ] {252891bb-842b-4ac3-b803-72956d318ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3444 | 2025.03.02 04:57:50.131341 [ 255 ] {252891bb-842b-4ac3-b803-72956d318ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3445 | 2025.03.02 04:57:50.131405 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3446 | 2025.03.02 04:57:50.131520 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 175 rows starting from the beginning of the part | ||
| 3447 | 2025.03.02 04:57:50.132111 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 3448 | 2025.03.02 04:57:50.132733 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part | ||
| 3449 | 2025.03.02 04:57:50.132760 [ 255 ] {252891bb-842b-4ac3-b803-72956d318ea5} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3450 | 2025.03.02 04:57:50.132808 [ 255 ] {252891bb-842b-4ac3-b803-72956d318ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3451 | 2025.03.02 04:57:50.133186 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 3452 | 2025.03.02 04:57:50.133659 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part | ||
| 3453 | 2025.03.02 04:57:50.133819 [ 255 ] {252891bb-842b-4ac3-b803-72956d318ea5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3454 | 2025.03.02 04:57:50.134098 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part | ||
| 3455 | 2025.03.02 04:57:50.134548 [ 255 ] {252891bb-842b-4ac3-b803-72956d318ea5} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3456 | 2025.03.02 04:57:50.134949 [ 255 ] {252891bb-842b-4ac3-b803-72956d318ea5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003712 sec., 22090.51724137931 rows/sec., 1.40 MiB/sec. | ||
| 3457 | 2025.03.02 04:57:50.135042 [ 255 ] {252891bb-842b-4ac3-b803-72956d318ea5} <Debug> TCPHandler: Processed in 0.003972612 sec. | ||
| 3458 | 2025.03.02 04:57:50.137669 [ 198 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 287 rows, containing 19 columns (19 merged, 0 gathered) in 0.006759308 sec., 42459.96779551989 rows/sec., 76.09 MiB/sec. | ||
| 3459 | 2025.03.02 04:57:50.138308 [ 189 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3460 | 2025.03.02 04:57:50.138778 [ 189 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3461 | 2025.03.02 04:57:50.138870 [ 189 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3462 | 2025.03.02 04:57:50.139028 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 3463 | 2025.03.02 04:57:53.293417 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3464 | 2025.03.02 04:57:53.293519 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3465 | 2025.03.02 04:57:53.405571 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3466 | 2025.03.02 04:57:53.406448 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3467 | 2025.03.02 04:57:53.406494 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3468 | 2025.03.02 04:57:53.407045 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3469 | 2025.03.02 04:57:53.407306 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3470 | 2025.03.02 04:57:53.407556 [ 112 ] {} <Debug> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3471 | 2025.03.02 04:57:53.407575 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3472 | 2025.03.02 04:57:53.407665 [ 112 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3473 | 2025.03.02 04:57:53.407713 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3474 | 2025.03.02 04:57:53.407917 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 3475 | 2025.03.02 04:57:53.408087 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3476 | 2025.03.02 04:57:53.408136 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 3477 | 2025.03.02 04:57:53.408225 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 3478 | 2025.03.02 04:57:53.408342 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 3479 | 2025.03.02 04:57:53.408559 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 3480 | 2025.03.02 04:57:53.408637 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 3481 | 2025.03.02 04:57:53.408720 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 3482 | 2025.03.02 04:57:53.410428 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002607134 sec., 2831078.111059884 rows/sec., 40.50 MiB/sec. | ||
| 3483 | 2025.03.02 04:57:53.411359 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3484 | 2025.03.02 04:57:53.411763 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_16_3} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3485 | 2025.03.02 04:57:53.411863 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_16_3} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3486 | 2025.03.02 04:57:53.411988 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 3487 | 2025.03.02 04:57:53.424287 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 510 | ||
| 3488 | 2025.03.02 04:57:53.427717 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3489 | 2025.03.02 04:57:53.427763 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3490 | 2025.03.02 04:57:53.429263 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3491 | 2025.03.02 04:57:53.429583 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3492 | 2025.03.02 04:57:53.429819 [ 112 ] {} <Debug> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3493 | 2025.03.02 04:57:53.429935 [ 112 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3494 | 2025.03.02 04:57:53.430028 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3495 | 2025.03.02 04:57:53.430710 [ 186 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::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 | ||
| 3496 | 2025.03.02 04:57:53.431716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 510 | ||
| 3497 | 2025.03.02 04:57:53.432025 [ 186 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3498 | 2025.03.02 04:57:53.432154 [ 186 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part | ||
| 3499 | 2025.03.02 04:57:53.432710 [ 186 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 3500 | 2025.03.02 04:57:53.433264 [ 186 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::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 | ||
| 3501 | 2025.03.02 04:57:53.433940 [ 186 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
| 3502 | 2025.03.02 04:57:53.434585 [ 186 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3503 | 2025.03.02 04:57:53.435177 [ 186 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 44 rows starting from the beginning of the part | ||
| 3504 | 2025.03.02 04:57:53.443048 [ 189 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 72 columns (72 merged, 0 gathered) in 0.012862727 sec., 39649.446031156534 rows/sec., 36.17 MiB/sec. | ||
| 3505 | 2025.03.02 04:57:53.444082 [ 189 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3506 | 2025.03.02 04:57:53.444887 [ 189 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_11_2} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3507 | 2025.03.02 04:57:53.444984 [ 189 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_11_2} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3508 | 2025.03.02 04:57:53.445317 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3509 | 2025.03.02 04:57:53.888422 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3510 | 2025.03.02 04:57:53.910193 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3511 | 2025.03.02 04:57:53.910255 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3512 | 2025.03.02 04:57:53.917798 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3513 | 2025.03.02 04:57:53.918608 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3514 | 2025.03.02 04:57:53.919042 [ 111 ] {} <Debug> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3515 | 2025.03.02 04:57:53.919171 [ 111 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3516 | 2025.03.02 04:57:53.919266 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3517 | 2025.03.02 04:57:53.919565 [ 188 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 3518 | 2025.03.02 04:57:53.928120 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3519 | 2025.03.02 04:57:53.929351 [ 188 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3520 | 2025.03.02 04:57:53.930266 [ 188 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 3521 | 2025.03.02 04:57:53.934974 [ 188 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 3522 | 2025.03.02 04:57:53.939780 [ 188 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 3523 | 2025.03.02 04:57:53.944908 [ 188 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 3524 | 2025.03.02 04:57:53.950178 [ 188 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3525 | 2025.03.02 04:57:53.954559 [ 188 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3526 | 2025.03.02 04:57:54.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.22 MiB, peak 185.22 MiB, free memory in arenas 0.00 B, will set to 177.14 MiB (RSS), difference: -8.08 MiB | ||
| 3527 | 2025.03.02 04:57:54.001941 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001288137 sec. | ||
| 3528 | 2025.03.02 04:57:54.015183 [ 189 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.095773207 sec., 1263.4013602572586 rows/sec., 6.53 MiB/sec. | ||
| 3529 | 2025.03.02 04:57:54.017044 [ 200 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3530 | 2025.03.02 04:57:54.019519 [ 200 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_16_3} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3531 | 2025.03.02 04:57:54.019622 [ 200 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_16_3} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3532 | 2025.03.02 04:57:54.021083 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3533 | 2025.03.02 04:57:55.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.71 MiB, peak 185.22 MiB, free memory in arenas 0.00 B, will set to 177.20 MiB (RSS), difference: 9.49 MiB | ||
| 3534 | 2025.03.02 04:57:55.105123 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3535 | 2025.03.02 04:57:55.105428 [ 255 ] {5bd15758-aa5c-489b-82c1-020052058299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3536 | 2025.03.02 04:57:55.105545 [ 255 ] {5bd15758-aa5c-489b-82c1-020052058299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3537 | 2025.03.02 04:57:55.106352 [ 255 ] {5bd15758-aa5c-489b-82c1-020052058299} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3538 | 2025.03.02 04:57:55.106403 [ 255 ] {5bd15758-aa5c-489b-82c1-020052058299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3539 | 2025.03.02 04:57:55.106887 [ 255 ] {5bd15758-aa5c-489b-82c1-020052058299} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3540 | 2025.03.02 04:57:55.107181 [ 255 ] {5bd15758-aa5c-489b-82c1-020052058299} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3541 | 2025.03.02 04:57:55.107455 [ 255 ] {5bd15758-aa5c-489b-82c1-020052058299} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.002112 sec., 31249.999999999996 rows/sec., 2.48 MiB/sec. | ||
| 3542 | 2025.03.02 04:57:55.107581 [ 255 ] {5bd15758-aa5c-489b-82c1-020052058299} <Debug> TCPHandler: Processed in 0.002648154 sec. | ||
| 3543 | 2025.03.02 04:57:55.107714 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3544 | 2025.03.02 04:57:55.107827 [ 255 ] {a1d8e69e-b1a8-419b-8d2f-9758ac229801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3545 | 2025.03.02 04:57:55.107878 [ 255 ] {a1d8e69e-b1a8-419b-8d2f-9758ac229801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3546 | 2025.03.02 04:57:55.108414 [ 255 ] {a1d8e69e-b1a8-419b-8d2f-9758ac229801} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3547 | 2025.03.02 04:57:55.108455 [ 255 ] {a1d8e69e-b1a8-419b-8d2f-9758ac229801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3548 | 2025.03.02 04:57:55.108810 [ 255 ] {a1d8e69e-b1a8-419b-8d2f-9758ac229801} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3549 | 2025.03.02 04:57:55.109058 [ 255 ] {a1d8e69e-b1a8-419b-8d2f-9758ac229801} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3550 | 2025.03.02 04:57:55.109280 [ 255 ] {a1d8e69e-b1a8-419b-8d2f-9758ac229801} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00148 sec., 3378.3783783783783 rows/sec., 254.04 KiB/sec. | ||
| 3551 | 2025.03.02 04:57:55.109334 [ 255 ] {a1d8e69e-b1a8-419b-8d2f-9758ac229801} <Debug> TCPHandler: Processed in 0.001674682 sec. | ||
| 3552 | 2025.03.02 04:57:55.109440 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3553 | 2025.03.02 04:57:55.109545 [ 255 ] {3923adac-3959-4e2b-be2d-e0decb80963b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3554 | 2025.03.02 04:57:55.109593 [ 255 ] {3923adac-3959-4e2b-be2d-e0decb80963b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3555 | 2025.03.02 04:57:55.110143 [ 255 ] {3923adac-3959-4e2b-be2d-e0decb80963b} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3556 | 2025.03.02 04:57:55.110183 [ 255 ] {3923adac-3959-4e2b-be2d-e0decb80963b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3557 | 2025.03.02 04:57:55.110544 [ 255 ] {3923adac-3959-4e2b-be2d-e0decb80963b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3558 | 2025.03.02 04:57:55.110781 [ 255 ] {3923adac-3959-4e2b-be2d-e0decb80963b} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3559 | 2025.03.02 04:57:55.111097 [ 255 ] {3923adac-3959-4e2b-be2d-e0decb80963b} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001548 sec., 44573.64341085272 rows/sec., 3.48 MiB/sec. | ||
| 3560 | 2025.03.02 04:57:55.111580 [ 255 ] {3923adac-3959-4e2b-be2d-e0decb80963b} <Debug> TCPHandler: Processed in 0.002185898 sec. | ||
| 3561 | 2025.03.02 04:57:55.111906 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3562 | 2025.03.02 04:57:55.112013 [ 255 ] {ccaa367e-7ee2-4f52-9363-2f8e8f1b0f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3563 | 2025.03.02 04:57:55.112064 [ 255 ] {ccaa367e-7ee2-4f52-9363-2f8e8f1b0f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3564 | 2025.03.02 04:57:55.112628 [ 255 ] {ccaa367e-7ee2-4f52-9363-2f8e8f1b0f93} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3565 | 2025.03.02 04:57:55.112668 [ 255 ] {ccaa367e-7ee2-4f52-9363-2f8e8f1b0f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3566 | 2025.03.02 04:57:55.113077 [ 255 ] {ccaa367e-7ee2-4f52-9363-2f8e8f1b0f93} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3567 | 2025.03.02 04:57:55.113316 [ 255 ] {ccaa367e-7ee2-4f52-9363-2f8e8f1b0f93} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3568 | 2025.03.02 04:57:55.113529 [ 255 ] {ccaa367e-7ee2-4f52-9363-2f8e8f1b0f93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00154 sec., 103896.1038961039 rows/sec., 7.24 MiB/sec. | ||
| 3569 | 2025.03.02 04:57:55.113583 [ 255 ] {ccaa367e-7ee2-4f52-9363-2f8e8f1b0f93} <Debug> TCPHandler: Processed in 0.001749412 sec. | ||
| 3570 | 2025.03.02 04:57:55.113688 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3571 | 2025.03.02 04:57:55.113829 [ 255 ] {88286644-3fd9-4f0c-9890-a7f1b04ab087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3572 | 2025.03.02 04:57:55.113901 [ 255 ] {88286644-3fd9-4f0c-9890-a7f1b04ab087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3573 | 2025.03.02 04:57:55.114941 [ 255 ] {88286644-3fd9-4f0c-9890-a7f1b04ab087} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3574 | 2025.03.02 04:57:55.114981 [ 255 ] {88286644-3fd9-4f0c-9890-a7f1b04ab087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3575 | 2025.03.02 04:57:55.115586 [ 255 ] {88286644-3fd9-4f0c-9890-a7f1b04ab087} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3576 | 2025.03.02 04:57:55.115839 [ 255 ] {88286644-3fd9-4f0c-9890-a7f1b04ab087} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3577 | 2025.03.02 04:57:55.116161 [ 255 ] {88286644-3fd9-4f0c-9890-a7f1b04ab087} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00233 sec., 2145.9227467811156 rows/sec., 3.85 MiB/sec. | ||
| 3578 | 2025.03.02 04:57:55.116367 [ 255 ] {88286644-3fd9-4f0c-9890-a7f1b04ab087} <Debug> TCPHandler: Processed in 0.002727736 sec. | ||
| 3579 | 2025.03.02 04:57:55.116484 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3580 | 2025.03.02 04:57:55.116588 [ 255 ] {032c202e-93fb-48ee-825b-6fd9fcac4621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3581 | 2025.03.02 04:57:55.116635 [ 255 ] {032c202e-93fb-48ee-825b-6fd9fcac4621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3582 | 2025.03.02 04:57:55.117068 [ 255 ] {032c202e-93fb-48ee-825b-6fd9fcac4621} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3583 | 2025.03.02 04:57:55.117107 [ 255 ] {032c202e-93fb-48ee-825b-6fd9fcac4621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3584 | 2025.03.02 04:57:55.117486 [ 255 ] {032c202e-93fb-48ee-825b-6fd9fcac4621} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3585 | 2025.03.02 04:57:55.117720 [ 255 ] {032c202e-93fb-48ee-825b-6fd9fcac4621} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3586 | 2025.03.02 04:57:55.118039 [ 255 ] {032c202e-93fb-48ee-825b-6fd9fcac4621} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
| 3587 | 2025.03.02 04:57:55.118392 [ 255 ] {032c202e-93fb-48ee-825b-6fd9fcac4621} <Debug> TCPHandler: Processed in 0.001948435 sec. | ||
| 3588 | 2025.03.02 04:58:00.112073 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3589 | 2025.03.02 04:58:00.112398 [ 255 ] {6818affc-e650-49d4-8d35-0ecc90281be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3590 | 2025.03.02 04:58:00.112509 [ 255 ] {6818affc-e650-49d4-8d35-0ecc90281be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3591 | 2025.03.02 04:58:00.113358 [ 255 ] {6818affc-e650-49d4-8d35-0ecc90281be9} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3592 | 2025.03.02 04:58:00.113402 [ 255 ] {6818affc-e650-49d4-8d35-0ecc90281be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3593 | 2025.03.02 04:58:00.113836 [ 255 ] {6818affc-e650-49d4-8d35-0ecc90281be9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3594 | 2025.03.02 04:58:00.114089 [ 255 ] {6818affc-e650-49d4-8d35-0ecc90281be9} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3595 | 2025.03.02 04:58:00.114274 [ 101 ] {} <Debug> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3596 | 2025.03.02 04:58:00.114337 [ 255 ] {6818affc-e650-49d4-8d35-0ecc90281be9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00203 sec., 104433.49753694581 rows/sec., 6.64 MiB/sec. | ||
| 3597 | 2025.03.02 04:58:00.114356 [ 101 ] {} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3598 | 2025.03.02 04:58:00.114422 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3599 | 2025.03.02 04:58:00.114457 [ 255 ] {6818affc-e650-49d4-8d35-0ecc90281be9} <Debug> TCPHandler: Processed in 0.002562383 sec. | ||
| 3600 | 2025.03.02 04:58:00.114657 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 3601 | 2025.03.02 04:58:00.114672 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3602 | 2025.03.02 04:58:00.114893 [ 255 ] {b4dfbba5-d70a-4da3-81f3-8e281c0778a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3603 | 2025.03.02 04:58:00.114927 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3604 | 2025.03.02 04:58:00.114980 [ 255 ] {b4dfbba5-d70a-4da3-81f3-8e281c0778a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3605 | 2025.03.02 04:58:00.115004 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 3606 | 2025.03.02 04:58:00.115294 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 3607 | 2025.03.02 04:58:00.115690 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 3608 | 2025.03.02 04:58:00.116134 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 3609 | 2025.03.02 04:58:00.116537 [ 189 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 3610 | 2025.03.02 04:58:00.118211 [ 255 ] {b4dfbba5-d70a-4da3-81f3-8e281c0778a8} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3611 | 2025.03.02 04:58:00.118301 [ 255 ] {b4dfbba5-d70a-4da3-81f3-8e281c0778a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3612 | 2025.03.02 04:58:00.119314 [ 255 ] {b4dfbba5-d70a-4da3-81f3-8e281c0778a8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3613 | 2025.03.02 04:58:00.119330 [ 200 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004810463 sec., 220353.00967910988 rows/sec., 14.85 MiB/sec. | ||
| 3614 | 2025.03.02 04:58:00.119713 [ 255 ] {b4dfbba5-d70a-4da3-81f3-8e281c0778a8} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3615 | 2025.03.02 04:58:00.119732 [ 190 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3616 | 2025.03.02 04:58:00.119935 [ 101 ] {} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 3617 | 2025.03.02 04:58:00.120037 [ 101 ] {} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3618 | 2025.03.02 04:58:00.120109 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3619 | 2025.03.02 04:58:00.120279 [ 255 ] {b4dfbba5-d70a-4da3-81f3-8e281c0778a8} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.005417 sec., 126453.75669189589 rows/sec., 10.06 MiB/sec. | ||
| 3620 | 2025.03.02 04:58:00.120427 [ 189 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 3621 | 2025.03.02 04:58:00.120551 [ 255 ] {b4dfbba5-d70a-4da3-81f3-8e281c0778a8} <Debug> TCPHandler: Processed in 0.005949307 sec. | ||
| 3622 | 2025.03.02 04:58:00.120758 [ 190 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_9_2} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3623 | 2025.03.02 04:58:00.120817 [ 189 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3624 | 2025.03.02 04:58:00.120889 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3625 | 2025.03.02 04:58:00.120918 [ 189 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 1843 rows starting from the beginning of the part | ||
| 3626 | 2025.03.02 04:58:00.121066 [ 190 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_9_2} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3627 | 2025.03.02 04:58:00.121197 [ 255 ] {161529b2-7dc9-4813-a0a9-a06f02037531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3628 | 2025.03.02 04:58:00.121213 [ 189 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1206 rows starting from the beginning of the part | ||
| 3629 | 2025.03.02 04:58:00.121361 [ 255 ] {161529b2-7dc9-4813-a0a9-a06f02037531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3630 | 2025.03.02 04:58:00.121606 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3631 | 2025.03.02 04:58:00.121631 [ 189 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3632 | 2025.03.02 04:58:00.122058 [ 189 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 685 rows starting from the beginning of the part | ||
| 3633 | 2025.03.02 04:58:00.122492 [ 189 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 66 rows starting from the beginning of the part | ||
| 3634 | 2025.03.02 04:58:00.122966 [ 189 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 685 rows starting from the beginning of the part | ||
| 3635 | 2025.03.02 04:58:00.124242 [ 255 ] {161529b2-7dc9-4813-a0a9-a06f02037531} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3636 | 2025.03.02 04:58:00.124304 [ 255 ] {161529b2-7dc9-4813-a0a9-a06f02037531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3637 | 2025.03.02 04:58:00.125233 [ 255 ] {161529b2-7dc9-4813-a0a9-a06f02037531} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3638 | 2025.03.02 04:58:00.125589 [ 255 ] {161529b2-7dc9-4813-a0a9-a06f02037531} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3639 | 2025.03.02 04:58:00.125916 [ 255 ] {161529b2-7dc9-4813-a0a9-a06f02037531} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.004819 sec., 29051.670471052083 rows/sec., 1.81 MiB/sec. | ||
| 3640 | 2025.03.02 04:58:00.126273 [ 255 ] {161529b2-7dc9-4813-a0a9-a06f02037531} <Debug> TCPHandler: Processed in 0.005519522 sec. | ||
| 3641 | 2025.03.02 04:58:00.126708 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3642 | 2025.03.02 04:58:00.126856 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006656677 sec., 682172.2009344903 rows/sec., 57.81 MiB/sec. | ||
| 3643 | 2025.03.02 04:58:00.126879 [ 255 ] {9c48a405-1106-4838-90d3-1a7545879fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3644 | 2025.03.02 04:58:00.126938 [ 255 ] {9c48a405-1106-4838-90d3-1a7545879fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3645 | 2025.03.02 04:58:00.127322 [ 196 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 3646 | 2025.03.02 04:58:00.127897 [ 255 ] {9c48a405-1106-4838-90d3-1a7545879fdb} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3647 | 2025.03.02 04:58:00.127958 [ 196 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3648 | 2025.03.02 04:58:00.127967 [ 255 ] {9c48a405-1106-4838-90d3-1a7545879fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3649 | 2025.03.02 04:58:00.128171 [ 196 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_25_5} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 3650 | 2025.03.02 04:58:00.128362 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 3651 | 2025.03.02 04:58:00.128608 [ 255 ] {9c48a405-1106-4838-90d3-1a7545879fdb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3652 | 2025.03.02 04:58:00.128849 [ 255 ] {9c48a405-1106-4838-90d3-1a7545879fdb} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3653 | 2025.03.02 04:58:00.129070 [ 255 ] {9c48a405-1106-4838-90d3-1a7545879fdb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00222 sec., 50900.900900900895 rows/sec., 3.29 MiB/sec. | ||
| 3654 | 2025.03.02 04:58:00.129125 [ 255 ] {9c48a405-1106-4838-90d3-1a7545879fdb} <Debug> TCPHandler: Processed in 0.002573653 sec. | ||
| 3655 | 2025.03.02 04:58:00.129242 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3656 | 2025.03.02 04:58:00.129348 [ 255 ] {57411631-104f-4c65-8aba-abd0220a1d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3657 | 2025.03.02 04:58:00.129393 [ 255 ] {57411631-104f-4c65-8aba-abd0220a1d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3658 | 2025.03.02 04:58:00.129942 [ 255 ] {57411631-104f-4c65-8aba-abd0220a1d04} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3659 | 2025.03.02 04:58:00.129980 [ 255 ] {57411631-104f-4c65-8aba-abd0220a1d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3660 | 2025.03.02 04:58:00.130332 [ 255 ] {57411631-104f-4c65-8aba-abd0220a1d04} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3661 | 2025.03.02 04:58:00.130565 [ 255 ] {57411631-104f-4c65-8aba-abd0220a1d04} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3662 | 2025.03.02 04:58:00.130721 [ 102 ] {} <Debug> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3663 | 2025.03.02 04:58:00.130801 [ 102 ] {} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3664 | 2025.03.02 04:58:00.130801 [ 255 ] {57411631-104f-4c65-8aba-abd0220a1d04} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001467 sec., 76346.28493524199 rows/sec., 4.35 MiB/sec. | ||
| 3665 | 2025.03.02 04:58:00.130845 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3666 | 2025.03.02 04:58:00.130951 [ 255 ] {57411631-104f-4c65-8aba-abd0220a1d04} <Debug> TCPHandler: Processed in 0.001754943 sec. | ||
| 3667 | 2025.03.02 04:58:00.131092 [ 196 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 3668 | 2025.03.02 04:58:00.131157 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3669 | 2025.03.02 04:58:00.131307 [ 196 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3670 | 2025.03.02 04:58:00.131370 [ 255 ] {5853f736-3e0d-4c06-a8f6-974ea806336d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3671 | 2025.03.02 04:58:00.131386 [ 196 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 3672 | 2025.03.02 04:58:00.131473 [ 255 ] {5853f736-3e0d-4c06-a8f6-974ea806336d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3673 | 2025.03.02 04:58:00.131765 [ 196 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 3674 | 2025.03.02 04:58:00.132099 [ 196 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 3675 | 2025.03.02 04:58:00.132448 [ 196 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 3676 | 2025.03.02 04:58:00.132911 [ 196 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 3677 | 2025.03.02 04:58:00.134680 [ 255 ] {5853f736-3e0d-4c06-a8f6-974ea806336d} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3678 | 2025.03.02 04:58:00.134757 [ 255 ] {5853f736-3e0d-4c06-a8f6-974ea806336d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3679 | 2025.03.02 04:58:00.135584 [ 200 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00460491 sec., 121609.32569800495 rows/sec., 7.39 MiB/sec. | ||
| 3680 | 2025.03.02 04:58:00.135727 [ 255 ] {5853f736-3e0d-4c06-a8f6-974ea806336d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3681 | 2025.03.02 04:58:00.135869 [ 187 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3682 | 2025.03.02 04:58:00.136061 [ 255 ] {5853f736-3e0d-4c06-a8f6-974ea806336d} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3683 | 2025.03.02 04:58:00.136317 [ 102 ] {} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 3684 | 2025.03.02 04:58:00.136443 [ 187 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_9_2} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2025.03.02 04:58:00.136473 [ 102 ] {} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3686 | 2025.03.02 04:58:00.136504 [ 255 ] {5853f736-3e0d-4c06-a8f6-974ea806336d} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.00518 sec., 80308.88030888031 rows/sec., 5.71 MiB/sec. | ||
| 3687 | 2025.03.02 04:58:00.136598 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3688 | 2025.03.02 04:58:00.136713 [ 255 ] {5853f736-3e0d-4c06-a8f6-974ea806336d} <Debug> TCPHandler: Processed in 0.005625903 sec. | ||
| 3689 | 2025.03.02 04:58:00.136726 [ 187 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_9_2} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3690 | 2025.03.02 04:58:00.137267 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3691 | 2025.03.02 04:58:00.137284 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2025.03.02 04:58:00.137394 [ 195 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 3693 | 2025.03.02 04:58:00.137627 [ 255 ] {22e3db0a-516e-4f56-a5f4-b924307bf6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3694 | 2025.03.02 04:58:00.137741 [ 195 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3695 | 2025.03.02 04:58:00.137741 [ 255 ] {22e3db0a-516e-4f56-a5f4-b924307bf6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3696 | 2025.03.02 04:58:00.137787 [ 195 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 909 rows starting from the beginning of the part | ||
| 3697 | 2025.03.02 04:58:00.138058 [ 195 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 525 rows starting from the beginning of the part | ||
| 3698 | 2025.03.02 04:58:00.138412 [ 195 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3699 | 2025.03.02 04:58:00.138572 [ 195 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 416 rows starting from the beginning of the part | ||
| 3700 | 2025.03.02 04:58:00.138735 [ 195 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 69 rows starting from the beginning of the part | ||
| 3701 | 2025.03.02 04:58:00.139050 [ 195 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 416 rows starting from the beginning of the part | ||
| 3702 | 2025.03.02 04:58:00.139711 [ 255 ] {22e3db0a-516e-4f56-a5f4-b924307bf6a2} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3703 | 2025.03.02 04:58:00.139755 [ 255 ] {22e3db0a-516e-4f56-a5f4-b924307bf6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3704 | 2025.03.02 04:58:00.140267 [ 255 ] {22e3db0a-516e-4f56-a5f4-b924307bf6a2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3705 | 2025.03.02 04:58:00.140585 [ 255 ] {22e3db0a-516e-4f56-a5f4-b924307bf6a2} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3706 | 2025.03.02 04:58:00.140860 [ 255 ] {22e3db0a-516e-4f56-a5f4-b924307bf6a2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00334 sec., 1796.4071856287426 rows/sec., 93.86 KiB/sec. | ||
| 3707 | 2025.03.02 04:58:00.140925 [ 255 ] {22e3db0a-516e-4f56-a5f4-b924307bf6a2} <Debug> TCPHandler: Processed in 0.003768519 sec. | ||
| 3708 | 2025.03.02 04:58:00.141053 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3709 | 2025.03.02 04:58:00.141208 [ 200 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2399 rows, containing 5 columns (5 merged, 0 gathered) in 0.004353117 sec., 551099.3616757831 rows/sec., 42.18 MiB/sec. | ||
| 3710 | 2025.03.02 04:58:00.141230 [ 255 ] {58fd5ee5-c39d-4640-b361-4c4c68c2046b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3711 | 2025.03.02 04:58:00.141310 [ 255 ] {58fd5ee5-c39d-4640-b361-4c4c68c2046b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3712 | 2025.03.02 04:58:00.141507 [ 193 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 3713 | 2025.03.02 04:58:00.142087 [ 193 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3714 | 2025.03.02 04:58:00.142305 [ 193 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_25_5} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 3715 | 2025.03.02 04:58:00.142457 [ 255 ] {58fd5ee5-c39d-4640-b361-4c4c68c2046b} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3716 | 2025.03.02 04:58:00.142467 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3717 | 2025.03.02 04:58:00.142523 [ 255 ] {58fd5ee5-c39d-4640-b361-4c4c68c2046b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3718 | 2025.03.02 04:58:00.142931 [ 255 ] {58fd5ee5-c39d-4640-b361-4c4c68c2046b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3719 | 2025.03.02 04:58:00.143170 [ 255 ] {58fd5ee5-c39d-4640-b361-4c4c68c2046b} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3720 | 2025.03.02 04:58:00.143462 [ 255 ] {58fd5ee5-c39d-4640-b361-4c4c68c2046b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002283 sec., 103810.77529566361 rows/sec., 6.96 MiB/sec. | ||
| 3721 | 2025.03.02 04:58:00.143698 [ 255 ] {58fd5ee5-c39d-4640-b361-4c4c68c2046b} <Debug> TCPHandler: Processed in 0.002697145 sec. | ||
| 3722 | 2025.03.02 04:58:00.143887 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3723 | 2025.03.02 04:58:00.143994 [ 255 ] {0fac2f63-ef0c-4ef0-8800-1d37bde17126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3724 | 2025.03.02 04:58:00.144043 [ 255 ] {0fac2f63-ef0c-4ef0-8800-1d37bde17126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3725 | 2025.03.02 04:58:00.144497 [ 255 ] {0fac2f63-ef0c-4ef0-8800-1d37bde17126} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3726 | 2025.03.02 04:58:00.144536 [ 255 ] {0fac2f63-ef0c-4ef0-8800-1d37bde17126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3727 | 2025.03.02 04:58:00.144877 [ 255 ] {0fac2f63-ef0c-4ef0-8800-1d37bde17126} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3728 | 2025.03.02 04:58:00.145130 [ 255 ] {0fac2f63-ef0c-4ef0-8800-1d37bde17126} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3729 | 2025.03.02 04:58:00.145290 [ 102 ] {} <Debug> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3730 | 2025.03.02 04:58:00.145345 [ 102 ] {} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3731 | 2025.03.02 04:58:00.145389 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3732 | 2025.03.02 04:58:00.145388 [ 255 ] {0fac2f63-ef0c-4ef0-8800-1d37bde17126} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec. | ||
| 3733 | 2025.03.02 04:58:00.145684 [ 255 ] {0fac2f63-ef0c-4ef0-8800-1d37bde17126} <Debug> TCPHandler: Processed in 0.001840144 sec. | ||
| 3734 | 2025.03.02 04:58:00.145912 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 3735 | 2025.03.02 04:58:00.145973 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3736 | 2025.03.02 04:58:00.146143 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3737 | 2025.03.02 04:58:00.146196 [ 255 ] {19cbcc40-7a4f-41fc-a557-167dc564ecb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3738 | 2025.03.02 04:58:00.146215 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3739 | 2025.03.02 04:58:00.146544 [ 255 ] {19cbcc40-7a4f-41fc-a557-167dc564ecb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3740 | 2025.03.02 04:58:00.146556 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3741 | 2025.03.02 04:58:00.146913 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3742 | 2025.03.02 04:58:00.147248 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3743 | 2025.03.02 04:58:00.147625 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3744 | 2025.03.02 04:58:00.147938 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3745 | 2025.03.02 04:58:00.151506 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.006039739 sec., 1655.7006850792725 rows/sec., 110.92 KiB/sec. | ||
| 3746 | 2025.03.02 04:58:00.151724 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3747 | 2025.03.02 04:58:00.152080 [ 255 ] {19cbcc40-7a4f-41fc-a557-167dc564ecb1} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3748 | 2025.03.02 04:58:00.152165 [ 255 ] {19cbcc40-7a4f-41fc-a557-167dc564ecb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3749 | 2025.03.02 04:58:00.152364 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3750 | 2025.03.02 04:58:00.152597 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_10_2} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3751 | 2025.03.02 04:58:00.152732 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3752 | 2025.03.02 04:58:00.153251 [ 255 ] {19cbcc40-7a4f-41fc-a557-167dc564ecb1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3753 | 2025.03.02 04:58:00.153521 [ 255 ] {19cbcc40-7a4f-41fc-a557-167dc564ecb1} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2025.03.02 04:58:00.153775 [ 255 ] {19cbcc40-7a4f-41fc-a557-167dc564ecb1} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.007637 sec., 4452.009951551657 rows/sec., 7.98 MiB/sec. | ||
| 3755 | 2025.03.02 04:58:00.153883 [ 255 ] {19cbcc40-7a4f-41fc-a557-167dc564ecb1} <Debug> TCPHandler: Processed in 0.007981074 sec. | ||
| 3756 | 2025.03.02 04:58:00.154013 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3757 | 2025.03.02 04:58:00.154119 [ 255 ] {b32eac53-50a7-4d53-9613-adaf9b0eff8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3758 | 2025.03.02 04:58:00.154166 [ 255 ] {b32eac53-50a7-4d53-9613-adaf9b0eff8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3759 | 2025.03.02 04:58:00.154607 [ 255 ] {b32eac53-50a7-4d53-9613-adaf9b0eff8f} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2025.03.02 04:58:00.154647 [ 255 ] {b32eac53-50a7-4d53-9613-adaf9b0eff8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3761 | 2025.03.02 04:58:00.155007 [ 255 ] {b32eac53-50a7-4d53-9613-adaf9b0eff8f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3762 | 2025.03.02 04:58:00.155243 [ 255 ] {b32eac53-50a7-4d53-9613-adaf9b0eff8f} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2025.03.02 04:58:00.155467 [ 255 ] {b32eac53-50a7-4d53-9613-adaf9b0eff8f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001371 sec., 59810.357403355214 rows/sec., 3.80 MiB/sec. | ||
| 3764 | 2025.03.02 04:58:00.155517 [ 255 ] {b32eac53-50a7-4d53-9613-adaf9b0eff8f} <Debug> TCPHandler: Processed in 0.00155377 sec. | ||
| 3765 | 2025.03.02 04:58:00.907810 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3766 | 2025.03.02 04:58:00.908667 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3767 | 2025.03.02 04:58:00.908717 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3768 | 2025.03.02 04:58:00.909539 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3769 | 2025.03.02 04:58:00.909859 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3770 | 2025.03.02 04:58:00.910115 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3771 | 2025.03.02 04:58:01.428229 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3772 | 2025.03.02 04:58:01.448457 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3773 | 2025.03.02 04:58:01.448519 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3774 | 2025.03.02 04:58:01.455917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3775 | 2025.03.02 04:58:01.456723 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3776 | 2025.03.02 04:58:01.460158 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3777 | 2025.03.02 04:58:02.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.85 MiB, peak 185.22 MiB, free memory in arenas 0.00 B, will set to 179.24 MiB (RSS), difference: 1.39 MiB | ||
| 3778 | 2025.03.02 04:58:03.431990 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 544 | ||
| 3779 | 2025.03.02 04:58:03.435100 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3780 | 2025.03.02 04:58:03.435150 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3781 | 2025.03.02 04:58:03.436636 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3782 | 2025.03.02 04:58:03.436951 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3783 | 2025.03.02 04:58:03.437883 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 544 | ||
| 3784 | 2025.03.02 04:58:05.104612 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3785 | 2025.03.02 04:58:05.104806 [ 255 ] {99113ab5-52f6-46e7-aaff-1de8907380a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3786 | 2025.03.02 04:58:05.104887 [ 255 ] {99113ab5-52f6-46e7-aaff-1de8907380a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3787 | 2025.03.02 04:58:05.105784 [ 255 ] {99113ab5-52f6-46e7-aaff-1de8907380a3} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3788 | 2025.03.02 04:58:05.105834 [ 255 ] {99113ab5-52f6-46e7-aaff-1de8907380a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3789 | 2025.03.02 04:58:05.106266 [ 255 ] {99113ab5-52f6-46e7-aaff-1de8907380a3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3790 | 2025.03.02 04:58:05.106550 [ 255 ] {99113ab5-52f6-46e7-aaff-1de8907380a3} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3791 | 2025.03.02 04:58:05.106799 [ 255 ] {99113ab5-52f6-46e7-aaff-1de8907380a3} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.002051 sec., 32179.42467089225 rows/sec., 2.55 MiB/sec. | ||
| 3792 | 2025.03.02 04:58:05.106857 [ 255 ] {99113ab5-52f6-46e7-aaff-1de8907380a3} <Debug> TCPHandler: Processed in 0.002376711 sec. | ||
| 3793 | 2025.03.02 04:58:05.106983 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3794 | 2025.03.02 04:58:05.107090 [ 255 ] {4300d1bc-cf88-4201-b835-2b3e1f170e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3795 | 2025.03.02 04:58:05.107135 [ 255 ] {4300d1bc-cf88-4201-b835-2b3e1f170e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3796 | 2025.03.02 04:58:05.107657 [ 255 ] {4300d1bc-cf88-4201-b835-2b3e1f170e78} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3797 | 2025.03.02 04:58:05.107697 [ 255 ] {4300d1bc-cf88-4201-b835-2b3e1f170e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3798 | 2025.03.02 04:58:05.108104 [ 255 ] {4300d1bc-cf88-4201-b835-2b3e1f170e78} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3799 | 2025.03.02 04:58:05.108402 [ 255 ] {4300d1bc-cf88-4201-b835-2b3e1f170e78} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3800 | 2025.03.02 04:58:05.108650 [ 255 ] {4300d1bc-cf88-4201-b835-2b3e1f170e78} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001582 sec., 3160.5562579013904 rows/sec., 237.66 KiB/sec. | ||
| 3801 | 2025.03.02 04:58:05.108715 [ 255 ] {4300d1bc-cf88-4201-b835-2b3e1f170e78} <Debug> TCPHandler: Processed in 0.001784163 sec. | ||
| 3802 | 2025.03.02 04:58:05.108855 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3803 | 2025.03.02 04:58:05.108977 [ 255 ] {32457db9-8851-4ad0-ac67-bfe82001a97f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3804 | 2025.03.02 04:58:05.109030 [ 255 ] {32457db9-8851-4ad0-ac67-bfe82001a97f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3805 | 2025.03.02 04:58:05.109608 [ 255 ] {32457db9-8851-4ad0-ac67-bfe82001a97f} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3806 | 2025.03.02 04:58:05.109648 [ 255 ] {32457db9-8851-4ad0-ac67-bfe82001a97f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3807 | 2025.03.02 04:58:05.110016 [ 255 ] {32457db9-8851-4ad0-ac67-bfe82001a97f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3808 | 2025.03.02 04:58:05.110258 [ 255 ] {32457db9-8851-4ad0-ac67-bfe82001a97f} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3809 | 2025.03.02 04:58:05.110512 [ 255 ] {32457db9-8851-4ad0-ac67-bfe82001a97f} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.00156 sec., 44230.769230769234 rows/sec., 3.45 MiB/sec. | ||
| 3810 | 2025.03.02 04:58:05.110576 [ 255 ] {32457db9-8851-4ad0-ac67-bfe82001a97f} <Debug> TCPHandler: Processed in 0.001782323 sec. | ||
| 3811 | 2025.03.02 04:58:05.110729 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3812 | 2025.03.02 04:58:05.110848 [ 255 ] {ffc448e6-9b9a-4bce-bd75-154e136842cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3813 | 2025.03.02 04:58:05.110910 [ 255 ] {ffc448e6-9b9a-4bce-bd75-154e136842cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3814 | 2025.03.02 04:58:05.111511 [ 255 ] {ffc448e6-9b9a-4bce-bd75-154e136842cf} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3815 | 2025.03.02 04:58:05.111550 [ 255 ] {ffc448e6-9b9a-4bce-bd75-154e136842cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3816 | 2025.03.02 04:58:05.111949 [ 255 ] {ffc448e6-9b9a-4bce-bd75-154e136842cf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3817 | 2025.03.02 04:58:05.112197 [ 255 ] {ffc448e6-9b9a-4bce-bd75-154e136842cf} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3818 | 2025.03.02 04:58:05.112387 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3819 | 2025.03.02 04:58:05.112460 [ 255 ] {ffc448e6-9b9a-4bce-bd75-154e136842cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec. | ||
| 3820 | 2025.03.02 04:58:05.112470 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3821 | 2025.03.02 04:58:05.112546 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3822 | 2025.03.02 04:58:05.112593 [ 255 ] {ffc448e6-9b9a-4bce-bd75-154e136842cf} <Debug> TCPHandler: Processed in 0.001917736 sec. | ||
| 3823 | 2025.03.02 04:58:05.112794 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3824 | 2025.03.02 04:58:05.112803 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 3825 | 2025.03.02 04:58:05.112968 [ 255 ] {a8deefdd-37e8-4967-85fd-9fa64c5de1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3826 | 2025.03.02 04:58:05.113161 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3827 | 2025.03.02 04:58:05.113175 [ 255 ] {a8deefdd-37e8-4967-85fd-9fa64c5de1ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3828 | 2025.03.02 04:58:05.113257 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7438 rows starting from the beginning of the part | ||
| 3829 | 2025.03.02 04:58:05.113677 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part | ||
| 3830 | 2025.03.02 04:58:05.114034 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
| 3831 | 2025.03.02 04:58:05.114491 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 3832 | 2025.03.02 04:58:05.115002 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 3833 | 2025.03.02 04:58:05.115466 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 3834 | 2025.03.02 04:58:05.118433 [ 255 ] {a8deefdd-37e8-4967-85fd-9fa64c5de1ae} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3835 | 2025.03.02 04:58:05.118488 [ 255 ] {a8deefdd-37e8-4967-85fd-9fa64c5de1ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3836 | 2025.03.02 04:58:05.119816 [ 255 ] {a8deefdd-37e8-4967-85fd-9fa64c5de1ae} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3837 | 2025.03.02 04:58:05.120273 [ 255 ] {a8deefdd-37e8-4967-85fd-9fa64c5de1ae} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3838 | 2025.03.02 04:58:05.120683 [ 255 ] {a8deefdd-37e8-4967-85fd-9fa64c5de1ae} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007749 sec., 645.2445476835721 rows/sec., 1.16 MiB/sec. | ||
| 3839 | 2025.03.02 04:58:05.120925 [ 255 ] {a8deefdd-37e8-4967-85fd-9fa64c5de1ae} <Debug> TCPHandler: Processed in 0.008205777 sec. | ||
| 3840 | 2025.03.02 04:58:05.121051 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3841 | 2025.03.02 04:58:05.121312 [ 255 ] {d018ccd6-a629-4bfe-8ac6-b1f6ddafa967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3842 | 2025.03.02 04:58:05.121419 [ 255 ] {d018ccd6-a629-4bfe-8ac6-b1f6ddafa967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3843 | 2025.03.02 04:58:05.121530 [ 200 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8274 rows, containing 5 columns (5 merged, 0 gathered) in 0.008849045 sec., 935016.1514604118 rows/sec., 63.19 MiB/sec. | ||
| 3844 | 2025.03.02 04:58:05.121856 [ 200 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3845 | 2025.03.02 04:58:05.122424 [ 255 ] {d018ccd6-a629-4bfe-8ac6-b1f6ddafa967} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3846 | 2025.03.02 04:58:05.122495 [ 255 ] {d018ccd6-a629-4bfe-8ac6-b1f6ddafa967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3847 | 2025.03.02 04:58:05.122556 [ 200 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3848 | 2025.03.02 04:58:05.122759 [ 200 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3849 | 2025.03.02 04:58:05.122955 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 3850 | 2025.03.02 04:58:05.123173 [ 255 ] {d018ccd6-a629-4bfe-8ac6-b1f6ddafa967} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3851 | 2025.03.02 04:58:05.123425 [ 255 ] {d018ccd6-a629-4bfe-8ac6-b1f6ddafa967} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3852 | 2025.03.02 04:58:05.123617 [ 66 ] {} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3853 | 2025.03.02 04:58:05.123678 [ 255 ] {d018ccd6-a629-4bfe-8ac6-b1f6ddafa967} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002454 sec., 24449.877750611246 rows/sec., 1.65 MiB/sec. | ||
| 3854 | 2025.03.02 04:58:05.123705 [ 66 ] {} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3855 | 2025.03.02 04:58:05.123794 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3856 | 2025.03.02 04:58:05.123801 [ 255 ] {d018ccd6-a629-4bfe-8ac6-b1f6ddafa967} <Debug> TCPHandler: Processed in 0.002797596 sec. | ||
| 3857 | 2025.03.02 04:58:05.123987 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 3858 | 2025.03.02 04:58:05.124084 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3859 | 2025.03.02 04:58:05.124115 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1242 rows starting from the beginning of the part | ||
| 3860 | 2025.03.02 04:58:05.124190 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part | ||
| 3861 | 2025.03.02 04:58:05.124270 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
| 3862 | 2025.03.02 04:58:05.124505 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 3863 | 2025.03.02 04:58:05.124596 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 3864 | 2025.03.02 04:58:05.124657 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 3865 | 2025.03.02 04:58:05.126052 [ 192 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1542 rows, containing 4 columns (4 merged, 0 gathered) in 0.002142148 sec., 719838.218461096 rows/sec., 47.18 MiB/sec. | ||
| 3866 | 2025.03.02 04:58:05.126240 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3867 | 2025.03.02 04:58:05.126527 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_26_5} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3868 | 2025.03.02 04:58:05.126626 [ 199 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_26_5} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3869 | 2025.03.02 04:58:05.126700 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3870 | 2025.03.02 04:58:08.293795 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3871 | 2025.03.02 04:58:08.293885 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3872 | 2025.03.02 04:58:08.410270 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3873 | 2025.03.02 04:58:08.410940 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3874 | 2025.03.02 04:58:08.410987 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3875 | 2025.03.02 04:58:08.411548 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3876 | 2025.03.02 04:58:08.411826 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3877 | 2025.03.02 04:58:08.412079 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3878 | 2025.03.02 04:58:08.960265 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3879 | 2025.03.02 04:58:08.981016 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3880 | 2025.03.02 04:58:08.981086 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3881 | 2025.03.02 04:58:08.988860 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3882 | 2025.03.02 04:58:08.989625 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3883 | 2025.03.02 04:58:08.992989 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3884 | 2025.03.02 04:58:10.111683 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3885 | 2025.03.02 04:58:10.111893 [ 255 ] {9fdb1f1b-5dc8-4ea8-9d0b-dbacfb5ef80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3886 | 2025.03.02 04:58:10.111969 [ 255 ] {9fdb1f1b-5dc8-4ea8-9d0b-dbacfb5ef80e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3887 | 2025.03.02 04:58:10.112755 [ 255 ] {9fdb1f1b-5dc8-4ea8-9d0b-dbacfb5ef80e} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3888 | 2025.03.02 04:58:10.112802 [ 255 ] {9fdb1f1b-5dc8-4ea8-9d0b-dbacfb5ef80e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3889 | 2025.03.02 04:58:10.113240 [ 255 ] {9fdb1f1b-5dc8-4ea8-9d0b-dbacfb5ef80e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3890 | 2025.03.02 04:58:10.113496 [ 255 ] {9fdb1f1b-5dc8-4ea8-9d0b-dbacfb5ef80e} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3891 | 2025.03.02 04:58:10.113733 [ 255 ] {9fdb1f1b-5dc8-4ea8-9d0b-dbacfb5ef80e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001899 sec., 111637.70405476567 rows/sec., 7.10 MiB/sec. | ||
| 3892 | 2025.03.02 04:58:10.113791 [ 255 ] {9fdb1f1b-5dc8-4ea8-9d0b-dbacfb5ef80e} <Debug> TCPHandler: Processed in 0.002244659 sec. | ||
| 3893 | 2025.03.02 04:58:10.113908 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3894 | 2025.03.02 04:58:10.114014 [ 255 ] {c0d98b6d-05de-4744-9727-406c82f84377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3895 | 2025.03.02 04:58:10.114059 [ 255 ] {c0d98b6d-05de-4744-9727-406c82f84377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3896 | 2025.03.02 04:58:10.114940 [ 255 ] {c0d98b6d-05de-4744-9727-406c82f84377} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3897 | 2025.03.02 04:58:10.114984 [ 255 ] {c0d98b6d-05de-4744-9727-406c82f84377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3898 | 2025.03.02 04:58:10.115430 [ 255 ] {c0d98b6d-05de-4744-9727-406c82f84377} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3899 | 2025.03.02 04:58:10.115680 [ 255 ] {c0d98b6d-05de-4744-9727-406c82f84377} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3900 | 2025.03.02 04:58:10.115891 [ 255 ] {c0d98b6d-05de-4744-9727-406c82f84377} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001899 sec., 360716.16640337015 rows/sec., 28.70 MiB/sec. | ||
| 3901 | 2025.03.02 04:58:10.115946 [ 255 ] {c0d98b6d-05de-4744-9727-406c82f84377} <Debug> TCPHandler: Processed in 0.002089017 sec. | ||
| 3902 | 2025.03.02 04:58:10.116069 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3903 | 2025.03.02 04:58:10.116175 [ 255 ] {b5eb4831-b27a-4509-bc9f-8d63ce17a909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3904 | 2025.03.02 04:58:10.116221 [ 255 ] {b5eb4831-b27a-4509-bc9f-8d63ce17a909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3905 | 2025.03.02 04:58:10.116781 [ 255 ] {b5eb4831-b27a-4509-bc9f-8d63ce17a909} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3906 | 2025.03.02 04:58:10.116821 [ 255 ] {b5eb4831-b27a-4509-bc9f-8d63ce17a909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3907 | 2025.03.02 04:58:10.117181 [ 255 ] {b5eb4831-b27a-4509-bc9f-8d63ce17a909} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3908 | 2025.03.02 04:58:10.117415 [ 255 ] {b5eb4831-b27a-4509-bc9f-8d63ce17a909} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3909 | 2025.03.02 04:58:10.117574 [ 62 ] {} <Debug> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3910 | 2025.03.02 04:58:10.117641 [ 255 ] {b5eb4831-b27a-4509-bc9f-8d63ce17a909} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001486 sec., 94212.65141318977 rows/sec., 5.88 MiB/sec. | ||
| 3911 | 2025.03.02 04:58:10.117659 [ 62 ] {} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3912 | 2025.03.02 04:58:10.117727 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3913 | 2025.03.02 04:58:10.117776 [ 255 ] {b5eb4831-b27a-4509-bc9f-8d63ce17a909} <Debug> TCPHandler: Processed in 0.001754913 sec. | ||
| 3914 | 2025.03.02 04:58:10.117981 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3915 | 2025.03.02 04:58:10.117991 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::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 | ||
| 3916 | 2025.03.02 04:58:10.118147 [ 255 ] {cfe1105b-ab6d-4ac6-9d5a-bbb411fe33bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3917 | 2025.03.02 04:58:10.118254 [ 255 ] {cfe1105b-ab6d-4ac6-9d5a-bbb411fe33bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3918 | 2025.03.02 04:58:10.118294 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3919 | 2025.03.02 04:58:10.118401 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 159 rows starting from the beginning of the part | ||
| 3920 | 2025.03.02 04:58:10.118741 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 140 rows starting from the beginning of the part | ||
| 3921 | 2025.03.02 04:58:10.119134 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 5 rows starting from the beginning of the part | ||
| 3922 | 2025.03.02 04:58:10.119488 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 140 rows starting from the beginning of the part | ||
| 3923 | 2025.03.02 04:58:10.119838 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 5 rows starting from the beginning of the part | ||
| 3924 | 2025.03.02 04:58:10.120113 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 140 rows starting from the beginning of the part | ||
| 3925 | 2025.03.02 04:58:10.120961 [ 255 ] {cfe1105b-ab6d-4ac6-9d5a-bbb411fe33bd} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3926 | 2025.03.02 04:58:10.121028 [ 255 ] {cfe1105b-ab6d-4ac6-9d5a-bbb411fe33bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3927 | 2025.03.02 04:58:10.122005 [ 255 ] {cfe1105b-ab6d-4ac6-9d5a-bbb411fe33bd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3928 | 2025.03.02 04:58:10.122507 [ 255 ] {cfe1105b-ab6d-4ac6-9d5a-bbb411fe33bd} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3929 | 2025.03.02 04:58:10.122913 [ 194 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 5 columns (5 merged, 0 gathered) in 0.005033455 sec., 117017.03899210383 rows/sec., 7.79 MiB/sec. | ||
| 3930 | 2025.03.02 04:58:10.123000 [ 255 ] {cfe1105b-ab6d-4ac6-9d5a-bbb411fe33bd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004899 sec., 23065.931822820985 rows/sec., 1.49 MiB/sec. | ||
| 3931 | 2025.03.02 04:58:10.123145 [ 255 ] {cfe1105b-ab6d-4ac6-9d5a-bbb411fe33bd} <Debug> TCPHandler: Processed in 0.005237079 sec. | ||
| 3932 | 2025.03.02 04:58:10.123287 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3933 | 2025.03.02 04:58:10.123329 [ 194 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3934 | 2025.03.02 04:58:10.123503 [ 255 ] {b149be40-2333-4c4c-8a7f-de1a8714cbcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3935 | 2025.03.02 04:58:10.123586 [ 255 ] {b149be40-2333-4c4c-8a7f-de1a8714cbcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3936 | 2025.03.02 04:58:10.124184 [ 194 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_16_3} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3937 | 2025.03.02 04:58:10.124394 [ 194 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_16_3} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3938 | 2025.03.02 04:58:10.124578 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3939 | 2025.03.02 04:58:10.124729 [ 255 ] {b149be40-2333-4c4c-8a7f-de1a8714cbcb} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3940 | 2025.03.02 04:58:10.124774 [ 255 ] {b149be40-2333-4c4c-8a7f-de1a8714cbcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3941 | 2025.03.02 04:58:10.125136 [ 255 ] {b149be40-2333-4c4c-8a7f-de1a8714cbcb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3942 | 2025.03.02 04:58:10.125397 [ 255 ] {b149be40-2333-4c4c-8a7f-de1a8714cbcb} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3943 | 2025.03.02 04:58:10.125596 [ 255 ] {b149be40-2333-4c4c-8a7f-de1a8714cbcb} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002196 sec., 51001.821493624775 rows/sec., 2.91 MiB/sec. | ||
| 3944 | 2025.03.02 04:58:10.125760 [ 255 ] {b149be40-2333-4c4c-8a7f-de1a8714cbcb} <Debug> TCPHandler: Processed in 0.002532473 sec. | ||
| 3945 | 2025.03.02 04:58:10.125921 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3946 | 2025.03.02 04:58:10.126025 [ 255 ] {2d34b5e6-c154-455e-be98-d6d3efb8c34e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3947 | 2025.03.02 04:58:10.126072 [ 255 ] {2d34b5e6-c154-455e-be98-d6d3efb8c34e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3948 | 2025.03.02 04:58:10.126732 [ 255 ] {2d34b5e6-c154-455e-be98-d6d3efb8c34e} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3949 | 2025.03.02 04:58:10.126769 [ 255 ] {2d34b5e6-c154-455e-be98-d6d3efb8c34e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3950 | 2025.03.02 04:58:10.127152 [ 255 ] {2d34b5e6-c154-455e-be98-d6d3efb8c34e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3951 | 2025.03.02 04:58:10.127390 [ 255 ] {2d34b5e6-c154-455e-be98-d6d3efb8c34e} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3952 | 2025.03.02 04:58:10.127568 [ 255 ] {2d34b5e6-c154-455e-be98-d6d3efb8c34e} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001565 sec., 265814.696485623 rows/sec., 18.91 MiB/sec. | ||
| 3953 | 2025.03.02 04:58:10.127620 [ 255 ] {2d34b5e6-c154-455e-be98-d6d3efb8c34e} <Debug> TCPHandler: Processed in 0.001748843 sec. | ||
| 3954 | 2025.03.02 04:58:10.127747 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3955 | 2025.03.02 04:58:10.127882 [ 255 ] {7a9898cb-3327-4d85-b897-84d3eefe5af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3956 | 2025.03.02 04:58:10.127939 [ 255 ] {7a9898cb-3327-4d85-b897-84d3eefe5af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3957 | 2025.03.02 04:58:10.128454 [ 255 ] {7a9898cb-3327-4d85-b897-84d3eefe5af1} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3958 | 2025.03.02 04:58:10.128499 [ 255 ] {7a9898cb-3327-4d85-b897-84d3eefe5af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3959 | 2025.03.02 04:58:10.128930 [ 255 ] {7a9898cb-3327-4d85-b897-84d3eefe5af1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3960 | 2025.03.02 04:58:10.129170 [ 255 ] {7a9898cb-3327-4d85-b897-84d3eefe5af1} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2025.03.02 04:58:10.129293 [ 71 ] {} <Debug> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3962 | 2025.03.02 04:58:10.129346 [ 71 ] {} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3963 | 2025.03.02 04:58:10.129357 [ 255 ] {7a9898cb-3327-4d85-b897-84d3eefe5af1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec. | ||
| 3964 | 2025.03.02 04:58:10.129376 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3965 | 2025.03.02 04:58:10.129422 [ 255 ] {7a9898cb-3327-4d85-b897-84d3eefe5af1} <Debug> TCPHandler: Processed in 0.001738843 sec. | ||
| 3966 | 2025.03.02 04:58:10.129835 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3967 | 2025.03.02 04:58:10.129960 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 3968 | 2025.03.02 04:58:10.130120 [ 255 ] {c2738a2b-1274-4f26-a5c8-63b6abfd9627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3969 | 2025.03.02 04:58:10.130251 [ 255 ] {c2738a2b-1274-4f26-a5c8-63b6abfd9627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3970 | 2025.03.02 04:58:10.130284 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3971 | 2025.03.02 04:58:10.130396 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part | ||
| 3972 | 2025.03.02 04:58:10.130787 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 3973 | 2025.03.02 04:58:10.131130 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 3974 | 2025.03.02 04:58:10.131277 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 3975 | 2025.03.02 04:58:10.131662 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 3976 | 2025.03.02 04:58:10.131890 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 3977 | 2025.03.02 04:58:10.132660 [ 255 ] {c2738a2b-1274-4f26-a5c8-63b6abfd9627} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3978 | 2025.03.02 04:58:10.132720 [ 255 ] {c2738a2b-1274-4f26-a5c8-63b6abfd9627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3979 | 2025.03.02 04:58:10.133689 [ 255 ] {c2738a2b-1274-4f26-a5c8-63b6abfd9627} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3980 | 2025.03.02 04:58:10.134262 [ 255 ] {c2738a2b-1274-4f26-a5c8-63b6abfd9627} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3981 | 2025.03.02 04:58:10.134997 [ 255 ] {c2738a2b-1274-4f26-a5c8-63b6abfd9627} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004908 sec., 48288.508557457215 rows/sec., 3.24 MiB/sec. | ||
| 3982 | 2025.03.02 04:58:10.135335 [ 255 ] {c2738a2b-1274-4f26-a5c8-63b6abfd9627} <Debug> TCPHandler: Processed in 0.005659403 sec. | ||
| 3983 | 2025.03.02 04:58:10.135390 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.005873186 sec., 10215.92028585507 rows/sec., 533.74 KiB/sec. | ||
| 3984 | 2025.03.02 04:58:10.135613 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3985 | 2025.03.02 04:58:10.135665 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3986 | 2025.03.02 04:58:10.135847 [ 255 ] {cacfd5b5-36e3-487e-be2c-8d103942bd71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3987 | 2025.03.02 04:58:10.135936 [ 255 ] {cacfd5b5-36e3-487e-be2c-8d103942bd71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3988 | 2025.03.02 04:58:10.136357 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3989 | 2025.03.02 04:58:10.136530 [ 192 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_10_2} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3990 | 2025.03.02 04:58:10.136700 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3991 | 2025.03.02 04:58:10.136860 [ 255 ] {cacfd5b5-36e3-487e-be2c-8d103942bd71} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2025.03.02 04:58:10.136903 [ 255 ] {cacfd5b5-36e3-487e-be2c-8d103942bd71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3993 | 2025.03.02 04:58:10.137286 [ 255 ] {cacfd5b5-36e3-487e-be2c-8d103942bd71} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3994 | 2025.03.02 04:58:10.137520 [ 255 ] {cacfd5b5-36e3-487e-be2c-8d103942bd71} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3995 | 2025.03.02 04:58:10.137802 [ 255 ] {cacfd5b5-36e3-487e-be2c-8d103942bd71} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002021 sec., 494.8045522018803 rows/sec., 33.34 KiB/sec. | ||
| 3996 | 2025.03.02 04:58:10.137960 [ 255 ] {cacfd5b5-36e3-487e-be2c-8d103942bd71} <Debug> TCPHandler: Processed in 0.002427852 sec. | ||
| 3997 | 2025.03.02 04:58:10.138065 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3998 | 2025.03.02 04:58:10.138167 [ 255 ] {15992f1e-2bab-48f7-be6c-c45b47c524bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3999 | 2025.03.02 04:58:10.138236 [ 255 ] {15992f1e-2bab-48f7-be6c-c45b47c524bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4000 | 2025.03.02 04:58:10.139323 [ 255 ] {15992f1e-2bab-48f7-be6c-c45b47c524bd} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4001 | 2025.03.02 04:58:10.139360 [ 255 ] {15992f1e-2bab-48f7-be6c-c45b47c524bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4002 | 2025.03.02 04:58:10.140004 [ 255 ] {15992f1e-2bab-48f7-be6c-c45b47c524bd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4003 | 2025.03.02 04:58:10.140267 [ 255 ] {15992f1e-2bab-48f7-be6c-c45b47c524bd} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4004 | 2025.03.02 04:58:10.140548 [ 255 ] {15992f1e-2bab-48f7-be6c-c45b47c524bd} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002384 sec., 14261.744966442953 rows/sec., 25.56 MiB/sec. | ||
| 4005 | 2025.03.02 04:58:10.140801 [ 255 ] {15992f1e-2bab-48f7-be6c-c45b47c524bd} <Debug> TCPHandler: Processed in 0.002785607 sec. | ||
| 4006 | 2025.03.02 04:58:10.140934 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4007 | 2025.03.02 04:58:10.141039 [ 255 ] {f8387dbd-0883-4fa5-a859-75e2b532c252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4008 | 2025.03.02 04:58:10.141085 [ 255 ] {f8387dbd-0883-4fa5-a859-75e2b532c252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4009 | 2025.03.02 04:58:10.141509 [ 255 ] {f8387dbd-0883-4fa5-a859-75e2b532c252} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4010 | 2025.03.02 04:58:10.141546 [ 255 ] {f8387dbd-0883-4fa5-a859-75e2b532c252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4011 | 2025.03.02 04:58:10.141908 [ 255 ] {f8387dbd-0883-4fa5-a859-75e2b532c252} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4012 | 2025.03.02 04:58:10.142138 [ 255 ] {f8387dbd-0883-4fa5-a859-75e2b532c252} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2025.03.02 04:58:10.142316 [ 255 ] {f8387dbd-0883-4fa5-a859-75e2b532c252} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0013 sec., 63076.92307692308 rows/sec., 4.01 MiB/sec. | ||
| 4014 | 2025.03.02 04:58:10.142363 [ 255 ] {f8387dbd-0883-4fa5-a859-75e2b532c252} <Debug> TCPHandler: Processed in 0.001480869 sec. | ||
| 4015 | 2025.03.02 04:58:13.438183 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 578 | ||
| 4016 | 2025.03.02 04:58:13.441618 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4017 | 2025.03.02 04:58:13.441669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4018 | 2025.03.02 04:58:13.443146 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4019 | 2025.03.02 04:58:13.443479 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4020 | 2025.03.02 04:58:13.444028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 578 | ||
| 4021 | 2025.03.02 04:58:13.951522 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4022 | 2025.03.02 04:58:13.951732 [ 255 ] {3659d867-b2dc-4f84-88ab-197f2dbad2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4023 | 2025.03.02 04:58:13.951810 [ 255 ] {3659d867-b2dc-4f84-88ab-197f2dbad2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4024 | 2025.03.02 04:58:13.952599 [ 255 ] {3659d867-b2dc-4f84-88ab-197f2dbad2b9} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4025 | 2025.03.02 04:58:13.952640 [ 255 ] {3659d867-b2dc-4f84-88ab-197f2dbad2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4026 | 2025.03.02 04:58:13.953066 [ 255 ] {3659d867-b2dc-4f84-88ab-197f2dbad2b9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4027 | 2025.03.02 04:58:13.953344 [ 255 ] {3659d867-b2dc-4f84-88ab-197f2dbad2b9} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4028 | 2025.03.02 04:58:13.953596 [ 255 ] {3659d867-b2dc-4f84-88ab-197f2dbad2b9} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 601.16 KiB/sec. | ||
| 4029 | 2025.03.02 04:58:13.953717 [ 255 ] {3659d867-b2dc-4f84-88ab-197f2dbad2b9} <Debug> TCPHandler: Processed in 0.00233087 sec. | ||
| 4030 | 2025.03.02 04:58:13.953846 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4031 | 2025.03.02 04:58:13.953954 [ 255 ] {cc36040b-834c-4ea1-a92b-67e402614c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4032 | 2025.03.02 04:58:13.953999 [ 255 ] {cc36040b-834c-4ea1-a92b-67e402614c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4033 | 2025.03.02 04:58:13.955111 [ 255 ] {cc36040b-834c-4ea1-a92b-67e402614c69} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4034 | 2025.03.02 04:58:13.955148 [ 255 ] {cc36040b-834c-4ea1-a92b-67e402614c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4035 | 2025.03.02 04:58:13.955587 [ 255 ] {cc36040b-834c-4ea1-a92b-67e402614c69} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4036 | 2025.03.02 04:58:13.955825 [ 255 ] {cc36040b-834c-4ea1-a92b-67e402614c69} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4037 | 2025.03.02 04:58:13.956003 [ 255 ] {cc36040b-834c-4ea1-a92b-67e402614c69} <Debug> executeQuery: Read 1213 rows, 101.98 KiB in 0.002072 sec., 585424.7104247104 rows/sec., 48.07 MiB/sec. | ||
| 4038 | 2025.03.02 04:58:13.956053 [ 255 ] {cc36040b-834c-4ea1-a92b-67e402614c69} <Debug> TCPHandler: Processed in 0.00225704 sec. | ||
| 4039 | 2025.03.02 04:58:13.956169 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4040 | 2025.03.02 04:58:13.956276 [ 255 ] {e77d0304-d0dd-48a1-892c-dff9fb0f4c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4041 | 2025.03.02 04:58:13.956321 [ 255 ] {e77d0304-d0dd-48a1-892c-dff9fb0f4c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4042 | 2025.03.02 04:58:13.956842 [ 255 ] {e77d0304-d0dd-48a1-892c-dff9fb0f4c4b} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4043 | 2025.03.02 04:58:13.956880 [ 255 ] {e77d0304-d0dd-48a1-892c-dff9fb0f4c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4044 | 2025.03.02 04:58:13.957223 [ 255 ] {e77d0304-d0dd-48a1-892c-dff9fb0f4c4b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4045 | 2025.03.02 04:58:13.957460 [ 255 ] {e77d0304-d0dd-48a1-892c-dff9fb0f4c4b} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4046 | 2025.03.02 04:58:13.957874 [ 255 ] {e77d0304-d0dd-48a1-892c-dff9fb0f4c4b} <Debug> executeQuery: Read 19 rows, 1.35 KiB in 0.001584 sec., 11994.949494949497 rows/sec., 854.49 KiB/sec. | ||
| 4047 | 2025.03.02 04:58:13.957941 [ 255 ] {e77d0304-d0dd-48a1-892c-dff9fb0f4c4b} <Debug> TCPHandler: Processed in 0.001822683 sec. | ||
| 4048 | 2025.03.02 04:58:13.958046 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4049 | 2025.03.02 04:58:13.958148 [ 255 ] {51c15e74-e2c4-422b-8324-fc3e0a860665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4050 | 2025.03.02 04:58:13.958191 [ 255 ] {51c15e74-e2c4-422b-8324-fc3e0a860665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4051 | 2025.03.02 04:58:13.958777 [ 255 ] {51c15e74-e2c4-422b-8324-fc3e0a860665} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4052 | 2025.03.02 04:58:13.958816 [ 255 ] {51c15e74-e2c4-422b-8324-fc3e0a860665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4053 | 2025.03.02 04:58:13.959171 [ 255 ] {51c15e74-e2c4-422b-8324-fc3e0a860665} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4054 | 2025.03.02 04:58:13.959431 [ 255 ] {51c15e74-e2c4-422b-8324-fc3e0a860665} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4055 | 2025.03.02 04:58:13.960067 [ 255 ] {51c15e74-e2c4-422b-8324-fc3e0a860665} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001878 sec., 121405.75079872205 rows/sec., 8.22 MiB/sec. | ||
| 4056 | 2025.03.02 04:58:13.960335 [ 255 ] {51c15e74-e2c4-422b-8324-fc3e0a860665} <Debug> TCPHandler: Processed in 0.002336231 sec. | ||
| 4057 | 2025.03.02 04:58:13.960461 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4058 | 2025.03.02 04:58:13.960568 [ 255 ] {319411dc-d240-446c-b8b6-0424a0cce5bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4059 | 2025.03.02 04:58:13.960613 [ 255 ] {319411dc-d240-446c-b8b6-0424a0cce5bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4060 | 2025.03.02 04:58:13.961342 [ 255 ] {319411dc-d240-446c-b8b6-0424a0cce5bd} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4061 | 2025.03.02 04:58:13.961382 [ 255 ] {319411dc-d240-446c-b8b6-0424a0cce5bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4062 | 2025.03.02 04:58:13.961762 [ 255 ] {319411dc-d240-446c-b8b6-0424a0cce5bd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4063 | 2025.03.02 04:58:13.961995 [ 255 ] {319411dc-d240-446c-b8b6-0424a0cce5bd} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4064 | 2025.03.02 04:58:13.962202 [ 255 ] {319411dc-d240-446c-b8b6-0424a0cce5bd} <Debug> executeQuery: Read 539 rows, 40.95 KiB in 0.001655 sec., 325679.7583081571 rows/sec., 24.16 MiB/sec. | ||
| 4065 | 2025.03.02 04:58:13.962254 [ 255 ] {319411dc-d240-446c-b8b6-0424a0cce5bd} <Debug> TCPHandler: Processed in 0.001843953 sec. | ||
| 4066 | 2025.03.02 04:58:13.962367 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4067 | 2025.03.02 04:58:13.962478 [ 255 ] {ec67a955-bead-4538-bab8-cf398a543924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4068 | 2025.03.02 04:58:13.962527 [ 255 ] {ec67a955-bead-4538-bab8-cf398a543924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4069 | 2025.03.02 04:58:13.963232 [ 255 ] {ec67a955-bead-4538-bab8-cf398a543924} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4070 | 2025.03.02 04:58:13.963270 [ 255 ] {ec67a955-bead-4538-bab8-cf398a543924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4071 | 2025.03.02 04:58:13.963706 [ 255 ] {ec67a955-bead-4538-bab8-cf398a543924} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4072 | 2025.03.02 04:58:13.963939 [ 255 ] {ec67a955-bead-4538-bab8-cf398a543924} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4073 | 2025.03.02 04:58:13.964202 [ 255 ] {ec67a955-bead-4538-bab8-cf398a543924} <Debug> executeQuery: Read 971 rows, 66.74 KiB in 0.001744 sec., 556766.0550458715 rows/sec., 37.37 MiB/sec. | ||
| 4074 | 2025.03.02 04:58:13.964356 [ 255 ] {ec67a955-bead-4538-bab8-cf398a543924} <Debug> TCPHandler: Processed in 0.002035027 sec. | ||
| 4075 | 2025.03.02 04:58:13.964589 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4076 | 2025.03.02 04:58:13.964695 [ 255 ] {7b4a165b-14d5-453c-aa85-e523ee8e219a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4077 | 2025.03.02 04:58:13.964773 [ 255 ] {7b4a165b-14d5-453c-aa85-e523ee8e219a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4078 | 2025.03.02 04:58:13.965852 [ 255 ] {7b4a165b-14d5-453c-aa85-e523ee8e219a} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4079 | 2025.03.02 04:58:13.965891 [ 255 ] {7b4a165b-14d5-453c-aa85-e523ee8e219a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4080 | 2025.03.02 04:58:13.966487 [ 255 ] {7b4a165b-14d5-453c-aa85-e523ee8e219a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4081 | 2025.03.02 04:58:13.966756 [ 255 ] {7b4a165b-14d5-453c-aa85-e523ee8e219a} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4082 | 2025.03.02 04:58:13.966930 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4083 | 2025.03.02 04:58:13.967023 [ 255 ] {7b4a165b-14d5-453c-aa85-e523ee8e219a} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002344 sec., 2133.1058020477813 rows/sec., 3.82 MiB/sec. | ||
| 4084 | 2025.03.02 04:58:13.967033 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4085 | 2025.03.02 04:58:13.967107 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4086 | 2025.03.02 04:58:13.967347 [ 255 ] {7b4a165b-14d5-453c-aa85-e523ee8e219a} <Debug> TCPHandler: Processed in 0.002825777 sec. | ||
| 4087 | 2025.03.02 04:58:13.967390 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 4088 | 2025.03.02 04:58:13.967486 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4089 | 2025.03.02 04:58:13.967626 [ 255 ] {5b460943-9796-4bba-bf90-b207fbf4ebbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4090 | 2025.03.02 04:58:13.967696 [ 255 ] {5b460943-9796-4bba-bf90-b207fbf4ebbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4091 | 2025.03.02 04:58:13.967868 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4092 | 2025.03.02 04:58:13.968012 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 287 rows starting from the beginning of the part | ||
| 4093 | 2025.03.02 04:58:13.968622 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part | ||
| 4094 | 2025.03.02 04:58:13.969229 [ 255 ] {5b460943-9796-4bba-bf90-b207fbf4ebbc} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4095 | 2025.03.02 04:58:13.969254 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 4096 | 2025.03.02 04:58:13.969275 [ 255 ] {5b460943-9796-4bba-bf90-b207fbf4ebbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4097 | 2025.03.02 04:58:13.969878 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part | ||
| 4098 | 2025.03.02 04:58:13.970430 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 4099 | 2025.03.02 04:58:13.970464 [ 255 ] {5b460943-9796-4bba-bf90-b207fbf4ebbc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4100 | 2025.03.02 04:58:13.970894 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part | ||
| 4101 | 2025.03.02 04:58:13.971192 [ 255 ] {5b460943-9796-4bba-bf90-b207fbf4ebbc} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4102 | 2025.03.02 04:58:13.971612 [ 255 ] {5b460943-9796-4bba-bf90-b207fbf4ebbc} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.004025 sec., 10931.67701863354 rows/sec., 753.11 KiB/sec. | ||
| 4103 | 2025.03.02 04:58:13.971750 [ 255 ] {5b460943-9796-4bba-bf90-b207fbf4ebbc} <Debug> TCPHandler: Processed in 0.004317316 sec. | ||
| 4104 | 2025.03.02 04:58:13.974600 [ 192 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 370 rows, containing 19 columns (19 merged, 0 gathered) in 0.007342415 sec., 50392.13937103801 rows/sec., 90.30 MiB/sec. | ||
| 4105 | 2025.03.02 04:58:13.975224 [ 198 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4106 | 2025.03.02 04:58:13.975703 [ 198 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4107 | 2025.03.02 04:58:13.975799 [ 198 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4108 | 2025.03.02 04:58:13.975969 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. | ||
| 4109 | 2025.03.02 04:58:15.098596 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4110 | 2025.03.02 04:58:15.098893 [ 255 ] {95c128dc-6b94-4697-b060-304855250583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4111 | 2025.03.02 04:58:15.099009 [ 255 ] {95c128dc-6b94-4697-b060-304855250583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4112 | 2025.03.02 04:58:15.099814 [ 255 ] {95c128dc-6b94-4697-b060-304855250583} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4113 | 2025.03.02 04:58:15.099866 [ 255 ] {95c128dc-6b94-4697-b060-304855250583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4114 | 2025.03.02 04:58:15.100286 [ 255 ] {95c128dc-6b94-4697-b060-304855250583} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4115 | 2025.03.02 04:58:15.100527 [ 255 ] {95c128dc-6b94-4697-b060-304855250583} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4116 | 2025.03.02 04:58:15.100774 [ 255 ] {95c128dc-6b94-4697-b060-304855250583} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001965 sec., 28498.727735368953 rows/sec., 2.18 MiB/sec. | ||
| 4117 | 2025.03.02 04:58:15.100830 [ 255 ] {95c128dc-6b94-4697-b060-304855250583} <Debug> TCPHandler: Processed in 0.002417271 sec. | ||
| 4118 | 2025.03.02 04:58:15.100951 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4119 | 2025.03.02 04:58:15.101056 [ 255 ] {da22c5af-5dbe-46d9-98b9-c597ecfd3454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4120 | 2025.03.02 04:58:15.101102 [ 255 ] {da22c5af-5dbe-46d9-98b9-c597ecfd3454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4121 | 2025.03.02 04:58:15.101645 [ 255 ] {da22c5af-5dbe-46d9-98b9-c597ecfd3454} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4122 | 2025.03.02 04:58:15.101686 [ 255 ] {da22c5af-5dbe-46d9-98b9-c597ecfd3454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4123 | 2025.03.02 04:58:15.102029 [ 255 ] {da22c5af-5dbe-46d9-98b9-c597ecfd3454} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4124 | 2025.03.02 04:58:15.102262 [ 255 ] {da22c5af-5dbe-46d9-98b9-c597ecfd3454} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4125 | 2025.03.02 04:58:15.102493 [ 255 ] {da22c5af-5dbe-46d9-98b9-c597ecfd3454} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001456 sec., 43956.043956043955 rows/sec., 3.43 MiB/sec. | ||
| 4126 | 2025.03.02 04:58:15.102582 [ 255 ] {da22c5af-5dbe-46d9-98b9-c597ecfd3454} <Debug> TCPHandler: Processed in 0.001680842 sec. | ||
| 4127 | 2025.03.02 04:58:15.102872 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4128 | 2025.03.02 04:58:15.103038 [ 255 ] {60fb67bd-e7e7-4f29-8f5e-363d0f4e540e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4129 | 2025.03.02 04:58:15.103092 [ 255 ] {60fb67bd-e7e7-4f29-8f5e-363d0f4e540e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4130 | 2025.03.02 04:58:15.103580 [ 255 ] {60fb67bd-e7e7-4f29-8f5e-363d0f4e540e} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4131 | 2025.03.02 04:58:15.103619 [ 255 ] {60fb67bd-e7e7-4f29-8f5e-363d0f4e540e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4132 | 2025.03.02 04:58:15.103984 [ 255 ] {60fb67bd-e7e7-4f29-8f5e-363d0f4e540e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4133 | 2025.03.02 04:58:15.104222 [ 255 ] {60fb67bd-e7e7-4f29-8f5e-363d0f4e540e} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4134 | 2025.03.02 04:58:15.104472 [ 255 ] {60fb67bd-e7e7-4f29-8f5e-363d0f4e540e} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001452 sec., 28925.619834710746 rows/sec., 2.01 MiB/sec. | ||
| 4135 | 2025.03.02 04:58:15.104651 [ 255 ] {60fb67bd-e7e7-4f29-8f5e-363d0f4e540e} <Debug> TCPHandler: Processed in 0.001900174 sec. | ||
| 4136 | 2025.03.02 04:58:15.104825 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4137 | 2025.03.02 04:58:15.104930 [ 255 ] {3d78393c-0c67-485c-a051-635c2913af52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4138 | 2025.03.02 04:58:15.104980 [ 255 ] {3d78393c-0c67-485c-a051-635c2913af52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4139 | 2025.03.02 04:58:15.105421 [ 255 ] {3d78393c-0c67-485c-a051-635c2913af52} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4140 | 2025.03.02 04:58:15.105461 [ 255 ] {3d78393c-0c67-485c-a051-635c2913af52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4141 | 2025.03.02 04:58:15.105807 [ 255 ] {3d78393c-0c67-485c-a051-635c2913af52} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4142 | 2025.03.02 04:58:15.106071 [ 255 ] {3d78393c-0c67-485c-a051-635c2913af52} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4143 | 2025.03.02 04:58:15.106277 [ 255 ] {3d78393c-0c67-485c-a051-635c2913af52} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001369 sec., 11687.36303871439 rows/sec., 810.35 KiB/sec. | ||
| 4144 | 2025.03.02 04:58:15.106326 [ 255 ] {3d78393c-0c67-485c-a051-635c2913af52} <Debug> TCPHandler: Processed in 0.00155658 sec. | ||
| 4145 | 2025.03.02 04:58:15.912236 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4146 | 2025.03.02 04:58:15.912955 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4147 | 2025.03.02 04:58:15.913005 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4148 | 2025.03.02 04:58:15.913533 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4149 | 2025.03.02 04:58:15.913786 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4150 | 2025.03.02 04:58:15.914000 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4151 | 2025.03.02 04:58:16.493112 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4152 | 2025.03.02 04:58:16.514373 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4153 | 2025.03.02 04:58:16.514438 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4154 | 2025.03.02 04:58:16.522092 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4155 | 2025.03.02 04:58:16.522850 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2025.03.02 04:58:16.526334 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4157 | 2025.03.02 04:58:20.111982 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4158 | 2025.03.02 04:58:20.112210 [ 255 ] {1c1bc2eb-28c7-47df-8e60-aad89ad58800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4159 | 2025.03.02 04:58:20.112280 [ 255 ] {1c1bc2eb-28c7-47df-8e60-aad89ad58800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4160 | 2025.03.02 04:58:20.113143 [ 255 ] {1c1bc2eb-28c7-47df-8e60-aad89ad58800} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4161 | 2025.03.02 04:58:20.113187 [ 255 ] {1c1bc2eb-28c7-47df-8e60-aad89ad58800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4162 | 2025.03.02 04:58:20.113632 [ 255 ] {1c1bc2eb-28c7-47df-8e60-aad89ad58800} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4163 | 2025.03.02 04:58:20.113880 [ 255 ] {1c1bc2eb-28c7-47df-8e60-aad89ad58800} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4164 | 2025.03.02 04:58:20.114176 [ 255 ] {1c1bc2eb-28c7-47df-8e60-aad89ad58800} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002015 sec., 105210.91811414393 rows/sec., 6.69 MiB/sec. | ||
| 4165 | 2025.03.02 04:58:20.114365 [ 255 ] {1c1bc2eb-28c7-47df-8e60-aad89ad58800} <Debug> TCPHandler: Processed in 0.002515263 sec. | ||
| 4166 | 2025.03.02 04:58:20.114492 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4167 | 2025.03.02 04:58:20.114600 [ 255 ] {0896e604-429c-47b4-af24-881be5468b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4168 | 2025.03.02 04:58:20.114646 [ 255 ] {0896e604-429c-47b4-af24-881be5468b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4169 | 2025.03.02 04:58:20.115485 [ 255 ] {0896e604-429c-47b4-af24-881be5468b6e} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4170 | 2025.03.02 04:58:20.115526 [ 255 ] {0896e604-429c-47b4-af24-881be5468b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4171 | 2025.03.02 04:58:20.115946 [ 255 ] {0896e604-429c-47b4-af24-881be5468b6e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4172 | 2025.03.02 04:58:20.116188 [ 255 ] {0896e604-429c-47b4-af24-881be5468b6e} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4173 | 2025.03.02 04:58:20.116348 [ 90 ] {} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 4174 | 2025.03.02 04:58:20.116413 [ 255 ] {0896e604-429c-47b4-af24-881be5468b6e} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001835 sec., 373297.00272479566 rows/sec., 29.70 MiB/sec. | ||
| 4175 | 2025.03.02 04:58:20.116438 [ 90 ] {} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4176 | 2025.03.02 04:58:20.116511 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4177 | 2025.03.02 04:58:20.116532 [ 255 ] {0896e604-429c-47b4-af24-881be5468b6e} <Debug> TCPHandler: Processed in 0.002085587 sec. | ||
| 4178 | 2025.03.02 04:58:20.116749 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 4179 | 2025.03.02 04:58:20.116762 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4180 | 2025.03.02 04:58:20.117027 [ 255 ] {7c89ccdc-10c0-4cb3-b591-b0a7df08b175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4181 | 2025.03.02 04:58:20.117058 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4182 | 2025.03.02 04:58:20.117101 [ 255 ] {7c89ccdc-10c0-4cb3-b591-b0a7df08b175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4183 | 2025.03.02 04:58:20.117136 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 1843 rows starting from the beginning of the part | ||
| 4184 | 2025.03.02 04:58:20.117462 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 66 rows starting from the beginning of the part | ||
| 4185 | 2025.03.02 04:58:20.117922 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 685 rows starting from the beginning of the part | ||
| 4186 | 2025.03.02 04:58:20.118281 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1213 rows starting from the beginning of the part | ||
| 4187 | 2025.03.02 04:58:20.118746 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4188 | 2025.03.02 04:58:20.119046 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 685 rows starting from the beginning of the part | ||
| 4189 | 2025.03.02 04:58:20.120058 [ 255 ] {7c89ccdc-10c0-4cb3-b591-b0a7df08b175} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4190 | 2025.03.02 04:58:20.120120 [ 255 ] {7c89ccdc-10c0-4cb3-b591-b0a7df08b175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4191 | 2025.03.02 04:58:20.121129 [ 255 ] {7c89ccdc-10c0-4cb3-b591-b0a7df08b175} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4192 | 2025.03.02 04:58:20.121695 [ 255 ] {7c89ccdc-10c0-4cb3-b591-b0a7df08b175} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4193 | 2025.03.02 04:58:20.121972 [ 255 ] {7c89ccdc-10c0-4cb3-b591-b0a7df08b175} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.005035 sec., 27805.362462760673 rows/sec., 1.73 MiB/sec. | ||
| 4194 | 2025.03.02 04:58:20.122037 [ 255 ] {7c89ccdc-10c0-4cb3-b591-b0a7df08b175} <Debug> TCPHandler: Processed in 0.00536254 sec. | ||
| 4195 | 2025.03.02 04:58:20.122166 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4196 | 2025.03.02 04:58:20.122275 [ 255 ] {511546e7-a6c5-42ed-97a7-4189047ce528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4197 | 2025.03.02 04:58:20.122328 [ 255 ] {511546e7-a6c5-42ed-97a7-4189047ce528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4198 | 2025.03.02 04:58:20.123018 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4548 rows, containing 5 columns (5 merged, 0 gathered) in 0.006406713 sec., 709880.4020095797 rows/sec., 60.15 MiB/sec. | ||
| 4199 | 2025.03.02 04:58:20.123365 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 4200 | 2025.03.02 04:58:20.123794 [ 255 ] {511546e7-a6c5-42ed-97a7-4189047ce528} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4201 | 2025.03.02 04:58:20.123858 [ 255 ] {511546e7-a6c5-42ed-97a7-4189047ce528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4202 | 2025.03.02 04:58:20.123916 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4203 | 2025.03.02 04:58:20.124137 [ 186 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_30_6} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 4204 | 2025.03.02 04:58:20.124297 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 4205 | 2025.03.02 04:58:20.124518 [ 255 ] {511546e7-a6c5-42ed-97a7-4189047ce528} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4206 | 2025.03.02 04:58:20.124757 [ 255 ] {511546e7-a6c5-42ed-97a7-4189047ce528} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4207 | 2025.03.02 04:58:20.124915 [ 90 ] {} <Debug> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4208 | 2025.03.02 04:58:20.124984 [ 90 ] {} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4209 | 2025.03.02 04:58:20.125022 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4210 | 2025.03.02 04:58:20.125030 [ 255 ] {511546e7-a6c5-42ed-97a7-4189047ce528} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002765 sec., 40867.992766726944 rows/sec., 2.65 MiB/sec. | ||
| 4211 | 2025.03.02 04:58:20.125258 [ 255 ] {511546e7-a6c5-42ed-97a7-4189047ce528} <Debug> TCPHandler: Processed in 0.003143141 sec. | ||
| 4212 | 2025.03.02 04:58:20.125335 [ 192 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::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 | ||
| 4213 | 2025.03.02 04:58:20.125423 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4214 | 2025.03.02 04:58:20.125589 [ 192 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4215 | 2025.03.02 04:58:20.125645 [ 255 ] {378d5bdc-3934-46f2-b168-9f0fb4270f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4216 | 2025.03.02 04:58:20.125666 [ 192 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 342 rows starting from the beginning of the part | ||
| 4217 | 2025.03.02 04:58:20.125743 [ 255 ] {378d5bdc-3934-46f2-b168-9f0fb4270f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4218 | 2025.03.02 04:58:20.126008 [ 192 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part | ||
| 4219 | 2025.03.02 04:58:20.126400 [ 192 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 4220 | 2025.03.02 04:58:20.126715 [ 192 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
| 4221 | 2025.03.02 04:58:20.127086 [ 192 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part | ||
| 4222 | 2025.03.02 04:58:20.127475 [ 192 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 4223 | 2025.03.02 04:58:20.128925 [ 255 ] {378d5bdc-3934-46f2-b168-9f0fb4270f13} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4224 | 2025.03.02 04:58:20.129017 [ 255 ] {378d5bdc-3934-46f2-b168-9f0fb4270f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4225 | 2025.03.02 04:58:20.130109 [ 255 ] {378d5bdc-3934-46f2-b168-9f0fb4270f13} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4226 | 2025.03.02 04:58:20.130573 [ 255 ] {378d5bdc-3934-46f2-b168-9f0fb4270f13} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4227 | 2025.03.02 04:58:20.130900 [ 188 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.005724574 sec., 178528.56823931355 rows/sec., 12.47 MiB/sec. | ||
| 4228 | 2025.03.02 04:58:20.131132 [ 255 ] {378d5bdc-3934-46f2-b168-9f0fb4270f13} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005538 sec., 20223.90754785121 rows/sec., 1.15 MiB/sec. | ||
| 4229 | 2025.03.02 04:58:20.131460 [ 255 ] {378d5bdc-3934-46f2-b168-9f0fb4270f13} <Debug> TCPHandler: Processed in 0.006094739 sec. | ||
| 4230 | 2025.03.02 04:58:20.131487 [ 190 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4231 | 2025.03.02 04:58:20.131687 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4232 | 2025.03.02 04:58:20.131872 [ 255 ] {15b3c885-27a9-4a7a-a010-03f577fd52c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4233 | 2025.03.02 04:58:20.131950 [ 255 ] {15b3c885-27a9-4a7a-a010-03f577fd52c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4234 | 2025.03.02 04:58:20.132067 [ 190 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_16_3} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4235 | 2025.03.02 04:58:20.132245 [ 190 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_16_3} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4236 | 2025.03.02 04:58:20.132441 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 4237 | 2025.03.02 04:58:20.133026 [ 255 ] {15b3c885-27a9-4a7a-a010-03f577fd52c5} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4238 | 2025.03.02 04:58:20.133070 [ 255 ] {15b3c885-27a9-4a7a-a010-03f577fd52c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4239 | 2025.03.02 04:58:20.133457 [ 255 ] {15b3c885-27a9-4a7a-a010-03f577fd52c5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4240 | 2025.03.02 04:58:20.133708 [ 255 ] {15b3c885-27a9-4a7a-a010-03f577fd52c5} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2025.03.02 04:58:20.133880 [ 90 ] {} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 4242 | 2025.03.02 04:58:20.133955 [ 90 ] {} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4243 | 2025.03.02 04:58:20.133962 [ 255 ] {15b3c885-27a9-4a7a-a010-03f577fd52c5} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.002135 sec., 194847.775175644 rows/sec., 13.86 MiB/sec. | ||
| 4244 | 2025.03.02 04:58:20.133995 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4245 | 2025.03.02 04:58:20.134109 [ 255 ] {15b3c885-27a9-4a7a-a010-03f577fd52c5} <Debug> TCPHandler: Processed in 0.002495492 sec. | ||
| 4246 | 2025.03.02 04:58:20.134275 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 4247 | 2025.03.02 04:58:20.134319 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4248 | 2025.03.02 04:58:20.134553 [ 255 ] {a63cb409-32f4-4ca1-a3c5-c9eb0c4d9d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4249 | 2025.03.02 04:58:20.134626 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4250 | 2025.03.02 04:58:20.134652 [ 255 ] {a63cb409-32f4-4ca1-a3c5-c9eb0c4d9d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4251 | 2025.03.02 04:58:20.134752 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 909 rows starting from the beginning of the part | ||
| 4252 | 2025.03.02 04:58:20.135305 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 69 rows starting from the beginning of the part | ||
| 4253 | 2025.03.02 04:58:20.135641 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 416 rows starting from the beginning of the part | ||
| 4254 | 2025.03.02 04:58:20.135898 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 539 rows starting from the beginning of the part | ||
| 4255 | 2025.03.02 04:58:20.136124 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4256 | 2025.03.02 04:58:20.136457 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 416 rows starting from the beginning of the part | ||
| 4257 | 2025.03.02 04:58:20.137169 [ 255 ] {a63cb409-32f4-4ca1-a3c5-c9eb0c4d9d2e} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4258 | 2025.03.02 04:58:20.137239 [ 255 ] {a63cb409-32f4-4ca1-a3c5-c9eb0c4d9d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4259 | 2025.03.02 04:58:20.138141 [ 255 ] {a63cb409-32f4-4ca1-a3c5-c9eb0c4d9d2e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4260 | 2025.03.02 04:58:20.138678 [ 255 ] {a63cb409-32f4-4ca1-a3c5-c9eb0c4d9d2e} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4261 | 2025.03.02 04:58:20.139069 [ 255 ] {a63cb409-32f4-4ca1-a3c5-c9eb0c4d9d2e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004609 sec., 1301.8008244738555 rows/sec., 68.01 KiB/sec. | ||
| 4262 | 2025.03.02 04:58:20.139147 [ 255 ] {a63cb409-32f4-4ca1-a3c5-c9eb0c4d9d2e} <Debug> TCPHandler: Processed in 0.004893264 sec. | ||
| 4263 | 2025.03.02 04:58:20.139331 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4264 | 2025.03.02 04:58:20.139582 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.005449241 sec., 442813.9625316627 rows/sec., 33.91 MiB/sec. | ||
| 4265 | 2025.03.02 04:58:20.139598 [ 255 ] {70b72aba-755f-4229-8d40-ec4a9bc81adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4266 | 2025.03.02 04:58:20.139683 [ 255 ] {70b72aba-755f-4229-8d40-ec4a9bc81adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4267 | 2025.03.02 04:58:20.139850 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 4268 | 2025.03.02 04:58:20.140440 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4269 | 2025.03.02 04:58:20.140642 [ 188 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_30_6} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 4270 | 2025.03.02 04:58:20.140810 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4271 | 2025.03.02 04:58:20.140934 [ 255 ] {70b72aba-755f-4229-8d40-ec4a9bc81adc} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4272 | 2025.03.02 04:58:20.140978 [ 255 ] {70b72aba-755f-4229-8d40-ec4a9bc81adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4273 | 2025.03.02 04:58:20.141377 [ 255 ] {70b72aba-755f-4229-8d40-ec4a9bc81adc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4274 | 2025.03.02 04:58:20.141621 [ 255 ] {70b72aba-755f-4229-8d40-ec4a9bc81adc} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4275 | 2025.03.02 04:58:20.141841 [ 255 ] {70b72aba-755f-4229-8d40-ec4a9bc81adc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002296 sec., 103222.99651567945 rows/sec., 6.92 MiB/sec. | ||
| 4276 | 2025.03.02 04:58:20.141899 [ 255 ] {70b72aba-755f-4229-8d40-ec4a9bc81adc} <Debug> TCPHandler: Processed in 0.002675065 sec. | ||
| 4277 | 2025.03.02 04:58:20.142006 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4278 | 2025.03.02 04:58:20.142108 [ 255 ] {b921dbe4-aec7-4be3-929a-0c1815ce6b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4279 | 2025.03.02 04:58:20.142155 [ 255 ] {b921dbe4-aec7-4be3-929a-0c1815ce6b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4280 | 2025.03.02 04:58:20.142571 [ 255 ] {b921dbe4-aec7-4be3-929a-0c1815ce6b4f} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4281 | 2025.03.02 04:58:20.142609 [ 255 ] {b921dbe4-aec7-4be3-929a-0c1815ce6b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4282 | 2025.03.02 04:58:20.142948 [ 255 ] {b921dbe4-aec7-4be3-929a-0c1815ce6b4f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4283 | 2025.03.02 04:58:20.143192 [ 255 ] {b921dbe4-aec7-4be3-929a-0c1815ce6b4f} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4284 | 2025.03.02 04:58:20.143477 [ 255 ] {b921dbe4-aec7-4be3-929a-0c1815ce6b4f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001367 sec., 731.528895391368 rows/sec., 49.29 KiB/sec. | ||
| 4285 | 2025.03.02 04:58:20.143618 [ 255 ] {b921dbe4-aec7-4be3-929a-0c1815ce6b4f} <Debug> TCPHandler: Processed in 0.001658392 sec. | ||
| 4286 | 2025.03.02 04:58:20.143732 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4287 | 2025.03.02 04:58:20.143835 [ 255 ] {280523dd-81cd-47e0-98a0-55058d588e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4288 | 2025.03.02 04:58:20.143905 [ 255 ] {280523dd-81cd-47e0-98a0-55058d588e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4289 | 2025.03.02 04:58:20.145051 [ 255 ] {280523dd-81cd-47e0-98a0-55058d588e08} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4290 | 2025.03.02 04:58:20.145090 [ 255 ] {280523dd-81cd-47e0-98a0-55058d588e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4291 | 2025.03.02 04:58:20.145765 [ 255 ] {280523dd-81cd-47e0-98a0-55058d588e08} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4292 | 2025.03.02 04:58:20.146028 [ 255 ] {280523dd-81cd-47e0-98a0-55058d588e08} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4293 | 2025.03.02 04:58:20.146248 [ 255 ] {280523dd-81cd-47e0-98a0-55058d588e08} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002434 sec., 13968.775677896467 rows/sec., 25.03 MiB/sec. | ||
| 4294 | 2025.03.02 04:58:20.146348 [ 255 ] {280523dd-81cd-47e0-98a0-55058d588e08} <Debug> TCPHandler: Processed in 0.002666095 sec. | ||
| 4295 | 2025.03.02 04:58:20.146461 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4296 | 2025.03.02 04:58:20.146565 [ 255 ] {2a39d467-c417-468e-a6d9-351c6dbe9bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4297 | 2025.03.02 04:58:20.146612 [ 255 ] {2a39d467-c417-468e-a6d9-351c6dbe9bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4298 | 2025.03.02 04:58:20.147063 [ 255 ] {2a39d467-c417-468e-a6d9-351c6dbe9bfc} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4299 | 2025.03.02 04:58:20.147101 [ 255 ] {2a39d467-c417-468e-a6d9-351c6dbe9bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4300 | 2025.03.02 04:58:20.147457 [ 255 ] {2a39d467-c417-468e-a6d9-351c6dbe9bfc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4301 | 2025.03.02 04:58:20.147694 [ 255 ] {2a39d467-c417-468e-a6d9-351c6dbe9bfc} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4302 | 2025.03.02 04:58:20.147895 [ 255 ] {2a39d467-c417-468e-a6d9-351c6dbe9bfc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001352 sec., 60650.8875739645 rows/sec., 3.85 MiB/sec. | ||
| 4303 | 2025.03.02 04:58:20.147944 [ 255 ] {2a39d467-c417-468e-a6d9-351c6dbe9bfc} <Debug> TCPHandler: Processed in 0.00153218 sec. | ||
| 4304 | 2025.03.02 04:58:23.294151 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4305 | 2025.03.02 04:58:23.294237 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4306 | 2025.03.02 04:58:23.414177 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4307 | 2025.03.02 04:58:23.415278 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4308 | 2025.03.02 04:58:23.415366 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4309 | 2025.03.02 04:58:23.416050 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4310 | 2025.03.02 04:58:23.416311 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4311 | 2025.03.02 04:58:23.416552 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4312 | 2025.03.02 04:58:23.444277 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 624 | ||
| 4313 | 2025.03.02 04:58:23.447627 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4314 | 2025.03.02 04:58:23.447672 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4315 | 2025.03.02 04:58:23.449160 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4316 | 2025.03.02 04:58:23.449466 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4317 | 2025.03.02 04:58:23.449955 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624 | ||
| 4318 | 2025.03.02 04:58:24.026429 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4319 | 2025.03.02 04:58:24.047217 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4320 | 2025.03.02 04:58:24.047263 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4321 | 2025.03.02 04:58:24.055099 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4322 | 2025.03.02 04:58:24.055858 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4323 | 2025.03.02 04:58:24.059140 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4324 | 2025.03.02 04:58:25.105297 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4325 | 2025.03.02 04:58:25.105490 [ 255 ] {a8e23bf2-d34c-49a9-90fc-5ee3650bee50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4326 | 2025.03.02 04:58:25.105563 [ 255 ] {a8e23bf2-d34c-49a9-90fc-5ee3650bee50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4327 | 2025.03.02 04:58:25.106344 [ 255 ] {a8e23bf2-d34c-49a9-90fc-5ee3650bee50} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4328 | 2025.03.02 04:58:25.106392 [ 255 ] {a8e23bf2-d34c-49a9-90fc-5ee3650bee50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4329 | 2025.03.02 04:58:25.106838 [ 255 ] {a8e23bf2-d34c-49a9-90fc-5ee3650bee50} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4330 | 2025.03.02 04:58:25.107090 [ 255 ] {a8e23bf2-d34c-49a9-90fc-5ee3650bee50} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4331 | 2025.03.02 04:58:25.107340 [ 255 ] {a8e23bf2-d34c-49a9-90fc-5ee3650bee50} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001901 sec., 34718.569174118886 rows/sec., 2.75 MiB/sec. | ||
| 4332 | 2025.03.02 04:58:25.107453 [ 255 ] {a8e23bf2-d34c-49a9-90fc-5ee3650bee50} <Debug> TCPHandler: Processed in 0.002282729 sec. | ||
| 4333 | 2025.03.02 04:58:25.107605 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4334 | 2025.03.02 04:58:25.107714 [ 255 ] {82acd3ad-e003-425d-9004-54364a3e49b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4335 | 2025.03.02 04:58:25.107762 [ 255 ] {82acd3ad-e003-425d-9004-54364a3e49b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4336 | 2025.03.02 04:58:25.108290 [ 255 ] {82acd3ad-e003-425d-9004-54364a3e49b9} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4337 | 2025.03.02 04:58:25.108949 [ 255 ] {82acd3ad-e003-425d-9004-54364a3e49b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4338 | 2025.03.02 04:58:25.109410 [ 255 ] {82acd3ad-e003-425d-9004-54364a3e49b9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4339 | 2025.03.02 04:58:25.109698 [ 255 ] {82acd3ad-e003-425d-9004-54364a3e49b9} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4340 | 2025.03.02 04:58:25.109909 [ 255 ] {82acd3ad-e003-425d-9004-54364a3e49b9} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002219 sec., 2253.267237494367 rows/sec., 169.44 KiB/sec. | ||
| 4341 | 2025.03.02 04:58:25.109962 [ 255 ] {82acd3ad-e003-425d-9004-54364a3e49b9} <Debug> TCPHandler: Processed in 0.002415132 sec. | ||
| 4342 | 2025.03.02 04:58:25.110097 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4343 | 2025.03.02 04:58:25.110235 [ 255 ] {deb93306-119d-47f7-a2cc-753f614273ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4344 | 2025.03.02 04:58:25.110291 [ 255 ] {deb93306-119d-47f7-a2cc-753f614273ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4345 | 2025.03.02 04:58:25.110886 [ 255 ] {deb93306-119d-47f7-a2cc-753f614273ad} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4346 | 2025.03.02 04:58:25.110926 [ 255 ] {deb93306-119d-47f7-a2cc-753f614273ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4347 | 2025.03.02 04:58:25.111295 [ 255 ] {deb93306-119d-47f7-a2cc-753f614273ad} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4348 | 2025.03.02 04:58:25.111545 [ 255 ] {deb93306-119d-47f7-a2cc-753f614273ad} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4349 | 2025.03.02 04:58:25.111774 [ 255 ] {deb93306-119d-47f7-a2cc-753f614273ad} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001567 sec., 44033.18442884493 rows/sec., 3.44 MiB/sec. | ||
| 4350 | 2025.03.02 04:58:25.111885 [ 255 ] {deb93306-119d-47f7-a2cc-753f614273ad} <Debug> TCPHandler: Processed in 0.001851044 sec. | ||
| 4351 | 2025.03.02 04:58:25.112008 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4352 | 2025.03.02 04:58:25.112109 [ 255 ] {257233e3-5aa6-408c-98bd-f01ddba64b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4353 | 2025.03.02 04:58:25.112158 [ 255 ] {257233e3-5aa6-408c-98bd-f01ddba64b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4354 | 2025.03.02 04:58:25.112684 [ 255 ] {257233e3-5aa6-408c-98bd-f01ddba64b7a} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4355 | 2025.03.02 04:58:25.112721 [ 255 ] {257233e3-5aa6-408c-98bd-f01ddba64b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4356 | 2025.03.02 04:58:25.113130 [ 255 ] {257233e3-5aa6-408c-98bd-f01ddba64b7a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4357 | 2025.03.02 04:58:25.113399 [ 255 ] {257233e3-5aa6-408c-98bd-f01ddba64b7a} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4358 | 2025.03.02 04:58:25.113586 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4359 | 2025.03.02 04:58:25.113645 [ 255 ] {257233e3-5aa6-408c-98bd-f01ddba64b7a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
| 4360 | 2025.03.02 04:58:25.113669 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4361 | 2025.03.02 04:58:25.113707 [ 255 ] {257233e3-5aa6-408c-98bd-f01ddba64b7a} <Debug> TCPHandler: Processed in 0.001750093 sec. | ||
| 4362 | 2025.03.02 04:58:25.113802 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4363 | 2025.03.02 04:58:25.113948 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4364 | 2025.03.02 04:58:25.114053 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 4365 | 2025.03.02 04:58:25.114114 [ 255 ] {6c2c785c-96da-40d1-bd2e-1c0d7d55598f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4366 | 2025.03.02 04:58:25.114270 [ 255 ] {6c2c785c-96da-40d1-bd2e-1c0d7d55598f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4367 | 2025.03.02 04:58:25.114507 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4368 | 2025.03.02 04:58:25.114691 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8274 rows starting from the beginning of the part | ||
| 4369 | 2025.03.02 04:58:25.115052 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 4370 | 2025.03.02 04:58:25.115493 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 971 rows starting from the beginning of the part | ||
| 4371 | 2025.03.02 04:58:25.115806 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part | ||
| 4372 | 2025.03.02 04:58:25.116289 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
| 4373 | 2025.03.02 04:58:25.116818 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 4374 | 2025.03.02 04:58:25.118801 [ 255 ] {6c2c785c-96da-40d1-bd2e-1c0d7d55598f} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4375 | 2025.03.02 04:58:25.118880 [ 255 ] {6c2c785c-96da-40d1-bd2e-1c0d7d55598f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4376 | 2025.03.02 04:58:25.120450 [ 255 ] {6c2c785c-96da-40d1-bd2e-1c0d7d55598f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4377 | 2025.03.02 04:58:25.120931 [ 255 ] {6c2c785c-96da-40d1-bd2e-1c0d7d55598f} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4378 | 2025.03.02 04:58:25.121476 [ 255 ] {6c2c785c-96da-40d1-bd2e-1c0d7d55598f} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007376 sec., 677.8741865509761 rows/sec., 1.21 MiB/sec. | ||
| 4379 | 2025.03.02 04:58:25.121617 [ 255 ] {6c2c785c-96da-40d1-bd2e-1c0d7d55598f} <Debug> TCPHandler: Processed in 0.007740531 sec. | ||
| 4380 | 2025.03.02 04:58:25.121744 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4381 | 2025.03.02 04:58:25.121847 [ 255 ] {f13b7bc6-5a53-4ad9-a331-ea6b6410e4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4382 | 2025.03.02 04:58:25.121895 [ 255 ] {f13b7bc6-5a53-4ad9-a331-ea6b6410e4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4383 | 2025.03.02 04:58:25.122453 [ 255 ] {f13b7bc6-5a53-4ad9-a331-ea6b6410e4fe} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4384 | 2025.03.02 04:58:25.122503 [ 255 ] {f13b7bc6-5a53-4ad9-a331-ea6b6410e4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4385 | 2025.03.02 04:58:25.123018 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9921 rows, containing 5 columns (5 merged, 0 gathered) in 0.009087229 sec., 1091751.9521077326 rows/sec., 73.75 MiB/sec. | ||
| 4386 | 2025.03.02 04:58:25.123355 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4387 | 2025.03.02 04:58:25.123365 [ 255 ] {f13b7bc6-5a53-4ad9-a331-ea6b6410e4fe} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4388 | 2025.03.02 04:58:25.123831 [ 255 ] {f13b7bc6-5a53-4ad9-a331-ea6b6410e4fe} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2025.03.02 04:58:25.123895 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4390 | 2025.03.02 04:58:25.124125 [ 82 ] {} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4391 | 2025.03.02 04:58:25.124168 [ 196 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4392 | 2025.03.02 04:58:25.124227 [ 82 ] {} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4393 | 2025.03.02 04:58:25.124296 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4394 | 2025.03.02 04:58:25.124333 [ 255 ] {f13b7bc6-5a53-4ad9-a331-ea6b6410e4fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002477 sec., 24222.850222042794 rows/sec., 1.63 MiB/sec. | ||
| 4395 | 2025.03.02 04:58:25.124624 [ 255 ] {f13b7bc6-5a53-4ad9-a331-ea6b6410e4fe} <Debug> TCPHandler: Processed in 0.002927998 sec. | ||
| 4396 | 2025.03.02 04:58:25.124706 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 4397 | 2025.03.02 04:58:25.124864 [ 195 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 4398 | 2025.03.02 04:58:25.125005 [ 195 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4399 | 2025.03.02 04:58:25.125043 [ 195 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1542 rows starting from the beginning of the part | ||
| 4400 | 2025.03.02 04:58:25.125162 [ 195 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 4401 | 2025.03.02 04:58:25.125318 [ 195 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 44 rows starting from the beginning of the part | ||
| 4402 | 2025.03.02 04:58:25.125440 [ 195 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 4403 | 2025.03.02 04:58:25.125657 [ 195 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 4404 | 2025.03.02 04:58:25.125740 [ 195 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 4405 | 2025.03.02 04:58:25.127148 [ 187 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1826 rows, containing 4 columns (4 merged, 0 gathered) in 0.002656035 sec., 687490.9404431793 rows/sec., 45.01 MiB/sec. | ||
| 4406 | 2025.03.02 04:58:25.127407 [ 193 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4407 | 2025.03.02 04:58:25.127773 [ 193 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_31_6} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4408 | 2025.03.02 04:58:25.127870 [ 193 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_31_6} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4409 | 2025.03.02 04:58:25.127971 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4410 | 2025.03.02 04:58:30.112500 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4411 | 2025.03.02 04:58:30.112726 [ 255 ] {34df85ca-42ec-4eff-807a-cf6fc0f5dbe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4412 | 2025.03.02 04:58:30.112809 [ 255 ] {34df85ca-42ec-4eff-807a-cf6fc0f5dbe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4413 | 2025.03.02 04:58:30.113778 [ 255 ] {34df85ca-42ec-4eff-807a-cf6fc0f5dbe7} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4414 | 2025.03.02 04:58:30.113835 [ 255 ] {34df85ca-42ec-4eff-807a-cf6fc0f5dbe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4415 | 2025.03.02 04:58:30.114303 [ 255 ] {34df85ca-42ec-4eff-807a-cf6fc0f5dbe7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4416 | 2025.03.02 04:58:30.114587 [ 255 ] {34df85ca-42ec-4eff-807a-cf6fc0f5dbe7} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4417 | 2025.03.02 04:58:30.114904 [ 255 ] {34df85ca-42ec-4eff-807a-cf6fc0f5dbe7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002208 sec., 96014.4927536232 rows/sec., 6.11 MiB/sec. | ||
| 4418 | 2025.03.02 04:58:30.115053 [ 255 ] {34df85ca-42ec-4eff-807a-cf6fc0f5dbe7} <Debug> TCPHandler: Processed in 0.002682384 sec. | ||
| 4419 | 2025.03.02 04:58:30.115190 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4420 | 2025.03.02 04:58:30.115305 [ 255 ] {daac3294-e824-4318-8c85-7da2525ea7b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4421 | 2025.03.02 04:58:30.115355 [ 255 ] {daac3294-e824-4318-8c85-7da2525ea7b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4422 | 2025.03.02 04:58:30.115904 [ 255 ] {daac3294-e824-4318-8c85-7da2525ea7b0} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4423 | 2025.03.02 04:58:30.115947 [ 255 ] {daac3294-e824-4318-8c85-7da2525ea7b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4424 | 2025.03.02 04:58:30.116293 [ 255 ] {daac3294-e824-4318-8c85-7da2525ea7b0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4425 | 2025.03.02 04:58:30.116531 [ 255 ] {daac3294-e824-4318-8c85-7da2525ea7b0} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4426 | 2025.03.02 04:58:30.116822 [ 255 ] {daac3294-e824-4318-8c85-7da2525ea7b0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001533 sec., 2609.262883235486 rows/sec., 212.77 KiB/sec. | ||
| 4427 | 2025.03.02 04:58:30.116897 [ 255 ] {daac3294-e824-4318-8c85-7da2525ea7b0} <Debug> TCPHandler: Processed in 0.001761022 sec. | ||
| 4428 | 2025.03.02 04:58:30.117002 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4429 | 2025.03.02 04:58:30.117104 [ 255 ] {1151847e-fd27-43c5-a61e-0a0f5a0c2714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4430 | 2025.03.02 04:58:30.117149 [ 255 ] {1151847e-fd27-43c5-a61e-0a0f5a0c2714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4431 | 2025.03.02 04:58:30.118016 [ 255 ] {1151847e-fd27-43c5-a61e-0a0f5a0c2714} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4432 | 2025.03.02 04:58:30.118058 [ 255 ] {1151847e-fd27-43c5-a61e-0a0f5a0c2714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4433 | 2025.03.02 04:58:30.118458 [ 255 ] {1151847e-fd27-43c5-a61e-0a0f5a0c2714} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4434 | 2025.03.02 04:58:30.118697 [ 255 ] {1151847e-fd27-43c5-a61e-0a0f5a0c2714} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4435 | 2025.03.02 04:58:30.118931 [ 255 ] {1151847e-fd27-43c5-a61e-0a0f5a0c2714} <Debug> executeQuery: Read 687 rows, 55.95 KiB in 0.001838 sec., 373775.84330794343 rows/sec., 29.73 MiB/sec. | ||
| 4436 | 2025.03.02 04:58:30.119022 [ 255 ] {1151847e-fd27-43c5-a61e-0a0f5a0c2714} <Debug> TCPHandler: Processed in 0.002065347 sec. | ||
| 4437 | 2025.03.02 04:58:30.119251 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4438 | 2025.03.02 04:58:30.119357 [ 255 ] {c63647db-0db1-4ef5-a8cf-11eda7a6addd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4439 | 2025.03.02 04:58:30.119403 [ 255 ] {c63647db-0db1-4ef5-a8cf-11eda7a6addd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4440 | 2025.03.02 04:58:30.119987 [ 255 ] {c63647db-0db1-4ef5-a8cf-11eda7a6addd} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4441 | 2025.03.02 04:58:30.120026 [ 255 ] {c63647db-0db1-4ef5-a8cf-11eda7a6addd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4442 | 2025.03.02 04:58:30.120387 [ 255 ] {c63647db-0db1-4ef5-a8cf-11eda7a6addd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4443 | 2025.03.02 04:58:30.120624 [ 255 ] {c63647db-0db1-4ef5-a8cf-11eda7a6addd} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4444 | 2025.03.02 04:58:30.120890 [ 255 ] {c63647db-0db1-4ef5-a8cf-11eda7a6addd} <Debug> executeQuery: Read 144 rows, 9.22 KiB in 0.001554 sec., 92664.09266409266 rows/sec., 5.80 MiB/sec. | ||
| 4445 | 2025.03.02 04:58:30.121088 [ 255 ] {c63647db-0db1-4ef5-a8cf-11eda7a6addd} <Debug> TCPHandler: Processed in 0.001911265 sec. | ||
| 4446 | 2025.03.02 04:58:30.121248 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4447 | 2025.03.02 04:58:30.121352 [ 255 ] {d74dfef8-5f66-4021-8db8-88b869b81880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4448 | 2025.03.02 04:58:30.121397 [ 255 ] {d74dfef8-5f66-4021-8db8-88b869b81880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4449 | 2025.03.02 04:58:30.121979 [ 255 ] {d74dfef8-5f66-4021-8db8-88b869b81880} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4450 | 2025.03.02 04:58:30.122017 [ 255 ] {d74dfef8-5f66-4021-8db8-88b869b81880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4451 | 2025.03.02 04:58:30.122364 [ 255 ] {d74dfef8-5f66-4021-8db8-88b869b81880} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4452 | 2025.03.02 04:58:30.122600 [ 255 ] {d74dfef8-5f66-4021-8db8-88b869b81880} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4453 | 2025.03.02 04:58:30.122888 [ 255 ] {d74dfef8-5f66-4021-8db8-88b869b81880} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001534 sec., 73663.62451108213 rows/sec., 4.77 MiB/sec. | ||
| 4454 | 2025.03.02 04:58:30.123030 [ 255 ] {d74dfef8-5f66-4021-8db8-88b869b81880} <Debug> TCPHandler: Processed in 0.001832724 sec. | ||
| 4455 | 2025.03.02 04:58:30.123145 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4456 | 2025.03.02 04:58:30.123249 [ 255 ] {037a66e2-1b81-49c8-9193-a8a475016fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4457 | 2025.03.02 04:58:30.123293 [ 255 ] {037a66e2-1b81-49c8-9193-a8a475016fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4458 | 2025.03.02 04:58:30.123889 [ 255 ] {037a66e2-1b81-49c8-9193-a8a475016fb4} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4459 | 2025.03.02 04:58:30.123927 [ 255 ] {037a66e2-1b81-49c8-9193-a8a475016fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4460 | 2025.03.02 04:58:30.124269 [ 255 ] {037a66e2-1b81-49c8-9193-a8a475016fb4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4461 | 2025.03.02 04:58:30.124502 [ 255 ] {037a66e2-1b81-49c8-9193-a8a475016fb4} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4462 | 2025.03.02 04:58:30.124787 [ 255 ] {037a66e2-1b81-49c8-9193-a8a475016fb4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00154 sec., 72727.27272727274 rows/sec., 4.14 MiB/sec. | ||
| 4463 | 2025.03.02 04:58:30.124917 [ 255 ] {037a66e2-1b81-49c8-9193-a8a475016fb4} <Debug> TCPHandler: Processed in 0.001822874 sec. | ||
| 4464 | 2025.03.02 04:58:30.125036 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4465 | 2025.03.02 04:58:30.125141 [ 255 ] {f0fcc1c0-7f9d-4c6c-ab49-07401edbba43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4466 | 2025.03.02 04:58:30.125185 [ 255 ] {f0fcc1c0-7f9d-4c6c-ab49-07401edbba43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4467 | 2025.03.02 04:58:30.125865 [ 255 ] {f0fcc1c0-7f9d-4c6c-ab49-07401edbba43} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4468 | 2025.03.02 04:58:30.125903 [ 255 ] {f0fcc1c0-7f9d-4c6c-ab49-07401edbba43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4469 | 2025.03.02 04:58:30.126266 [ 255 ] {f0fcc1c0-7f9d-4c6c-ab49-07401edbba43} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4470 | 2025.03.02 04:58:30.126502 [ 255 ] {f0fcc1c0-7f9d-4c6c-ab49-07401edbba43} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4471 | 2025.03.02 04:58:30.126703 [ 255 ] {f0fcc1c0-7f9d-4c6c-ab49-07401edbba43} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001584 sec., 265151.5151515152 rows/sec., 18.89 MiB/sec. | ||
| 4472 | 2025.03.02 04:58:30.126755 [ 255 ] {f0fcc1c0-7f9d-4c6c-ab49-07401edbba43} <Debug> TCPHandler: Processed in 0.001768983 sec. | ||
| 4473 | 2025.03.02 04:58:30.126869 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4474 | 2025.03.02 04:58:30.126972 [ 255 ] {3208ae33-95c3-463a-bf78-d7e6139a1605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4475 | 2025.03.02 04:58:30.127019 [ 255 ] {3208ae33-95c3-463a-bf78-d7e6139a1605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4476 | 2025.03.02 04:58:30.127449 [ 255 ] {3208ae33-95c3-463a-bf78-d7e6139a1605} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4477 | 2025.03.02 04:58:30.127486 [ 255 ] {3208ae33-95c3-463a-bf78-d7e6139a1605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4478 | 2025.03.02 04:58:30.127829 [ 255 ] {3208ae33-95c3-463a-bf78-d7e6139a1605} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4479 | 2025.03.02 04:58:30.128058 [ 255 ] {3208ae33-95c3-463a-bf78-d7e6139a1605} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4480 | 2025.03.02 04:58:30.128342 [ 255 ] {3208ae33-95c3-463a-bf78-d7e6139a1605} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 228.98 KiB/sec. | ||
| 4481 | 2025.03.02 04:58:30.128473 [ 255 ] {3208ae33-95c3-463a-bf78-d7e6139a1605} <Debug> TCPHandler: Processed in 0.001654471 sec. | ||
| 4482 | 2025.03.02 04:58:30.128579 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4483 | 2025.03.02 04:58:30.128675 [ 255 ] {9f719947-9dd1-4c1d-8e3a-76bdfdd5551c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4484 | 2025.03.02 04:58:30.128720 [ 255 ] {9f719947-9dd1-4c1d-8e3a-76bdfdd5551c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4485 | 2025.03.02 04:58:30.129220 [ 255 ] {9f719947-9dd1-4c1d-8e3a-76bdfdd5551c} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4486 | 2025.03.02 04:58:30.129255 [ 255 ] {9f719947-9dd1-4c1d-8e3a-76bdfdd5551c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4487 | 2025.03.02 04:58:30.129677 [ 255 ] {9f719947-9dd1-4c1d-8e3a-76bdfdd5551c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4488 | 2025.03.02 04:58:30.129908 [ 255 ] {9f719947-9dd1-4c1d-8e3a-76bdfdd5551c} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4489 | 2025.03.02 04:58:30.130104 [ 255 ] {9f719947-9dd1-4c1d-8e3a-76bdfdd5551c} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001443 sec., 165627.1656271656 rows/sec., 11.10 MiB/sec. | ||
| 4490 | 2025.03.02 04:58:30.130154 [ 255 ] {9f719947-9dd1-4c1d-8e3a-76bdfdd5551c} <Debug> TCPHandler: Processed in 0.001624301 sec. | ||
| 4491 | 2025.03.02 04:58:30.130267 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4492 | 2025.03.02 04:58:30.130371 [ 255 ] {43aec045-fa84-4db3-8ab3-dd5a57890e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4493 | 2025.03.02 04:58:30.130417 [ 255 ] {43aec045-fa84-4db3-8ab3-dd5a57890e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4494 | 2025.03.02 04:58:30.130828 [ 255 ] {43aec045-fa84-4db3-8ab3-dd5a57890e24} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2025.03.02 04:58:30.130865 [ 255 ] {43aec045-fa84-4db3-8ab3-dd5a57890e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4496 | 2025.03.02 04:58:30.131199 [ 255 ] {43aec045-fa84-4db3-8ab3-dd5a57890e24} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4497 | 2025.03.02 04:58:30.131435 [ 255 ] {43aec045-fa84-4db3-8ab3-dd5a57890e24} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4498 | 2025.03.02 04:58:30.131697 [ 255 ] {43aec045-fa84-4db3-8ab3-dd5a57890e24} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001325 sec., 754.7169811320755 rows/sec., 50.85 KiB/sec. | ||
| 4499 | 2025.03.02 04:58:30.131841 [ 255 ] {43aec045-fa84-4db3-8ab3-dd5a57890e24} <Debug> TCPHandler: Processed in 0.001624751 sec. | ||
| 4500 | 2025.03.02 04:58:30.131950 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4501 | 2025.03.02 04:58:30.132052 [ 255 ] {fe14c061-16f0-42a3-b610-c9d09c3c0f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4502 | 2025.03.02 04:58:30.132118 [ 255 ] {fe14c061-16f0-42a3-b610-c9d09c3c0f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4503 | 2025.03.02 04:58:30.133243 [ 255 ] {fe14c061-16f0-42a3-b610-c9d09c3c0f9a} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4504 | 2025.03.02 04:58:30.133281 [ 255 ] {fe14c061-16f0-42a3-b610-c9d09c3c0f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4505 | 2025.03.02 04:58:30.133898 [ 255 ] {fe14c061-16f0-42a3-b610-c9d09c3c0f9a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4506 | 2025.03.02 04:58:30.134147 [ 255 ] {fe14c061-16f0-42a3-b610-c9d09c3c0f9a} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4507 | 2025.03.02 04:58:30.134374 [ 255 ] {fe14c061-16f0-42a3-b610-c9d09c3c0f9a} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002344 sec., 14505.119453924914 rows/sec., 25.99 MiB/sec. | ||
| 4508 | 2025.03.02 04:58:30.134477 [ 255 ] {fe14c061-16f0-42a3-b610-c9d09c3c0f9a} <Debug> TCPHandler: Processed in 0.002574804 sec. | ||
| 4509 | 2025.03.02 04:58:30.134607 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4510 | 2025.03.02 04:58:30.134712 [ 255 ] {aed372fe-7c05-4e57-b58b-63041a53b650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4511 | 2025.03.02 04:58:30.134759 [ 255 ] {aed372fe-7c05-4e57-b58b-63041a53b650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4512 | 2025.03.02 04:58:30.135216 [ 255 ] {aed372fe-7c05-4e57-b58b-63041a53b650} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4513 | 2025.03.02 04:58:30.135254 [ 255 ] {aed372fe-7c05-4e57-b58b-63041a53b650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4514 | 2025.03.02 04:58:30.135602 [ 255 ] {aed372fe-7c05-4e57-b58b-63041a53b650} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4515 | 2025.03.02 04:58:30.135833 [ 255 ] {aed372fe-7c05-4e57-b58b-63041a53b650} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4516 | 2025.03.02 04:58:30.136031 [ 255 ] {aed372fe-7c05-4e57-b58b-63041a53b650} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00134 sec., 61194.029850746265 rows/sec., 3.89 MiB/sec. | ||
| 4517 | 2025.03.02 04:58:30.136079 [ 255 ] {aed372fe-7c05-4e57-b58b-63041a53b650} <Debug> TCPHandler: Processed in 0.00152221 sec. | ||
| 4518 | 2025.03.02 04:58:30.916717 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4519 | 2025.03.02 04:58:30.917380 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4520 | 2025.03.02 04:58:30.917432 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4521 | 2025.03.02 04:58:30.917960 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4522 | 2025.03.02 04:58:30.918238 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4523 | 2025.03.02 04:58:30.918480 [ 76 ] {} <Debug> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4524 | 2025.03.02 04:58:30.918504 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4525 | 2025.03.02 04:58:30.918569 [ 76 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4526 | 2025.03.02 04:58:30.918608 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4527 | 2025.03.02 04:58:30.918791 [ 195 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 4528 | 2025.03.02 04:58:30.919067 [ 195 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4529 | 2025.03.02 04:58:30.919118 [ 195 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 4530 | 2025.03.02 04:58:30.919193 [ 195 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 4531 | 2025.03.02 04:58:30.919402 [ 195 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 4532 | 2025.03.02 04:58:30.919623 [ 195 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 4533 | 2025.03.02 04:58:30.919802 [ 195 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 4534 | 2025.03.02 04:58:30.919964 [ 195 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 4535 | 2025.03.02 04:58:30.922936 [ 195 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.004248985 sec., 2268306.430829951 rows/sec., 32.45 MiB/sec. | ||
| 4536 | 2025.03.02 04:58:30.923337 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4537 | 2025.03.02 04:58:30.923796 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_21_4} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2025.03.02 04:58:30.923909 [ 189 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_21_4} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4539 | 2025.03.02 04:58:30.924036 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4540 | 2025.03.02 04:58:31.559245 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4541 | 2025.03.02 04:58:31.581812 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4542 | 2025.03.02 04:58:31.581877 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4543 | 2025.03.02 04:58:31.589647 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4544 | 2025.03.02 04:58:31.590436 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4545 | 2025.03.02 04:58:31.590834 [ 77 ] {} <Debug> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4546 | 2025.03.02 04:58:31.590986 [ 77 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4547 | 2025.03.02 04:58:31.591062 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4548 | 2025.03.02 04:58:31.591622 [ 187 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 4549 | 2025.03.02 04:58:31.606737 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4550 | 2025.03.02 04:58:31.608407 [ 187 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4551 | 2025.03.02 04:58:31.609699 [ 187 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 4552 | 2025.03.02 04:58:31.614776 [ 187 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 4553 | 2025.03.02 04:58:31.620083 [ 187 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 4554 | 2025.03.02 04:58:31.625521 [ 187 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 4555 | 2025.03.02 04:58:31.631154 [ 187 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 4556 | 2025.03.02 04:58:31.635848 [ 187 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 4557 | 2025.03.02 04:58:31.714387 [ 199 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.123147354 sec., 1291.1361457266878 rows/sec., 6.68 MiB/sec. | ||
| 4558 | 2025.03.02 04:58:31.717352 [ 200 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4559 | 2025.03.02 04:58:31.720664 [ 200 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_21_4} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4560 | 2025.03.02 04:58:31.720806 [ 200 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_21_4} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4561 | 2025.03.02 04:58:31.723415 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4562 | 2025.03.02 04:58:32.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.37 MiB, peak 194.94 MiB, free memory in arenas 0.00 B, will set to 185.64 MiB (RSS), difference: 1.27 MiB | ||
| 4563 | 2025.03.02 04:58:33.450232 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 660 | ||
| 4564 | 2025.03.02 04:58:33.453410 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4565 | 2025.03.02 04:58:33.453463 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4566 | 2025.03.02 04:58:33.454956 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4567 | 2025.03.02 04:58:33.455290 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4568 | 2025.03.02 04:58:33.456340 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 660 | ||
| 4569 | 2025.03.02 04:58:35.104899 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4570 | 2025.03.02 04:58:35.105106 [ 255 ] {44b56c09-521b-4948-a6c5-915e4dad90b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4571 | 2025.03.02 04:58:35.105185 [ 255 ] {44b56c09-521b-4948-a6c5-915e4dad90b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4572 | 2025.03.02 04:58:35.106034 [ 255 ] {44b56c09-521b-4948-a6c5-915e4dad90b2} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4573 | 2025.03.02 04:58:35.106075 [ 255 ] {44b56c09-521b-4948-a6c5-915e4dad90b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4574 | 2025.03.02 04:58:35.106500 [ 255 ] {44b56c09-521b-4948-a6c5-915e4dad90b2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4575 | 2025.03.02 04:58:35.106774 [ 255 ] {44b56c09-521b-4948-a6c5-915e4dad90b2} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4576 | 2025.03.02 04:58:35.106976 [ 255 ] {44b56c09-521b-4948-a6c5-915e4dad90b2} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001925 sec., 34285.71428571428 rows/sec., 2.72 MiB/sec. | ||
| 4577 | 2025.03.02 04:58:35.107043 [ 255 ] {44b56c09-521b-4948-a6c5-915e4dad90b2} <Debug> TCPHandler: Processed in 0.00227851 sec. | ||
| 4578 | 2025.03.02 04:58:35.107178 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4579 | 2025.03.02 04:58:35.107285 [ 255 ] {8e99c6b1-ad3e-4479-8a3b-209f244bc05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4580 | 2025.03.02 04:58:35.107331 [ 255 ] {8e99c6b1-ad3e-4479-8a3b-209f244bc05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4581 | 2025.03.02 04:58:35.107942 [ 255 ] {8e99c6b1-ad3e-4479-8a3b-209f244bc05f} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4582 | 2025.03.02 04:58:35.107993 [ 255 ] {8e99c6b1-ad3e-4479-8a3b-209f244bc05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4583 | 2025.03.02 04:58:35.108421 [ 255 ] {8e99c6b1-ad3e-4479-8a3b-209f244bc05f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4584 | 2025.03.02 04:58:35.108711 [ 255 ] {8e99c6b1-ad3e-4479-8a3b-209f244bc05f} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4585 | 2025.03.02 04:58:35.108836 [ 67 ] {} <Debug> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4586 | 2025.03.02 04:58:35.108881 [ 67 ] {} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4587 | 2025.03.02 04:58:35.108895 [ 255 ] {8e99c6b1-ad3e-4479-8a3b-209f244bc05f} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001629 sec., 3069.367710251688 rows/sec., 230.80 KiB/sec. | ||
| 4588 | 2025.03.02 04:58:35.108905 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4589 | 2025.03.02 04:58:35.108975 [ 255 ] {8e99c6b1-ad3e-4479-8a3b-209f244bc05f} <Debug> TCPHandler: Processed in 0.001848244 sec. | ||
| 4590 | 2025.03.02 04:58:35.109041 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::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 | ||
| 4591 | 2025.03.02 04:58:35.109101 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4592 | 2025.03.02 04:58:35.109147 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4593 | 2025.03.02 04:58:35.109187 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 159 rows starting from the beginning of the part | ||
| 4594 | 2025.03.02 04:58:35.109230 [ 255 ] {3807ce7d-c0e4-44f2-8bdd-9107898e221e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4595 | 2025.03.02 04:58:35.109274 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 19 rows starting from the beginning of the part | ||
| 4596 | 2025.03.02 04:58:35.109331 [ 255 ] {3807ce7d-c0e4-44f2-8bdd-9107898e221e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4597 | 2025.03.02 04:58:35.109700 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 140 rows starting from the beginning of the part | ||
| 4598 | 2025.03.02 04:58:35.110071 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 5 rows starting from the beginning of the part | ||
| 4599 | 2025.03.02 04:58:35.110549 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 144 rows starting from the beginning of the part | ||
| 4600 | 2025.03.02 04:58:35.110834 [ 199 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 5 rows starting from the beginning of the part | ||
| 4601 | 2025.03.02 04:58:35.111790 [ 255 ] {3807ce7d-c0e4-44f2-8bdd-9107898e221e} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4602 | 2025.03.02 04:58:35.111835 [ 255 ] {3807ce7d-c0e4-44f2-8bdd-9107898e221e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4603 | 2025.03.02 04:58:35.112483 [ 255 ] {3807ce7d-c0e4-44f2-8bdd-9107898e221e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4604 | 2025.03.02 04:58:35.112746 [ 194 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 5 columns (5 merged, 0 gathered) in 0.003751869 sec., 125803.9659700272 rows/sec., 8.44 MiB/sec. | ||
| 4605 | 2025.03.02 04:58:35.112904 [ 255 ] {3807ce7d-c0e4-44f2-8bdd-9107898e221e} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4606 | 2025.03.02 04:58:35.113040 [ 194 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4607 | 2025.03.02 04:58:35.113356 [ 255 ] {3807ce7d-c0e4-44f2-8bdd-9107898e221e} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.004156 sec., 16602.50240615977 rows/sec., 1.30 MiB/sec. | ||
| 4608 | 2025.03.02 04:58:35.113507 [ 255 ] {3807ce7d-c0e4-44f2-8bdd-9107898e221e} <Debug> TCPHandler: Processed in 0.004458478 sec. | ||
| 4609 | 2025.03.02 04:58:35.113700 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4610 | 2025.03.02 04:58:35.113770 [ 194 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_21_4} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4611 | 2025.03.02 04:58:35.113889 [ 255 ] {5299878a-99a4-4d05-86fa-1338f22fa769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4612 | 2025.03.02 04:58:35.113966 [ 194 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_21_4} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4613 | 2025.03.02 04:58:35.113987 [ 255 ] {5299878a-99a4-4d05-86fa-1338f22fa769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4614 | 2025.03.02 04:58:35.114171 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4615 | 2025.03.02 04:58:35.114690 [ 255 ] {5299878a-99a4-4d05-86fa-1338f22fa769} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4616 | 2025.03.02 04:58:35.114734 [ 255 ] {5299878a-99a4-4d05-86fa-1338f22fa769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4617 | 2025.03.02 04:58:35.115126 [ 255 ] {5299878a-99a4-4d05-86fa-1338f22fa769} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4618 | 2025.03.02 04:58:35.115360 [ 255 ] {5299878a-99a4-4d05-86fa-1338f22fa769} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4619 | 2025.03.02 04:58:35.115541 [ 255 ] {5299878a-99a4-4d05-86fa-1338f22fa769} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001722 sec., 92915.21486643438 rows/sec., 6.47 MiB/sec. | ||
| 4620 | 2025.03.02 04:58:35.115595 [ 255 ] {5299878a-99a4-4d05-86fa-1338f22fa769} <Debug> TCPHandler: Processed in 0.001977245 sec. | ||
| 4621 | 2025.03.02 04:58:35.115703 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4622 | 2025.03.02 04:58:35.115804 [ 255 ] {62fc0de7-ed48-4601-9791-e7b4ee557a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4623 | 2025.03.02 04:58:35.115870 [ 255 ] {62fc0de7-ed48-4601-9791-e7b4ee557a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4624 | 2025.03.02 04:58:35.116873 [ 255 ] {62fc0de7-ed48-4601-9791-e7b4ee557a23} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4625 | 2025.03.02 04:58:35.116911 [ 255 ] {62fc0de7-ed48-4601-9791-e7b4ee557a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4626 | 2025.03.02 04:58:35.117531 [ 255 ] {62fc0de7-ed48-4601-9791-e7b4ee557a23} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4627 | 2025.03.02 04:58:35.117787 [ 255 ] {62fc0de7-ed48-4601-9791-e7b4ee557a23} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4628 | 2025.03.02 04:58:35.118056 [ 255 ] {62fc0de7-ed48-4601-9791-e7b4ee557a23} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002261 sec., 2211.4108801415305 rows/sec., 3.96 MiB/sec. | ||
| 4629 | 2025.03.02 04:58:35.118356 [ 255 ] {62fc0de7-ed48-4601-9791-e7b4ee557a23} <Debug> TCPHandler: Processed in 0.002702765 sec. | ||
| 4630 | 2025.03.02 04:58:35.118471 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4631 | 2025.03.02 04:58:35.118573 [ 255 ] {f492b500-20b5-445c-b212-84ece9341256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4632 | 2025.03.02 04:58:35.118621 [ 255 ] {f492b500-20b5-445c-b212-84ece9341256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4633 | 2025.03.02 04:58:35.119061 [ 255 ] {f492b500-20b5-445c-b212-84ece9341256} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4634 | 2025.03.02 04:58:35.119099 [ 255 ] {f492b500-20b5-445c-b212-84ece9341256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4635 | 2025.03.02 04:58:35.119455 [ 255 ] {f492b500-20b5-445c-b212-84ece9341256} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4636 | 2025.03.02 04:58:35.119713 [ 255 ] {f492b500-20b5-445c-b212-84ece9341256} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4637 | 2025.03.02 04:58:35.119889 [ 255 ] {f492b500-20b5-445c-b212-84ece9341256} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
| 4638 | 2025.03.02 04:58:35.119937 [ 255 ] {f492b500-20b5-445c-b212-84ece9341256} <Debug> TCPHandler: Processed in 0.00151476 sec. | ||
| 4639 | 2025.03.02 04:58:38.294501 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4640 | 2025.03.02 04:58:38.294603 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4641 | 2025.03.02 04:58:38.418705 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4642 | 2025.03.02 04:58:38.419454 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4643 | 2025.03.02 04:58:38.419504 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4644 | 2025.03.02 04:58:38.420070 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4645 | 2025.03.02 04:58:38.420333 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4646 | 2025.03.02 04:58:38.420527 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4647 | 2025.03.02 04:58:39.106855 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4648 | 2025.03.02 04:58:39.126604 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4649 | 2025.03.02 04:58:39.126670 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4650 | 2025.03.02 04:58:39.133644 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4651 | 2025.03.02 04:58:39.134437 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4652 | 2025.03.02 04:58:39.138227 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4653 | 2025.03.02 04:58:40.112171 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4654 | 2025.03.02 04:58:40.112478 [ 255 ] {7757e6e7-a743-4c26-9885-a8d20e1ca570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4655 | 2025.03.02 04:58:40.112597 [ 255 ] {7757e6e7-a743-4c26-9885-a8d20e1ca570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4656 | 2025.03.02 04:58:40.113557 [ 255 ] {7757e6e7-a743-4c26-9885-a8d20e1ca570} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4657 | 2025.03.02 04:58:40.113610 [ 255 ] {7757e6e7-a743-4c26-9885-a8d20e1ca570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4658 | 2025.03.02 04:58:40.114058 [ 255 ] {7757e6e7-a743-4c26-9885-a8d20e1ca570} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4659 | 2025.03.02 04:58:40.114314 [ 255 ] {7757e6e7-a743-4c26-9885-a8d20e1ca570} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4660 | 2025.03.02 04:58:40.114527 [ 42 ] {} <Debug> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4661 | 2025.03.02 04:58:40.114606 [ 255 ] {7757e6e7-a743-4c26-9885-a8d20e1ca570} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002209 sec., 95971.02761430512 rows/sec., 6.10 MiB/sec. | ||
| 4662 | 2025.03.02 04:58:40.114633 [ 42 ] {} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4663 | 2025.03.02 04:58:40.114705 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4664 | 2025.03.02 04:58:40.114756 [ 255 ] {7757e6e7-a743-4c26-9885-a8d20e1ca570} <Debug> TCPHandler: Processed in 0.002772586 sec. | ||
| 4665 | 2025.03.02 04:58:40.115074 [ 198 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 4666 | 2025.03.02 04:58:40.115099 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4667 | 2025.03.02 04:58:40.115491 [ 255 ] {5f9b9f89-b9f9-410d-a8b2-4dfaec0ab91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4668 | 2025.03.02 04:58:40.115658 [ 255 ] {5f9b9f89-b9f9-410d-a8b2-4dfaec0ab91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4669 | 2025.03.02 04:58:40.115656 [ 198 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4670 | 2025.03.02 04:58:40.115830 [ 198 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 4671 | 2025.03.02 04:58:40.116165 [ 198 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 4672 | 2025.03.02 04:58:40.116542 [ 198 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 4673 | 2025.03.02 04:58:40.116947 [ 198 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 4674 | 2025.03.02 04:58:40.117323 [ 198 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 4675 | 2025.03.02 04:58:40.119272 [ 255 ] {5f9b9f89-b9f9-410d-a8b2-4dfaec0ab91f} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4676 | 2025.03.02 04:58:40.119358 [ 255 ] {5f9b9f89-b9f9-410d-a8b2-4dfaec0ab91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4677 | 2025.03.02 04:58:40.120024 [ 191 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005207148 sec., 203566.32843929154 rows/sec., 13.72 MiB/sec. | ||
| 4678 | 2025.03.02 04:58:40.120262 [ 255 ] {5f9b9f89-b9f9-410d-a8b2-4dfaec0ab91f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4679 | 2025.03.02 04:58:40.120358 [ 192 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4680 | 2025.03.02 04:58:40.120712 [ 255 ] {5f9b9f89-b9f9-410d-a8b2-4dfaec0ab91f} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4681 | 2025.03.02 04:58:40.121116 [ 192 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_13_3} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4682 | 2025.03.02 04:58:40.121293 [ 255 ] {5f9b9f89-b9f9-410d-a8b2-4dfaec0ab91f} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.005929 sec., 115533.81683251813 rows/sec., 9.19 MiB/sec. | ||
| 4683 | 2025.03.02 04:58:40.121532 [ 192 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_13_3} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4684 | 2025.03.02 04:58:40.121645 [ 255 ] {5f9b9f89-b9f9-410d-a8b2-4dfaec0ab91f} <Debug> TCPHandler: Processed in 0.006644627 sec. | ||
| 4685 | 2025.03.02 04:58:40.121948 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4686 | 2025.03.02 04:58:40.121959 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4687 | 2025.03.02 04:58:40.122089 [ 255 ] {fa735f48-a3fa-451a-b37f-c8caab142eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4688 | 2025.03.02 04:58:40.122137 [ 255 ] {fa735f48-a3fa-451a-b37f-c8caab142eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4689 | 2025.03.02 04:58:40.122753 [ 255 ] {fa735f48-a3fa-451a-b37f-c8caab142eda} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4690 | 2025.03.02 04:58:40.122794 [ 255 ] {fa735f48-a3fa-451a-b37f-c8caab142eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4691 | 2025.03.02 04:58:40.123162 [ 255 ] {fa735f48-a3fa-451a-b37f-c8caab142eda} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4692 | 2025.03.02 04:58:40.123403 [ 255 ] {fa735f48-a3fa-451a-b37f-c8caab142eda} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4693 | 2025.03.02 04:58:40.123620 [ 255 ] {fa735f48-a3fa-451a-b37f-c8caab142eda} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001556 sec., 89974.29305912596 rows/sec., 5.61 MiB/sec. | ||
| 4694 | 2025.03.02 04:58:40.123675 [ 255 ] {fa735f48-a3fa-451a-b37f-c8caab142eda} <Debug> TCPHandler: Processed in 0.001820783 sec. | ||
| 4695 | 2025.03.02 04:58:40.123776 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4696 | 2025.03.02 04:58:40.123878 [ 255 ] {b6852c82-bab9-492c-b80b-cd75a9adac33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4697 | 2025.03.02 04:58:40.123923 [ 255 ] {b6852c82-bab9-492c-b80b-cd75a9adac33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4698 | 2025.03.02 04:58:40.124481 [ 255 ] {b6852c82-bab9-492c-b80b-cd75a9adac33} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4699 | 2025.03.02 04:58:40.124520 [ 255 ] {b6852c82-bab9-492c-b80b-cd75a9adac33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4700 | 2025.03.02 04:58:40.124882 [ 255 ] {b6852c82-bab9-492c-b80b-cd75a9adac33} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4701 | 2025.03.02 04:58:40.125117 [ 255 ] {b6852c82-bab9-492c-b80b-cd75a9adac33} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4702 | 2025.03.02 04:58:40.125404 [ 255 ] {b6852c82-bab9-492c-b80b-cd75a9adac33} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001542 sec., 73281.45265888456 rows/sec., 4.74 MiB/sec. | ||
| 4703 | 2025.03.02 04:58:40.125668 [ 255 ] {b6852c82-bab9-492c-b80b-cd75a9adac33} <Debug> TCPHandler: Processed in 0.001933755 sec. | ||
| 4704 | 2025.03.02 04:58:40.125864 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4705 | 2025.03.02 04:58:40.125970 [ 255 ] {59214864-8d1c-4c28-b86e-b45857a157a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4706 | 2025.03.02 04:58:40.126017 [ 255 ] {59214864-8d1c-4c28-b86e-b45857a157a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4707 | 2025.03.02 04:58:40.126596 [ 255 ] {59214864-8d1c-4c28-b86e-b45857a157a2} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4708 | 2025.03.02 04:58:40.126636 [ 255 ] {59214864-8d1c-4c28-b86e-b45857a157a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4709 | 2025.03.02 04:58:40.126989 [ 255 ] {59214864-8d1c-4c28-b86e-b45857a157a2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4710 | 2025.03.02 04:58:40.127224 [ 255 ] {59214864-8d1c-4c28-b86e-b45857a157a2} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4711 | 2025.03.02 04:58:40.127377 [ 42 ] {} <Debug> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4712 | 2025.03.02 04:58:40.127440 [ 42 ] {} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2025.03.02 04:58:40.127478 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4714 | 2025.03.02 04:58:40.127486 [ 255 ] {59214864-8d1c-4c28-b86e-b45857a157a2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001529 sec., 73250.49051667757 rows/sec., 4.17 MiB/sec. | ||
| 4715 | 2025.03.02 04:58:40.127704 [ 255 ] {59214864-8d1c-4c28-b86e-b45857a157a2} <Debug> TCPHandler: Processed in 0.001896395 sec. | ||
| 4716 | 2025.03.02 04:58:40.127714 [ 198 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 4717 | 2025.03.02 04:58:40.127894 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4718 | 2025.03.02 04:58:40.127915 [ 198 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4719 | 2025.03.02 04:58:40.127962 [ 198 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 4720 | 2025.03.02 04:58:40.128141 [ 255 ] {a70f69c2-36d1-4e8c-8087-bcd2f9eed4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4721 | 2025.03.02 04:58:40.128240 [ 198 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 4722 | 2025.03.02 04:58:40.128311 [ 255 ] {a70f69c2-36d1-4e8c-8087-bcd2f9eed4c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4723 | 2025.03.02 04:58:40.128684 [ 198 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 4724 | 2025.03.02 04:58:40.129036 [ 198 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 4725 | 2025.03.02 04:58:40.129416 [ 198 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 4726 | 2025.03.02 04:58:40.131171 [ 255 ] {a70f69c2-36d1-4e8c-8087-bcd2f9eed4c5} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4727 | 2025.03.02 04:58:40.131263 [ 255 ] {a70f69c2-36d1-4e8c-8087-bcd2f9eed4c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4728 | 2025.03.02 04:58:40.132100 [ 198 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004554769 sec., 122948.0572999421 rows/sec., 7.47 MiB/sec. | ||
| 4729 | 2025.03.02 04:58:40.132256 [ 255 ] {a70f69c2-36d1-4e8c-8087-bcd2f9eed4c5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4730 | 2025.03.02 04:58:40.132307 [ 198 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4731 | 2025.03.02 04:58:40.132780 [ 255 ] {a70f69c2-36d1-4e8c-8087-bcd2f9eed4c5} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4732 | 2025.03.02 04:58:40.132869 [ 198 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_13_3} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4733 | 2025.03.02 04:58:40.133072 [ 198 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_13_3} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4734 | 2025.03.02 04:58:40.133216 [ 255 ] {a70f69c2-36d1-4e8c-8087-bcd2f9eed4c5} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.005162 sec., 80588.91902363425 rows/sec., 5.73 MiB/sec. | ||
| 4735 | 2025.03.02 04:58:40.133230 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4736 | 2025.03.02 04:58:40.133349 [ 255 ] {a70f69c2-36d1-4e8c-8087-bcd2f9eed4c5} <Debug> TCPHandler: Processed in 0.005539692 sec. | ||
| 4737 | 2025.03.02 04:58:40.133462 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4738 | 2025.03.02 04:58:40.133566 [ 255 ] {f22171f2-6139-481c-81f0-a99f7a9ed0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4739 | 2025.03.02 04:58:40.133612 [ 255 ] {f22171f2-6139-481c-81f0-a99f7a9ed0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4740 | 2025.03.02 04:58:40.134061 [ 255 ] {f22171f2-6139-481c-81f0-a99f7a9ed0a5} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4741 | 2025.03.02 04:58:40.134100 [ 255 ] {f22171f2-6139-481c-81f0-a99f7a9ed0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4742 | 2025.03.02 04:58:40.134474 [ 255 ] {f22171f2-6139-481c-81f0-a99f7a9ed0a5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4743 | 2025.03.02 04:58:40.134713 [ 255 ] {f22171f2-6139-481c-81f0-a99f7a9ed0a5} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4744 | 2025.03.02 04:58:40.134927 [ 255 ] {f22171f2-6139-481c-81f0-a99f7a9ed0a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001385 sec., 4332.129963898917 rows/sec., 226.34 KiB/sec. | ||
| 4745 | 2025.03.02 04:58:40.134981 [ 255 ] {f22171f2-6139-481c-81f0-a99f7a9ed0a5} <Debug> TCPHandler: Processed in 0.00156763 sec. | ||
| 4746 | 2025.03.02 04:58:40.135084 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4747 | 2025.03.02 04:58:40.135186 [ 255 ] {0bc4fee7-b221-41d4-a116-282027d7f32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4748 | 2025.03.02 04:58:40.135234 [ 255 ] {0bc4fee7-b221-41d4-a116-282027d7f32e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4749 | 2025.03.02 04:58:40.135757 [ 255 ] {0bc4fee7-b221-41d4-a116-282027d7f32e} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4750 | 2025.03.02 04:58:40.135796 [ 255 ] {0bc4fee7-b221-41d4-a116-282027d7f32e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4751 | 2025.03.02 04:58:40.136189 [ 255 ] {0bc4fee7-b221-41d4-a116-282027d7f32e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4752 | 2025.03.02 04:58:40.136436 [ 255 ] {0bc4fee7-b221-41d4-a116-282027d7f32e} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4753 | 2025.03.02 04:58:40.136695 [ 255 ] {0bc4fee7-b221-41d4-a116-282027d7f32e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001514 sec., 156538.96961690887 rows/sec., 10.49 MiB/sec. | ||
| 4754 | 2025.03.02 04:58:40.136867 [ 255 ] {0bc4fee7-b221-41d4-a116-282027d7f32e} <Debug> TCPHandler: Processed in 0.001829444 sec. | ||
| 4755 | 2025.03.02 04:58:40.137099 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4756 | 2025.03.02 04:58:40.137205 [ 255 ] {618dd7ae-341e-4e21-a21f-eb43e75be8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4757 | 2025.03.02 04:58:40.137254 [ 255 ] {618dd7ae-341e-4e21-a21f-eb43e75be8f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4758 | 2025.03.02 04:58:40.137693 [ 255 ] {618dd7ae-341e-4e21-a21f-eb43e75be8f8} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4759 | 2025.03.02 04:58:40.137733 [ 255 ] {618dd7ae-341e-4e21-a21f-eb43e75be8f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4760 | 2025.03.02 04:58:40.138077 [ 255 ] {618dd7ae-341e-4e21-a21f-eb43e75be8f8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4761 | 2025.03.02 04:58:40.138310 [ 255 ] {618dd7ae-341e-4e21-a21f-eb43e75be8f8} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4762 | 2025.03.02 04:58:40.138524 [ 255 ] {618dd7ae-341e-4e21-a21f-eb43e75be8f8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 50.25 KiB/sec. | ||
| 4763 | 2025.03.02 04:58:40.138575 [ 255 ] {618dd7ae-341e-4e21-a21f-eb43e75be8f8} <Debug> TCPHandler: Processed in 0.00155662 sec. | ||
| 4764 | 2025.03.02 04:58:40.138677 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4765 | 2025.03.02 04:58:40.138779 [ 255 ] {30411e33-91ed-44f6-9898-b2b4a264df7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4766 | 2025.03.02 04:58:40.138844 [ 255 ] {30411e33-91ed-44f6-9898-b2b4a264df7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4767 | 2025.03.02 04:58:40.140005 [ 255 ] {30411e33-91ed-44f6-9898-b2b4a264df7e} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4768 | 2025.03.02 04:58:40.140043 [ 255 ] {30411e33-91ed-44f6-9898-b2b4a264df7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4769 | 2025.03.02 04:58:40.140692 [ 255 ] {30411e33-91ed-44f6-9898-b2b4a264df7e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4770 | 2025.03.02 04:58:40.140964 [ 255 ] {30411e33-91ed-44f6-9898-b2b4a264df7e} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4771 | 2025.03.02 04:58:40.141166 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4772 | 2025.03.02 04:58:40.141262 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4773 | 2025.03.02 04:58:40.141283 [ 255 ] {30411e33-91ed-44f6-9898-b2b4a264df7e} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002509 sec., 13551.215623754484 rows/sec., 24.28 MiB/sec. | ||
| 4774 | 2025.03.02 04:58:40.141317 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4775 | 2025.03.02 04:58:40.141638 [ 255 ] {30411e33-91ed-44f6-9898-b2b4a264df7e} <Debug> TCPHandler: Processed in 0.003010269 sec. | ||
| 4776 | 2025.03.02 04:58:40.141652 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 4777 | 2025.03.02 04:58:40.141798 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4778 | 2025.03.02 04:58:40.141951 [ 255 ] {ea05c755-682b-4b4f-a46a-fc0c8fdbe7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4779 | 2025.03.02 04:58:40.141988 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4780 | 2025.03.02 04:58:40.142019 [ 255 ] {ea05c755-682b-4b4f-a46a-fc0c8fdbe7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4781 | 2025.03.02 04:58:40.142090 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 370 rows starting from the beginning of the part | ||
| 4782 | 2025.03.02 04:58:40.142765 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part | ||
| 4783 | 2025.03.02 04:58:40.143305 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part | ||
| 4784 | 2025.03.02 04:58:40.143729 [ 255 ] {ea05c755-682b-4b4f-a46a-fc0c8fdbe7c7} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4785 | 2025.03.02 04:58:40.143846 [ 255 ] {ea05c755-682b-4b4f-a46a-fc0c8fdbe7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4786 | 2025.03.02 04:58:40.144012 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 4787 | 2025.03.02 04:58:40.144506 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part | ||
| 4788 | 2025.03.02 04:58:40.144999 [ 255 ] {ea05c755-682b-4b4f-a46a-fc0c8fdbe7c7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4789 | 2025.03.02 04:58:40.145031 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 4790 | 2025.03.02 04:58:40.145593 [ 255 ] {ea05c755-682b-4b4f-a46a-fc0c8fdbe7c7} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4791 | 2025.03.02 04:58:40.145977 [ 255 ] {ea05c755-682b-4b4f-a46a-fc0c8fdbe7c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00407 sec., 20147.420147420147 rows/sec., 1.28 MiB/sec. | ||
| 4792 | 2025.03.02 04:58:40.146064 [ 255 ] {ea05c755-682b-4b4f-a46a-fc0c8fdbe7c7} <Debug> TCPHandler: Processed in 0.004324096 sec. | ||
| 4793 | 2025.03.02 04:58:40.149355 [ 201 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 19 columns (19 merged, 0 gathered) in 0.007858013 sec., 61338.66156749804 rows/sec., 109.92 MiB/sec. | ||
| 4794 | 2025.03.02 04:58:40.150082 [ 201 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4795 | 2025.03.02 04:58:40.150540 [ 201 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4796 | 2025.03.02 04:58:40.150630 [ 201 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4797 | 2025.03.02 04:58:40.150792 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 4798 | 2025.03.02 04:58:43.456654 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 694 | ||
| 4799 | 2025.03.02 04:58:43.459880 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4800 | 2025.03.02 04:58:43.459929 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4801 | 2025.03.02 04:58:43.461400 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4802 | 2025.03.02 04:58:43.461725 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4803 | 2025.03.02 04:58:43.461980 [ 43 ] {} <Debug> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4804 | 2025.03.02 04:58:43.462145 [ 43 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4805 | 2025.03.02 04:58:43.462275 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4806 | 2025.03.02 04:58:43.462767 [ 201 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::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 | ||
| 4807 | 2025.03.02 04:58:43.463150 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 694 | ||
| 4808 | 2025.03.02 04:58:43.463741 [ 201 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4809 | 2025.03.02 04:58:43.463935 [ 201 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 510 rows starting from the beginning of the part | ||
| 4810 | 2025.03.02 04:58:43.464692 [ 201 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part | ||
| 4811 | 2025.03.02 04:58:43.465366 [ 201 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 4812 | 2025.03.02 04:58:43.465990 [ 201 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part | ||
| 4813 | 2025.03.02 04:58:43.466583 [ 201 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 4814 | 2025.03.02 04:58:43.467159 [ 201 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 4815 | 2025.03.02 04:58:43.475262 [ 186 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 72 columns (72 merged, 0 gathered) in 0.012785276 sec., 54281.190331753496 rows/sec., 46.57 MiB/sec. | ||
| 4816 | 2025.03.02 04:58:43.476607 [ 188 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4817 | 2025.03.02 04:58:43.477506 [ 188 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_16_3} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4818 | 2025.03.02 04:58:43.477620 [ 188 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_16_3} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4819 | 2025.03.02 04:58:43.477973 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4820 | 2025.03.02 04:58:43.951469 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4821 | 2025.03.02 04:58:43.951679 [ 255 ] {f36b8253-767d-4dd8-b64c-d81e06429069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4822 | 2025.03.02 04:58:43.951761 [ 255 ] {f36b8253-767d-4dd8-b64c-d81e06429069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4823 | 2025.03.02 04:58:43.953158 [ 255 ] {f36b8253-767d-4dd8-b64c-d81e06429069} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4824 | 2025.03.02 04:58:43.953209 [ 255 ] {f36b8253-767d-4dd8-b64c-d81e06429069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4825 | 2025.03.02 04:58:43.953727 [ 255 ] {f36b8253-767d-4dd8-b64c-d81e06429069} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4826 | 2025.03.02 04:58:43.953989 [ 255 ] {f36b8253-767d-4dd8-b64c-d81e06429069} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4827 | 2025.03.02 04:58:43.954186 [ 48 ] {} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 4828 | 2025.03.02 04:58:43.954261 [ 255 ] {f36b8253-767d-4dd8-b64c-d81e06429069} <Debug> executeQuery: Read 1206 rows, 101.47 KiB in 0.002632 sec., 458206.68693009124 rows/sec., 37.65 MiB/sec. | ||
| 4829 | 2025.03.02 04:58:43.954276 [ 48 ] {} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4830 | 2025.03.02 04:58:43.954346 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4831 | 2025.03.02 04:58:43.954405 [ 255 ] {f36b8253-767d-4dd8-b64c-d81e06429069} <Debug> TCPHandler: Processed in 0.00307188 sec. | ||
| 4832 | 2025.03.02 04:58:43.954610 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 4833 | 2025.03.02 04:58:43.954621 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4834 | 2025.03.02 04:58:43.954904 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4835 | 2025.03.02 04:58:43.954904 [ 255 ] {946f4eb6-6dd7-4ec3-b722-4e8f196177e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4836 | 2025.03.02 04:58:43.954967 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 1845 rows starting from the beginning of the part | ||
| 4837 | 2025.03.02 04:58:43.955024 [ 255 ] {946f4eb6-6dd7-4ec3-b722-4e8f196177e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4838 | 2025.03.02 04:58:43.955229 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 66 rows starting from the beginning of the part | ||
| 4839 | 2025.03.02 04:58:43.955606 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 687 rows starting from the beginning of the part | ||
| 4840 | 2025.03.02 04:58:43.955964 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 66 rows starting from the beginning of the part | ||
| 4841 | 2025.03.02 04:58:43.956328 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 685 rows starting from the beginning of the part | ||
| 4842 | 2025.03.02 04:58:43.956723 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1206 rows starting from the beginning of the part | ||
| 4843 | 2025.03.02 04:58:43.957989 [ 255 ] {946f4eb6-6dd7-4ec3-b722-4e8f196177e1} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4844 | 2025.03.02 04:58:43.958045 [ 255 ] {946f4eb6-6dd7-4ec3-b722-4e8f196177e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4845 | 2025.03.02 04:58:43.958898 [ 255 ] {946f4eb6-6dd7-4ec3-b722-4e8f196177e1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4846 | 2025.03.02 04:58:43.959371 [ 255 ] {946f4eb6-6dd7-4ec3-b722-4e8f196177e1} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): 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.02 04:58:43.959636 [ 255 ] {946f4eb6-6dd7-4ec3-b722-4e8f196177e1} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.004818 sec., 1037.77501037775 rows/sec., 78.04 KiB/sec. | ||
| 4848 | 2025.03.02 04:58:43.959731 [ 255 ] {946f4eb6-6dd7-4ec3-b722-4e8f196177e1} <Debug> TCPHandler: Processed in 0.005183377 sec. | ||
| 4849 | 2025.03.02 04:58:43.959885 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4850 | 2025.03.02 04:58:43.960017 [ 255 ] {0bade73e-862c-4fa7-b062-ba7b7d754f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4851 | 2025.03.02 04:58:43.960100 [ 255 ] {0bade73e-862c-4fa7-b062-ba7b7d754f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4852 | 2025.03.02 04:58:43.960509 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4555 rows, containing 5 columns (5 merged, 0 gathered) in 0.006041848 sec., 753908.406831817 rows/sec., 63.90 MiB/sec. | ||
| 4853 | 2025.03.02 04:58:43.960870 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 4854 | 2025.03.02 04:58:43.961453 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4855 | 2025.03.02 04:58:43.961462 [ 255 ] {0bade73e-862c-4fa7-b062-ba7b7d754f9b} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4856 | 2025.03.02 04:58:43.961531 [ 255 ] {0bade73e-862c-4fa7-b062-ba7b7d754f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4857 | 2025.03.02 04:58:43.961582 [ 201 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_35_7} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 4858 | 2025.03.02 04:58:43.961732 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 4859 | 2025.03.02 04:58:43.962020 [ 255 ] {0bade73e-862c-4fa7-b062-ba7b7d754f9b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4860 | 2025.03.02 04:58:43.962267 [ 255 ] {0bade73e-862c-4fa7-b062-ba7b7d754f9b} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4861 | 2025.03.02 04:58:43.962482 [ 255 ] {0bade73e-862c-4fa7-b062-ba7b7d754f9b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00249 sec., 91566.26506024096 rows/sec., 6.20 MiB/sec. | ||
| 4862 | 2025.03.02 04:58:43.962541 [ 255 ] {0bade73e-862c-4fa7-b062-ba7b7d754f9b} <Debug> TCPHandler: Processed in 0.002719716 sec. | ||
| 4863 | 2025.03.02 04:58:43.962645 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4864 | 2025.03.02 04:58:43.962755 [ 255 ] {48d4e23d-8dd4-4147-97e1-156d72b056e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4865 | 2025.03.02 04:58:43.962802 [ 255 ] {48d4e23d-8dd4-4147-97e1-156d72b056e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4866 | 2025.03.02 04:58:43.963549 [ 255 ] {48d4e23d-8dd4-4147-97e1-156d72b056e1} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4867 | 2025.03.02 04:58:43.963588 [ 255 ] {48d4e23d-8dd4-4147-97e1-156d72b056e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4868 | 2025.03.02 04:58:43.963961 [ 255 ] {48d4e23d-8dd4-4147-97e1-156d72b056e1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4869 | 2025.03.02 04:58:43.964212 [ 255 ] {48d4e23d-8dd4-4147-97e1-156d72b056e1} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4870 | 2025.03.02 04:58:43.964384 [ 48 ] {} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 4871 | 2025.03.02 04:58:43.964456 [ 255 ] {48d4e23d-8dd4-4147-97e1-156d72b056e1} <Debug> executeQuery: Read 525 rows, 39.80 KiB in 0.001716 sec., 305944.05594405596 rows/sec., 22.65 MiB/sec. | ||
| 4872 | 2025.03.02 04:58:43.964461 [ 48 ] {} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4873 | 2025.03.02 04:58:43.964552 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4874 | 2025.03.02 04:58:43.964600 [ 255 ] {48d4e23d-8dd4-4147-97e1-156d72b056e1} <Debug> TCPHandler: Processed in 0.002000876 sec. | ||
| 4875 | 2025.03.02 04:58:43.964822 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4876 | 2025.03.02 04:58:43.964826 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 4877 | 2025.03.02 04:58:43.965005 [ 255 ] {ba98afa4-71db-45c2-a1a3-5c932864c723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4878 | 2025.03.02 04:58:43.965146 [ 255 ] {ba98afa4-71db-45c2-a1a3-5c932864c723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4879 | 2025.03.02 04:58:43.965163 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4880 | 2025.03.02 04:58:43.965270 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 913 rows starting from the beginning of the part | ||
| 4881 | 2025.03.02 04:58:43.965613 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 69 rows starting from the beginning of the part | ||
| 4882 | 2025.03.02 04:58:43.966093 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 420 rows starting from the beginning of the part | ||
| 4883 | 2025.03.02 04:58:43.966463 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 69 rows starting from the beginning of the part | ||
| 4884 | 2025.03.02 04:58:43.966679 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 416 rows starting from the beginning of the part | ||
| 4885 | 2025.03.02 04:58:43.967371 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 525 rows starting from the beginning of the part | ||
| 4886 | 2025.03.02 04:58:43.968177 [ 255 ] {ba98afa4-71db-45c2-a1a3-5c932864c723} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4887 | 2025.03.02 04:58:43.968242 [ 255 ] {ba98afa4-71db-45c2-a1a3-5c932864c723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4888 | 2025.03.02 04:58:43.969362 [ 255 ] {ba98afa4-71db-45c2-a1a3-5c932864c723} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4889 | 2025.03.02 04:58:43.969840 [ 255 ] {ba98afa4-71db-45c2-a1a3-5c932864c723} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4890 | 2025.03.02 04:58:43.970265 [ 255 ] {ba98afa4-71db-45c2-a1a3-5c932864c723} <Debug> executeQuery: Read 964 rows, 66.25 KiB in 0.005291 sec., 182196.1821961822 rows/sec., 12.23 MiB/sec. | ||
| 4891 | 2025.03.02 04:58:43.970635 [ 255 ] {ba98afa4-71db-45c2-a1a3-5c932864c723} <Debug> TCPHandler: Processed in 0.005896287 sec. | ||
| 4892 | 2025.03.02 04:58:43.970696 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.006019979 sec., 400665.84949881054 rows/sec., 30.68 MiB/sec. | ||
| 4893 | 2025.03.02 04:58:43.970805 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4894 | 2025.03.02 04:58:43.970960 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 4895 | 2025.03.02 04:58:43.970969 [ 255 ] {6fa95260-b13f-4446-8ffa-2bdc28ab007b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4896 | 2025.03.02 04:58:43.971144 [ 255 ] {6fa95260-b13f-4446-8ffa-2bdc28ab007b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4897 | 2025.03.02 04:58:43.971617 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4898 | 2025.03.02 04:58:43.971935 [ 186 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_35_7} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 4899 | 2025.03.02 04:58:43.972156 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4900 | 2025.03.02 04:58:43.972977 [ 255 ] {6fa95260-b13f-4446-8ffa-2bdc28ab007b} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4901 | 2025.03.02 04:58:43.973021 [ 255 ] {6fa95260-b13f-4446-8ffa-2bdc28ab007b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4902 | 2025.03.02 04:58:43.973656 [ 255 ] {6fa95260-b13f-4446-8ffa-2bdc28ab007b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4903 | 2025.03.02 04:58:43.973923 [ 255 ] {6fa95260-b13f-4446-8ffa-2bdc28ab007b} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4904 | 2025.03.02 04:58:43.974178 [ 255 ] {6fa95260-b13f-4446-8ffa-2bdc28ab007b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.003265 sec., 1531.3935681470136 rows/sec., 2.74 MiB/sec. | ||
| 4905 | 2025.03.02 04:58:43.974313 [ 255 ] {6fa95260-b13f-4446-8ffa-2bdc28ab007b} <Debug> TCPHandler: Processed in 0.003568506 sec. | ||
| 4906 | 2025.03.02 04:58:43.974437 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4907 | 2025.03.02 04:58:43.974539 [ 255 ] {05a978c4-1504-4c2b-ad60-fb411a962162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4908 | 2025.03.02 04:58:43.974585 [ 255 ] {05a978c4-1504-4c2b-ad60-fb411a962162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4909 | 2025.03.02 04:58:43.975027 [ 255 ] {05a978c4-1504-4c2b-ad60-fb411a962162} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4910 | 2025.03.02 04:58:43.975065 [ 255 ] {05a978c4-1504-4c2b-ad60-fb411a962162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4911 | 2025.03.02 04:58:43.975428 [ 255 ] {05a978c4-1504-4c2b-ad60-fb411a962162} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4912 | 2025.03.02 04:58:43.975662 [ 255 ] {05a978c4-1504-4c2b-ad60-fb411a962162} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4913 | 2025.03.02 04:58:43.975906 [ 255 ] {05a978c4-1504-4c2b-ad60-fb411a962162} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001386 sec., 31746.031746031746 rows/sec., 2.14 MiB/sec. | ||
| 4914 | 2025.03.02 04:58:43.975981 [ 255 ] {05a978c4-1504-4c2b-ad60-fb411a962162} <Debug> TCPHandler: Processed in 0.001595381 sec. | ||
| 4915 | 2025.03.02 04:58:45.099369 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4916 | 2025.03.02 04:58:45.099581 [ 255 ] {8f5ad141-b9ac-48f4-a1a7-c640de05509a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4917 | 2025.03.02 04:58:45.099662 [ 255 ] {8f5ad141-b9ac-48f4-a1a7-c640de05509a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4918 | 2025.03.02 04:58:45.100474 [ 255 ] {8f5ad141-b9ac-48f4-a1a7-c640de05509a} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4919 | 2025.03.02 04:58:45.100520 [ 255 ] {8f5ad141-b9ac-48f4-a1a7-c640de05509a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4920 | 2025.03.02 04:58:45.100943 [ 255 ] {8f5ad141-b9ac-48f4-a1a7-c640de05509a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4921 | 2025.03.02 04:58:45.101190 [ 255 ] {8f5ad141-b9ac-48f4-a1a7-c640de05509a} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4922 | 2025.03.02 04:58:45.101436 [ 255 ] {8f5ad141-b9ac-48f4-a1a7-c640de05509a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.24 MiB/sec. | ||
| 4923 | 2025.03.02 04:58:45.101502 [ 255 ] {8f5ad141-b9ac-48f4-a1a7-c640de05509a} <Debug> TCPHandler: Processed in 0.00226737 sec. | ||
| 4924 | 2025.03.02 04:58:45.101613 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4925 | 2025.03.02 04:58:45.101721 [ 255 ] {819fe0c4-3c12-4909-9656-6b99165397e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4926 | 2025.03.02 04:58:45.101769 [ 255 ] {819fe0c4-3c12-4909-9656-6b99165397e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4927 | 2025.03.02 04:58:45.102318 [ 255 ] {819fe0c4-3c12-4909-9656-6b99165397e3} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4928 | 2025.03.02 04:58:45.102359 [ 255 ] {819fe0c4-3c12-4909-9656-6b99165397e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4929 | 2025.03.02 04:58:45.102718 [ 255 ] {819fe0c4-3c12-4909-9656-6b99165397e3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4930 | 2025.03.02 04:58:45.102953 [ 255 ] {819fe0c4-3c12-4909-9656-6b99165397e3} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4931 | 2025.03.02 04:58:45.103155 [ 255 ] {819fe0c4-3c12-4909-9656-6b99165397e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001459 sec., 43865.661411925976 rows/sec., 3.42 MiB/sec. | ||
| 4932 | 2025.03.02 04:58:45.103223 [ 255 ] {819fe0c4-3c12-4909-9656-6b99165397e3} <Debug> TCPHandler: Processed in 0.001661351 sec. | ||
| 4933 | 2025.03.02 04:58:45.103372 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4934 | 2025.03.02 04:58:45.103495 [ 255 ] {d16f4fdb-9654-4094-b72e-66862dbd641e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4935 | 2025.03.02 04:58:45.103554 [ 255 ] {d16f4fdb-9654-4094-b72e-66862dbd641e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4936 | 2025.03.02 04:58:45.104155 [ 255 ] {d16f4fdb-9654-4094-b72e-66862dbd641e} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4937 | 2025.03.02 04:58:45.104201 [ 255 ] {d16f4fdb-9654-4094-b72e-66862dbd641e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4938 | 2025.03.02 04:58:45.104660 [ 255 ] {d16f4fdb-9654-4094-b72e-66862dbd641e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4939 | 2025.03.02 04:58:45.104968 [ 255 ] {d16f4fdb-9654-4094-b72e-66862dbd641e} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4940 | 2025.03.02 04:58:45.105179 [ 255 ] {d16f4fdb-9654-4094-b72e-66862dbd641e} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001711 sec., 24547.048509643482 rows/sec., 1.71 MiB/sec. | ||
| 4941 | 2025.03.02 04:58:45.105242 [ 255 ] {d16f4fdb-9654-4094-b72e-66862dbd641e} <Debug> TCPHandler: Processed in 0.001931596 sec. | ||
| 4942 | 2025.03.02 04:58:45.105354 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4943 | 2025.03.02 04:58:45.105391 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4944 | 2025.03.02 04:58:45.105416 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4945 | 2025.03.02 04:58:45.105601 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 4946 | 2025.03.02 04:58:45.105668 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4947 | 2025.03.02 04:58:45.105888 [ 255 ] {b6fe30b7-3bf2-4936-b36d-e3c0513dd9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4948 | 2025.03.02 04:58:45.105947 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4949 | 2025.03.02 04:58:45.105991 [ 255 ] {b6fe30b7-3bf2-4936-b36d-e3c0513dd9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4950 | 2025.03.02 04:58:45.106038 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9921 rows starting from the beginning of the part | ||
| 4951 | 2025.03.02 04:58:45.106453 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 239 rows starting from the beginning of the part | ||
| 4952 | 2025.03.02 04:58:45.106832 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 4953 | 2025.03.02 04:58:45.107099 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 4954 | 2025.03.02 04:58:45.107260 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 964 rows starting from the beginning of the part | ||
| 4955 | 2025.03.02 04:58:45.107639 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part | ||
| 4956 | 2025.03.02 04:58:45.108325 [ 255 ] {b6fe30b7-3bf2-4936-b36d-e3c0513dd9c2} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4957 | 2025.03.02 04:58:45.108377 [ 255 ] {b6fe30b7-3bf2-4936-b36d-e3c0513dd9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4958 | 2025.03.02 04:58:45.109039 [ 255 ] {b6fe30b7-3bf2-4936-b36d-e3c0513dd9c2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4959 | 2025.03.02 04:58:45.109422 [ 255 ] {b6fe30b7-3bf2-4936-b36d-e3c0513dd9c2} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4960 | 2025.03.02 04:58:45.109768 [ 50 ] {} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4961 | 2025.03.02 04:58:45.109999 [ 50 ] {} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4962 | 2025.03.02 04:58:45.110014 [ 255 ] {b6fe30b7-3bf2-4936-b36d-e3c0513dd9c2} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.004184 sec., 3824.091778202677 rows/sec., 265.15 KiB/sec. | ||
| 4963 | 2025.03.02 04:58:45.110073 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4964 | 2025.03.02 04:58:45.110378 [ 255 ] {b6fe30b7-3bf2-4936-b36d-e3c0513dd9c2} <Debug> TCPHandler: Processed in 0.004762252 sec. | ||
| 4965 | 2025.03.02 04:58:45.110807 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 4966 | 2025.03.02 04:58:45.111390 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4967 | 2025.03.02 04:58:45.111486 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1826 rows starting from the beginning of the part | ||
| 4968 | 2025.03.02 04:58:45.111644 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 4969 | 2025.03.02 04:58:45.111752 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 4970 | 2025.03.02 04:58:45.111838 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 4971 | 2025.03.02 04:58:45.112090 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 44 rows starting from the beginning of the part | ||
| 4972 | 2025.03.02 04:58:45.112459 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part | ||
| 4973 | 2025.03.02 04:58:45.113529 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11563 rows, containing 5 columns (5 merged, 0 gathered) in 0.008025404 sec., 1440799.7404242826 rows/sec., 97.29 MiB/sec. | ||
| 4974 | 2025.03.02 04:58:45.114103 [ 200 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4975 | 2025.03.02 04:58:45.114186 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2110 rows, containing 4 columns (4 merged, 0 gathered) in 0.00385063 sec., 547962.2814967941 rows/sec., 35.85 MiB/sec. | ||
| 4976 | 2025.03.02 04:58:45.114550 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4977 | 2025.03.02 04:58:45.114690 [ 200 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4978 | 2025.03.02 04:58:45.114848 [ 200 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4979 | 2025.03.02 04:58:45.115040 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 4980 | 2025.03.02 04:58:45.115102 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_36_7} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4981 | 2025.03.02 04:58:45.115199 [ 189 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_36_7} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4982 | 2025.03.02 04:58:45.115290 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4983 | 2025.03.02 04:58:45.920679 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4984 | 2025.03.02 04:58:45.921294 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4985 | 2025.03.02 04:58:45.921335 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4986 | 2025.03.02 04:58:45.921858 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4987 | 2025.03.02 04:58:45.922129 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4988 | 2025.03.02 04:58:45.922319 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4989 | 2025.03.02 04:58:46.638342 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4990 | 2025.03.02 04:58:46.658984 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4991 | 2025.03.02 04:58:46.659050 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4992 | 2025.03.02 04:58:46.666832 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4993 | 2025.03.02 04:58:46.667623 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4994 | 2025.03.02 04:58:46.671065 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4995 | 2025.03.02 04:58:50.106095 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4996 | 2025.03.02 04:58:50.106279 [ 255 ] {2cabc101-f2af-4357-ae51-b5025a56814a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4997 | 2025.03.02 04:58:50.106351 [ 255 ] {2cabc101-f2af-4357-ae51-b5025a56814a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4998 | 2025.03.02 04:58:50.107152 [ 255 ] {2cabc101-f2af-4357-ae51-b5025a56814a} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4999 | 2025.03.02 04:58:50.107201 [ 255 ] {2cabc101-f2af-4357-ae51-b5025a56814a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5000 | 2025.03.02 04:58:50.107661 [ 255 ] {2cabc101-f2af-4357-ae51-b5025a56814a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5001 | 2025.03.02 04:58:50.107917 [ 255 ] {2cabc101-f2af-4357-ae51-b5025a56814a} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5002 | 2025.03.02 04:58:50.108155 [ 255 ] {2cabc101-f2af-4357-ae51-b5025a56814a} <Debug> executeQuery: Read 124 rows, 10.83 KiB in 0.001926 sec., 64382.13914849429 rows/sec., 5.49 MiB/sec. | ||
| 5003 | 2025.03.02 04:58:50.108217 [ 255 ] {2cabc101-f2af-4357-ae51-b5025a56814a} <Debug> TCPHandler: Processed in 0.00224854 sec. | ||
| 5004 | 2025.03.02 04:58:50.108338 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5005 | 2025.03.02 04:58:50.108452 [ 255 ] {252ad153-90dd-4aad-8b93-05ff73f8dfa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5006 | 2025.03.02 04:58:50.108501 [ 255 ] {252ad153-90dd-4aad-8b93-05ff73f8dfa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5007 | 2025.03.02 04:58:50.109041 [ 255 ] {252ad153-90dd-4aad-8b93-05ff73f8dfa4} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5008 | 2025.03.02 04:58:50.109083 [ 255 ] {252ad153-90dd-4aad-8b93-05ff73f8dfa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5009 | 2025.03.02 04:58:50.109440 [ 255 ] {252ad153-90dd-4aad-8b93-05ff73f8dfa4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5010 | 2025.03.02 04:58:50.109684 [ 255 ] {252ad153-90dd-4aad-8b93-05ff73f8dfa4} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5011 | 2025.03.02 04:58:50.109903 [ 255 ] {252ad153-90dd-4aad-8b93-05ff73f8dfa4} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001477 sec., 23019.634394041976 rows/sec., 1.69 MiB/sec. | ||
| 5012 | 2025.03.02 04:58:50.109955 [ 255 ] {252ad153-90dd-4aad-8b93-05ff73f8dfa4} <Debug> TCPHandler: Processed in 0.001669141 sec. | ||
| 5013 | 2025.03.02 04:58:50.110056 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5014 | 2025.03.02 04:58:50.110159 [ 255 ] {55e319c9-0f44-4050-80e3-445a9d79fc3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5015 | 2025.03.02 04:58:50.110204 [ 255 ] {55e319c9-0f44-4050-80e3-445a9d79fc3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5016 | 2025.03.02 04:58:50.110748 [ 255 ] {55e319c9-0f44-4050-80e3-445a9d79fc3b} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5017 | 2025.03.02 04:58:50.110794 [ 255 ] {55e319c9-0f44-4050-80e3-445a9d79fc3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5018 | 2025.03.02 04:58:50.111177 [ 255 ] {55e319c9-0f44-4050-80e3-445a9d79fc3b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5019 | 2025.03.02 04:58:50.111441 [ 255 ] {55e319c9-0f44-4050-80e3-445a9d79fc3b} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5020 | 2025.03.02 04:58:50.111697 [ 255 ] {55e319c9-0f44-4050-80e3-445a9d79fc3b} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001556 sec., 62982.005141388174 rows/sec., 4.92 MiB/sec. | ||
| 5021 | 2025.03.02 04:58:50.111878 [ 255 ] {55e319c9-0f44-4050-80e3-445a9d79fc3b} <Debug> TCPHandler: Processed in 0.001868175 sec. | ||
| 5022 | 2025.03.02 04:58:50.112093 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5023 | 2025.03.02 04:58:50.112199 [ 255 ] {07135ab0-3f6e-49c4-8f68-ae465c340ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5024 | 2025.03.02 04:58:50.112250 [ 255 ] {07135ab0-3f6e-49c4-8f68-ae465c340ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5025 | 2025.03.02 04:58:50.112785 [ 255 ] {07135ab0-3f6e-49c4-8f68-ae465c340ab5} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5026 | 2025.03.02 04:58:50.112824 [ 255 ] {07135ab0-3f6e-49c4-8f68-ae465c340ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5027 | 2025.03.02 04:58:50.113209 [ 255 ] {07135ab0-3f6e-49c4-8f68-ae465c340ab5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5028 | 2025.03.02 04:58:50.113447 [ 255 ] {07135ab0-3f6e-49c4-8f68-ae465c340ab5} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5029 | 2025.03.02 04:58:50.113679 [ 255 ] {07135ab0-3f6e-49c4-8f68-ae465c340ab5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001495 sec., 107023.41137123745 rows/sec., 7.45 MiB/sec. | ||
| 5030 | 2025.03.02 04:58:50.113742 [ 255 ] {07135ab0-3f6e-49c4-8f68-ae465c340ab5} <Debug> TCPHandler: Processed in 0.001720412 sec. | ||
| 5031 | 2025.03.02 04:58:50.113997 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5032 | 2025.03.02 04:58:50.114108 [ 255 ] {b78369aa-5b17-4daf-b49b-ac2a0785db16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5033 | 2025.03.02 04:58:50.114181 [ 255 ] {b78369aa-5b17-4daf-b49b-ac2a0785db16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5034 | 2025.03.02 04:58:50.115283 [ 255 ] {b78369aa-5b17-4daf-b49b-ac2a0785db16} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5035 | 2025.03.02 04:58:50.115402 [ 255 ] {b78369aa-5b17-4daf-b49b-ac2a0785db16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5036 | 2025.03.02 04:58:50.116044 [ 255 ] {b78369aa-5b17-4daf-b49b-ac2a0785db16} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5037 | 2025.03.02 04:58:50.116300 [ 255 ] {b78369aa-5b17-4daf-b49b-ac2a0785db16} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5038 | 2025.03.02 04:58:50.116530 [ 255 ] {b78369aa-5b17-4daf-b49b-ac2a0785db16} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002445 sec., 13905.930470347648 rows/sec., 24.92 MiB/sec. | ||
| 5039 | 2025.03.02 04:58:50.116643 [ 255 ] {b78369aa-5b17-4daf-b49b-ac2a0785db16} <Debug> TCPHandler: Processed in 0.002733586 sec. | ||
| 5040 | 2025.03.02 04:58:50.116799 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5041 | 2025.03.02 04:58:50.116933 [ 255 ] {29acc978-8552-4e23-9b7a-d00673d8b78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5042 | 2025.03.02 04:58:50.116990 [ 255 ] {29acc978-8552-4e23-9b7a-d00673d8b78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5043 | 2025.03.02 04:58:50.117488 [ 255 ] {29acc978-8552-4e23-9b7a-d00673d8b78d} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5044 | 2025.03.02 04:58:50.117529 [ 255 ] {29acc978-8552-4e23-9b7a-d00673d8b78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5045 | 2025.03.02 04:58:50.117903 [ 255 ] {29acc978-8552-4e23-9b7a-d00673d8b78d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5046 | 2025.03.02 04:58:50.118162 [ 255 ] {29acc978-8552-4e23-9b7a-d00673d8b78d} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5047 | 2025.03.02 04:58:50.118367 [ 255 ] {29acc978-8552-4e23-9b7a-d00673d8b78d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 5048 | 2025.03.02 04:58:50.118416 [ 255 ] {29acc978-8552-4e23-9b7a-d00673d8b78d} <Debug> TCPHandler: Processed in 0.001679052 sec. | ||
| 5049 | 2025.03.02 04:58:51.720421 [ 41 ] {} <Debug> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 5050 | 2025.03.02 04:58:51.720495 [ 41 ] {} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5051 | 2025.03.02 04:58:51.720517 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5052 | 2025.03.02 04:58:51.720714 [ 197 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 5053 | 2025.03.02 04:58:51.720924 [ 197 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5054 | 2025.03.02 04:58:51.720971 [ 197 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 5055 | 2025.03.02 04:58:51.721062 [ 197 ] {e315bd19-fbbc-42b6-a309-1be84072caae::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 | ||
| 5056 | 2025.03.02 04:58:51.721228 [ 197 ] {e315bd19-fbbc-42b6-a309-1be84072caae::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 | ||
| 5057 | 2025.03.02 04:58:51.721475 [ 197 ] {e315bd19-fbbc-42b6-a309-1be84072caae::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 | ||
| 5058 | 2025.03.02 04:58:51.721734 [ 197 ] {e315bd19-fbbc-42b6-a309-1be84072caae::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 | ||
| 5059 | 2025.03.02 04:58:51.722880 [ 187 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.00229679 sec., 6095.463668859583 rows/sec., 409.03 KiB/sec. | ||
| 5060 | 2025.03.02 04:58:51.723080 [ 187 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 5061 | 2025.03.02 04:58:51.723439 [ 187 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_14_3} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5062 | 2025.03.02 04:58:51.723528 [ 187 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_14_3} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 5063 | 2025.03.02 04:58:51.723626 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5064 | 2025.03.02 04:58:53.294866 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5065 | 2025.03.02 04:58:53.294920 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5066 | 2025.03.02 04:58:53.422462 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5067 | 2025.03.02 04:58:53.423086 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5068 | 2025.03.02 04:58:53.423124 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5069 | 2025.03.02 04:58:53.423682 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5070 | 2025.03.02 04:58:53.423959 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5071 | 2025.03.02 04:58:53.424152 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5072 | 2025.03.02 04:58:53.463480 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 728 | ||
| 5073 | 2025.03.02 04:58:53.467168 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5074 | 2025.03.02 04:58:53.467221 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5075 | 2025.03.02 04:58:53.468693 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5076 | 2025.03.02 04:58:53.469003 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5077 | 2025.03.02 04:58:53.469808 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 5078 | 2025.03.02 04:58:54.171179 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5079 | 2025.03.02 04:58:54.194272 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5080 | 2025.03.02 04:58:54.194339 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5081 | 2025.03.02 04:58:54.201764 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5082 | 2025.03.02 04:58:54.202559 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5083 | 2025.03.02 04:58:54.206685 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5084 | 2025.03.02 04:58:55.105403 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5085 | 2025.03.02 04:58:55.105616 [ 255 ] {03c1a9dd-5d4d-4d4b-be08-cae5bfb66d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5086 | 2025.03.02 04:58:55.105700 [ 255 ] {03c1a9dd-5d4d-4d4b-be08-cae5bfb66d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5087 | 2025.03.02 04:58:55.106536 [ 255 ] {03c1a9dd-5d4d-4d4b-be08-cae5bfb66d44} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5088 | 2025.03.02 04:58:55.106588 [ 255 ] {03c1a9dd-5d4d-4d4b-be08-cae5bfb66d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5089 | 2025.03.02 04:58:55.107032 [ 255 ] {03c1a9dd-5d4d-4d4b-be08-cae5bfb66d44} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5090 | 2025.03.02 04:58:55.107297 [ 255 ] {03c1a9dd-5d4d-4d4b-be08-cae5bfb66d44} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5091 | 2025.03.02 04:58:55.107548 [ 255 ] {03c1a9dd-5d4d-4d4b-be08-cae5bfb66d44} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.00199 sec., 33165.82914572864 rows/sec., 2.63 MiB/sec. | ||
| 5092 | 2025.03.02 04:58:55.107619 [ 255 ] {03c1a9dd-5d4d-4d4b-be08-cae5bfb66d44} <Debug> TCPHandler: Processed in 0.002354971 sec. | ||
| 5093 | 2025.03.02 04:58:55.107736 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5094 | 2025.03.02 04:58:55.107851 [ 255 ] {38bf4fde-2fdb-45dd-8ce9-fb5ebdf06d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5095 | 2025.03.02 04:58:55.107901 [ 255 ] {38bf4fde-2fdb-45dd-8ce9-fb5ebdf06d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5096 | 2025.03.02 04:58:55.108555 [ 255 ] {38bf4fde-2fdb-45dd-8ce9-fb5ebdf06d1c} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5097 | 2025.03.02 04:58:55.108598 [ 255 ] {38bf4fde-2fdb-45dd-8ce9-fb5ebdf06d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5098 | 2025.03.02 04:58:55.108969 [ 255 ] {38bf4fde-2fdb-45dd-8ce9-fb5ebdf06d1c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5099 | 2025.03.02 04:58:55.109209 [ 255 ] {38bf4fde-2fdb-45dd-8ce9-fb5ebdf06d1c} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5100 | 2025.03.02 04:58:55.109457 [ 255 ] {38bf4fde-2fdb-45dd-8ce9-fb5ebdf06d1c} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001631 sec., 3065.6039239730226 rows/sec., 230.52 KiB/sec. | ||
| 5101 | 2025.03.02 04:58:55.109630 [ 255 ] {38bf4fde-2fdb-45dd-8ce9-fb5ebdf06d1c} <Debug> TCPHandler: Processed in 0.001944395 sec. | ||
| 5102 | 2025.03.02 04:58:55.109815 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5103 | 2025.03.02 04:58:55.109927 [ 255 ] {76ffc9bb-4cd5-406e-9c85-04d3fe208521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5104 | 2025.03.02 04:58:55.109976 [ 255 ] {76ffc9bb-4cd5-406e-9c85-04d3fe208521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5105 | 2025.03.02 04:58:55.110541 [ 255 ] {76ffc9bb-4cd5-406e-9c85-04d3fe208521} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5106 | 2025.03.02 04:58:55.110581 [ 255 ] {76ffc9bb-4cd5-406e-9c85-04d3fe208521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5107 | 2025.03.02 04:58:55.110944 [ 255 ] {76ffc9bb-4cd5-406e-9c85-04d3fe208521} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5108 | 2025.03.02 04:58:55.111188 [ 255 ] {76ffc9bb-4cd5-406e-9c85-04d3fe208521} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5109 | 2025.03.02 04:58:55.111444 [ 255 ] {76ffc9bb-4cd5-406e-9c85-04d3fe208521} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001524 sec., 45275.59055118111 rows/sec., 3.53 MiB/sec. | ||
| 5110 | 2025.03.02 04:58:55.111767 [ 255 ] {76ffc9bb-4cd5-406e-9c85-04d3fe208521} <Debug> TCPHandler: Processed in 0.002004906 sec. | ||
| 5111 | 2025.03.02 04:58:55.112221 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5112 | 2025.03.02 04:58:55.112457 [ 255 ] {e7ea907a-28eb-4691-9f74-c3be07322b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5113 | 2025.03.02 04:58:55.112511 [ 255 ] {e7ea907a-28eb-4691-9f74-c3be07322b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5114 | 2025.03.02 04:58:55.113074 [ 255 ] {e7ea907a-28eb-4691-9f74-c3be07322b0c} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5115 | 2025.03.02 04:58:55.113114 [ 255 ] {e7ea907a-28eb-4691-9f74-c3be07322b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5116 | 2025.03.02 04:58:55.113498 [ 255 ] {e7ea907a-28eb-4691-9f74-c3be07322b0c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5117 | 2025.03.02 04:58:55.113736 [ 255 ] {e7ea907a-28eb-4691-9f74-c3be07322b0c} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5118 | 2025.03.02 04:58:55.113988 [ 255 ] {e7ea907a-28eb-4691-9f74-c3be07322b0c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001543 sec., 103694.10239792611 rows/sec., 7.22 MiB/sec. | ||
| 5119 | 2025.03.02 04:58:55.114099 [ 255 ] {e7ea907a-28eb-4691-9f74-c3be07322b0c} <Debug> TCPHandler: Processed in 0.002037466 sec. | ||
| 5120 | 2025.03.02 04:58:55.114357 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5121 | 2025.03.02 04:58:55.114465 [ 255 ] {5cc4b8cc-02b7-4beb-bdb9-ad94a9be4c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5122 | 2025.03.02 04:58:55.114540 [ 255 ] {5cc4b8cc-02b7-4beb-bdb9-ad94a9be4c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5123 | 2025.03.02 04:58:55.115702 [ 255 ] {5cc4b8cc-02b7-4beb-bdb9-ad94a9be4c5e} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5124 | 2025.03.02 04:58:55.115743 [ 255 ] {5cc4b8cc-02b7-4beb-bdb9-ad94a9be4c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5125 | 2025.03.02 04:58:55.116340 [ 255 ] {5cc4b8cc-02b7-4beb-bdb9-ad94a9be4c5e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5126 | 2025.03.02 04:58:55.116592 [ 255 ] {5cc4b8cc-02b7-4beb-bdb9-ad94a9be4c5e} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5127 | 2025.03.02 04:58:55.116867 [ 255 ] {5cc4b8cc-02b7-4beb-bdb9-ad94a9be4c5e} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002424 sec., 2062.7062706270626 rows/sec., 3.70 MiB/sec. | ||
| 5128 | 2025.03.02 04:58:55.117250 [ 255 ] {5cc4b8cc-02b7-4beb-bdb9-ad94a9be4c5e} <Debug> TCPHandler: Processed in 0.002977259 sec. | ||
| 5129 | 2025.03.02 04:58:55.117373 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5130 | 2025.03.02 04:58:55.117479 [ 255 ] {861a1f91-fa6a-4826-a22c-8aaa4b91790e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5131 | 2025.03.02 04:58:55.117527 [ 255 ] {861a1f91-fa6a-4826-a22c-8aaa4b91790e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5132 | 2025.03.02 04:58:55.117991 [ 255 ] {861a1f91-fa6a-4826-a22c-8aaa4b91790e} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5133 | 2025.03.02 04:58:55.118030 [ 255 ] {861a1f91-fa6a-4826-a22c-8aaa4b91790e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5134 | 2025.03.02 04:58:55.118384 [ 255 ] {861a1f91-fa6a-4826-a22c-8aaa4b91790e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5135 | 2025.03.02 04:58:55.118619 [ 255 ] {861a1f91-fa6a-4826-a22c-8aaa4b91790e} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5136 | 2025.03.02 04:58:55.118854 [ 255 ] {861a1f91-fa6a-4826-a22c-8aaa4b91790e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
| 5137 | 2025.03.02 04:58:55.119064 [ 255 ] {861a1f91-fa6a-4826-a22c-8aaa4b91790e} <Debug> TCPHandler: Processed in 0.001736483 sec. | ||
| 5138 | 2025.03.02 04:59:00.106873 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5139 | 2025.03.02 04:59:00.107072 [ 255 ] {70d4a732-012c-4778-aeb1-da7600e75024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5140 | 2025.03.02 04:59:00.107142 [ 255 ] {70d4a732-012c-4778-aeb1-da7600e75024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5141 | 2025.03.02 04:59:00.107904 [ 255 ] {70d4a732-012c-4778-aeb1-da7600e75024} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2025.03.02 04:59:00.107951 [ 255 ] {70d4a732-012c-4778-aeb1-da7600e75024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5143 | 2025.03.02 04:59:00.108394 [ 255 ] {70d4a732-012c-4778-aeb1-da7600e75024} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5144 | 2025.03.02 04:59:00.108647 [ 255 ] {70d4a732-012c-4778-aeb1-da7600e75024} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5145 | 2025.03.02 04:59:00.108857 [ 255 ] {70d4a732-012c-4778-aeb1-da7600e75024} <Debug> executeQuery: Read 124 rows, 10.83 KiB in 0.001835 sec., 67574.93188010898 rows/sec., 5.76 MiB/sec. | ||
| 5146 | 2025.03.02 04:59:00.108922 [ 255 ] {70d4a732-012c-4778-aeb1-da7600e75024} <Debug> TCPHandler: Processed in 0.002175249 sec. | ||
| 5147 | 2025.03.02 04:59:00.109046 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5148 | 2025.03.02 04:59:00.109160 [ 255 ] {6109e4dd-9eb9-4448-9912-1dcce1c71dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5149 | 2025.03.02 04:59:00.109210 [ 255 ] {6109e4dd-9eb9-4448-9912-1dcce1c71dc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5150 | 2025.03.02 04:59:00.109749 [ 255 ] {6109e4dd-9eb9-4448-9912-1dcce1c71dc4} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5151 | 2025.03.02 04:59:00.109788 [ 255 ] {6109e4dd-9eb9-4448-9912-1dcce1c71dc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5152 | 2025.03.02 04:59:00.110134 [ 255 ] {6109e4dd-9eb9-4448-9912-1dcce1c71dc4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5153 | 2025.03.02 04:59:00.110370 [ 255 ] {6109e4dd-9eb9-4448-9912-1dcce1c71dc4} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5154 | 2025.03.02 04:59:00.110499 [ 31 ] {} <Debug> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5155 | 2025.03.02 04:59:00.110551 [ 31 ] {} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5156 | 2025.03.02 04:59:00.110557 [ 255 ] {6109e4dd-9eb9-4448-9912-1dcce1c71dc4} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001421 sec., 23926.812104152006 rows/sec., 1.76 MiB/sec. | ||
| 5157 | 2025.03.02 04:59:00.110578 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5158 | 2025.03.02 04:59:00.110629 [ 255 ] {6109e4dd-9eb9-4448-9912-1dcce1c71dc4} <Debug> TCPHandler: Processed in 0.001633022 sec. | ||
| 5159 | 2025.03.02 04:59:00.110936 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::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 | ||
| 5160 | 2025.03.02 04:59:00.110988 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5161 | 2025.03.02 04:59:00.111236 [ 255 ] {9ffab801-41a2-439b-9a7d-610de2428675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5162 | 2025.03.02 04:59:00.111242 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5163 | 2025.03.02 04:59:00.111326 [ 255 ] {9ffab801-41a2-439b-9a7d-610de2428675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5164 | 2025.03.02 04:59:00.111331 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 163 rows starting from the beginning of the part | ||
| 5165 | 2025.03.02 04:59:00.111616 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 140 rows starting from the beginning of the part | ||
| 5166 | 2025.03.02 04:59:00.111992 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 5 rows starting from the beginning of the part | ||
| 5167 | 2025.03.02 04:59:00.112384 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 5168 | 2025.03.02 04:59:00.112777 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 5 rows starting from the beginning of the part | ||
| 5169 | 2025.03.02 04:59:00.113113 [ 197 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part | ||
| 5170 | 2025.03.02 04:59:00.114325 [ 255 ] {9ffab801-41a2-439b-9a7d-610de2428675} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5171 | 2025.03.02 04:59:00.114388 [ 255 ] {9ffab801-41a2-439b-9a7d-610de2428675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5172 | 2025.03.02 04:59:00.115372 [ 255 ] {9ffab801-41a2-439b-9a7d-610de2428675} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5173 | 2025.03.02 04:59:00.115815 [ 187 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 381 rows, containing 5 columns (5 merged, 0 gathered) in 0.005139287 sec., 74134.79729775745 rows/sec., 5.11 MiB/sec. | ||
| 5174 | 2025.03.02 04:59:00.115852 [ 255 ] {9ffab801-41a2-439b-9a7d-610de2428675} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5175 | 2025.03.02 04:59:00.116177 [ 255 ] {9ffab801-41a2-439b-9a7d-610de2428675} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.005014 sec., 19545.27323494216 rows/sec., 1.53 MiB/sec. | ||
| 5176 | 2025.03.02 04:59:00.116275 [ 194 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5177 | 2025.03.02 04:59:00.116300 [ 255 ] {9ffab801-41a2-439b-9a7d-610de2428675} <Debug> TCPHandler: Processed in 0.005453771 sec. | ||
| 5178 | 2025.03.02 04:59:00.116583 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5179 | 2025.03.02 04:59:00.116752 [ 255 ] {b5df317e-8073-4b7c-8055-2aa16cabc126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5180 | 2025.03.02 04:59:00.116833 [ 255 ] {b5df317e-8073-4b7c-8055-2aa16cabc126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5181 | 2025.03.02 04:59:00.116937 [ 194 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_26_5} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5182 | 2025.03.02 04:59:00.117189 [ 194 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_26_5} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5183 | 2025.03.02 04:59:00.117391 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5184 | 2025.03.02 04:59:00.117757 [ 255 ] {b5df317e-8073-4b7c-8055-2aa16cabc126} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5185 | 2025.03.02 04:59:00.117799 [ 255 ] {b5df317e-8073-4b7c-8055-2aa16cabc126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5186 | 2025.03.02 04:59:00.118206 [ 255 ] {b5df317e-8073-4b7c-8055-2aa16cabc126} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5187 | 2025.03.02 04:59:00.118447 [ 255 ] {b5df317e-8073-4b7c-8055-2aa16cabc126} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5188 | 2025.03.02 04:59:00.118627 [ 255 ] {b5df317e-8073-4b7c-8055-2aa16cabc126} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001944 sec., 82304.5267489712 rows/sec., 5.73 MiB/sec. | ||
| 5189 | 2025.03.02 04:59:00.118683 [ 255 ] {b5df317e-8073-4b7c-8055-2aa16cabc126} <Debug> TCPHandler: Processed in 0.002182538 sec. | ||
| 5190 | 2025.03.02 04:59:00.118790 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5191 | 2025.03.02 04:59:00.118892 [ 255 ] {fb7dbe3c-9747-404d-a68a-3bc8c7f8fd94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5192 | 2025.03.02 04:59:00.118957 [ 255 ] {fb7dbe3c-9747-404d-a68a-3bc8c7f8fd94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5193 | 2025.03.02 04:59:00.120022 [ 255 ] {fb7dbe3c-9747-404d-a68a-3bc8c7f8fd94} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5194 | 2025.03.02 04:59:00.120058 [ 255 ] {fb7dbe3c-9747-404d-a68a-3bc8c7f8fd94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5195 | 2025.03.02 04:59:00.120701 [ 255 ] {fb7dbe3c-9747-404d-a68a-3bc8c7f8fd94} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5196 | 2025.03.02 04:59:00.120955 [ 255 ] {fb7dbe3c-9747-404d-a68a-3bc8c7f8fd94} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5197 | 2025.03.02 04:59:00.121184 [ 255 ] {fb7dbe3c-9747-404d-a68a-3bc8c7f8fd94} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002308 sec., 14731.369150779896 rows/sec., 26.40 MiB/sec. | ||
| 5198 | 2025.03.02 04:59:00.121434 [ 255 ] {fb7dbe3c-9747-404d-a68a-3bc8c7f8fd94} <Debug> TCPHandler: Processed in 0.002693616 sec. | ||
| 5199 | 2025.03.02 04:59:00.121570 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5200 | 2025.03.02 04:59:00.121677 [ 255 ] {10b15ab9-f60d-49a2-ba27-2a12787957bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5201 | 2025.03.02 04:59:00.121724 [ 255 ] {10b15ab9-f60d-49a2-ba27-2a12787957bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5202 | 2025.03.02 04:59:00.122185 [ 255 ] {10b15ab9-f60d-49a2-ba27-2a12787957bf} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5203 | 2025.03.02 04:59:00.122222 [ 255 ] {10b15ab9-f60d-49a2-ba27-2a12787957bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5204 | 2025.03.02 04:59:00.122570 [ 255 ] {10b15ab9-f60d-49a2-ba27-2a12787957bf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5205 | 2025.03.02 04:59:00.122803 [ 255 ] {10b15ab9-f60d-49a2-ba27-2a12787957bf} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5206 | 2025.03.02 04:59:00.122977 [ 255 ] {10b15ab9-f60d-49a2-ba27-2a12787957bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
| 5207 | 2025.03.02 04:59:00.123025 [ 255 ] {10b15ab9-f60d-49a2-ba27-2a12787957bf} <Debug> TCPHandler: Processed in 0.00150513 sec. | ||
| 5208 | 2025.03.02 04:59:00.924334 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5209 | 2025.03.02 04:59:00.925101 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5210 | 2025.03.02 04:59:00.925150 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5211 | 2025.03.02 04:59:00.925689 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5212 | 2025.03.02 04:59:00.925952 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5213 | 2025.03.02 04:59:00.926167 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5214 | 2025.03.02 04:59:01.706996 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5215 | 2025.03.02 04:59:01.735421 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5216 | 2025.03.02 04:59:01.735517 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5217 | 2025.03.02 04:59:01.745025 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5218 | 2025.03.02 04:59:01.746852 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5219 | 2025.03.02 04:59:01.755988 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5220 | 2025.03.02 04:59:03.470045 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 752 | ||
| 5221 | 2025.03.02 04:59:03.472993 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5222 | 2025.03.02 04:59:03.473050 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5223 | 2025.03.02 04:59:03.474537 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5224 | 2025.03.02 04:59:03.474853 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5225 | 2025.03.02 04:59:03.476209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 752 | ||
| 5226 | 2025.03.02 04:59:05.104527 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5227 | 2025.03.02 04:59:05.104749 [ 255 ] {f033d404-4698-45a7-8a64-0e22b3d440d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5228 | 2025.03.02 04:59:05.104831 [ 255 ] {f033d404-4698-45a7-8a64-0e22b3d440d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5229 | 2025.03.02 04:59:05.105684 [ 255 ] {f033d404-4698-45a7-8a64-0e22b3d440d9} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5230 | 2025.03.02 04:59:05.105734 [ 255 ] {f033d404-4698-45a7-8a64-0e22b3d440d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5231 | 2025.03.02 04:59:05.106171 [ 255 ] {f033d404-4698-45a7-8a64-0e22b3d440d9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5232 | 2025.03.02 04:59:05.106442 [ 255 ] {f033d404-4698-45a7-8a64-0e22b3d440d9} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5233 | 2025.03.02 04:59:05.106659 [ 37 ] {} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 5234 | 2025.03.02 04:59:05.106684 [ 255 ] {f033d404-4698-45a7-8a64-0e22b3d440d9} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.00199 sec., 33165.82914572864 rows/sec., 2.63 MiB/sec. | ||
| 5235 | 2025.03.02 04:59:05.106744 [ 37 ] {} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5236 | 2025.03.02 04:59:05.106816 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5237 | 2025.03.02 04:59:05.106828 [ 255 ] {f033d404-4698-45a7-8a64-0e22b3d440d9} <Debug> TCPHandler: Processed in 0.002472122 sec. | ||
| 5238 | 2025.03.02 04:59:05.107075 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5239 | 2025.03.02 04:59:05.107072 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 5240 | 2025.03.02 04:59:05.107265 [ 255 ] {db3515f3-078f-4fee-8f06-eecc6b0b4cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5241 | 2025.03.02 04:59:05.107377 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5242 | 2025.03.02 04:59:05.107389 [ 255 ] {db3515f3-078f-4fee-8f06-eecc6b0b4cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5243 | 2025.03.02 04:59:05.107469 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 1845 rows starting from the beginning of the part | ||
| 5244 | 2025.03.02 04:59:05.107814 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 5245 | 2025.03.02 04:59:05.108185 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 124 rows starting from the beginning of the part | ||
| 5246 | 2025.03.02 04:59:05.108580 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 66 rows starting from the beginning of the part | ||
| 5247 | 2025.03.02 04:59:05.108915 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 124 rows starting from the beginning of the part | ||
| 5248 | 2025.03.02 04:59:05.109298 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 66 rows starting from the beginning of the part | ||
| 5249 | 2025.03.02 04:59:05.110271 [ 255 ] {db3515f3-078f-4fee-8f06-eecc6b0b4cbb} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5250 | 2025.03.02 04:59:05.110357 [ 255 ] {db3515f3-078f-4fee-8f06-eecc6b0b4cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5251 | 2025.03.02 04:59:05.111286 [ 255 ] {db3515f3-078f-4fee-8f06-eecc6b0b4cbb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5252 | 2025.03.02 04:59:05.111838 [ 255 ] {db3515f3-078f-4fee-8f06-eecc6b0b4cbb} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5253 | 2025.03.02 04:59:05.112273 [ 255 ] {db3515f3-078f-4fee-8f06-eecc6b0b4cbb} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00504 sec., 992.063492063492 rows/sec., 74.60 KiB/sec. | ||
| 5254 | 2025.03.02 04:59:05.112698 [ 255 ] {db3515f3-078f-4fee-8f06-eecc6b0b4cbb} <Debug> TCPHandler: Processed in 0.005707594 sec. | ||
| 5255 | 2025.03.02 04:59:05.113088 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5256 | 2025.03.02 04:59:05.113127 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2281 rows, containing 5 columns (5 merged, 0 gathered) in 0.006187251 sec., 368661.30047091993 rows/sec., 31.46 MiB/sec. | ||
| 5257 | 2025.03.02 04:59:05.113240 [ 255 ] {e0859be7-5945-4667-82ce-50c72f648ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5258 | 2025.03.02 04:59:05.113297 [ 255 ] {e0859be7-5945-4667-82ce-50c72f648ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5259 | 2025.03.02 04:59:05.113444 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 5260 | 2025.03.02 04:59:05.114037 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5261 | 2025.03.02 04:59:05.114247 [ 192 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_40_8} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 5262 | 2025.03.02 04:59:05.114426 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 5263 | 2025.03.02 04:59:05.114556 [ 255 ] {e0859be7-5945-4667-82ce-50c72f648ab4} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5264 | 2025.03.02 04:59:05.114602 [ 255 ] {e0859be7-5945-4667-82ce-50c72f648ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5265 | 2025.03.02 04:59:05.114975 [ 255 ] {e0859be7-5945-4667-82ce-50c72f648ab4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5266 | 2025.03.02 04:59:05.115216 [ 255 ] {e0859be7-5945-4667-82ce-50c72f648ab4} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5267 | 2025.03.02 04:59:05.115380 [ 37 ] {} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 5268 | 2025.03.02 04:59:05.115451 [ 37 ] {} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5269 | 2025.03.02 04:59:05.115466 [ 255 ] {e0859be7-5945-4667-82ce-50c72f648ab4} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.002244 sec., 30748.66310160428 rows/sec., 2.40 MiB/sec. | ||
| 5270 | 2025.03.02 04:59:05.115484 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5271 | 2025.03.02 04:59:05.115630 [ 255 ] {e0859be7-5945-4667-82ce-50c72f648ab4} <Debug> TCPHandler: Processed in 0.002649414 sec. | ||
| 5272 | 2025.03.02 04:59:05.115761 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 5273 | 2025.03.02 04:59:05.115806 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5274 | 2025.03.02 04:59:05.116048 [ 255 ] {cba6fc97-7d84-4416-8518-10579a22ce05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5275 | 2025.03.02 04:59:05.116049 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5276 | 2025.03.02 04:59:05.116152 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 913 rows starting from the beginning of the part | ||
| 5277 | 2025.03.02 04:59:05.116159 [ 255 ] {cba6fc97-7d84-4416-8518-10579a22ce05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5278 | 2025.03.02 04:59:05.116513 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 5279 | 2025.03.02 04:59:05.116835 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 98 rows starting from the beginning of the part | ||
| 5280 | 2025.03.02 04:59:05.117323 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 69 rows starting from the beginning of the part | ||
| 5281 | 2025.03.02 04:59:05.117659 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 98 rows starting from the beginning of the part | ||
| 5282 | 2025.03.02 04:59:05.117973 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 69 rows starting from the beginning of the part | ||
| 5283 | 2025.03.02 04:59:05.118954 [ 255 ] {cba6fc97-7d84-4416-8518-10579a22ce05} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5284 | 2025.03.02 04:59:05.119024 [ 255 ] {cba6fc97-7d84-4416-8518-10579a22ce05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5285 | 2025.03.02 04:59:05.120131 [ 255 ] {cba6fc97-7d84-4416-8518-10579a22ce05} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5286 | 2025.03.02 04:59:05.120578 [ 255 ] {cba6fc97-7d84-4416-8518-10579a22ce05} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5287 | 2025.03.02 04:59:05.121164 [ 255 ] {cba6fc97-7d84-4416-8518-10579a22ce05} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005188 sec., 30840.400925212027 rows/sec., 2.15 MiB/sec. | ||
| 5288 | 2025.03.02 04:59:05.121235 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1311 rows, containing 5 columns (5 merged, 0 gathered) in 0.005596673 sec., 234246.3102632582 rows/sec., 18.30 MiB/sec. | ||
| 5289 | 2025.03.02 04:59:05.121255 [ 255 ] {cba6fc97-7d84-4416-8518-10579a22ce05} <Debug> TCPHandler: Processed in 0.005506802 sec. | ||
| 5290 | 2025.03.02 04:59:05.121413 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5291 | 2025.03.02 04:59:05.121548 [ 192 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 5292 | 2025.03.02 04:59:05.121575 [ 255 ] {5eff151e-b901-4ada-b37f-0b02117e9a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5293 | 2025.03.02 04:59:05.121732 [ 255 ] {5eff151e-b901-4ada-b37f-0b02117e9a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5294 | 2025.03.02 04:59:05.122143 [ 192 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5295 | 2025.03.02 04:59:05.122413 [ 192 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_40_8} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 5296 | 2025.03.02 04:59:05.122616 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 5297 | 2025.03.02 04:59:05.123429 [ 255 ] {5eff151e-b901-4ada-b37f-0b02117e9a4e} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2025.03.02 04:59:05.123473 [ 255 ] {5eff151e-b901-4ada-b37f-0b02117e9a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5299 | 2025.03.02 04:59:05.124101 [ 255 ] {5eff151e-b901-4ada-b37f-0b02117e9a4e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5300 | 2025.03.02 04:59:05.124357 [ 255 ] {5eff151e-b901-4ada-b37f-0b02117e9a4e} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5301 | 2025.03.02 04:59:05.124542 [ 37 ] {} <Debug> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5302 | 2025.03.02 04:59:05.124624 [ 37 ] {} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5303 | 2025.03.02 04:59:05.124651 [ 255 ] {5eff151e-b901-4ada-b37f-0b02117e9a4e} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.003111 sec., 1607.200257152041 rows/sec., 2.88 MiB/sec. | ||
| 5304 | 2025.03.02 04:59:05.124667 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5305 | 2025.03.02 04:59:05.125043 [ 188 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 5306 | 2025.03.02 04:59:05.125064 [ 255 ] {5eff151e-b901-4ada-b37f-0b02117e9a4e} <Debug> TCPHandler: Processed in 0.003714408 sec. | ||
| 5307 | 2025.03.02 04:59:05.125331 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5308 | 2025.03.02 04:59:05.125594 [ 255 ] {65e413d7-aab2-4afd-8884-da5deaf361ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5309 | 2025.03.02 04:59:05.125723 [ 255 ] {65e413d7-aab2-4afd-8884-da5deaf361ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5310 | 2025.03.02 04:59:05.125744 [ 188 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5311 | 2025.03.02 04:59:05.125968 [ 188 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 482 rows starting from the beginning of the part | ||
| 5312 | 2025.03.02 04:59:05.126830 [ 188 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part | ||
| 5313 | 2025.03.02 04:59:05.127523 [ 188 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
| 5314 | 2025.03.02 04:59:05.128292 [ 188 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part | ||
| 5315 | 2025.03.02 04:59:05.128331 [ 255 ] {65e413d7-aab2-4afd-8884-da5deaf361ad} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5316 | 2025.03.02 04:59:05.128416 [ 255 ] {65e413d7-aab2-4afd-8884-da5deaf361ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5317 | 2025.03.02 04:59:05.128882 [ 188 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
| 5318 | 2025.03.02 04:59:05.129488 [ 188 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part | ||
| 5319 | 2025.03.02 04:59:05.130198 [ 255 ] {65e413d7-aab2-4afd-8884-da5deaf361ad} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5320 | 2025.03.02 04:59:05.130786 [ 255 ] {65e413d7-aab2-4afd-8884-da5deaf361ad} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5321 | 2025.03.02 04:59:05.131454 [ 255 ] {65e413d7-aab2-4afd-8884-da5deaf361ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005936 sec., 10107.816711590296 rows/sec., 697.54 KiB/sec. | ||
| 5322 | 2025.03.02 04:59:05.131806 [ 255 ] {65e413d7-aab2-4afd-8884-da5deaf361ad} <Debug> TCPHandler: Processed in 0.006542205 sec. | ||
| 5323 | 2025.03.02 04:59:05.137435 [ 192 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 19 columns (19 merged, 0 gathered) in 0.012610284 sec., 44804.700671293365 rows/sec., 80.29 MiB/sec. | ||
| 5324 | 2025.03.02 04:59:05.138506 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5325 | 2025.03.02 04:59:05.138950 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5326 | 2025.03.02 04:59:05.139033 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5327 | 2025.03.02 04:59:05.139187 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
| 5328 | 2025.03.02 04:59:08.294994 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5329 | 2025.03.02 04:59:08.295098 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5330 | 2025.03.02 04:59:08.426320 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5331 | 2025.03.02 04:59:08.427024 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5332 | 2025.03.02 04:59:08.427078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5333 | 2025.03.02 04:59:08.427606 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5334 | 2025.03.02 04:59:08.427866 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5335 | 2025.03.02 04:59:08.428112 [ 30 ] {} <Debug> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5336 | 2025.03.02 04:59:08.428127 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5337 | 2025.03.02 04:59:08.428215 [ 30 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5338 | 2025.03.02 04:59:08.428249 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5339 | 2025.03.02 04:59:08.428471 [ 192 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 5340 | 2025.03.02 04:59:08.428731 [ 192 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5341 | 2025.03.02 04:59:08.428776 [ 192 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 5342 | 2025.03.02 04:59:08.428873 [ 192 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 5343 | 2025.03.02 04:59:08.428965 [ 192 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 5344 | 2025.03.02 04:59:08.429196 [ 192 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 5345 | 2025.03.02 04:59:08.429489 [ 192 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 5346 | 2025.03.02 04:59:08.429691 [ 192 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 5347 | 2025.03.02 04:59:08.432255 [ 201 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003925051 sec., 3046075.0701073697 rows/sec., 43.57 MiB/sec. | ||
| 5348 | 2025.03.02 04:59:08.432544 [ 192 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5349 | 2025.03.02 04:59:08.432831 [ 192 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_26_5} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5350 | 2025.03.02 04:59:08.432915 [ 192 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_26_5} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5351 | 2025.03.02 04:59:08.433012 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5352 | 2025.03.02 04:59:09.256129 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5353 | 2025.03.02 04:59:09.279182 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5354 | 2025.03.02 04:59:09.279251 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5355 | 2025.03.02 04:59:09.286482 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5356 | 2025.03.02 04:59:09.287232 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5357 | 2025.03.02 04:59:09.287588 [ 30 ] {} <Debug> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5358 | 2025.03.02 04:59:09.287711 [ 30 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5359 | 2025.03.02 04:59:09.287845 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5360 | 2025.03.02 04:59:09.288256 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 5361 | 2025.03.02 04:59:09.302428 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5362 | 2025.03.02 04:59:09.304249 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5363 | 2025.03.02 04:59:09.305950 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 5364 | 2025.03.02 04:59:09.311755 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 5365 | 2025.03.02 04:59:09.317731 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 5366 | 2025.03.02 04:59:09.323547 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 5367 | 2025.03.02 04:59:09.329771 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 5368 | 2025.03.02 04:59:09.334589 [ 186 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 5369 | 2025.03.02 04:59:09.392830 [ 192 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.104845805 sec., 1869.4119426142038 rows/sec., 9.67 MiB/sec. | ||
| 5370 | 2025.03.02 04:59:09.395563 [ 193 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5371 | 2025.03.02 04:59:09.398619 [ 193 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_26_5} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5372 | 2025.03.02 04:59:09.398743 [ 193 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_26_5} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5373 | 2025.03.02 04:59:09.401375 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5374 | 2025.03.02 04:59:10.111958 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5375 | 2025.03.02 04:59:10.112168 [ 255 ] {d56c9bb8-3abe-45ba-ae7c-53fb7adeff03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5376 | 2025.03.02 04:59:10.112250 [ 255 ] {d56c9bb8-3abe-45ba-ae7c-53fb7adeff03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5377 | 2025.03.02 04:59:10.113131 [ 255 ] {d56c9bb8-3abe-45ba-ae7c-53fb7adeff03} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5378 | 2025.03.02 04:59:10.113181 [ 255 ] {d56c9bb8-3abe-45ba-ae7c-53fb7adeff03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5379 | 2025.03.02 04:59:10.113624 [ 255 ] {d56c9bb8-3abe-45ba-ae7c-53fb7adeff03} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5380 | 2025.03.02 04:59:10.113887 [ 255 ] {d56c9bb8-3abe-45ba-ae7c-53fb7adeff03} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2025.03.02 04:59:10.114139 [ 255 ] {d56c9bb8-3abe-45ba-ae7c-53fb7adeff03} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002028 sec., 104536.48915187377 rows/sec., 6.65 MiB/sec. | ||
| 5382 | 2025.03.02 04:59:10.114208 [ 255 ] {d56c9bb8-3abe-45ba-ae7c-53fb7adeff03} <Debug> TCPHandler: Processed in 0.002386732 sec. | ||
| 5383 | 2025.03.02 04:59:10.114323 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5384 | 2025.03.02 04:59:10.114433 [ 255 ] {4092b04a-798b-41c7-a875-f5f919d8abe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5385 | 2025.03.02 04:59:10.114482 [ 255 ] {4092b04a-798b-41c7-a875-f5f919d8abe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5386 | 2025.03.02 04:59:10.115263 [ 255 ] {4092b04a-798b-41c7-a875-f5f919d8abe4} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2025.03.02 04:59:10.115306 [ 255 ] {4092b04a-798b-41c7-a875-f5f919d8abe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5388 | 2025.03.02 04:59:10.115705 [ 255 ] {4092b04a-798b-41c7-a875-f5f919d8abe4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5389 | 2025.03.02 04:59:10.115937 [ 255 ] {4092b04a-798b-41c7-a875-f5f919d8abe4} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5390 | 2025.03.02 04:59:10.116176 [ 255 ] {4092b04a-798b-41c7-a875-f5f919d8abe4} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001767 sec., 387662.7051499717 rows/sec., 30.84 MiB/sec. | ||
| 5391 | 2025.03.02 04:59:10.116270 [ 255 ] {4092b04a-798b-41c7-a875-f5f919d8abe4} <Debug> TCPHandler: Processed in 0.001998006 sec. | ||
| 5392 | 2025.03.02 04:59:10.116427 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5393 | 2025.03.02 04:59:10.116533 [ 255 ] {6de9abb2-bd08-4c40-8c83-f14332fcb93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5394 | 2025.03.02 04:59:10.116580 [ 255 ] {6de9abb2-bd08-4c40-8c83-f14332fcb93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5395 | 2025.03.02 04:59:10.117134 [ 255 ] {6de9abb2-bd08-4c40-8c83-f14332fcb93b} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2025.03.02 04:59:10.117173 [ 255 ] {6de9abb2-bd08-4c40-8c83-f14332fcb93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5397 | 2025.03.02 04:59:10.117525 [ 255 ] {6de9abb2-bd08-4c40-8c83-f14332fcb93b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5398 | 2025.03.02 04:59:10.117760 [ 255 ] {6de9abb2-bd08-4c40-8c83-f14332fcb93b} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5399 | 2025.03.02 04:59:10.118017 [ 255 ] {6de9abb2-bd08-4c40-8c83-f14332fcb93b} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001499 sec., 93395.59706470981 rows/sec., 5.83 MiB/sec. | ||
| 5400 | 2025.03.02 04:59:10.118217 [ 255 ] {6de9abb2-bd08-4c40-8c83-f14332fcb93b} <Debug> TCPHandler: Processed in 0.001847535 sec. | ||
| 5401 | 2025.03.02 04:59:10.118389 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2025.03.02 04:59:10.118494 [ 255 ] {136d7d6c-4a1e-413e-838f-a91ef772ac3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5403 | 2025.03.02 04:59:10.118541 [ 255 ] {136d7d6c-4a1e-413e-838f-a91ef772ac3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5404 | 2025.03.02 04:59:10.119113 [ 255 ] {136d7d6c-4a1e-413e-838f-a91ef772ac3c} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2025.03.02 04:59:10.119153 [ 255 ] {136d7d6c-4a1e-413e-838f-a91ef772ac3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5406 | 2025.03.02 04:59:10.119498 [ 255 ] {136d7d6c-4a1e-413e-838f-a91ef772ac3c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5407 | 2025.03.02 04:59:10.119731 [ 255 ] {136d7d6c-4a1e-413e-838f-a91ef772ac3c} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5408 | 2025.03.02 04:59:10.119977 [ 255 ] {136d7d6c-4a1e-413e-838f-a91ef772ac3c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001499 sec., 75383.58905937293 rows/sec., 4.88 MiB/sec. | ||
| 5409 | 2025.03.02 04:59:10.120074 [ 255 ] {136d7d6c-4a1e-413e-838f-a91ef772ac3c} <Debug> TCPHandler: Processed in 0.001745113 sec. | ||
| 5410 | 2025.03.02 04:59:10.120176 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5411 | 2025.03.02 04:59:10.120277 [ 255 ] {5bd5e4c7-f363-4dae-9374-f984affd57b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5412 | 2025.03.02 04:59:10.120321 [ 255 ] {5bd5e4c7-f363-4dae-9374-f984affd57b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5413 | 2025.03.02 04:59:10.120854 [ 255 ] {5bd5e4c7-f363-4dae-9374-f984affd57b0} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5414 | 2025.03.02 04:59:10.120892 [ 255 ] {5bd5e4c7-f363-4dae-9374-f984affd57b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5415 | 2025.03.02 04:59:10.121243 [ 255 ] {5bd5e4c7-f363-4dae-9374-f984affd57b0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5416 | 2025.03.02 04:59:10.121477 [ 255 ] {5bd5e4c7-f363-4dae-9374-f984affd57b0} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5417 | 2025.03.02 04:59:10.121680 [ 255 ] {5bd5e4c7-f363-4dae-9374-f984affd57b0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001424 sec., 78651.68539325843 rows/sec., 4.48 MiB/sec. | ||
| 5418 | 2025.03.02 04:59:10.121733 [ 255 ] {5bd5e4c7-f363-4dae-9374-f984affd57b0} <Debug> TCPHandler: Processed in 0.001605112 sec. | ||
| 5419 | 2025.03.02 04:59:10.121831 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5420 | 2025.03.02 04:59:10.121933 [ 255 ] {e8b110df-c3e2-4ecf-a3da-91621ce16d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5421 | 2025.03.02 04:59:10.121978 [ 255 ] {e8b110df-c3e2-4ecf-a3da-91621ce16d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5422 | 2025.03.02 04:59:10.122613 [ 255 ] {e8b110df-c3e2-4ecf-a3da-91621ce16d4b} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2025.03.02 04:59:10.122652 [ 255 ] {e8b110df-c3e2-4ecf-a3da-91621ce16d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5424 | 2025.03.02 04:59:10.123016 [ 255 ] {e8b110df-c3e2-4ecf-a3da-91621ce16d4b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5425 | 2025.03.02 04:59:10.123246 [ 255 ] {e8b110df-c3e2-4ecf-a3da-91621ce16d4b} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2025.03.02 04:59:10.123451 [ 255 ] {e8b110df-c3e2-4ecf-a3da-91621ce16d4b} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001539 sec., 270305.3931124107 rows/sec., 19.23 MiB/sec. | ||
| 5427 | 2025.03.02 04:59:10.123502 [ 255 ] {e8b110df-c3e2-4ecf-a3da-91621ce16d4b} <Debug> TCPHandler: Processed in 0.001719182 sec. | ||
| 5428 | 2025.03.02 04:59:10.123602 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5429 | 2025.03.02 04:59:10.123704 [ 255 ] {0b205c28-bb9e-4bdd-9f20-6e78b4059aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5430 | 2025.03.02 04:59:10.123751 [ 255 ] {0b205c28-bb9e-4bdd-9f20-6e78b4059aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5431 | 2025.03.02 04:59:10.124175 [ 255 ] {0b205c28-bb9e-4bdd-9f20-6e78b4059aed} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2025.03.02 04:59:10.124213 [ 255 ] {0b205c28-bb9e-4bdd-9f20-6e78b4059aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5433 | 2025.03.02 04:59:10.124557 [ 255 ] {0b205c28-bb9e-4bdd-9f20-6e78b4059aed} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5434 | 2025.03.02 04:59:10.124791 [ 255 ] {0b205c28-bb9e-4bdd-9f20-6e78b4059aed} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2025.03.02 04:59:10.125020 [ 255 ] {0b205c28-bb9e-4bdd-9f20-6e78b4059aed} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001337 sec., 4487.658937920718 rows/sec., 234.46 KiB/sec. | ||
| 5436 | 2025.03.02 04:59:10.125069 [ 255 ] {0b205c28-bb9e-4bdd-9f20-6e78b4059aed} <Debug> TCPHandler: Processed in 0.00151561 sec. | ||
| 5437 | 2025.03.02 04:59:10.125171 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5438 | 2025.03.02 04:59:10.125272 [ 255 ] {0327e85b-a21c-45c0-a16c-fa271f7351b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5439 | 2025.03.02 04:59:10.125321 [ 255 ] {0327e85b-a21c-45c0-a16c-fa271f7351b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5440 | 2025.03.02 04:59:10.125824 [ 255 ] {0327e85b-a21c-45c0-a16c-fa271f7351b0} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2025.03.02 04:59:10.125866 [ 255 ] {0327e85b-a21c-45c0-a16c-fa271f7351b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5442 | 2025.03.02 04:59:10.126248 [ 255 ] {0327e85b-a21c-45c0-a16c-fa271f7351b0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5443 | 2025.03.02 04:59:10.126484 [ 255 ] {0327e85b-a21c-45c0-a16c-fa271f7351b0} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2025.03.02 04:59:10.126657 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5445 | 2025.03.02 04:59:10.126727 [ 255 ] {0327e85b-a21c-45c0-a16c-fa271f7351b0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001474 sec., 160786.97421981004 rows/sec., 10.78 MiB/sec. | ||
| 5446 | 2025.03.02 04:59:10.126755 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5447 | 2025.03.02 04:59:10.126827 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5448 | 2025.03.02 04:59:10.126845 [ 255 ] {0327e85b-a21c-45c0-a16c-fa271f7351b0} <Debug> TCPHandler: Processed in 0.001719982 sec. | ||
| 5449 | 2025.03.02 04:59:10.127072 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5450 | 2025.03.02 04:59:10.127071 [ 189 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 5451 | 2025.03.02 04:59:10.127249 [ 255 ] {501a8054-42d7-4877-958e-09bf8b8c7f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5452 | 2025.03.02 04:59:10.127365 [ 255 ] {501a8054-42d7-4877-958e-09bf8b8c7f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5453 | 2025.03.02 04:59:10.127379 [ 189 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5454 | 2025.03.02 04:59:10.127486 [ 189 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11563 rows starting from the beginning of the part | ||
| 5455 | 2025.03.02 04:59:10.127852 [ 189 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 5456 | 2025.03.02 04:59:10.128191 [ 189 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 5457 | 2025.03.02 04:59:10.128517 [ 189 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 5458 | 2025.03.02 04:59:10.128891 [ 189 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 5459 | 2025.03.02 04:59:10.129252 [ 189 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
| 5460 | 2025.03.02 04:59:10.129885 [ 255 ] {501a8054-42d7-4877-958e-09bf8b8c7f76} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5461 | 2025.03.02 04:59:10.129943 [ 255 ] {501a8054-42d7-4877-958e-09bf8b8c7f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5462 | 2025.03.02 04:59:10.130741 [ 255 ] {501a8054-42d7-4877-958e-09bf8b8c7f76} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5463 | 2025.03.02 04:59:10.131128 [ 255 ] {501a8054-42d7-4877-958e-09bf8b8c7f76} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5464 | 2025.03.02 04:59:10.131577 [ 255 ] {501a8054-42d7-4877-958e-09bf8b8c7f76} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00434 sec., 230.4147465437788 rows/sec., 15.53 KiB/sec. | ||
| 5465 | 2025.03.02 04:59:10.131877 [ 255 ] {501a8054-42d7-4877-958e-09bf8b8c7f76} <Debug> TCPHandler: Processed in 0.004876433 sec. | ||
| 5466 | 2025.03.02 04:59:10.132082 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5467 | 2025.03.02 04:59:10.132312 [ 255 ] {f0fe99cc-e83f-4da1-a092-074b0a278810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5468 | 2025.03.02 04:59:10.132541 [ 255 ] {f0fe99cc-e83f-4da1-a092-074b0a278810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5469 | 2025.03.02 04:59:10.134473 [ 255 ] {f0fe99cc-e83f-4da1-a092-074b0a278810} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5470 | 2025.03.02 04:59:10.134512 [ 255 ] {f0fe99cc-e83f-4da1-a092-074b0a278810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5471 | 2025.03.02 04:59:10.135391 [ 255 ] {f0fe99cc-e83f-4da1-a092-074b0a278810} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5472 | 2025.03.02 04:59:10.135927 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12440 rows, containing 5 columns (5 merged, 0 gathered) in 0.008968697 sec., 1387046.5241494947 rows/sec., 93.80 MiB/sec. | ||
| 5473 | 2025.03.02 04:59:10.135944 [ 255 ] {f0fe99cc-e83f-4da1-a092-074b0a278810} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5474 | 2025.03.02 04:59:10.136389 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5475 | 2025.03.02 04:59:10.136447 [ 255 ] {f0fe99cc-e83f-4da1-a092-074b0a278810} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00421 sec., 8076.009501187648 rows/sec., 14.47 MiB/sec. | ||
| 5476 | 2025.03.02 04:59:10.137277 [ 255 ] {f0fe99cc-e83f-4da1-a092-074b0a278810} <Debug> TCPHandler: Processed in 0.005274949 sec. | ||
| 5477 | 2025.03.02 04:59:10.137496 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5478 | 2025.03.02 04:59:10.137509 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2025.03.02 04:59:10.137665 [ 193 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5480 | 2025.03.02 04:59:10.137673 [ 255 ] {605358d3-30ab-41c9-b6a7-7d2f0c23a417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5481 | 2025.03.02 04:59:10.137779 [ 255 ] {605358d3-30ab-41c9-b6a7-7d2f0c23a417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5482 | 2025.03.02 04:59:10.137812 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 5483 | 2025.03.02 04:59:10.138278 [ 255 ] {605358d3-30ab-41c9-b6a7-7d2f0c23a417} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5484 | 2025.03.02 04:59:10.138321 [ 255 ] {605358d3-30ab-41c9-b6a7-7d2f0c23a417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5485 | 2025.03.02 04:59:10.138686 [ 255 ] {605358d3-30ab-41c9-b6a7-7d2f0c23a417} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5486 | 2025.03.02 04:59:10.138932 [ 255 ] {605358d3-30ab-41c9-b6a7-7d2f0c23a417} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5487 | 2025.03.02 04:59:10.139092 [ 26 ] {} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5488 | 2025.03.02 04:59:10.139166 [ 26 ] {} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5489 | 2025.03.02 04:59:10.139191 [ 255 ] {605358d3-30ab-41c9-b6a7-7d2f0c23a417} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001562 sec., 52496.798975672216 rows/sec., 3.33 MiB/sec. | ||
| 5490 | 2025.03.02 04:59:10.139206 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5491 | 2025.03.02 04:59:10.139344 [ 255 ] {605358d3-30ab-41c9-b6a7-7d2f0c23a417} <Debug> TCPHandler: Processed in 0.001927105 sec. | ||
| 5492 | 2025.03.02 04:59:10.139501 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 5493 | 2025.03.02 04:59:10.139662 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5494 | 2025.03.02 04:59:10.139699 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2110 rows starting from the beginning of the part | ||
| 5495 | 2025.03.02 04:59:10.139810 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 5496 | 2025.03.02 04:59:10.140010 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 5497 | 2025.03.02 04:59:10.140179 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 5498 | 2025.03.02 04:59:10.140355 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 5499 | 2025.03.02 04:59:10.140521 [ 200 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 5500 | 2025.03.02 04:59:10.142084 [ 194 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 4 columns (4 merged, 0 gathered) in 0.002719466 sec., 894293.2178596829 rows/sec., 58.63 MiB/sec. | ||
| 5501 | 2025.03.02 04:59:10.142578 [ 194 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5502 | 2025.03.02 04:59:10.142984 [ 194 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_41_8} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5503 | 2025.03.02 04:59:10.143075 [ 194 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_41_8} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5504 | 2025.03.02 04:59:10.143178 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5505 | 2025.03.02 04:59:13.476430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 786 | ||
| 5506 | 2025.03.02 04:59:13.479633 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5507 | 2025.03.02 04:59:13.479690 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5508 | 2025.03.02 04:59:13.481170 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5509 | 2025.03.02 04:59:13.481485 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5510 | 2025.03.02 04:59:13.482428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 786 | ||
| 5511 | 2025.03.02 04:59:13.951560 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5512 | 2025.03.02 04:59:13.951857 [ 255 ] {e91b99c8-16ff-42e7-b83d-9d29a64e8683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5513 | 2025.03.02 04:59:13.951929 [ 255 ] {e91b99c8-16ff-42e7-b83d-9d29a64e8683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5514 | 2025.03.02 04:59:13.952672 [ 255 ] {e91b99c8-16ff-42e7-b83d-9d29a64e8683} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5515 | 2025.03.02 04:59:13.952726 [ 255 ] {e91b99c8-16ff-42e7-b83d-9d29a64e8683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5516 | 2025.03.02 04:59:13.953156 [ 255 ] {e91b99c8-16ff-42e7-b83d-9d29a64e8683} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5517 | 2025.03.02 04:59:13.953402 [ 255 ] {e91b99c8-16ff-42e7-b83d-9d29a64e8683} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5518 | 2025.03.02 04:59:13.953728 [ 255 ] {e91b99c8-16ff-42e7-b83d-9d29a64e8683} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 591.20 KiB/sec. | ||
| 5519 | 2025.03.02 04:59:13.953856 [ 255 ] {e91b99c8-16ff-42e7-b83d-9d29a64e8683} <Debug> TCPHandler: Processed in 0.002478892 sec. | ||
| 5520 | 2025.03.02 04:59:13.953972 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5521 | 2025.03.02 04:59:13.954081 [ 255 ] {eb0495d5-ea04-482f-8cb6-d551a179ae93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5522 | 2025.03.02 04:59:13.954129 [ 255 ] {eb0495d5-ea04-482f-8cb6-d551a179ae93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5523 | 2025.03.02 04:59:13.955339 [ 255 ] {eb0495d5-ea04-482f-8cb6-d551a179ae93} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5524 | 2025.03.02 04:59:13.955381 [ 255 ] {eb0495d5-ea04-482f-8cb6-d551a179ae93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5525 | 2025.03.02 04:59:13.955832 [ 255 ] {eb0495d5-ea04-482f-8cb6-d551a179ae93} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5526 | 2025.03.02 04:59:13.956078 [ 255 ] {eb0495d5-ea04-482f-8cb6-d551a179ae93} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5527 | 2025.03.02 04:59:13.956324 [ 255 ] {eb0495d5-ea04-482f-8cb6-d551a179ae93} <Debug> executeQuery: Read 1213 rows, 101.98 KiB in 0.002262 sec., 536251.1052166225 rows/sec., 44.03 MiB/sec. | ||
| 5528 | 2025.03.02 04:59:13.956391 [ 255 ] {eb0495d5-ea04-482f-8cb6-d551a179ae93} <Debug> TCPHandler: Processed in 0.002470023 sec. | ||
| 5529 | 2025.03.02 04:59:13.956632 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5530 | 2025.03.02 04:59:13.956755 [ 255 ] {2dc37bef-b220-40c7-b28e-7682b18fd447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5531 | 2025.03.02 04:59:13.956804 [ 255 ] {2dc37bef-b220-40c7-b28e-7682b18fd447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5532 | 2025.03.02 04:59:13.957337 [ 255 ] {2dc37bef-b220-40c7-b28e-7682b18fd447} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5533 | 2025.03.02 04:59:13.957377 [ 255 ] {2dc37bef-b220-40c7-b28e-7682b18fd447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5534 | 2025.03.02 04:59:13.957728 [ 255 ] {2dc37bef-b220-40c7-b28e-7682b18fd447} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5535 | 2025.03.02 04:59:13.957988 [ 255 ] {2dc37bef-b220-40c7-b28e-7682b18fd447} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5536 | 2025.03.02 04:59:13.958213 [ 255 ] {2dc37bef-b220-40c7-b28e-7682b18fd447} <Debug> executeQuery: Read 19 rows, 1.35 KiB in 0.001482 sec., 12820.51282051282 rows/sec., 913.30 KiB/sec. | ||
| 5537 | 2025.03.02 04:59:13.958268 [ 255 ] {2dc37bef-b220-40c7-b28e-7682b18fd447} <Debug> TCPHandler: Processed in 0.001727103 sec. | ||
| 5538 | 2025.03.02 04:59:13.958370 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5539 | 2025.03.02 04:59:13.958471 [ 255 ] {795e3846-ec89-4c7e-9add-e33e1c331a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5540 | 2025.03.02 04:59:13.958516 [ 255 ] {795e3846-ec89-4c7e-9add-e33e1c331a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5541 | 2025.03.02 04:59:13.959117 [ 255 ] {795e3846-ec89-4c7e-9add-e33e1c331a92} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5542 | 2025.03.02 04:59:13.959156 [ 255 ] {795e3846-ec89-4c7e-9add-e33e1c331a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5543 | 2025.03.02 04:59:13.959515 [ 255 ] {795e3846-ec89-4c7e-9add-e33e1c331a92} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5544 | 2025.03.02 04:59:13.959745 [ 255 ] {795e3846-ec89-4c7e-9add-e33e1c331a92} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5545 | 2025.03.02 04:59:13.959912 [ 84 ] {} <Debug> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5546 | 2025.03.02 04:59:13.959982 [ 255 ] {795e3846-ec89-4c7e-9add-e33e1c331a92} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00153 sec., 149019.60784313726 rows/sec., 10.09 MiB/sec. | ||
| 5547 | 2025.03.02 04:59:13.960007 [ 84 ] {} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5548 | 2025.03.02 04:59:13.960073 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5549 | 2025.03.02 04:59:13.960100 [ 255 ] {795e3846-ec89-4c7e-9add-e33e1c331a92} <Debug> TCPHandler: Processed in 0.001779084 sec. | ||
| 5550 | 2025.03.02 04:59:13.960440 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5551 | 2025.03.02 04:59:13.960531 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::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 | ||
| 5552 | 2025.03.02 04:59:13.960787 [ 255 ] {0c099bba-d44f-44d6-be70-826b48aceaf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5553 | 2025.03.02 04:59:13.960893 [ 255 ] {0c099bba-d44f-44d6-be70-826b48aceaf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5554 | 2025.03.02 04:59:13.960957 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5555 | 2025.03.02 04:59:13.961055 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 342 rows starting from the beginning of the part | ||
| 5556 | 2025.03.02 04:59:13.961404 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 5557 | 2025.03.02 04:59:13.961786 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part | ||
| 5558 | 2025.03.02 04:59:13.962140 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part | ||
| 5559 | 2025.03.02 04:59:13.962515 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 5560 | 2025.03.02 04:59:13.962804 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part | ||
| 5561 | 2025.03.02 04:59:13.963889 [ 255 ] {0c099bba-d44f-44d6-be70-826b48aceaf5} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5562 | 2025.03.02 04:59:13.963952 [ 255 ] {0c099bba-d44f-44d6-be70-826b48aceaf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5563 | 2025.03.02 04:59:13.965004 [ 255 ] {0c099bba-d44f-44d6-be70-826b48aceaf5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5564 | 2025.03.02 04:59:13.965480 [ 255 ] {0c099bba-d44f-44d6-be70-826b48aceaf5} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5565 | 2025.03.02 04:59:13.965629 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.005461632 sec., 208179.53315053083 rows/sec., 14.64 MiB/sec. | ||
| 5566 | 2025.03.02 04:59:13.965887 [ 255 ] {0c099bba-d44f-44d6-be70-826b48aceaf5} <Debug> executeQuery: Read 539 rows, 40.95 KiB in 0.005212 sec., 103415.19570222564 rows/sec., 7.67 MiB/sec. | ||
| 5567 | 2025.03.02 04:59:13.965911 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5568 | 2025.03.02 04:59:13.966083 [ 255 ] {0c099bba-d44f-44d6-be70-826b48aceaf5} <Debug> TCPHandler: Processed in 0.005777336 sec. | ||
| 5569 | 2025.03.02 04:59:13.966249 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5570 | 2025.03.02 04:59:13.966410 [ 255 ] {254dd590-a0d8-470d-aca2-0e6ed9998845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5571 | 2025.03.02 04:59:13.966452 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_21_4} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5572 | 2025.03.02 04:59:13.966507 [ 255 ] {254dd590-a0d8-470d-aca2-0e6ed9998845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5573 | 2025.03.02 04:59:13.966661 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_21_4} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5574 | 2025.03.02 04:59:13.966852 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 5575 | 2025.03.02 04:59:13.967546 [ 255 ] {254dd590-a0d8-470d-aca2-0e6ed9998845} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5576 | 2025.03.02 04:59:13.967589 [ 255 ] {254dd590-a0d8-470d-aca2-0e6ed9998845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5577 | 2025.03.02 04:59:13.968046 [ 255 ] {254dd590-a0d8-470d-aca2-0e6ed9998845} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5578 | 2025.03.02 04:59:13.968311 [ 255 ] {254dd590-a0d8-470d-aca2-0e6ed9998845} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5579 | 2025.03.02 04:59:13.968495 [ 255 ] {254dd590-a0d8-470d-aca2-0e6ed9998845} <Debug> executeQuery: Read 971 rows, 66.74 KiB in 0.002143 sec., 453103.12645823613 rows/sec., 30.41 MiB/sec. | ||
| 5580 | 2025.03.02 04:59:13.968562 [ 255 ] {254dd590-a0d8-470d-aca2-0e6ed9998845} <Debug> TCPHandler: Processed in 0.002376191 sec. | ||
| 5581 | 2025.03.02 04:59:13.968725 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5582 | 2025.03.02 04:59:13.968832 [ 255 ] {73985b7f-efb4-4abb-82e9-926ccd0490fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5583 | 2025.03.02 04:59:13.968900 [ 255 ] {73985b7f-efb4-4abb-82e9-926ccd0490fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5584 | 2025.03.02 04:59:13.969944 [ 255 ] {73985b7f-efb4-4abb-82e9-926ccd0490fc} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5585 | 2025.03.02 04:59:13.969981 [ 255 ] {73985b7f-efb4-4abb-82e9-926ccd0490fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5586 | 2025.03.02 04:59:13.970579 [ 255 ] {73985b7f-efb4-4abb-82e9-926ccd0490fc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5587 | 2025.03.02 04:59:13.970830 [ 255 ] {73985b7f-efb4-4abb-82e9-926ccd0490fc} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5588 | 2025.03.02 04:59:13.971031 [ 255 ] {73985b7f-efb4-4abb-82e9-926ccd0490fc} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002221 sec., 2251.23818099955 rows/sec., 4.03 MiB/sec. | ||
| 5589 | 2025.03.02 04:59:13.971123 [ 255 ] {73985b7f-efb4-4abb-82e9-926ccd0490fc} <Debug> TCPHandler: Processed in 0.002459012 sec. | ||
| 5590 | 2025.03.02 04:59:13.971234 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5591 | 2025.03.02 04:59:13.971337 [ 255 ] {4441c768-9306-40d1-812d-b945d59bc265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5592 | 2025.03.02 04:59:13.971384 [ 255 ] {4441c768-9306-40d1-812d-b945d59bc265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5593 | 2025.03.02 04:59:13.971803 [ 255 ] {4441c768-9306-40d1-812d-b945d59bc265} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5594 | 2025.03.02 04:59:13.971840 [ 255 ] {4441c768-9306-40d1-812d-b945d59bc265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5595 | 2025.03.02 04:59:13.972199 [ 255 ] {4441c768-9306-40d1-812d-b945d59bc265} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5596 | 2025.03.02 04:59:13.972427 [ 255 ] {4441c768-9306-40d1-812d-b945d59bc265} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5597 | 2025.03.02 04:59:13.972594 [ 255 ] {4441c768-9306-40d1-812d-b945d59bc265} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001278 sec., 34428.79499217527 rows/sec., 2.32 MiB/sec. | ||
| 5598 | 2025.03.02 04:59:13.972641 [ 255 ] {4441c768-9306-40d1-812d-b945d59bc265} <Debug> TCPHandler: Processed in 0.001455669 sec. | ||
| 5599 | 2025.03.02 04:59:15.099116 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5600 | 2025.03.02 04:59:15.099417 [ 255 ] {2602591f-5868-4e84-8b8e-f22b660244f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5601 | 2025.03.02 04:59:15.099534 [ 255 ] {2602591f-5868-4e84-8b8e-f22b660244f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5602 | 2025.03.02 04:59:15.100452 [ 255 ] {2602591f-5868-4e84-8b8e-f22b660244f9} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5603 | 2025.03.02 04:59:15.100501 [ 255 ] {2602591f-5868-4e84-8b8e-f22b660244f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5604 | 2025.03.02 04:59:15.100936 [ 255 ] {2602591f-5868-4e84-8b8e-f22b660244f9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5605 | 2025.03.02 04:59:15.101189 [ 255 ] {2602591f-5868-4e84-8b8e-f22b660244f9} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5606 | 2025.03.02 04:59:15.101465 [ 255 ] {2602591f-5868-4e84-8b8e-f22b660244f9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002125 sec., 26352.941176470587 rows/sec., 2.01 MiB/sec. | ||
| 5607 | 2025.03.02 04:59:15.101671 [ 255 ] {2602591f-5868-4e84-8b8e-f22b660244f9} <Debug> TCPHandler: Processed in 0.002734996 sec. | ||
| 5608 | 2025.03.02 04:59:15.101884 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5609 | 2025.03.02 04:59:15.101999 [ 255 ] {d20b096d-a23e-433e-9624-e7f51ccc2a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5610 | 2025.03.02 04:59:15.102051 [ 255 ] {d20b096d-a23e-433e-9624-e7f51ccc2a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5611 | 2025.03.02 04:59:15.102645 [ 255 ] {d20b096d-a23e-433e-9624-e7f51ccc2a68} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5612 | 2025.03.02 04:59:15.102687 [ 255 ] {d20b096d-a23e-433e-9624-e7f51ccc2a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5613 | 2025.03.02 04:59:15.103089 [ 255 ] {d20b096d-a23e-433e-9624-e7f51ccc2a68} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5614 | 2025.03.02 04:59:15.103331 [ 255 ] {d20b096d-a23e-433e-9624-e7f51ccc2a68} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5615 | 2025.03.02 04:59:15.103586 [ 255 ] {d20b096d-a23e-433e-9624-e7f51ccc2a68} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001604 sec., 39900.249376558604 rows/sec., 3.11 MiB/sec. | ||
| 5616 | 2025.03.02 04:59:15.103785 [ 255 ] {d20b096d-a23e-433e-9624-e7f51ccc2a68} <Debug> TCPHandler: Processed in 0.001962816 sec. | ||
| 5617 | 2025.03.02 04:59:15.104013 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5618 | 2025.03.02 04:59:15.104123 [ 255 ] {a71c9bb1-a2f1-47cb-bbe3-41c067bd99ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5619 | 2025.03.02 04:59:15.104176 [ 255 ] {a71c9bb1-a2f1-47cb-bbe3-41c067bd99ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5620 | 2025.03.02 04:59:15.104691 [ 255 ] {a71c9bb1-a2f1-47cb-bbe3-41c067bd99ba} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5621 | 2025.03.02 04:59:15.104732 [ 255 ] {a71c9bb1-a2f1-47cb-bbe3-41c067bd99ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5622 | 2025.03.02 04:59:15.105108 [ 255 ] {a71c9bb1-a2f1-47cb-bbe3-41c067bd99ba} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5623 | 2025.03.02 04:59:15.105342 [ 255 ] {a71c9bb1-a2f1-47cb-bbe3-41c067bd99ba} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5624 | 2025.03.02 04:59:15.105588 [ 255 ] {a71c9bb1-a2f1-47cb-bbe3-41c067bd99ba} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001487 sec., 28244.788164088768 rows/sec., 1.97 MiB/sec. | ||
| 5625 | 2025.03.02 04:59:15.105743 [ 255 ] {a71c9bb1-a2f1-47cb-bbe3-41c067bd99ba} <Debug> TCPHandler: Processed in 0.001796033 sec. | ||
| 5626 | 2025.03.02 04:59:15.105983 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5627 | 2025.03.02 04:59:15.106094 [ 255 ] {2cb091aa-3166-4ce8-b8b3-e485394c0516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5628 | 2025.03.02 04:59:15.106144 [ 255 ] {2cb091aa-3166-4ce8-b8b3-e485394c0516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5629 | 2025.03.02 04:59:15.106590 [ 255 ] {2cb091aa-3166-4ce8-b8b3-e485394c0516} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5630 | 2025.03.02 04:59:15.106629 [ 255 ] {2cb091aa-3166-4ce8-b8b3-e485394c0516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5631 | 2025.03.02 04:59:15.106981 [ 255 ] {2cb091aa-3166-4ce8-b8b3-e485394c0516} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5632 | 2025.03.02 04:59:15.107216 [ 255 ] {2cb091aa-3166-4ce8-b8b3-e485394c0516} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5633 | 2025.03.02 04:59:15.107471 [ 255 ] {2cb091aa-3166-4ce8-b8b3-e485394c0516} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001393 sec., 11486.00143575018 rows/sec., 796.39 KiB/sec. | ||
| 5634 | 2025.03.02 04:59:15.107616 [ 255 ] {2cb091aa-3166-4ce8-b8b3-e485394c0516} <Debug> TCPHandler: Processed in 0.001715882 sec. | ||
| 5635 | 2025.03.02 04:59:15.928349 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5636 | 2025.03.02 04:59:15.929052 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5637 | 2025.03.02 04:59:15.929105 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5638 | 2025.03.02 04:59:15.929611 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5639 | 2025.03.02 04:59:15.929870 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5640 | 2025.03.02 04:59:15.930097 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5641 | 2025.03.02 04:59:16.802543 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5642 | 2025.03.02 04:59:16.821236 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5643 | 2025.03.02 04:59:16.821287 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5644 | 2025.03.02 04:59:16.828699 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5645 | 2025.03.02 04:59:16.829463 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5646 | 2025.03.02 04:59:16.831975 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5647 | 2025.03.02 04:59:20.111981 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5648 | 2025.03.02 04:59:20.112189 [ 255 ] {408b163d-9f9c-4504-a791-ea291892fbb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5649 | 2025.03.02 04:59:20.112271 [ 255 ] {408b163d-9f9c-4504-a791-ea291892fbb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5650 | 2025.03.02 04:59:20.113215 [ 255 ] {408b163d-9f9c-4504-a791-ea291892fbb0} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5651 | 2025.03.02 04:59:20.113261 [ 255 ] {408b163d-9f9c-4504-a791-ea291892fbb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5652 | 2025.03.02 04:59:20.113731 [ 255 ] {408b163d-9f9c-4504-a791-ea291892fbb0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5653 | 2025.03.02 04:59:20.113984 [ 255 ] {408b163d-9f9c-4504-a791-ea291892fbb0} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5654 | 2025.03.02 04:59:20.114212 [ 255 ] {408b163d-9f9c-4504-a791-ea291892fbb0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002072 sec., 102316.60231660231 rows/sec., 6.51 MiB/sec. | ||
| 5655 | 2025.03.02 04:59:20.114395 [ 255 ] {408b163d-9f9c-4504-a791-ea291892fbb0} <Debug> TCPHandler: Processed in 0.002547973 sec. | ||
| 5656 | 2025.03.02 04:59:20.114572 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5657 | 2025.03.02 04:59:20.114685 [ 255 ] {9e51c18b-9f0e-4198-ac73-d3a4b222ec02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5658 | 2025.03.02 04:59:20.114735 [ 255 ] {9e51c18b-9f0e-4198-ac73-d3a4b222ec02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5659 | 2025.03.02 04:59:20.115620 [ 255 ] {9e51c18b-9f0e-4198-ac73-d3a4b222ec02} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5660 | 2025.03.02 04:59:20.115659 [ 255 ] {9e51c18b-9f0e-4198-ac73-d3a4b222ec02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5661 | 2025.03.02 04:59:20.116075 [ 255 ] {9e51c18b-9f0e-4198-ac73-d3a4b222ec02} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5662 | 2025.03.02 04:59:20.116311 [ 255 ] {9e51c18b-9f0e-4198-ac73-d3a4b222ec02} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5663 | 2025.03.02 04:59:20.116534 [ 255 ] {9e51c18b-9f0e-4198-ac73-d3a4b222ec02} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001867 sec., 366898.7680771291 rows/sec., 29.19 MiB/sec. | ||
| 5664 | 2025.03.02 04:59:20.116598 [ 255 ] {9e51c18b-9f0e-4198-ac73-d3a4b222ec02} <Debug> TCPHandler: Processed in 0.002079897 sec. | ||
| 5665 | 2025.03.02 04:59:20.116844 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5666 | 2025.03.02 04:59:20.116976 [ 255 ] {e24dd4f5-d17a-4e95-9b8b-89611e74e934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5667 | 2025.03.02 04:59:20.117023 [ 255 ] {e24dd4f5-d17a-4e95-9b8b-89611e74e934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5668 | 2025.03.02 04:59:20.117597 [ 255 ] {e24dd4f5-d17a-4e95-9b8b-89611e74e934} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5669 | 2025.03.02 04:59:20.117635 [ 255 ] {e24dd4f5-d17a-4e95-9b8b-89611e74e934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5670 | 2025.03.02 04:59:20.117997 [ 255 ] {e24dd4f5-d17a-4e95-9b8b-89611e74e934} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5671 | 2025.03.02 04:59:20.118223 [ 255 ] {e24dd4f5-d17a-4e95-9b8b-89611e74e934} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5672 | 2025.03.02 04:59:20.118399 [ 255 ] {e24dd4f5-d17a-4e95-9b8b-89611e74e934} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001449 sec., 96618.35748792271 rows/sec., 6.03 MiB/sec. | ||
| 5673 | 2025.03.02 04:59:20.118450 [ 255 ] {e24dd4f5-d17a-4e95-9b8b-89611e74e934} <Debug> TCPHandler: Processed in 0.001698662 sec. | ||
| 5674 | 2025.03.02 04:59:20.118565 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5675 | 2025.03.02 04:59:20.118671 [ 255 ] {a71b884c-f43d-4c1a-9c01-33211c03cda8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5676 | 2025.03.02 04:59:20.118716 [ 255 ] {a71b884c-f43d-4c1a-9c01-33211c03cda8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5677 | 2025.03.02 04:59:20.119259 [ 255 ] {a71b884c-f43d-4c1a-9c01-33211c03cda8} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5678 | 2025.03.02 04:59:20.119297 [ 255 ] {a71b884c-f43d-4c1a-9c01-33211c03cda8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5679 | 2025.03.02 04:59:20.119633 [ 255 ] {a71b884c-f43d-4c1a-9c01-33211c03cda8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5680 | 2025.03.02 04:59:20.119863 [ 255 ] {a71b884c-f43d-4c1a-9c01-33211c03cda8} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5681 | 2025.03.02 04:59:20.120083 [ 255 ] {a71b884c-f43d-4c1a-9c01-33211c03cda8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001419 sec., 79633.54474982382 rows/sec., 5.15 MiB/sec. | ||
| 5682 | 2025.03.02 04:59:20.120246 [ 255 ] {a71b884c-f43d-4c1a-9c01-33211c03cda8} <Debug> TCPHandler: Processed in 0.001727062 sec. | ||
| 5683 | 2025.03.02 04:59:20.120430 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5684 | 2025.03.02 04:59:20.120536 [ 255 ] {2b0b6640-5eea-428b-972c-185bf69bb5c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5685 | 2025.03.02 04:59:20.120582 [ 255 ] {2b0b6640-5eea-428b-972c-185bf69bb5c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5686 | 2025.03.02 04:59:20.121151 [ 255 ] {2b0b6640-5eea-428b-972c-185bf69bb5c9} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5687 | 2025.03.02 04:59:20.121190 [ 255 ] {2b0b6640-5eea-428b-972c-185bf69bb5c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5688 | 2025.03.02 04:59:20.121530 [ 255 ] {2b0b6640-5eea-428b-972c-185bf69bb5c9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5689 | 2025.03.02 04:59:20.121753 [ 255 ] {2b0b6640-5eea-428b-972c-185bf69bb5c9} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5690 | 2025.03.02 04:59:20.122006 [ 255 ] {2b0b6640-5eea-428b-972c-185bf69bb5c9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001492 sec., 75067.02412868633 rows/sec., 4.28 MiB/sec. | ||
| 5691 | 2025.03.02 04:59:20.122194 [ 255 ] {2b0b6640-5eea-428b-972c-185bf69bb5c9} <Debug> TCPHandler: Processed in 0.001823263 sec. | ||
| 5692 | 2025.03.02 04:59:20.122326 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5693 | 2025.03.02 04:59:20.122429 [ 255 ] {6a10f744-89c0-47f3-9a59-c4c60956c7fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5694 | 2025.03.02 04:59:20.122475 [ 255 ] {6a10f744-89c0-47f3-9a59-c4c60956c7fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5695 | 2025.03.02 04:59:20.123156 [ 255 ] {6a10f744-89c0-47f3-9a59-c4c60956c7fe} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5696 | 2025.03.02 04:59:20.123196 [ 255 ] {6a10f744-89c0-47f3-9a59-c4c60956c7fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5697 | 2025.03.02 04:59:20.123553 [ 255 ] {6a10f744-89c0-47f3-9a59-c4c60956c7fe} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5698 | 2025.03.02 04:59:20.123787 [ 255 ] {6a10f744-89c0-47f3-9a59-c4c60956c7fe} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5699 | 2025.03.02 04:59:20.123999 [ 255 ] {6a10f744-89c0-47f3-9a59-c4c60956c7fe} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001591 sec., 261470.77309868007 rows/sec., 18.60 MiB/sec. | ||
| 5700 | 2025.03.02 04:59:20.124050 [ 255 ] {6a10f744-89c0-47f3-9a59-c4c60956c7fe} <Debug> TCPHandler: Processed in 0.001773343 sec. | ||
| 5701 | 2025.03.02 04:59:20.124183 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5702 | 2025.03.02 04:59:20.124320 [ 255 ] {2d9af53e-e8c4-4d8c-bf78-e300f8b87f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5703 | 2025.03.02 04:59:20.124378 [ 255 ] {2d9af53e-e8c4-4d8c-bf78-e300f8b87f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5704 | 2025.03.02 04:59:20.124911 [ 255 ] {2d9af53e-e8c4-4d8c-bf78-e300f8b87f41} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5705 | 2025.03.02 04:59:20.124957 [ 255 ] {2d9af53e-e8c4-4d8c-bf78-e300f8b87f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5706 | 2025.03.02 04:59:20.125330 [ 255 ] {2d9af53e-e8c4-4d8c-bf78-e300f8b87f41} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5707 | 2025.03.02 04:59:20.125563 [ 255 ] {2d9af53e-e8c4-4d8c-bf78-e300f8b87f41} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5708 | 2025.03.02 04:59:20.125727 [ 125 ] {} <Debug> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 5709 | 2025.03.02 04:59:20.125794 [ 255 ] {2d9af53e-e8c4-4d8c-bf78-e300f8b87f41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 209.12 KiB/sec. | ||
| 5710 | 2025.03.02 04:59:20.125801 [ 125 ] {} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5711 | 2025.03.02 04:59:20.125875 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5712 | 2025.03.02 04:59:20.125909 [ 255 ] {2d9af53e-e8c4-4d8c-bf78-e300f8b87f41} <Debug> TCPHandler: Processed in 0.001783963 sec. | ||
| 5713 | 2025.03.02 04:59:20.126224 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5714 | 2025.03.02 04:59:20.126238 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 5715 | 2025.03.02 04:59:20.126565 [ 255 ] {3eb9c49a-429f-4493-ac94-027e167f441d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5716 | 2025.03.02 04:59:20.126663 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5717 | 2025.03.02 04:59:20.126677 [ 255 ] {3eb9c49a-429f-4493-ac94-027e167f441d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5718 | 2025.03.02 04:59:20.126765 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part | ||
| 5719 | 2025.03.02 04:59:20.127048 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 5720 | 2025.03.02 04:59:20.127318 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::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 | ||
| 5721 | 2025.03.02 04:59:20.127583 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::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 | ||
| 5722 | 2025.03.02 04:59:20.127833 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::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 | ||
| 5723 | 2025.03.02 04:59:20.128211 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::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 | ||
| 5724 | 2025.03.02 04:59:20.129688 [ 255 ] {3eb9c49a-429f-4493-ac94-027e167f441d} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5725 | 2025.03.02 04:59:20.129765 [ 255 ] {3eb9c49a-429f-4493-ac94-027e167f441d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5726 | 2025.03.02 04:59:20.130801 [ 255 ] {3eb9c49a-429f-4493-ac94-027e167f441d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5727 | 2025.03.02 04:59:20.131219 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.005236388 sec., 17187.420030754023 rows/sec., 897.98 KiB/sec. | ||
| 5728 | 2025.03.02 04:59:20.131324 [ 255 ] {3eb9c49a-429f-4493-ac94-027e167f441d} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5729 | 2025.03.02 04:59:20.131424 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5730 | 2025.03.02 04:59:20.131710 [ 255 ] {3eb9c49a-429f-4493-ac94-027e167f441d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005276 sec., 44920.39423805913 rows/sec., 3.01 MiB/sec. | ||
| 5731 | 2025.03.02 04:59:20.131870 [ 255 ] {3eb9c49a-429f-4493-ac94-027e167f441d} <Debug> TCPHandler: Processed in 0.005769495 sec. | ||
| 5732 | 2025.03.02 04:59:20.132024 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_15_3} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5733 | 2025.03.02 04:59:20.132072 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5734 | 2025.03.02 04:59:20.132150 [ 193 ] {7d1517be-ec41-4430-b35c-d76c9730d092::all_1_15_3} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 5735 | 2025.03.02 04:59:20.132263 [ 255 ] {6129fa93-5be4-4282-94b1-ef53a9485eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5736 | 2025.03.02 04:59:20.132302 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5737 | 2025.03.02 04:59:20.132351 [ 255 ] {6129fa93-5be4-4282-94b1-ef53a9485eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5738 | 2025.03.02 04:59:20.132824 [ 255 ] {6129fa93-5be4-4282-94b1-ef53a9485eba} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2025.03.02 04:59:20.132863 [ 255 ] {6129fa93-5be4-4282-94b1-ef53a9485eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5740 | 2025.03.02 04:59:20.133216 [ 255 ] {6129fa93-5be4-4282-94b1-ef53a9485eba} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5741 | 2025.03.02 04:59:20.133457 [ 255 ] {6129fa93-5be4-4282-94b1-ef53a9485eba} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2025.03.02 04:59:20.133710 [ 255 ] {6129fa93-5be4-4282-94b1-ef53a9485eba} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 5743 | 2025.03.02 04:59:20.133898 [ 255 ] {6129fa93-5be4-4282-94b1-ef53a9485eba} <Debug> TCPHandler: Processed in 0.001897135 sec. | ||
| 5744 | 2025.03.02 04:59:20.134046 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5745 | 2025.03.02 04:59:20.134150 [ 255 ] {2449aa00-9268-44cb-b2b2-f30ed08fb1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5746 | 2025.03.02 04:59:20.134221 [ 255 ] {2449aa00-9268-44cb-b2b2-f30ed08fb1cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5747 | 2025.03.02 04:59:20.135356 [ 255 ] {2449aa00-9268-44cb-b2b2-f30ed08fb1cb} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5748 | 2025.03.02 04:59:20.135394 [ 255 ] {2449aa00-9268-44cb-b2b2-f30ed08fb1cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5749 | 2025.03.02 04:59:20.136033 [ 255 ] {2449aa00-9268-44cb-b2b2-f30ed08fb1cb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5750 | 2025.03.02 04:59:20.136294 [ 255 ] {2449aa00-9268-44cb-b2b2-f30ed08fb1cb} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5751 | 2025.03.02 04:59:20.136572 [ 255 ] {2449aa00-9268-44cb-b2b2-f30ed08fb1cb} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002445 sec., 13905.930470347648 rows/sec., 24.92 MiB/sec. | ||
| 5752 | 2025.03.02 04:59:20.137077 [ 255 ] {2449aa00-9268-44cb-b2b2-f30ed08fb1cb} <Debug> TCPHandler: Processed in 0.00307733 sec. | ||
| 5753 | 2025.03.02 04:59:20.137192 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5754 | 2025.03.02 04:59:20.137297 [ 255 ] {d18f07e3-147d-4860-b3a8-a3b666bfebdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5755 | 2025.03.02 04:59:20.137343 [ 255 ] {d18f07e3-147d-4860-b3a8-a3b666bfebdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5756 | 2025.03.02 04:59:20.137794 [ 255 ] {d18f07e3-147d-4860-b3a8-a3b666bfebdb} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5757 | 2025.03.02 04:59:20.137834 [ 255 ] {d18f07e3-147d-4860-b3a8-a3b666bfebdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5758 | 2025.03.02 04:59:20.138186 [ 255 ] {d18f07e3-147d-4860-b3a8-a3b666bfebdb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5759 | 2025.03.02 04:59:20.138419 [ 255 ] {d18f07e3-147d-4860-b3a8-a3b666bfebdb} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5760 | 2025.03.02 04:59:20.138648 [ 255 ] {d18f07e3-147d-4860-b3a8-a3b666bfebdb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 3.79 MiB/sec. | ||
| 5761 | 2025.03.02 04:59:20.138840 [ 255 ] {d18f07e3-147d-4860-b3a8-a3b666bfebdb} <Debug> TCPHandler: Processed in 0.001690502 sec. | ||
| 5762 | 2025.03.02 04:59:23.295156 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5763 | 2025.03.02 04:59:23.295229 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5764 | 2025.03.02 04:59:23.430258 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5765 | 2025.03.02 04:59:23.431142 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5766 | 2025.03.02 04:59:23.431217 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5767 | 2025.03.02 04:59:23.431805 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5768 | 2025.03.02 04:59:23.432053 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5769 | 2025.03.02 04:59:23.432324 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5770 | 2025.03.02 04:59:23.482733 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 832 | ||
| 5771 | 2025.03.02 04:59:23.486491 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5772 | 2025.03.02 04:59:23.486553 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5773 | 2025.03.02 04:59:23.488027 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5774 | 2025.03.02 04:59:23.488325 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5775 | 2025.03.02 04:59:23.488874 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 832 | ||
| 5776 | 2025.03.02 04:59:24.332080 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5777 | 2025.03.02 04:59:24.353849 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5778 | 2025.03.02 04:59:24.353905 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5779 | 2025.03.02 04:59:24.361574 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5780 | 2025.03.02 04:59:24.362358 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2025.03.02 04:59:24.365079 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5782 | 2025.03.02 04:59:24.533568 [ 148 ] {} <Debug> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5783 | 2025.03.02 04:59:24.533633 [ 148 ] {} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5784 | 2025.03.02 04:59:24.533660 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5785 | 2025.03.02 04:59:24.533865 [ 187 ] {7e0e9b31-a209-4249-adb8-3c380d643380::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 | ||
| 5786 | 2025.03.02 04:59:24.534062 [ 187 ] {7e0e9b31-a209-4249-adb8-3c380d643380::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5787 | 2025.03.02 04:59:24.534106 [ 187 ] {7e0e9b31-a209-4249-adb8-3c380d643380::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 5788 | 2025.03.02 04:59:24.534190 [ 187 ] {7e0e9b31-a209-4249-adb8-3c380d643380::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 5789 | 2025.03.02 04:59:24.534451 [ 187 ] {7e0e9b31-a209-4249-adb8-3c380d643380::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 5790 | 2025.03.02 04:59:24.534638 [ 187 ] {7e0e9b31-a209-4249-adb8-3c380d643380::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 5791 | 2025.03.02 04:59:24.534788 [ 187 ] {7e0e9b31-a209-4249-adb8-3c380d643380::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 5792 | 2025.03.02 04:59:24.535991 [ 198 ] {7e0e9b31-a209-4249-adb8-3c380d643380::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002248649 sec., 20456.727572867087 rows/sec., 1.71 MiB/sec. | ||
| 5793 | 2025.03.02 04:59:24.536186 [ 196 ] {7e0e9b31-a209-4249-adb8-3c380d643380::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5794 | 2025.03.02 04:59:24.536513 [ 196 ] {7e0e9b31-a209-4249-adb8-3c380d643380::all_1_5_1} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5795 | 2025.03.02 04:59:24.536601 [ 196 ] {7e0e9b31-a209-4249-adb8-3c380d643380::all_1_5_1} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5796 | 2025.03.02 04:59:24.536696 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5797 | 2025.03.02 04:59:25.105213 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5798 | 2025.03.02 04:59:25.105408 [ 255 ] {084fd239-76ce-4b8b-b3a5-343b97f16360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5799 | 2025.03.02 04:59:25.105484 [ 255 ] {084fd239-76ce-4b8b-b3a5-343b97f16360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5800 | 2025.03.02 04:59:25.106301 [ 255 ] {084fd239-76ce-4b8b-b3a5-343b97f16360} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5801 | 2025.03.02 04:59:25.106358 [ 255 ] {084fd239-76ce-4b8b-b3a5-343b97f16360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5802 | 2025.03.02 04:59:25.106810 [ 255 ] {084fd239-76ce-4b8b-b3a5-343b97f16360} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5803 | 2025.03.02 04:59:25.107076 [ 255 ] {084fd239-76ce-4b8b-b3a5-343b97f16360} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5804 | 2025.03.02 04:59:25.107288 [ 148 ] {} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 5805 | 2025.03.02 04:59:25.107363 [ 255 ] {084fd239-76ce-4b8b-b3a5-343b97f16360} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001996 sec., 33066.13226452906 rows/sec., 2.62 MiB/sec. | ||
| 5806 | 2025.03.02 04:59:25.107368 [ 148 ] {} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5807 | 2025.03.02 04:59:25.107462 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5808 | 2025.03.02 04:59:25.107524 [ 255 ] {084fd239-76ce-4b8b-b3a5-343b97f16360} <Debug> TCPHandler: Processed in 0.002449632 sec. | ||
| 5809 | 2025.03.02 04:59:25.107811 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5810 | 2025.03.02 04:59:25.107848 [ 198 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 5811 | 2025.03.02 04:59:25.108172 [ 255 ] {c78df42e-79f1-4208-8107-5301311d83b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5812 | 2025.03.02 04:59:25.108360 [ 255 ] {c78df42e-79f1-4208-8107-5301311d83b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5813 | 2025.03.02 04:59:25.108373 [ 198 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5814 | 2025.03.02 04:59:25.108498 [ 198 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 1845 rows starting from the beginning of the part | ||
| 5815 | 2025.03.02 04:59:25.108800 [ 198 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 685 rows starting from the beginning of the part | ||
| 5816 | 2025.03.02 04:59:25.109231 [ 198 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1213 rows starting from the beginning of the part | ||
| 5817 | 2025.03.02 04:59:25.109631 [ 198 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 5818 | 2025.03.02 04:59:25.109937 [ 198 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 685 rows starting from the beginning of the part | ||
| 5819 | 2025.03.02 04:59:25.110477 [ 198 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 66 rows starting from the beginning of the part | ||
| 5820 | 2025.03.02 04:59:25.111457 [ 255 ] {c78df42e-79f1-4208-8107-5301311d83b4} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5821 | 2025.03.02 04:59:25.111538 [ 255 ] {c78df42e-79f1-4208-8107-5301311d83b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5822 | 2025.03.02 04:59:25.112551 [ 255 ] {c78df42e-79f1-4208-8107-5301311d83b4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5823 | 2025.03.02 04:59:25.113130 [ 255 ] {c78df42e-79f1-4208-8107-5301311d83b4} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5824 | 2025.03.02 04:59:25.113445 [ 148 ] {} <Debug> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5825 | 2025.03.02 04:59:25.113536 [ 148 ] {} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5826 | 2025.03.02 04:59:25.113577 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5827 | 2025.03.02 04:59:25.113607 [ 255 ] {c78df42e-79f1-4208-8107-5301311d83b4} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.005564 sec., 898.6340762041696 rows/sec., 67.57 KiB/sec. | ||
| 5828 | 2025.03.02 04:59:25.113918 [ 255 ] {c78df42e-79f1-4208-8107-5301311d83b4} <Debug> TCPHandler: Processed in 0.006207541 sec. | ||
| 5829 | 2025.03.02 04:59:25.113932 [ 196 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::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 | ||
| 5830 | 2025.03.02 04:59:25.114173 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5831 | 2025.03.02 04:59:25.114421 [ 196 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5832 | 2025.03.02 04:59:25.114536 [ 255 ] {6266e2c7-db1f-49b1-bdb1-19ffe5e59aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5833 | 2025.03.02 04:59:25.114600 [ 196 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 163 rows starting from the beginning of the part | ||
| 5834 | 2025.03.02 04:59:25.114708 [ 255 ] {6266e2c7-db1f-49b1-bdb1-19ffe5e59aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5835 | 2025.03.02 04:59:25.115092 [ 191 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.007462908 sec., 609681.9095183808 rows/sec., 51.65 MiB/sec. | ||
| 5836 | 2025.03.02 04:59:25.115119 [ 196 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 5 rows starting from the beginning of the part | ||
| 5837 | 2025.03.02 04:59:25.115490 [ 196 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 140 rows starting from the beginning of the part | ||
| 5838 | 2025.03.02 04:59:25.115625 [ 188 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 5839 | 2025.03.02 04:59:25.116045 [ 196 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 19 rows starting from the beginning of the part | ||
| 5840 | 2025.03.02 04:59:25.116719 [ 196 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 140 rows starting from the beginning of the part | ||
| 5841 | 2025.03.02 04:59:25.117172 [ 191 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5842 | 2025.03.02 04:59:25.117267 [ 196 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 5 rows starting from the beginning of the part | ||
| 5843 | 2025.03.02 04:59:25.117493 [ 191 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_45_9} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 5844 | 2025.03.02 04:59:25.117836 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 5845 | 2025.03.02 04:59:25.118603 [ 255 ] {6266e2c7-db1f-49b1-bdb1-19ffe5e59aa2} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5846 | 2025.03.02 04:59:25.118666 [ 255 ] {6266e2c7-db1f-49b1-bdb1-19ffe5e59aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5847 | 2025.03.02 04:59:25.119673 [ 255 ] {6266e2c7-db1f-49b1-bdb1-19ffe5e59aa2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5848 | 2025.03.02 04:59:25.120311 [ 255 ] {6266e2c7-db1f-49b1-bdb1-19ffe5e59aa2} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2025.03.02 04:59:25.120407 [ 196 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 5 columns (5 merged, 0 gathered) in 0.006739388 sec., 70036.03294542473 rows/sec., 4.70 MiB/sec. | ||
| 5850 | 2025.03.02 04:59:25.120582 [ 147 ] {} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 5851 | 2025.03.02 04:59:25.120682 [ 147 ] {} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5852 | 2025.03.02 04:59:25.120700 [ 196 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5853 | 2025.03.02 04:59:25.120739 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5854 | 2025.03.02 04:59:25.120779 [ 255 ] {6266e2c7-db1f-49b1-bdb1-19ffe5e59aa2} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.006354 sec., 10859.301227573182 rows/sec., 868.06 KiB/sec. | ||
| 5855 | 2025.03.02 04:59:25.121182 [ 255 ] {6266e2c7-db1f-49b1-bdb1-19ffe5e59aa2} <Debug> TCPHandler: Processed in 0.007131463 sec. | ||
| 5856 | 2025.03.02 04:59:25.121193 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 5857 | 2025.03.02 04:59:25.121455 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5858 | 2025.03.02 04:59:25.121489 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5859 | 2025.03.02 04:59:25.121578 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 913 rows starting from the beginning of the part | ||
| 5860 | 2025.03.02 04:59:25.121677 [ 190 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_31_6} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5861 | 2025.03.02 04:59:25.121698 [ 255 ] {d719446b-b39b-4a26-b393-d39e2dfb6455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5862 | 2025.03.02 04:59:25.122026 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 416 rows starting from the beginning of the part | ||
| 5863 | 2025.03.02 04:59:25.122054 [ 255 ] {d719446b-b39b-4a26-b393-d39e2dfb6455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5864 | 2025.03.02 04:59:25.122243 [ 190 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_31_6} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5865 | 2025.03.02 04:59:25.122421 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 539 rows starting from the beginning of the part | ||
| 5866 | 2025.03.02 04:59:25.122753 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5867 | 2025.03.02 04:59:25.122978 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 5868 | 2025.03.02 04:59:25.123196 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 416 rows starting from the beginning of the part | ||
| 5869 | 2025.03.02 04:59:25.123439 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 69 rows starting from the beginning of the part | ||
| 5870 | 2025.03.02 04:59:25.124222 [ 255 ] {d719446b-b39b-4a26-b393-d39e2dfb6455} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5871 | 2025.03.02 04:59:25.124272 [ 255 ] {d719446b-b39b-4a26-b393-d39e2dfb6455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5872 | 2025.03.02 04:59:25.124892 [ 255 ] {d719446b-b39b-4a26-b393-d39e2dfb6455} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5873 | 2025.03.02 04:59:25.125150 [ 255 ] {d719446b-b39b-4a26-b393-d39e2dfb6455} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5874 | 2025.03.02 04:59:25.125414 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.004534069 sec., 533075.2575666581 rows/sec., 40.83 MiB/sec. | ||
| 5875 | 2025.03.02 04:59:25.125479 [ 255 ] {d719446b-b39b-4a26-b393-d39e2dfb6455} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003868 sec., 41365.04653567736 rows/sec., 2.88 MiB/sec. | ||
| 5876 | 2025.03.02 04:59:25.125574 [ 255 ] {d719446b-b39b-4a26-b393-d39e2dfb6455} <Debug> TCPHandler: Processed in 0.004240975 sec. | ||
| 5877 | 2025.03.02 04:59:25.125757 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5878 | 2025.03.02 04:59:25.125793 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 5879 | 2025.03.02 04:59:25.125961 [ 255 ] {e658109a-0253-4adb-bb4e-3f3864adb8b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5880 | 2025.03.02 04:59:25.126096 [ 255 ] {e658109a-0253-4adb-bb4e-3f3864adb8b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5881 | 2025.03.02 04:59:25.126553 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5882 | 2025.03.02 04:59:25.126817 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_45_9} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 5883 | 2025.03.02 04:59:25.127029 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5884 | 2025.03.02 04:59:25.127834 [ 255 ] {e658109a-0253-4adb-bb4e-3f3864adb8b8} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5885 | 2025.03.02 04:59:25.127876 [ 255 ] {e658109a-0253-4adb-bb4e-3f3864adb8b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5886 | 2025.03.02 04:59:25.128499 [ 255 ] {e658109a-0253-4adb-bb4e-3f3864adb8b8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5887 | 2025.03.02 04:59:25.128753 [ 255 ] {e658109a-0253-4adb-bb4e-3f3864adb8b8} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5888 | 2025.03.02 04:59:25.129003 [ 255 ] {e658109a-0253-4adb-bb4e-3f3864adb8b8} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.003138 sec., 1593.3715742511154 rows/sec., 2.86 MiB/sec. | ||
| 5889 | 2025.03.02 04:59:25.129513 [ 255 ] {e658109a-0253-4adb-bb4e-3f3864adb8b8} <Debug> TCPHandler: Processed in 0.003814929 sec. | ||
| 5890 | 2025.03.02 04:59:25.129674 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5891 | 2025.03.02 04:59:25.129779 [ 255 ] {1ab20c64-d8d7-44d1-b026-64f446a06562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5892 | 2025.03.02 04:59:25.129826 [ 255 ] {1ab20c64-d8d7-44d1-b026-64f446a06562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5893 | 2025.03.02 04:59:25.130290 [ 255 ] {1ab20c64-d8d7-44d1-b026-64f446a06562} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5894 | 2025.03.02 04:59:25.130327 [ 255 ] {1ab20c64-d8d7-44d1-b026-64f446a06562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5895 | 2025.03.02 04:59:25.130694 [ 255 ] {1ab20c64-d8d7-44d1-b026-64f446a06562} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5896 | 2025.03.02 04:59:25.130930 [ 255 ] {1ab20c64-d8d7-44d1-b026-64f446a06562} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5897 | 2025.03.02 04:59:25.131120 [ 255 ] {1ab20c64-d8d7-44d1-b026-64f446a06562} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
| 5898 | 2025.03.02 04:59:25.131235 [ 255 ] {1ab20c64-d8d7-44d1-b026-64f446a06562} <Debug> TCPHandler: Processed in 0.001609451 sec. | ||
| 5899 | 2025.03.02 04:59:30.112476 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5900 | 2025.03.02 04:59:30.112802 [ 255 ] {8dfc9e30-264f-4670-9cab-513f19b96087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5901 | 2025.03.02 04:59:30.112916 [ 255 ] {8dfc9e30-264f-4670-9cab-513f19b96087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5902 | 2025.03.02 04:59:30.113927 [ 255 ] {8dfc9e30-264f-4670-9cab-513f19b96087} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5903 | 2025.03.02 04:59:30.113972 [ 255 ] {8dfc9e30-264f-4670-9cab-513f19b96087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5904 | 2025.03.02 04:59:30.114410 [ 255 ] {8dfc9e30-264f-4670-9cab-513f19b96087} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5905 | 2025.03.02 04:59:30.114662 [ 255 ] {8dfc9e30-264f-4670-9cab-513f19b96087} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5906 | 2025.03.02 04:59:30.114894 [ 255 ] {8dfc9e30-264f-4670-9cab-513f19b96087} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002168 sec., 97785.9778597786 rows/sec., 6.22 MiB/sec. | ||
| 5907 | 2025.03.02 04:59:30.115086 [ 255 ] {8dfc9e30-264f-4670-9cab-513f19b96087} <Debug> TCPHandler: Processed in 0.002788716 sec. | ||
| 5908 | 2025.03.02 04:59:30.115263 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5909 | 2025.03.02 04:59:30.115376 [ 255 ] {e9f5e230-a073-4264-b2b8-9c261cc256d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5910 | 2025.03.02 04:59:30.115425 [ 255 ] {e9f5e230-a073-4264-b2b8-9c261cc256d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5911 | 2025.03.02 04:59:30.115981 [ 255 ] {e9f5e230-a073-4264-b2b8-9c261cc256d4} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5912 | 2025.03.02 04:59:30.116020 [ 255 ] {e9f5e230-a073-4264-b2b8-9c261cc256d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5913 | 2025.03.02 04:59:30.116357 [ 255 ] {e9f5e230-a073-4264-b2b8-9c261cc256d4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5914 | 2025.03.02 04:59:30.116601 [ 255 ] {e9f5e230-a073-4264-b2b8-9c261cc256d4} <Trace> oximeter.fields_ipaddr (7e0e9b31-a209-4249-adb8-3c380d643380): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5915 | 2025.03.02 04:59:30.116779 [ 255 ] {e9f5e230-a073-4264-b2b8-9c261cc256d4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001432 sec., 2793.296089385475 rows/sec., 227.77 KiB/sec. | ||
| 5916 | 2025.03.02 04:59:30.116832 [ 255 ] {e9f5e230-a073-4264-b2b8-9c261cc256d4} <Debug> TCPHandler: Processed in 0.001623481 sec. | ||
| 5917 | 2025.03.02 04:59:30.116936 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5918 | 2025.03.02 04:59:30.117040 [ 255 ] {2340579f-2995-40ee-8743-49e9e52061d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5919 | 2025.03.02 04:59:30.117084 [ 255 ] {2340579f-2995-40ee-8743-49e9e52061d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5920 | 2025.03.02 04:59:30.117913 [ 255 ] {2340579f-2995-40ee-8743-49e9e52061d9} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5921 | 2025.03.02 04:59:30.117950 [ 255 ] {2340579f-2995-40ee-8743-49e9e52061d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5922 | 2025.03.02 04:59:30.118336 [ 255 ] {2340579f-2995-40ee-8743-49e9e52061d9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5923 | 2025.03.02 04:59:30.118567 [ 255 ] {2340579f-2995-40ee-8743-49e9e52061d9} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5924 | 2025.03.02 04:59:30.118740 [ 255 ] {2340579f-2995-40ee-8743-49e9e52061d9} <Debug> executeQuery: Read 687 rows, 55.95 KiB in 0.001722 sec., 398954.7038327526 rows/sec., 31.73 MiB/sec. | ||
| 5925 | 2025.03.02 04:59:30.118791 [ 255 ] {2340579f-2995-40ee-8743-49e9e52061d9} <Debug> TCPHandler: Processed in 0.001903574 sec. | ||
| 5926 | 2025.03.02 04:59:30.118903 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5927 | 2025.03.02 04:59:30.119009 [ 255 ] {6e909927-6469-4c97-9f15-26eb1d592d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5928 | 2025.03.02 04:59:30.119053 [ 255 ] {6e909927-6469-4c97-9f15-26eb1d592d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5929 | 2025.03.02 04:59:30.119612 [ 255 ] {6e909927-6469-4c97-9f15-26eb1d592d1d} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2025.03.02 04:59:30.119650 [ 255 ] {6e909927-6469-4c97-9f15-26eb1d592d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5931 | 2025.03.02 04:59:30.119993 [ 255 ] {6e909927-6469-4c97-9f15-26eb1d592d1d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5932 | 2025.03.02 04:59:30.120223 [ 255 ] {6e909927-6469-4c97-9f15-26eb1d592d1d} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5933 | 2025.03.02 04:59:30.120398 [ 255 ] {6e909927-6469-4c97-9f15-26eb1d592d1d} <Debug> executeQuery: Read 144 rows, 9.22 KiB in 0.001412 sec., 101983.00283286118 rows/sec., 6.38 MiB/sec. | ||
| 5934 | 2025.03.02 04:59:30.120448 [ 255 ] {6e909927-6469-4c97-9f15-26eb1d592d1d} <Debug> TCPHandler: Processed in 0.001594861 sec. | ||
| 5935 | 2025.03.02 04:59:30.120559 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5936 | 2025.03.02 04:59:30.120664 [ 255 ] {f6e7c377-5cc9-4099-9dc3-799cd9f262d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5937 | 2025.03.02 04:59:30.120708 [ 255 ] {f6e7c377-5cc9-4099-9dc3-799cd9f262d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5938 | 2025.03.02 04:59:30.121239 [ 255 ] {f6e7c377-5cc9-4099-9dc3-799cd9f262d2} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5939 | 2025.03.02 04:59:30.121277 [ 255 ] {f6e7c377-5cc9-4099-9dc3-799cd9f262d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5940 | 2025.03.02 04:59:30.121614 [ 255 ] {f6e7c377-5cc9-4099-9dc3-799cd9f262d2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5941 | 2025.03.02 04:59:30.121855 [ 255 ] {f6e7c377-5cc9-4099-9dc3-799cd9f262d2} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5942 | 2025.03.02 04:59:30.122045 [ 255 ] {f6e7c377-5cc9-4099-9dc3-799cd9f262d2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001399 sec., 80771.97998570406 rows/sec., 5.23 MiB/sec. | ||
| 5943 | 2025.03.02 04:59:30.122178 [ 255 ] {f6e7c377-5cc9-4099-9dc3-799cd9f262d2} <Debug> TCPHandler: Processed in 0.001666892 sec. | ||
| 5944 | 2025.03.02 04:59:30.122291 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5945 | 2025.03.02 04:59:30.122393 [ 255 ] {9e0b9cae-c183-48ca-b364-529b8813a45f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5946 | 2025.03.02 04:59:30.122436 [ 255 ] {9e0b9cae-c183-48ca-b364-529b8813a45f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5947 | 2025.03.02 04:59:30.122972 [ 255 ] {9e0b9cae-c183-48ca-b364-529b8813a45f} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5948 | 2025.03.02 04:59:30.123009 [ 255 ] {9e0b9cae-c183-48ca-b364-529b8813a45f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5949 | 2025.03.02 04:59:30.123347 [ 255 ] {9e0b9cae-c183-48ca-b364-529b8813a45f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5950 | 2025.03.02 04:59:30.123572 [ 255 ] {9e0b9cae-c183-48ca-b364-529b8813a45f} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5951 | 2025.03.02 04:59:30.123745 [ 255 ] {9e0b9cae-c183-48ca-b364-529b8813a45f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001375 sec., 81454.54545454546 rows/sec., 4.64 MiB/sec. | ||
| 5952 | 2025.03.02 04:59:30.123794 [ 255 ] {9e0b9cae-c183-48ca-b364-529b8813a45f} <Debug> TCPHandler: Processed in 0.001552481 sec. | ||
| 5953 | 2025.03.02 04:59:30.123906 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5954 | 2025.03.02 04:59:30.124009 [ 255 ] {53a52dfd-e8fd-460d-aed8-ef30ca94c92d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5955 | 2025.03.02 04:59:30.124053 [ 255 ] {53a52dfd-e8fd-460d-aed8-ef30ca94c92d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5956 | 2025.03.02 04:59:30.124710 [ 255 ] {53a52dfd-e8fd-460d-aed8-ef30ca94c92d} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5957 | 2025.03.02 04:59:30.124747 [ 255 ] {53a52dfd-e8fd-460d-aed8-ef30ca94c92d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5958 | 2025.03.02 04:59:30.125104 [ 255 ] {53a52dfd-e8fd-460d-aed8-ef30ca94c92d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5959 | 2025.03.02 04:59:30.125341 [ 255 ] {53a52dfd-e8fd-460d-aed8-ef30ca94c92d} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5960 | 2025.03.02 04:59:30.125520 [ 255 ] {53a52dfd-e8fd-460d-aed8-ef30ca94c92d} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001533 sec., 273972.602739726 rows/sec., 19.51 MiB/sec. | ||
| 5961 | 2025.03.02 04:59:30.125571 [ 255 ] {53a52dfd-e8fd-460d-aed8-ef30ca94c92d} <Debug> TCPHandler: Processed in 0.001714392 sec. | ||
| 5962 | 2025.03.02 04:59:30.125683 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5963 | 2025.03.02 04:59:30.125788 [ 255 ] {577b313a-09ad-4a42-9f32-00cb04042353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5964 | 2025.03.02 04:59:30.125835 [ 255 ] {577b313a-09ad-4a42-9f32-00cb04042353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5965 | 2025.03.02 04:59:30.126263 [ 255 ] {577b313a-09ad-4a42-9f32-00cb04042353} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5966 | 2025.03.02 04:59:30.126299 [ 255 ] {577b313a-09ad-4a42-9f32-00cb04042353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5967 | 2025.03.02 04:59:30.126637 [ 255 ] {577b313a-09ad-4a42-9f32-00cb04042353} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5968 | 2025.03.02 04:59:30.126875 [ 255 ] {577b313a-09ad-4a42-9f32-00cb04042353} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5969 | 2025.03.02 04:59:30.127099 [ 255 ] {577b313a-09ad-4a42-9f32-00cb04042353} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec. | ||
| 5970 | 2025.03.02 04:59:30.127300 [ 255 ] {577b313a-09ad-4a42-9f32-00cb04042353} <Debug> TCPHandler: Processed in 0.001661241 sec. | ||
| 5971 | 2025.03.02 04:59:30.127461 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5972 | 2025.03.02 04:59:30.127567 [ 255 ] {f0d5bb91-512f-4b20-af41-399a6b311b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5973 | 2025.03.02 04:59:30.127617 [ 255 ] {f0d5bb91-512f-4b20-af41-399a6b311b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5974 | 2025.03.02 04:59:30.128165 [ 255 ] {f0d5bb91-512f-4b20-af41-399a6b311b72} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5975 | 2025.03.02 04:59:30.128203 [ 255 ] {f0d5bb91-512f-4b20-af41-399a6b311b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5976 | 2025.03.02 04:59:30.128571 [ 255 ] {f0d5bb91-512f-4b20-af41-399a6b311b72} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5977 | 2025.03.02 04:59:30.128798 [ 255 ] {f0d5bb91-512f-4b20-af41-399a6b311b72} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5978 | 2025.03.02 04:59:30.128978 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5979 | 2025.03.02 04:59:30.129041 [ 255 ] {f0d5bb91-512f-4b20-af41-399a6b311b72} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001497 sec., 159652.63861055442 rows/sec., 10.70 MiB/sec. | ||
| 5980 | 2025.03.02 04:59:30.129067 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5981 | 2025.03.02 04:59:30.129137 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5982 | 2025.03.02 04:59:30.129171 [ 255 ] {f0d5bb91-512f-4b20-af41-399a6b311b72} <Debug> TCPHandler: Processed in 0.001752683 sec. | ||
| 5983 | 2025.03.02 04:59:30.129381 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5984 | 2025.03.02 04:59:30.129392 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 5985 | 2025.03.02 04:59:30.129548 [ 255 ] {446e2223-9bb7-46a9-9549-74e7e1082166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5986 | 2025.03.02 04:59:30.129668 [ 255 ] {446e2223-9bb7-46a9-9549-74e7e1082166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5987 | 2025.03.02 04:59:30.129724 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5988 | 2025.03.02 04:59:30.129823 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12440 rows starting from the beginning of the part | ||
| 5989 | 2025.03.02 04:59:30.130207 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 971 rows starting from the beginning of the part | ||
| 5990 | 2025.03.02 04:59:30.130543 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 42 rows starting from the beginning of the part | ||
| 5991 | 2025.03.02 04:59:30.130758 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part | ||
| 5992 | 2025.03.02 04:59:30.131111 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 5993 | 2025.03.02 04:59:30.131414 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 239 rows starting from the beginning of the part | ||
| 5994 | 2025.03.02 04:59:30.131926 [ 255 ] {446e2223-9bb7-46a9-9549-74e7e1082166} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5995 | 2025.03.02 04:59:30.131999 [ 255 ] {446e2223-9bb7-46a9-9549-74e7e1082166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5996 | 2025.03.02 04:59:30.132750 [ 255 ] {446e2223-9bb7-46a9-9549-74e7e1082166} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5997 | 2025.03.02 04:59:30.133042 [ 255 ] {446e2223-9bb7-46a9-9549-74e7e1082166} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5998 | 2025.03.02 04:59:30.133451 [ 255 ] {446e2223-9bb7-46a9-9549-74e7e1082166} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003936 sec., 254.06504065040647 rows/sec., 17.12 KiB/sec. | ||
| 5999 | 2025.03.02 04:59:30.133572 [ 255 ] {446e2223-9bb7-46a9-9549-74e7e1082166} <Debug> TCPHandler: Processed in 0.004263185 sec. | ||
| 6000 | 2025.03.02 04:59:30.133787 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6001 | 2025.03.02 04:59:30.134032 [ 255 ] {2d6ac563-131e-4172-a674-6db19a66942b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6002 | 2025.03.02 04:59:30.134240 [ 255 ] {2d6ac563-131e-4172-a674-6db19a66942b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6003 | 2025.03.02 04:59:30.136108 [ 255 ] {2d6ac563-131e-4172-a674-6db19a66942b} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6004 | 2025.03.02 04:59:30.136149 [ 255 ] {2d6ac563-131e-4172-a674-6db19a66942b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6005 | 2025.03.02 04:59:30.137143 [ 255 ] {2d6ac563-131e-4172-a674-6db19a66942b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6006 | 2025.03.02 04:59:30.137294 [ 195 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14089 rows, containing 5 columns (5 merged, 0 gathered) in 0.008023395 sec., 1755989.827248939 rows/sec., 118.71 MiB/sec. | ||
| 6007 | 2025.03.02 04:59:30.137487 [ 255 ] {2d6ac563-131e-4172-a674-6db19a66942b} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6008 | 2025.03.02 04:59:30.137701 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6009 | 2025.03.02 04:59:30.137805 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6010 | 2025.03.02 04:59:30.137820 [ 195 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6011 | 2025.03.02 04:59:30.137878 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6012 | 2025.03.02 04:59:30.137931 [ 255 ] {2d6ac563-131e-4172-a674-6db19a66942b} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.003968 sec., 8568.548387096775 rows/sec., 15.35 MiB/sec. | ||
| 6013 | 2025.03.02 04:59:30.138511 [ 189 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 6014 | 2025.03.02 04:59:30.139155 [ 195 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6015 | 2025.03.02 04:59:30.139757 [ 195 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6016 | 2025.03.02 04:59:30.139898 [ 255 ] {2d6ac563-131e-4172-a674-6db19a66942b} <Debug> TCPHandler: Processed in 0.006169 sec. | ||
| 6017 | 2025.03.02 04:59:30.140219 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. | ||
| 6018 | 2025.03.02 04:59:30.140522 [ 189 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6019 | 2025.03.02 04:59:30.140536 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6020 | 2025.03.02 04:59:30.140615 [ 189 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 565 rows starting from the beginning of the part | ||
| 6021 | 2025.03.02 04:59:30.140772 [ 255 ] {54f68a18-41df-453a-aaa8-fa763036ca57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6022 | 2025.03.02 04:59:30.140937 [ 255 ] {54f68a18-41df-453a-aaa8-fa763036ca57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6023 | 2025.03.02 04:59:30.141384 [ 189 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 6024 | 2025.03.02 04:59:30.142106 [ 189 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part | ||
| 6025 | 2025.03.02 04:59:30.142888 [ 189 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part | ||
| 6026 | 2025.03.02 04:59:30.143146 [ 255 ] {54f68a18-41df-453a-aaa8-fa763036ca57} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6027 | 2025.03.02 04:59:30.143268 [ 255 ] {54f68a18-41df-453a-aaa8-fa763036ca57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6028 | 2025.03.02 04:59:30.143641 [ 189 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part | ||
| 6029 | 2025.03.02 04:59:30.144279 [ 189 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
| 6030 | 2025.03.02 04:59:30.144624 [ 255 ] {54f68a18-41df-453a-aaa8-fa763036ca57} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6031 | 2025.03.02 04:59:30.145283 [ 255 ] {54f68a18-41df-453a-aaa8-fa763036ca57} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6032 | 2025.03.02 04:59:30.145618 [ 142 ] {} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6033 | 2025.03.02 04:59:30.145786 [ 142 ] {} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6034 | 2025.03.02 04:59:30.145810 [ 255 ] {54f68a18-41df-453a-aaa8-fa763036ca57} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0051 sec., 16078.43137254902 rows/sec., 1.02 MiB/sec. | ||
| 6035 | 2025.03.02 04:59:30.145918 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6036 | 2025.03.02 04:59:30.146089 [ 255 ] {54f68a18-41df-453a-aaa8-fa763036ca57} <Debug> TCPHandler: Processed in 0.005623033 sec. | ||
| 6037 | 2025.03.02 04:59:30.146599 [ 192 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 6038 | 2025.03.02 04:59:30.146890 [ 192 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6039 | 2025.03.02 04:59:30.146941 [ 192 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2432 rows starting from the beginning of the part | ||
| 6040 | 2025.03.02 04:59:30.147108 [ 192 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 44 rows starting from the beginning of the part | ||
| 6041 | 2025.03.02 04:59:30.147209 [ 192 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part | ||
| 6042 | 2025.03.02 04:59:30.147591 [ 192 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
| 6043 | 2025.03.02 04:59:30.147827 [ 192 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 6044 | 2025.03.02 04:59:30.148239 [ 192 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 6045 | 2025.03.02 04:59:30.151917 [ 186 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2716 rows, containing 4 columns (4 merged, 0 gathered) in 0.005579403 sec., 486790.4325964624 rows/sec., 31.89 MiB/sec. | ||
| 6046 | 2025.03.02 04:59:30.152445 [ 186 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6047 | 2025.03.02 04:59:30.153356 [ 194 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_46_9} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6048 | 2025.03.02 04:59:30.153467 [ 194 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_46_9} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6049 | 2025.03.02 04:59:30.153577 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6050 | 2025.03.02 04:59:30.155265 [ 200 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 677 rows, containing 19 columns (19 merged, 0 gathered) in 0.017197095 sec., 39367.11403873736 rows/sec., 70.54 MiB/sec. | ||
| 6051 | 2025.03.02 04:59:30.156543 [ 200 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6052 | 2025.03.02 04:59:30.156994 [ 200 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6053 | 2025.03.02 04:59:30.157093 [ 200 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6054 | 2025.03.02 04:59:30.157266 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 6055 | 2025.03.02 04:59:30.932527 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6056 | 2025.03.02 04:59:30.933402 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6057 | 2025.03.02 04:59:30.933474 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6058 | 2025.03.02 04:59:30.934129 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6059 | 2025.03.02 04:59:30.934404 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6060 | 2025.03.02 04:59:30.934662 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6061 | 2025.03.02 04:59:31.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.44 MiB, peak 203.90 MiB, free memory in arenas 0.00 B, will set to 197.68 MiB (RSS), difference: 1.24 MiB | ||
| 6062 | 2025.03.02 04:59:31.865181 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6063 | 2025.03.02 04:59:31.887482 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6064 | 2025.03.02 04:59:31.887550 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6065 | 2025.03.02 04:59:31.895120 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6066 | 2025.03.02 04:59:31.895944 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6067 | 2025.03.02 04:59:31.899733 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6068 | 2025.03.02 04:59:33.489155 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 868 | ||
| 6069 | 2025.03.02 04:59:33.492335 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2025.03.02 04:59:33.492385 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6071 | 2025.03.02 04:59:33.493879 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6072 | 2025.03.02 04:59:33.494189 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6073 | 2025.03.02 04:59:33.494340 [ 138 ] {} <Debug> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6074 | 2025.03.02 04:59:33.494410 [ 138 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6075 | 2025.03.02 04:59:33.494444 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6076 | 2025.03.02 04:59:33.494883 [ 195 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::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 | ||
| 6077 | 2025.03.02 04:59:33.495623 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 868 | ||
| 6078 | 2025.03.02 04:59:33.496082 [ 195 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6079 | 2025.03.02 04:59:33.496246 [ 195 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 694 rows starting from the beginning of the part | ||
| 6080 | 2025.03.02 04:59:33.496849 [ 195 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part | ||
| 6081 | 2025.03.02 04:59:33.497503 [ 195 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part | ||
| 6082 | 2025.03.02 04:59:33.498090 [ 195 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 6083 | 2025.03.02 04:59:33.498692 [ 195 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part | ||
| 6084 | 2025.03.02 04:59:33.499325 [ 195 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 6085 | 2025.03.02 04:59:33.507153 [ 186 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 72 columns (72 merged, 0 gathered) in 0.012596123 sec., 68910.09241494387 rows/sec., 57.04 MiB/sec. | ||
| 6086 | 2025.03.02 04:59:33.508429 [ 197 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6087 | 2025.03.02 04:59:33.509257 [ 197 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_21_4} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6088 | 2025.03.02 04:59:33.509355 [ 197 ] {3d7d3cb7-028f-4acc-94c8-e2850adb4794::all_1_21_4} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6089 | 2025.03.02 04:59:33.509680 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 6090 | 2025.03.02 04:59:35.104541 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6091 | 2025.03.02 04:59:35.104723 [ 255 ] {f7b95b8c-2af5-4ff0-a9a7-1aad7790cd14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6092 | 2025.03.02 04:59:35.104793 [ 255 ] {f7b95b8c-2af5-4ff0-a9a7-1aad7790cd14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6093 | 2025.03.02 04:59:35.105580 [ 255 ] {f7b95b8c-2af5-4ff0-a9a7-1aad7790cd14} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6094 | 2025.03.02 04:59:35.105622 [ 255 ] {f7b95b8c-2af5-4ff0-a9a7-1aad7790cd14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6095 | 2025.03.02 04:59:35.106138 [ 255 ] {f7b95b8c-2af5-4ff0-a9a7-1aad7790cd14} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6096 | 2025.03.02 04:59:35.106400 [ 255 ] {f7b95b8c-2af5-4ff0-a9a7-1aad7790cd14} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6097 | 2025.03.02 04:59:35.106643 [ 255 ] {f7b95b8c-2af5-4ff0-a9a7-1aad7790cd14} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001971 sec., 33485.5403348554 rows/sec., 2.65 MiB/sec. | ||
| 6098 | 2025.03.02 04:59:35.106700 [ 255 ] {f7b95b8c-2af5-4ff0-a9a7-1aad7790cd14} <Debug> TCPHandler: Processed in 0.00228613 sec. | ||
| 6099 | 2025.03.02 04:59:35.106830 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6100 | 2025.03.02 04:59:35.106938 [ 255 ] {364e9de9-fce6-405a-b906-f049fab41d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6101 | 2025.03.02 04:59:35.106983 [ 255 ] {364e9de9-fce6-405a-b906-f049fab41d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6102 | 2025.03.02 04:59:35.107503 [ 255 ] {364e9de9-fce6-405a-b906-f049fab41d7a} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6103 | 2025.03.02 04:59:35.107542 [ 255 ] {364e9de9-fce6-405a-b906-f049fab41d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6104 | 2025.03.02 04:59:35.107904 [ 255 ] {364e9de9-fce6-405a-b906-f049fab41d7a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6105 | 2025.03.02 04:59:35.108150 [ 255 ] {364e9de9-fce6-405a-b906-f049fab41d7a} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6106 | 2025.03.02 04:59:35.108406 [ 255 ] {364e9de9-fce6-405a-b906-f049fab41d7a} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001481 sec., 3376.0972316002703 rows/sec., 253.87 KiB/sec. | ||
| 6107 | 2025.03.02 04:59:35.108589 [ 255 ] {364e9de9-fce6-405a-b906-f049fab41d7a} <Debug> TCPHandler: Processed in 0.001805743 sec. | ||
| 6108 | 2025.03.02 04:59:35.108796 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6109 | 2025.03.02 04:59:35.108945 [ 255 ] {369e482e-936d-4a9e-842e-6fdad06c083b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6110 | 2025.03.02 04:59:35.109002 [ 255 ] {369e482e-936d-4a9e-842e-6fdad06c083b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6111 | 2025.03.02 04:59:35.109597 [ 255 ] {369e482e-936d-4a9e-842e-6fdad06c083b} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6112 | 2025.03.02 04:59:35.109636 [ 255 ] {369e482e-936d-4a9e-842e-6fdad06c083b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6113 | 2025.03.02 04:59:35.109998 [ 255 ] {369e482e-936d-4a9e-842e-6fdad06c083b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6114 | 2025.03.02 04:59:35.110248 [ 255 ] {369e482e-936d-4a9e-842e-6fdad06c083b} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6115 | 2025.03.02 04:59:35.110460 [ 255 ] {369e482e-936d-4a9e-842e-6fdad06c083b} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001547 sec., 44602.45636716225 rows/sec., 3.48 MiB/sec. | ||
| 6116 | 2025.03.02 04:59:35.110515 [ 255 ] {369e482e-936d-4a9e-842e-6fdad06c083b} <Debug> TCPHandler: Processed in 0.001784773 sec. | ||
| 6117 | 2025.03.02 04:59:35.110634 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6118 | 2025.03.02 04:59:35.110740 [ 255 ] {643945ee-82c0-4b1e-a32c-cbb2a59cd28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6119 | 2025.03.02 04:59:35.110790 [ 255 ] {643945ee-82c0-4b1e-a32c-cbb2a59cd28c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6120 | 2025.03.02 04:59:35.111316 [ 255 ] {643945ee-82c0-4b1e-a32c-cbb2a59cd28c} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6121 | 2025.03.02 04:59:35.111355 [ 255 ] {643945ee-82c0-4b1e-a32c-cbb2a59cd28c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6122 | 2025.03.02 04:59:35.111730 [ 255 ] {643945ee-82c0-4b1e-a32c-cbb2a59cd28c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6123 | 2025.03.02 04:59:35.111967 [ 255 ] {643945ee-82c0-4b1e-a32c-cbb2a59cd28c} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6124 | 2025.03.02 04:59:35.112180 [ 255 ] {643945ee-82c0-4b1e-a32c-cbb2a59cd28c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001462 sec., 109439.12448700411 rows/sec., 7.62 MiB/sec. | ||
| 6125 | 2025.03.02 04:59:35.112232 [ 255 ] {643945ee-82c0-4b1e-a32c-cbb2a59cd28c} <Debug> TCPHandler: Processed in 0.001646982 sec. | ||
| 6126 | 2025.03.02 04:59:35.112354 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6127 | 2025.03.02 04:59:35.112483 [ 255 ] {76a1d8ff-918f-41fe-bd4b-5b76617f2275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6128 | 2025.03.02 04:59:35.112565 [ 255 ] {76a1d8ff-918f-41fe-bd4b-5b76617f2275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6129 | 2025.03.02 04:59:35.113753 [ 255 ] {76a1d8ff-918f-41fe-bd4b-5b76617f2275} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6130 | 2025.03.02 04:59:35.113793 [ 255 ] {76a1d8ff-918f-41fe-bd4b-5b76617f2275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6131 | 2025.03.02 04:59:35.114391 [ 255 ] {76a1d8ff-918f-41fe-bd4b-5b76617f2275} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6132 | 2025.03.02 04:59:35.114646 [ 255 ] {76a1d8ff-918f-41fe-bd4b-5b76617f2275} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6133 | 2025.03.02 04:59:35.114880 [ 255 ] {76a1d8ff-918f-41fe-bd4b-5b76617f2275} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002426 sec., 2061.005770816158 rows/sec., 3.69 MiB/sec. | ||
| 6134 | 2025.03.02 04:59:35.114978 [ 255 ] {76a1d8ff-918f-41fe-bd4b-5b76617f2275} <Debug> TCPHandler: Processed in 0.002676065 sec. | ||
| 6135 | 2025.03.02 04:59:35.115095 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6136 | 2025.03.02 04:59:35.115199 [ 255 ] {acf43cc7-4bb5-4047-abd5-fb826f766bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6137 | 2025.03.02 04:59:35.115245 [ 255 ] {acf43cc7-4bb5-4047-abd5-fb826f766bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6138 | 2025.03.02 04:59:35.115687 [ 255 ] {acf43cc7-4bb5-4047-abd5-fb826f766bf1} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6139 | 2025.03.02 04:59:35.115727 [ 255 ] {acf43cc7-4bb5-4047-abd5-fb826f766bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6140 | 2025.03.02 04:59:35.116095 [ 255 ] {acf43cc7-4bb5-4047-abd5-fb826f766bf1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6141 | 2025.03.02 04:59:35.116331 [ 255 ] {acf43cc7-4bb5-4047-abd5-fb826f766bf1} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6142 | 2025.03.02 04:59:35.116539 [ 255 ] {acf43cc7-4bb5-4047-abd5-fb826f766bf1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
| 6143 | 2025.03.02 04:59:35.116588 [ 255 ] {acf43cc7-4bb5-4047-abd5-fb826f766bf1} <Debug> TCPHandler: Processed in 0.001543211 sec. | ||
| 6144 | 2025.03.02 04:59:38.295277 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6145 | 2025.03.02 04:59:38.295350 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6146 | 2025.03.02 04:59:38.434806 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6147 | 2025.03.02 04:59:38.435465 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6148 | 2025.03.02 04:59:38.435513 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6149 | 2025.03.02 04:59:38.436022 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6150 | 2025.03.02 04:59:38.436271 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6151 | 2025.03.02 04:59:38.436545 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6152 | 2025.03.02 04:59:39.399852 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6153 | 2025.03.02 04:59:39.421925 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6154 | 2025.03.02 04:59:39.421996 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6155 | 2025.03.02 04:59:39.429373 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6156 | 2025.03.02 04:59:39.430139 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6157 | 2025.03.02 04:59:39.434023 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6158 | 2025.03.02 04:59:40.113471 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6159 | 2025.03.02 04:59:40.113682 [ 255 ] {5e05c655-2a61-40c5-bb32-c929bb12e5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6160 | 2025.03.02 04:59:40.113762 [ 255 ] {5e05c655-2a61-40c5-bb32-c929bb12e5c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6161 | 2025.03.02 04:59:40.114672 [ 255 ] {5e05c655-2a61-40c5-bb32-c929bb12e5c5} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6162 | 2025.03.02 04:59:40.114724 [ 255 ] {5e05c655-2a61-40c5-bb32-c929bb12e5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6163 | 2025.03.02 04:59:40.115167 [ 255 ] {5e05c655-2a61-40c5-bb32-c929bb12e5c5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6164 | 2025.03.02 04:59:40.115423 [ 255 ] {5e05c655-2a61-40c5-bb32-c929bb12e5c5} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6165 | 2025.03.02 04:59:40.115626 [ 129 ] {} <Debug> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6166 | 2025.03.02 04:59:40.115666 [ 255 ] {5e05c655-2a61-40c5-bb32-c929bb12e5c5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002037 sec., 104074.61953853705 rows/sec., 6.62 MiB/sec. | ||
| 6167 | 2025.03.02 04:59:40.115715 [ 129 ] {} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6168 | 2025.03.02 04:59:40.115783 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6169 | 2025.03.02 04:59:40.115797 [ 255 ] {5e05c655-2a61-40c5-bb32-c929bb12e5c5} <Debug> TCPHandler: Processed in 0.002462461 sec. | ||
| 6170 | 2025.03.02 04:59:40.116096 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6171 | 2025.03.02 04:59:40.116097 [ 193 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 6172 | 2025.03.02 04:59:40.116330 [ 255 ] {27d2a4e8-4179-4422-b885-cc6ba6a7abe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6173 | 2025.03.02 04:59:40.116387 [ 193 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6174 | 2025.03.02 04:59:40.116415 [ 255 ] {27d2a4e8-4179-4422-b885-cc6ba6a7abe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6175 | 2025.03.02 04:59:40.116460 [ 193 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 6176 | 2025.03.02 04:59:40.116725 [ 193 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 6177 | 2025.03.02 04:59:40.116987 [ 193 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 6178 | 2025.03.02 04:59:40.117346 [ 193 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 6179 | 2025.03.02 04:59:40.117657 [ 193 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::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 | ||
| 6180 | 2025.03.02 04:59:40.119450 [ 255 ] {27d2a4e8-4179-4422-b885-cc6ba6a7abe1} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6181 | 2025.03.02 04:59:40.119522 [ 255 ] {27d2a4e8-4179-4422-b885-cc6ba6a7abe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6182 | 2025.03.02 04:59:40.120196 [ 193 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004308106 sec., 246047.79919528443 rows/sec., 16.59 MiB/sec. | ||
| 6183 | 2025.03.02 04:59:40.120323 [ 255 ] {27d2a4e8-4179-4422-b885-cc6ba6a7abe1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6184 | 2025.03.02 04:59:40.120368 [ 193 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6185 | 2025.03.02 04:59:40.120791 [ 255 ] {27d2a4e8-4179-4422-b885-cc6ba6a7abe1} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6186 | 2025.03.02 04:59:40.120898 [ 193 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_17_4} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6187 | 2025.03.02 04:59:40.121124 [ 193 ] {b3f77956-a3e9-4426-ab49-1fefe0ecfad9::all_1_17_4} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6188 | 2025.03.02 04:59:40.121163 [ 255 ] {27d2a4e8-4179-4422-b885-cc6ba6a7abe1} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.004903 sec., 139710.38139914337 rows/sec., 11.11 MiB/sec. | ||
| 6189 | 2025.03.02 04:59:40.121264 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 6190 | 2025.03.02 04:59:40.121356 [ 255 ] {27d2a4e8-4179-4422-b885-cc6ba6a7abe1} <Debug> TCPHandler: Processed in 0.00536802 sec. | ||
| 6191 | 2025.03.02 04:59:40.121471 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6192 | 2025.03.02 04:59:40.121576 [ 255 ] {8637f249-59b3-4ce4-941d-55a00f81197a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6193 | 2025.03.02 04:59:40.121622 [ 255 ] {8637f249-59b3-4ce4-941d-55a00f81197a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6194 | 2025.03.02 04:59:40.122197 [ 255 ] {8637f249-59b3-4ce4-941d-55a00f81197a} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6195 | 2025.03.02 04:59:40.122237 [ 255 ] {8637f249-59b3-4ce4-941d-55a00f81197a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6196 | 2025.03.02 04:59:40.122596 [ 255 ] {8637f249-59b3-4ce4-941d-55a00f81197a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6197 | 2025.03.02 04:59:40.122833 [ 255 ] {8637f249-59b3-4ce4-941d-55a00f81197a} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6198 | 2025.03.02 04:59:40.123090 [ 255 ] {8637f249-59b3-4ce4-941d-55a00f81197a} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001534 sec., 91264.66753585398 rows/sec., 5.69 MiB/sec. | ||
| 6199 | 2025.03.02 04:59:40.123276 [ 255 ] {8637f249-59b3-4ce4-941d-55a00f81197a} <Debug> TCPHandler: Processed in 0.001853074 sec. | ||
| 6200 | 2025.03.02 04:59:40.123495 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6201 | 2025.03.02 04:59:40.123601 [ 255 ] {80691afd-9ee2-49f2-82fc-c137396dfb5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6202 | 2025.03.02 04:59:40.123646 [ 255 ] {80691afd-9ee2-49f2-82fc-c137396dfb5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6203 | 2025.03.02 04:59:40.124208 [ 255 ] {80691afd-9ee2-49f2-82fc-c137396dfb5b} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6204 | 2025.03.02 04:59:40.124248 [ 255 ] {80691afd-9ee2-49f2-82fc-c137396dfb5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6205 | 2025.03.02 04:59:40.124590 [ 255 ] {80691afd-9ee2-49f2-82fc-c137396dfb5b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6206 | 2025.03.02 04:59:40.124832 [ 255 ] {80691afd-9ee2-49f2-82fc-c137396dfb5b} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6207 | 2025.03.02 04:59:40.125041 [ 255 ] {80691afd-9ee2-49f2-82fc-c137396dfb5b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001463 sec., 77238.55092276144 rows/sec., 5.00 MiB/sec. | ||
| 6208 | 2025.03.02 04:59:40.125093 [ 255 ] {80691afd-9ee2-49f2-82fc-c137396dfb5b} <Debug> TCPHandler: Processed in 0.001674952 sec. | ||
| 6209 | 2025.03.02 04:59:40.125195 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6210 | 2025.03.02 04:59:40.125296 [ 255 ] {f9995381-41b3-4f34-b203-5d9ab1681f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6211 | 2025.03.02 04:59:40.125341 [ 255 ] {f9995381-41b3-4f34-b203-5d9ab1681f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6212 | 2025.03.02 04:59:40.125871 [ 255 ] {f9995381-41b3-4f34-b203-5d9ab1681f43} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6213 | 2025.03.02 04:59:40.125911 [ 255 ] {f9995381-41b3-4f34-b203-5d9ab1681f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6214 | 2025.03.02 04:59:40.126252 [ 255 ] {f9995381-41b3-4f34-b203-5d9ab1681f43} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6215 | 2025.03.02 04:59:40.126479 [ 255 ] {f9995381-41b3-4f34-b203-5d9ab1681f43} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6216 | 2025.03.02 04:59:40.126628 [ 129 ] {} <Debug> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6217 | 2025.03.02 04:59:40.126686 [ 129 ] {} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6218 | 2025.03.02 04:59:40.126712 [ 255 ] {f9995381-41b3-4f34-b203-5d9ab1681f43} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001426 sec., 78541.3744740533 rows/sec., 4.47 MiB/sec. | ||
| 6219 | 2025.03.02 04:59:40.126729 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6220 | 2025.03.02 04:59:40.126869 [ 255 ] {f9995381-41b3-4f34-b203-5d9ab1681f43} <Debug> TCPHandler: Processed in 0.001720933 sec. | ||
| 6221 | 2025.03.02 04:59:40.126994 [ 186 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 6222 | 2025.03.02 04:59:40.127046 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6223 | 2025.03.02 04:59:40.127262 [ 255 ] {c70a3587-d5ea-44aa-812a-dd7f4bd1d2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6224 | 2025.03.02 04:59:40.127294 [ 186 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6225 | 2025.03.02 04:59:40.127338 [ 255 ] {c70a3587-d5ea-44aa-812a-dd7f4bd1d2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6226 | 2025.03.02 04:59:40.127364 [ 186 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 6227 | 2025.03.02 04:59:40.127695 [ 186 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 6228 | 2025.03.02 04:59:40.128014 [ 186 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 6229 | 2025.03.02 04:59:40.128377 [ 186 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 6230 | 2025.03.02 04:59:40.128723 [ 186 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::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 | ||
| 6231 | 2025.03.02 04:59:40.130326 [ 255 ] {c70a3587-d5ea-44aa-812a-dd7f4bd1d2e2} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6232 | 2025.03.02 04:59:40.130405 [ 255 ] {c70a3587-d5ea-44aa-812a-dd7f4bd1d2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6233 | 2025.03.02 04:59:40.131475 [ 255 ] {c70a3587-d5ea-44aa-812a-dd7f4bd1d2e2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6234 | 2025.03.02 04:59:40.131473 [ 188 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.0045981 sec., 121789.434766534 rows/sec., 7.40 MiB/sec. | ||
| 6235 | 2025.03.02 04:59:40.131878 [ 255 ] {c70a3587-d5ea-44aa-812a-dd7f4bd1d2e2} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6236 | 2025.03.02 04:59:40.131891 [ 188 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6237 | 2025.03.02 04:59:40.132299 [ 255 ] {c70a3587-d5ea-44aa-812a-dd7f4bd1d2e2} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.005115 sec., 81329.42326490713 rows/sec., 5.79 MiB/sec. | ||
| 6238 | 2025.03.02 04:59:40.132447 [ 255 ] {c70a3587-d5ea-44aa-812a-dd7f4bd1d2e2} <Debug> TCPHandler: Processed in 0.005466412 sec. | ||
| 6239 | 2025.03.02 04:59:40.132636 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6240 | 2025.03.02 04:59:40.132790 [ 188 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_17_4} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6241 | 2025.03.02 04:59:40.132800 [ 255 ] {64a31d4a-4f5b-49c7-9590-ad928cc585fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6242 | 2025.03.02 04:59:40.132912 [ 255 ] {64a31d4a-4f5b-49c7-9590-ad928cc585fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6243 | 2025.03.02 04:59:40.132973 [ 188 ] {db6c05f4-55aa-43ce-89d3-c5bf165085b4::all_1_17_4} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6244 | 2025.03.02 04:59:40.133201 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6245 | 2025.03.02 04:59:40.133583 [ 255 ] {64a31d4a-4f5b-49c7-9590-ad928cc585fb} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6246 | 2025.03.02 04:59:40.133627 [ 255 ] {64a31d4a-4f5b-49c7-9590-ad928cc585fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6247 | 2025.03.02 04:59:40.133983 [ 255 ] {64a31d4a-4f5b-49c7-9590-ad928cc585fb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6248 | 2025.03.02 04:59:40.134217 [ 255 ] {64a31d4a-4f5b-49c7-9590-ad928cc585fb} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6249 | 2025.03.02 04:59:40.134422 [ 255 ] {64a31d4a-4f5b-49c7-9590-ad928cc585fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001684 sec., 3562.9453681710215 rows/sec., 186.15 KiB/sec. | ||
| 6250 | 2025.03.02 04:59:40.134473 [ 255 ] {64a31d4a-4f5b-49c7-9590-ad928cc585fb} <Debug> TCPHandler: Processed in 0.001908655 sec. | ||
| 6251 | 2025.03.02 04:59:40.134575 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6252 | 2025.03.02 04:59:40.134677 [ 255 ] {744a511b-5ac0-4d1d-90a7-7a6ad9bacdde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6253 | 2025.03.02 04:59:40.134724 [ 255 ] {744a511b-5ac0-4d1d-90a7-7a6ad9bacdde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6254 | 2025.03.02 04:59:40.135235 [ 255 ] {744a511b-5ac0-4d1d-90a7-7a6ad9bacdde} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6255 | 2025.03.02 04:59:40.135273 [ 255 ] {744a511b-5ac0-4d1d-90a7-7a6ad9bacdde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6256 | 2025.03.02 04:59:40.135656 [ 255 ] {744a511b-5ac0-4d1d-90a7-7a6ad9bacdde} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6257 | 2025.03.02 04:59:40.135891 [ 255 ] {744a511b-5ac0-4d1d-90a7-7a6ad9bacdde} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6258 | 2025.03.02 04:59:40.136086 [ 255 ] {744a511b-5ac0-4d1d-90a7-7a6ad9bacdde} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001426 sec., 166199.1584852735 rows/sec., 11.14 MiB/sec. | ||
| 6259 | 2025.03.02 04:59:40.136154 [ 255 ] {744a511b-5ac0-4d1d-90a7-7a6ad9bacdde} <Debug> TCPHandler: Processed in 0.001628712 sec. | ||
| 6260 | 2025.03.02 04:59:40.136373 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6261 | 2025.03.02 04:59:40.136504 [ 255 ] {3f81b0ef-0447-4f5f-be36-769aef004662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6262 | 2025.03.02 04:59:40.136551 [ 255 ] {3f81b0ef-0447-4f5f-be36-769aef004662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6263 | 2025.03.02 04:59:40.136961 [ 255 ] {3f81b0ef-0447-4f5f-be36-769aef004662} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6264 | 2025.03.02 04:59:40.136998 [ 255 ] {3f81b0ef-0447-4f5f-be36-769aef004662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6265 | 2025.03.02 04:59:40.137336 [ 255 ] {3f81b0ef-0447-4f5f-be36-769aef004662} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6266 | 2025.03.02 04:59:40.137565 [ 255 ] {3f81b0ef-0447-4f5f-be36-769aef004662} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6267 | 2025.03.02 04:59:40.137773 [ 255 ] {3f81b0ef-0447-4f5f-be36-769aef004662} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00129 sec., 775.1937984496125 rows/sec., 52.23 KiB/sec. | ||
| 6268 | 2025.03.02 04:59:40.137944 [ 255 ] {3f81b0ef-0447-4f5f-be36-769aef004662} <Debug> TCPHandler: Processed in 0.001652881 sec. | ||
| 6269 | 2025.03.02 04:59:40.138082 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6270 | 2025.03.02 04:59:40.138184 [ 255 ] {776566d3-018f-47c7-a5b1-4bd03883f8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6271 | 2025.03.02 04:59:40.138253 [ 255 ] {776566d3-018f-47c7-a5b1-4bd03883f8ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6272 | 2025.03.02 04:59:40.139338 [ 255 ] {776566d3-018f-47c7-a5b1-4bd03883f8ee} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6273 | 2025.03.02 04:59:40.139375 [ 255 ] {776566d3-018f-47c7-a5b1-4bd03883f8ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6274 | 2025.03.02 04:59:40.140007 [ 255 ] {776566d3-018f-47c7-a5b1-4bd03883f8ee} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6275 | 2025.03.02 04:59:40.140255 [ 255 ] {776566d3-018f-47c7-a5b1-4bd03883f8ee} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6276 | 2025.03.02 04:59:40.140494 [ 255 ] {776566d3-018f-47c7-a5b1-4bd03883f8ee} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002331 sec., 14586.014586014586 rows/sec., 26.14 MiB/sec. | ||
| 6277 | 2025.03.02 04:59:40.140986 [ 255 ] {776566d3-018f-47c7-a5b1-4bd03883f8ee} <Debug> TCPHandler: Processed in 0.002949699 sec. | ||
| 6278 | 2025.03.02 04:59:40.141112 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6279 | 2025.03.02 04:59:40.141215 [ 255 ] {5e072265-ee7a-4984-afd0-291c6a106c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6280 | 2025.03.02 04:59:40.141262 [ 255 ] {5e072265-ee7a-4984-afd0-291c6a106c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6281 | 2025.03.02 04:59:40.141704 [ 255 ] {5e072265-ee7a-4984-afd0-291c6a106c3c} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6282 | 2025.03.02 04:59:40.141742 [ 255 ] {5e072265-ee7a-4984-afd0-291c6a106c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6283 | 2025.03.02 04:59:40.142103 [ 255 ] {5e072265-ee7a-4984-afd0-291c6a106c3c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6284 | 2025.03.02 04:59:40.142333 [ 255 ] {5e072265-ee7a-4984-afd0-291c6a106c3c} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6285 | 2025.03.02 04:59:40.142504 [ 255 ] {5e072265-ee7a-4984-afd0-291c6a106c3c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001311 sec., 62547.67353165522 rows/sec., 3.97 MiB/sec. | ||
| 6286 | 2025.03.02 04:59:40.142552 [ 255 ] {5e072265-ee7a-4984-afd0-291c6a106c3c} <Debug> TCPHandler: Processed in 0.001489559 sec. | ||
| 6287 | 2025.03.02 04:59:43.495901 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 902 | ||
| 6288 | 2025.03.02 04:59:43.499163 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6289 | 2025.03.02 04:59:43.499212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6290 | 2025.03.02 04:59:43.500690 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6291 | 2025.03.02 04:59:43.500993 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6292 | 2025.03.02 04:59:43.501469 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 902 | ||
| 6293 | 2025.03.02 04:59:43.952615 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6294 | 2025.03.02 04:59:43.952909 [ 255 ] {739c4ab5-d2c6-41b5-a75d-c141380842e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6295 | 2025.03.02 04:59:43.953023 [ 255 ] {739c4ab5-d2c6-41b5-a75d-c141380842e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6296 | 2025.03.02 04:59:43.954701 [ 255 ] {739c4ab5-d2c6-41b5-a75d-c141380842e2} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2025.03.02 04:59:43.954748 [ 255 ] {739c4ab5-d2c6-41b5-a75d-c141380842e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6298 | 2025.03.02 04:59:43.955245 [ 255 ] {739c4ab5-d2c6-41b5-a75d-c141380842e2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6299 | 2025.03.02 04:59:43.955495 [ 255 ] {739c4ab5-d2c6-41b5-a75d-c141380842e2} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6300 | 2025.03.02 04:59:43.955756 [ 255 ] {739c4ab5-d2c6-41b5-a75d-c141380842e2} <Debug> executeQuery: Read 1206 rows, 101.47 KiB in 0.002928 sec., 411885.24590163934 rows/sec., 33.84 MiB/sec. | ||
| 6301 | 2025.03.02 04:59:43.955860 [ 255 ] {739c4ab5-d2c6-41b5-a75d-c141380842e2} <Debug> TCPHandler: Processed in 0.003424885 sec. | ||
| 6302 | 2025.03.02 04:59:43.956026 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6303 | 2025.03.02 04:59:43.956137 [ 255 ] {82dafd4a-019a-4f32-8bce-5e0cc8d9951e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6304 | 2025.03.02 04:59:43.956184 [ 255 ] {82dafd4a-019a-4f32-8bce-5e0cc8d9951e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6305 | 2025.03.02 04:59:43.956718 [ 255 ] {82dafd4a-019a-4f32-8bce-5e0cc8d9951e} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6306 | 2025.03.02 04:59:43.956759 [ 255 ] {82dafd4a-019a-4f32-8bce-5e0cc8d9951e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6307 | 2025.03.02 04:59:43.957110 [ 255 ] {82dafd4a-019a-4f32-8bce-5e0cc8d9951e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6308 | 2025.03.02 04:59:43.957347 [ 255 ] {82dafd4a-019a-4f32-8bce-5e0cc8d9951e} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6309 | 2025.03.02 04:59:43.957569 [ 255 ] {82dafd4a-019a-4f32-8bce-5e0cc8d9951e} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001458 sec., 3429.355281207133 rows/sec., 257.87 KiB/sec. | ||
| 6310 | 2025.03.02 04:59:43.957693 [ 255 ] {82dafd4a-019a-4f32-8bce-5e0cc8d9951e} <Debug> TCPHandler: Processed in 0.001728353 sec. | ||
| 6311 | 2025.03.02 04:59:43.957825 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6312 | 2025.03.02 04:59:43.957928 [ 255 ] {c1acae1d-71fd-4f2d-847b-519d91131954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6313 | 2025.03.02 04:59:43.957973 [ 255 ] {c1acae1d-71fd-4f2d-847b-519d91131954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6314 | 2025.03.02 04:59:43.958575 [ 255 ] {c1acae1d-71fd-4f2d-847b-519d91131954} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6315 | 2025.03.02 04:59:43.958615 [ 255 ] {c1acae1d-71fd-4f2d-847b-519d91131954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6316 | 2025.03.02 04:59:43.958970 [ 255 ] {c1acae1d-71fd-4f2d-847b-519d91131954} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6317 | 2025.03.02 04:59:43.959215 [ 255 ] {c1acae1d-71fd-4f2d-847b-519d91131954} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6318 | 2025.03.02 04:59:43.959450 [ 255 ] {c1acae1d-71fd-4f2d-847b-519d91131954} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001538 sec., 148244.4733420026 rows/sec., 10.04 MiB/sec. | ||
| 6319 | 2025.03.02 04:59:43.959563 [ 255 ] {c1acae1d-71fd-4f2d-847b-519d91131954} <Debug> TCPHandler: Processed in 0.001793133 sec. | ||
| 6320 | 2025.03.02 04:59:43.959673 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6321 | 2025.03.02 04:59:43.959775 [ 255 ] {15d6ac16-0fe6-4151-99f6-533b65c05bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6322 | 2025.03.02 04:59:43.959820 [ 255 ] {15d6ac16-0fe6-4151-99f6-533b65c05bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6323 | 2025.03.02 04:59:43.960531 [ 255 ] {15d6ac16-0fe6-4151-99f6-533b65c05bb9} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6324 | 2025.03.02 04:59:43.960570 [ 255 ] {15d6ac16-0fe6-4151-99f6-533b65c05bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6325 | 2025.03.02 04:59:43.960934 [ 255 ] {15d6ac16-0fe6-4151-99f6-533b65c05bb9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6326 | 2025.03.02 04:59:43.961173 [ 255 ] {15d6ac16-0fe6-4151-99f6-533b65c05bb9} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6327 | 2025.03.02 04:59:43.961391 [ 255 ] {15d6ac16-0fe6-4151-99f6-533b65c05bb9} <Debug> executeQuery: Read 525 rows, 39.80 KiB in 0.001636 sec., 320904.6454767726 rows/sec., 23.76 MiB/sec. | ||
| 6328 | 2025.03.02 04:59:43.961442 [ 255 ] {15d6ac16-0fe6-4151-99f6-533b65c05bb9} <Debug> TCPHandler: Processed in 0.001819674 sec. | ||
| 6329 | 2025.03.02 04:59:43.961557 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6330 | 2025.03.02 04:59:43.961663 [ 255 ] {4d97909c-8f31-4658-9711-824b41307347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6331 | 2025.03.02 04:59:43.961712 [ 255 ] {4d97909c-8f31-4658-9711-824b41307347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6332 | 2025.03.02 04:59:43.962512 [ 255 ] {4d97909c-8f31-4658-9711-824b41307347} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6333 | 2025.03.02 04:59:43.962551 [ 255 ] {4d97909c-8f31-4658-9711-824b41307347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6334 | 2025.03.02 04:59:43.962983 [ 255 ] {4d97909c-8f31-4658-9711-824b41307347} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6335 | 2025.03.02 04:59:43.963217 [ 255 ] {4d97909c-8f31-4658-9711-824b41307347} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6336 | 2025.03.02 04:59:43.963416 [ 255 ] {4d97909c-8f31-4658-9711-824b41307347} <Debug> executeQuery: Read 964 rows, 66.25 KiB in 0.001775 sec., 543098.5915492957 rows/sec., 36.45 MiB/sec. | ||
| 6337 | 2025.03.02 04:59:43.963467 [ 255 ] {4d97909c-8f31-4658-9711-824b41307347} <Debug> TCPHandler: Processed in 0.001961156 sec. | ||
| 6338 | 2025.03.02 04:59:43.963600 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6339 | 2025.03.02 04:59:43.963736 [ 255 ] {8ab1000c-9c1b-4f97-bd8a-7195b9dc0d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6340 | 2025.03.02 04:59:43.963816 [ 255 ] {8ab1000c-9c1b-4f97-bd8a-7195b9dc0d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6341 | 2025.03.02 04:59:43.965016 [ 255 ] {8ab1000c-9c1b-4f97-bd8a-7195b9dc0d94} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6342 | 2025.03.02 04:59:43.965057 [ 255 ] {8ab1000c-9c1b-4f97-bd8a-7195b9dc0d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6343 | 2025.03.02 04:59:43.965656 [ 255 ] {8ab1000c-9c1b-4f97-bd8a-7195b9dc0d94} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6344 | 2025.03.02 04:59:43.965909 [ 255 ] {8ab1000c-9c1b-4f97-bd8a-7195b9dc0d94} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6345 | 2025.03.02 04:59:43.966154 [ 255 ] {8ab1000c-9c1b-4f97-bd8a-7195b9dc0d94} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002448 sec., 2042.4836601307188 rows/sec., 3.66 MiB/sec. | ||
| 6346 | 2025.03.02 04:59:43.966247 [ 255 ] {8ab1000c-9c1b-4f97-bd8a-7195b9dc0d94} <Debug> TCPHandler: Processed in 0.002711885 sec. | ||
| 6347 | 2025.03.02 04:59:43.966383 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6348 | 2025.03.02 04:59:43.966490 [ 255 ] {f1629565-03a7-4573-8081-663b62a0637d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6349 | 2025.03.02 04:59:43.966537 [ 255 ] {f1629565-03a7-4573-8081-663b62a0637d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6350 | 2025.03.02 04:59:43.966967 [ 255 ] {f1629565-03a7-4573-8081-663b62a0637d} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6351 | 2025.03.02 04:59:43.967007 [ 255 ] {f1629565-03a7-4573-8081-663b62a0637d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6352 | 2025.03.02 04:59:43.967356 [ 255 ] {f1629565-03a7-4573-8081-663b62a0637d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6353 | 2025.03.02 04:59:43.967589 [ 255 ] {f1629565-03a7-4573-8081-663b62a0637d} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6354 | 2025.03.02 04:59:43.967797 [ 255 ] {f1629565-03a7-4573-8081-663b62a0637d} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001329 sec., 33107.59969902182 rows/sec., 2.23 MiB/sec. | ||
| 6355 | 2025.03.02 04:59:43.967846 [ 255 ] {f1629565-03a7-4573-8081-663b62a0637d} <Debug> TCPHandler: Processed in 0.00151363 sec. | ||
| 6356 | 2025.03.02 04:59:45.098829 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6357 | 2025.03.02 04:59:45.099125 [ 255 ] {e7dbea9f-b5ab-4ef1-ac08-9df1368ab8ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6358 | 2025.03.02 04:59:45.099248 [ 255 ] {e7dbea9f-b5ab-4ef1-ac08-9df1368ab8ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6359 | 2025.03.02 04:59:45.100201 [ 255 ] {e7dbea9f-b5ab-4ef1-ac08-9df1368ab8ed} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6360 | 2025.03.02 04:59:45.100242 [ 255 ] {e7dbea9f-b5ab-4ef1-ac08-9df1368ab8ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6361 | 2025.03.02 04:59:45.100675 [ 255 ] {e7dbea9f-b5ab-4ef1-ac08-9df1368ab8ed} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6362 | 2025.03.02 04:59:45.100934 [ 255 ] {e7dbea9f-b5ab-4ef1-ac08-9df1368ab8ed} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6363 | 2025.03.02 04:59:45.101147 [ 120 ] {} <Debug> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 6364 | 2025.03.02 04:59:45.101177 [ 255 ] {e7dbea9f-b5ab-4ef1-ac08-9df1368ab8ed} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002152 sec., 26022.304832713755 rows/sec., 1.99 MiB/sec. | ||
| 6365 | 2025.03.02 04:59:45.101227 [ 120 ] {} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6366 | 2025.03.02 04:59:45.101302 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6367 | 2025.03.02 04:59:45.101312 [ 255 ] {e7dbea9f-b5ab-4ef1-ac08-9df1368ab8ed} <Debug> TCPHandler: Processed in 0.002642545 sec. | ||
| 6368 | 2025.03.02 04:59:45.101521 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 6369 | 2025.03.02 04:59:45.101539 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6370 | 2025.03.02 04:59:45.101829 [ 255 ] {7a90d77d-8c85-4933-9451-bee225134bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6371 | 2025.03.02 04:59:45.101847 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6372 | 2025.03.02 04:59:45.101926 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 1845 rows starting from the beginning of the part | ||
| 6373 | 2025.03.02 04:59:45.101939 [ 255 ] {7a90d77d-8c85-4933-9451-bee225134bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6374 | 2025.03.02 04:59:45.102231 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 687 rows starting from the beginning of the part | ||
| 6375 | 2025.03.02 04:59:45.102539 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 66 rows starting from the beginning of the part | ||
| 6376 | 2025.03.02 04:59:45.102961 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 685 rows starting from the beginning of the part | ||
| 6377 | 2025.03.02 04:59:45.103375 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1206 rows starting from the beginning of the part | ||
| 6378 | 2025.03.02 04:59:45.103686 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6379 | 2025.03.02 04:59:45.104927 [ 255 ] {7a90d77d-8c85-4933-9451-bee225134bb3} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2025.03.02 04:59:45.104971 [ 255 ] {7a90d77d-8c85-4933-9451-bee225134bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6381 | 2025.03.02 04:59:45.105488 [ 255 ] {7a90d77d-8c85-4933-9451-bee225134bb3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6382 | 2025.03.02 04:59:45.105781 [ 255 ] {7a90d77d-8c85-4933-9451-bee225134bb3} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6383 | 2025.03.02 04:59:45.105970 [ 120 ] {} <Debug> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 6384 | 2025.03.02 04:59:45.106045 [ 120 ] {} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6385 | 2025.03.02 04:59:45.106063 [ 255 ] {7a90d77d-8c85-4933-9451-bee225134bb3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004316 sec., 14828.544949026875 rows/sec., 1.16 MiB/sec. | ||
| 6386 | 2025.03.02 04:59:45.106080 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6387 | 2025.03.02 04:59:45.106387 [ 255 ] {7a90d77d-8c85-4933-9451-bee225134bb3} <Debug> TCPHandler: Processed in 0.004912944 sec. | ||
| 6388 | 2025.03.02 04:59:45.106799 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 6389 | 2025.03.02 04:59:45.106833 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6390 | 2025.03.02 04:59:45.107458 [ 255 ] {baca00ba-b2d0-45e2-9a65-d71fbbaf6679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6391 | 2025.03.02 04:59:45.107606 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4545 rows, containing 5 columns (5 merged, 0 gathered) in 0.006192301 sec., 733975.9485205903 rows/sec., 62.19 MiB/sec. | ||
| 6392 | 2025.03.02 04:59:45.107677 [ 255 ] {baca00ba-b2d0-45e2-9a65-d71fbbaf6679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6393 | 2025.03.02 04:59:45.107727 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6394 | 2025.03.02 04:59:45.107970 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 913 rows starting from the beginning of the part | ||
| 6395 | 2025.03.02 04:59:45.108067 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 6396 | 2025.03.02 04:59:45.108545 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 420 rows starting from the beginning of the part | ||
| 6397 | 2025.03.02 04:59:45.109288 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 69 rows starting from the beginning of the part | ||
| 6398 | 2025.03.02 04:59:45.109454 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6399 | 2025.03.02 04:59:45.109929 [ 187 ] {caaa45c6-a2b1-48e1-a8c3-daead59a57d6::all_1_50_10} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 6400 | 2025.03.02 04:59:45.110084 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 416 rows starting from the beginning of the part | ||
| 6401 | 2025.03.02 04:59:45.110335 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 6402 | 2025.03.02 04:59:45.110739 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 525 rows starting from the beginning of the part | ||
| 6403 | 2025.03.02 04:59:45.111162 [ 190 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6404 | 2025.03.02 04:59:45.112208 [ 255 ] {baca00ba-b2d0-45e2-9a65-d71fbbaf6679} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6405 | 2025.03.02 04:59:45.112269 [ 255 ] {baca00ba-b2d0-45e2-9a65-d71fbbaf6679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6406 | 2025.03.02 04:59:45.113174 [ 255 ] {baca00ba-b2d0-45e2-9a65-d71fbbaf6679} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6407 | 2025.03.02 04:59:45.113734 [ 255 ] {baca00ba-b2d0-45e2-9a65-d71fbbaf6679} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6408 | 2025.03.02 04:59:45.114130 [ 255 ] {baca00ba-b2d0-45e2-9a65-d71fbbaf6679} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.006903 sec., 6084.311169056931 rows/sec., 433.46 KiB/sec. | ||
| 6409 | 2025.03.02 04:59:45.114225 [ 255 ] {baca00ba-b2d0-45e2-9a65-d71fbbaf6679} <Debug> TCPHandler: Processed in 0.007529288 sec. | ||
| 6410 | 2025.03.02 04:59:45.114378 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6411 | 2025.03.02 04:59:45.114675 [ 255 ] {ef01f7d9-b93d-41d1-96a4-89f4de50f071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6412 | 2025.03.02 04:59:45.114733 [ 196 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.00845913 sec., 284544.6281118744 rows/sec., 21.78 MiB/sec. | ||
| 6413 | 2025.03.02 04:59:45.114757 [ 255 ] {ef01f7d9-b93d-41d1-96a4-89f4de50f071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6414 | 2025.03.02 04:59:45.114986 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 6415 | 2025.03.02 04:59:45.115389 [ 255 ] {ef01f7d9-b93d-41d1-96a4-89f4de50f071} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6416 | 2025.03.02 04:59:45.115399 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6417 | 2025.03.02 04:59:45.115429 [ 255 ] {ef01f7d9-b93d-41d1-96a4-89f4de50f071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6418 | 2025.03.02 04:59:45.115506 [ 191 ] {76206fb2-aa60-466e-b0f1-298090ef8d8a::all_1_50_10} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 6419 | 2025.03.02 04:59:45.115620 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6420 | 2025.03.02 04:59:45.115852 [ 255 ] {ef01f7d9-b93d-41d1-96a4-89f4de50f071} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6421 | 2025.03.02 04:59:45.116104 [ 255 ] {ef01f7d9-b93d-41d1-96a4-89f4de50f071} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6422 | 2025.03.02 04:59:45.116326 [ 255 ] {ef01f7d9-b93d-41d1-96a4-89f4de50f071} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001761 sec., 9085.746734809767 rows/sec., 629.97 KiB/sec. | ||
| 6423 | 2025.03.02 04:59:45.116407 [ 255 ] {ef01f7d9-b93d-41d1-96a4-89f4de50f071} <Debug> TCPHandler: Processed in 0.002095967 sec. | ||
| 6424 | 2025.03.02 04:59:45.936699 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6425 | 2025.03.02 04:59:45.937701 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6426 | 2025.03.02 04:59:45.937777 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6427 | 2025.03.02 04:59:45.938306 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6428 | 2025.03.02 04:59:45.938560 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6429 | 2025.03.02 04:59:45.938727 [ 119 ] {} <Debug> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6430 | 2025.03.02 04:59:45.938768 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6431 | 2025.03.02 04:59:45.938787 [ 119 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6432 | 2025.03.02 04:59:45.938815 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6433 | 2025.03.02 04:59:45.939061 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 6434 | 2025.03.02 04:59:45.939347 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6435 | 2025.03.02 04:59:45.939419 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 6436 | 2025.03.02 04:59:45.939553 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 6437 | 2025.03.02 04:59:45.939870 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 6438 | 2025.03.02 04:59:45.940026 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 6439 | 2025.03.02 04:59:45.940258 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 6440 | 2025.03.02 04:59:45.940402 [ 198 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::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 | ||
| 6441 | 2025.03.02 04:59:45.942640 [ 196 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003730228 sec., 3810222.860372074 rows/sec., 54.51 MiB/sec. | ||
| 6442 | 2025.03.02 04:59:45.943114 [ 196 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6443 | 2025.03.02 04:59:45.943462 [ 196 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_31_6} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6444 | 2025.03.02 04:59:45.943563 [ 196 ] {b6eca5ad-f61a-4035-b93d-6a06e5d64331::all_1_31_6} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6445 | 2025.03.02 04:59:45.943684 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6446 | 2025.03.02 04:59:46.934123 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6447 | 2025.03.02 04:59:46.956162 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6448 | 2025.03.02 04:59:46.956215 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6449 | 2025.03.02 04:59:46.963894 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6450 | 2025.03.02 04:59:46.964657 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6451 | 2025.03.02 04:59:46.964952 [ 100 ] {} <Debug> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6452 | 2025.03.02 04:59:46.965023 [ 100 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6453 | 2025.03.02 04:59:46.965070 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6454 | 2025.03.02 04:59:46.965697 [ 199 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 6455 | 2025.03.02 04:59:46.980550 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6456 | 2025.03.02 04:59:46.982422 [ 199 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6457 | 2025.03.02 04:59:46.984155 [ 199 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 6458 | 2025.03.02 04:59:46.989915 [ 199 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 6459 | 2025.03.02 04:59:46.995445 [ 199 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 6460 | 2025.03.02 04:59:47.001923 [ 199 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 6461 | 2025.03.02 04:59:47.007715 [ 199 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 6462 | 2025.03.02 04:59:47.012056 [ 199 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::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 | ||
| 6463 | 2025.03.02 04:59:47.071179 [ 194 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.10595834 sec., 2208.415118621149 rows/sec., 11.42 MiB/sec. | ||
| 6464 | 2025.03.02 04:59:47.073750 [ 192 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6465 | 2025.03.02 04:59:47.076578 [ 192 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_31_6} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6466 | 2025.03.02 04:59:47.076671 [ 192 ] {2418b064-3e40-40d1-b339-9ed4565b9f54::all_1_31_6} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6467 | 2025.03.02 04:59:47.078922 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6468 | 2025.03.02 04:59:48.000247 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.38 MiB, peak 209.94 MiB, free memory in arenas 0.00 B, will set to 201.18 MiB (RSS), difference: 1.80 MiB | ||
| 6469 | 2025.03.02 04:59:50.113204 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6470 | 2025.03.02 04:59:50.113510 [ 255 ] {855a9b49-3598-4ff0-87e6-130c4f62ce60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6471 | 2025.03.02 04:59:50.113625 [ 255 ] {855a9b49-3598-4ff0-87e6-130c4f62ce60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6472 | 2025.03.02 04:59:50.114539 [ 255 ] {855a9b49-3598-4ff0-87e6-130c4f62ce60} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6473 | 2025.03.02 04:59:50.114596 [ 255 ] {855a9b49-3598-4ff0-87e6-130c4f62ce60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6474 | 2025.03.02 04:59:50.115044 [ 255 ] {855a9b49-3598-4ff0-87e6-130c4f62ce60} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6475 | 2025.03.02 04:59:50.115301 [ 255 ] {855a9b49-3598-4ff0-87e6-130c4f62ce60} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6476 | 2025.03.02 04:59:50.115531 [ 255 ] {855a9b49-3598-4ff0-87e6-130c4f62ce60} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002096 sec., 101145.03816793892 rows/sec., 6.43 MiB/sec. | ||
| 6477 | 2025.03.02 04:59:50.115725 [ 255 ] {855a9b49-3598-4ff0-87e6-130c4f62ce60} <Debug> TCPHandler: Processed in 0.002706806 sec. | ||
| 6478 | 2025.03.02 04:59:50.115900 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6479 | 2025.03.02 04:59:50.116011 [ 255 ] {5a62bd04-62c0-43b6-b394-450e9dc1700b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6480 | 2025.03.02 04:59:50.116060 [ 255 ] {5a62bd04-62c0-43b6-b394-450e9dc1700b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6481 | 2025.03.02 04:59:50.116900 [ 255 ] {5a62bd04-62c0-43b6-b394-450e9dc1700b} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6482 | 2025.03.02 04:59:50.116940 [ 255 ] {5a62bd04-62c0-43b6-b394-450e9dc1700b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6483 | 2025.03.02 04:59:50.117370 [ 255 ] {5a62bd04-62c0-43b6-b394-450e9dc1700b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6484 | 2025.03.02 04:59:50.117608 [ 255 ] {5a62bd04-62c0-43b6-b394-450e9dc1700b} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6485 | 2025.03.02 04:59:50.117799 [ 255 ] {5a62bd04-62c0-43b6-b394-450e9dc1700b} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001815 sec., 377410.46831955924 rows/sec., 30.03 MiB/sec. | ||
| 6486 | 2025.03.02 04:59:50.117856 [ 255 ] {5a62bd04-62c0-43b6-b394-450e9dc1700b} <Debug> TCPHandler: Processed in 0.002009376 sec. | ||
| 6487 | 2025.03.02 04:59:50.117973 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6488 | 2025.03.02 04:59:50.118082 [ 255 ] {e6498b1b-73ad-46be-b9fa-c7bdeefb369b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6489 | 2025.03.02 04:59:50.118127 [ 255 ] {e6498b1b-73ad-46be-b9fa-c7bdeefb369b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6490 | 2025.03.02 04:59:50.118699 [ 255 ] {e6498b1b-73ad-46be-b9fa-c7bdeefb369b} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6491 | 2025.03.02 04:59:50.118737 [ 255 ] {e6498b1b-73ad-46be-b9fa-c7bdeefb369b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6492 | 2025.03.02 04:59:50.119109 [ 255 ] {e6498b1b-73ad-46be-b9fa-c7bdeefb369b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6493 | 2025.03.02 04:59:50.119361 [ 255 ] {e6498b1b-73ad-46be-b9fa-c7bdeefb369b} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6494 | 2025.03.02 04:59:50.119501 [ 115 ] {} <Debug> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6495 | 2025.03.02 04:59:50.119542 [ 115 ] {} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6496 | 2025.03.02 04:59:50.119552 [ 255 ] {e6498b1b-73ad-46be-b9fa-c7bdeefb369b} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001491 sec., 93896.71361502347 rows/sec., 5.86 MiB/sec. | ||
| 6497 | 2025.03.02 04:59:50.119569 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6498 | 2025.03.02 04:59:50.119672 [ 255 ] {e6498b1b-73ad-46be-b9fa-c7bdeefb369b} <Debug> TCPHandler: Processed in 0.001745163 sec. | ||
| 6499 | 2025.03.02 04:59:50.119907 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::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 | ||
| 6500 | 2025.03.02 04:59:50.119975 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6501 | 2025.03.02 04:59:50.120334 [ 255 ] {917b18aa-4c59-4a4c-b2ee-5c64e726cf00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6502 | 2025.03.02 04:59:50.120383 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6503 | 2025.03.02 04:59:50.120441 [ 255 ] {917b18aa-4c59-4a4c-b2ee-5c64e726cf00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6504 | 2025.03.02 04:59:50.120462 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 163 rows starting from the beginning of the part | ||
| 6505 | 2025.03.02 04:59:50.120804 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 144 rows starting from the beginning of the part | ||
| 6506 | 2025.03.02 04:59:50.121145 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 5 rows starting from the beginning of the part | ||
| 6507 | 2025.03.02 04:59:50.121475 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 140 rows starting from the beginning of the part | ||
| 6508 | 2025.03.02 04:59:50.121836 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 5 rows starting from the beginning of the part | ||
| 6509 | 2025.03.02 04:59:50.122188 [ 189 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 140 rows starting from the beginning of the part | ||
| 6510 | 2025.03.02 04:59:50.123037 [ 255 ] {917b18aa-4c59-4a4c-b2ee-5c64e726cf00} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6511 | 2025.03.02 04:59:50.123105 [ 255 ] {917b18aa-4c59-4a4c-b2ee-5c64e726cf00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6512 | 2025.03.02 04:59:50.124088 [ 255 ] {917b18aa-4c59-4a4c-b2ee-5c64e726cf00} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6513 | 2025.03.02 04:59:50.124571 [ 255 ] {917b18aa-4c59-4a4c-b2ee-5c64e726cf00} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6514 | 2025.03.02 04:59:50.124924 [ 115 ] {} <Debug> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6515 | 2025.03.02 04:59:50.124976 [ 201 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 597 rows, containing 5 columns (5 merged, 0 gathered) in 0.005282669 sec., 113011.05558572759 rows/sec., 7.54 MiB/sec. | ||
| 6516 | 2025.03.02 04:59:50.125010 [ 115 ] {} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6517 | 2025.03.02 04:59:50.125081 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6518 | 2025.03.02 04:59:50.125092 [ 255 ] {917b18aa-4c59-4a4c-b2ee-5c64e726cf00} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004877 sec., 23169.981546032395 rows/sec., 1.50 MiB/sec. | ||
| 6519 | 2025.03.02 04:59:50.125388 [ 201 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6520 | 2025.03.02 04:59:50.125413 [ 255 ] {917b18aa-4c59-4a4c-b2ee-5c64e726cf00} <Debug> TCPHandler: Processed in 0.005522112 sec. | ||
| 6521 | 2025.03.02 04:59:50.125790 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6522 | 2025.03.02 04:59:50.125875 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::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 | ||
| 6523 | 2025.03.02 04:59:50.126062 [ 255 ] {de806893-2a36-4bdf-b3fa-34db83623658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6524 | 2025.03.02 04:59:50.126219 [ 255 ] {de806893-2a36-4bdf-b3fa-34db83623658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6525 | 2025.03.02 04:59:50.126310 [ 201 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_36_7} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6526 | 2025.03.02 04:59:50.126527 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6527 | 2025.03.02 04:59:50.126625 [ 201 ] {f7b1c448-0a7d-463f-9fd4-0829d7c19e35::all_1_36_7} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6528 | 2025.03.02 04:59:50.126667 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 342 rows starting from the beginning of the part | ||
| 6529 | 2025.03.02 04:59:50.126868 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6530 | 2025.03.02 04:59:50.127205 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 6531 | 2025.03.02 04:59:50.127551 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 6532 | 2025.03.02 04:59:50.127949 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part | ||
| 6533 | 2025.03.02 04:59:50.128268 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part | ||
| 6534 | 2025.03.02 04:59:50.128432 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
| 6535 | 2025.03.02 04:59:50.129453 [ 255 ] {de806893-2a36-4bdf-b3fa-34db83623658} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6536 | 2025.03.02 04:59:50.129522 [ 255 ] {de806893-2a36-4bdf-b3fa-34db83623658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6537 | 2025.03.02 04:59:50.130560 [ 255 ] {de806893-2a36-4bdf-b3fa-34db83623658} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6538 | 2025.03.02 04:59:50.131031 [ 255 ] {de806893-2a36-4bdf-b3fa-34db83623658} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6539 | 2025.03.02 04:59:50.131625 [ 255 ] {de806893-2a36-4bdf-b3fa-34db83623658} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005675 sec., 19735.68281938326 rows/sec., 1.12 MiB/sec. | ||
| 6540 | 2025.03.02 04:59:50.131660 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.006366743 sec., 160521.63563065135 rows/sec., 11.22 MiB/sec. | ||
| 6541 | 2025.03.02 04:59:50.131764 [ 255 ] {de806893-2a36-4bdf-b3fa-34db83623658} <Debug> TCPHandler: Processed in 0.006092349 sec. | ||
| 6542 | 2025.03.02 04:59:50.131893 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6543 | 2025.03.02 04:59:50.131916 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6544 | 2025.03.02 04:59:50.132109 [ 255 ] {70a7a7b6-fc2d-446a-a5b6-99e8afcd9c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6545 | 2025.03.02 04:59:50.132188 [ 255 ] {70a7a7b6-fc2d-446a-a5b6-99e8afcd9c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6546 | 2025.03.02 04:59:50.132408 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_26_5} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6547 | 2025.03.02 04:59:50.132644 [ 200 ] {52a5bb8c-23b9-4375-a25b-beb5f9cc58e4::all_1_26_5} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6548 | 2025.03.02 04:59:50.132842 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 6549 | 2025.03.02 04:59:50.133398 [ 255 ] {70a7a7b6-fc2d-446a-a5b6-99e8afcd9c5e} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6550 | 2025.03.02 04:59:50.133442 [ 255 ] {70a7a7b6-fc2d-446a-a5b6-99e8afcd9c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6551 | 2025.03.02 04:59:50.133822 [ 255 ] {70a7a7b6-fc2d-446a-a5b6-99e8afcd9c5e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6552 | 2025.03.02 04:59:50.134072 [ 255 ] {70a7a7b6-fc2d-446a-a5b6-99e8afcd9c5e} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6553 | 2025.03.02 04:59:50.134256 [ 255 ] {70a7a7b6-fc2d-446a-a5b6-99e8afcd9c5e} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.002208 sec., 188405.79710144928 rows/sec., 13.40 MiB/sec. | ||
| 6554 | 2025.03.02 04:59:50.134313 [ 255 ] {70a7a7b6-fc2d-446a-a5b6-99e8afcd9c5e} <Debug> TCPHandler: Processed in 0.002458302 sec. | ||
| 6555 | 2025.03.02 04:59:50.134433 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6556 | 2025.03.02 04:59:50.134540 [ 255 ] {e38a374d-171f-458e-a6aa-eb7d09cb54d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6557 | 2025.03.02 04:59:50.134587 [ 255 ] {e38a374d-171f-458e-a6aa-eb7d09cb54d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6558 | 2025.03.02 04:59:50.135017 [ 255 ] {e38a374d-171f-458e-a6aa-eb7d09cb54d3} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6559 | 2025.03.02 04:59:50.135054 [ 255 ] {e38a374d-171f-458e-a6aa-eb7d09cb54d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6560 | 2025.03.02 04:59:50.135409 [ 255 ] {e38a374d-171f-458e-a6aa-eb7d09cb54d3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6561 | 2025.03.02 04:59:50.135649 [ 255 ] {e38a374d-171f-458e-a6aa-eb7d09cb54d3} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6562 | 2025.03.02 04:59:50.135831 [ 255 ] {e38a374d-171f-458e-a6aa-eb7d09cb54d3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001313 sec., 4569.68773800457 rows/sec., 238.75 KiB/sec. | ||
| 6563 | 2025.03.02 04:59:50.135882 [ 255 ] {e38a374d-171f-458e-a6aa-eb7d09cb54d3} <Debug> TCPHandler: Processed in 0.00149803 sec. | ||
| 6564 | 2025.03.02 04:59:50.135987 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6565 | 2025.03.02 04:59:50.136090 [ 255 ] {bdea6163-7442-4d14-a307-66637e8f86c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6566 | 2025.03.02 04:59:50.136138 [ 255 ] {bdea6163-7442-4d14-a307-66637e8f86c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6567 | 2025.03.02 04:59:50.136651 [ 255 ] {bdea6163-7442-4d14-a307-66637e8f86c7} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6568 | 2025.03.02 04:59:50.136689 [ 255 ] {bdea6163-7442-4d14-a307-66637e8f86c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6569 | 2025.03.02 04:59:50.137063 [ 255 ] {bdea6163-7442-4d14-a307-66637e8f86c7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6570 | 2025.03.02 04:59:50.137308 [ 255 ] {bdea6163-7442-4d14-a307-66637e8f86c7} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6571 | 2025.03.02 04:59:50.137434 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6572 | 2025.03.02 04:59:50.137469 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2025.03.02 04:59:50.137490 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6574 | 2025.03.02 04:59:50.137499 [ 255 ] {bdea6163-7442-4d14-a307-66637e8f86c7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00143 sec., 165734.26573426573 rows/sec., 11.11 MiB/sec. | ||
| 6575 | 2025.03.02 04:59:50.137663 [ 255 ] {bdea6163-7442-4d14-a307-66637e8f86c7} <Debug> TCPHandler: Processed in 0.001722613 sec. | ||
| 6576 | 2025.03.02 04:59:50.137737 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::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 | ||
| 6577 | 2025.03.02 04:59:50.137831 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6578 | 2025.03.02 04:59:50.137918 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6579 | 2025.03.02 04:59:50.137985 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14089 rows starting from the beginning of the part | ||
| 6580 | 2025.03.02 04:59:50.138021 [ 255 ] {0c24499e-9448-4d3d-83f6-384b82448088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6581 | 2025.03.02 04:59:50.138194 [ 255 ] {0c24499e-9448-4d3d-83f6-384b82448088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6582 | 2025.03.02 04:59:50.138240 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 6583 | 2025.03.02 04:59:50.138626 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 6584 | 2025.03.02 04:59:50.138965 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 964 rows starting from the beginning of the part | ||
| 6585 | 2025.03.02 04:59:50.139299 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 42 rows starting from the beginning of the part | ||
| 6586 | 2025.03.02 04:59:50.139594 [ 201 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part | ||
| 6587 | 2025.03.02 04:59:50.140507 [ 255 ] {0c24499e-9448-4d3d-83f6-384b82448088} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6588 | 2025.03.02 04:59:50.140571 [ 255 ] {0c24499e-9448-4d3d-83f6-384b82448088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6589 | 2025.03.02 04:59:50.141107 [ 255 ] {0c24499e-9448-4d3d-83f6-384b82448088} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6590 | 2025.03.02 04:59:50.141526 [ 255 ] {0c24499e-9448-4d3d-83f6-384b82448088} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6591 | 2025.03.02 04:59:50.141801 [ 115 ] {} <Debug> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
| 6592 | 2025.03.02 04:59:50.141899 [ 115 ] {} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2025.03.02 04:59:50.141978 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6594 | 2025.03.02 04:59:50.142159 [ 255 ] {0c24499e-9448-4d3d-83f6-384b82448088} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004168 sec., 239.9232245681382 rows/sec., 16.17 KiB/sec. | ||
| 6595 | 2025.03.02 04:59:50.142469 [ 255 ] {0c24499e-9448-4d3d-83f6-384b82448088} <Debug> TCPHandler: Processed in 0.004706241 sec. | ||
| 6596 | 2025.03.02 04:59:50.142632 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
| 6597 | 2025.03.02 04:59:50.142777 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6598 | 2025.03.02 04:59:50.143158 [ 255 ] {c2fa3a7a-a29e-4942-a2ce-eafa02f4f7d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6599 | 2025.03.02 04:59:50.143325 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6600 | 2025.03.02 04:59:50.143453 [ 255 ] {c2fa3a7a-a29e-4942-a2ce-eafa02f4f7d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6601 | 2025.03.02 04:59:50.143462 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 6602 | 2025.03.02 04:59:50.144066 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 6603 | 2025.03.02 04:59:50.144679 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6604 | 2025.03.02 04:59:50.145057 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6605 | 2025.03.02 04:59:50.145436 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6606 | 2025.03.02 04:59:50.145860 [ 200 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6607 | 2025.03.02 04:59:50.147330 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15729 rows, containing 5 columns (5 merged, 0 gathered) in 0.009735767 sec., 1615589.19805702 rows/sec., 109.18 MiB/sec. | ||
| 6608 | 2025.03.02 04:59:50.147917 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6609 | 2025.03.02 04:59:50.148907 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6610 | 2025.03.02 04:59:50.149224 [ 197 ] {d370138e-7aef-4092-a2cf-b2aef834c04f::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6611 | 2025.03.02 04:59:50.149481 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. | ||
| 6612 | 2025.03.02 04:59:50.151750 [ 255 ] {c2fa3a7a-a29e-4942-a2ce-eafa02f4f7d9} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6613 | 2025.03.02 04:59:50.151766 [ 193 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.009600715 sec., 1979.0192709605485 rows/sec., 132.95 KiB/sec. | ||
| 6614 | 2025.03.02 04:59:50.151810 [ 255 ] {c2fa3a7a-a29e-4942-a2ce-eafa02f4f7d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6615 | 2025.03.02 04:59:50.151971 [ 193 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 6616 | 2025.03.02 04:59:50.152615 [ 193 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6617 | 2025.03.02 04:59:50.152791 [ 193 ] {e315bd19-fbbc-42b6-a309-1be84072caae::all_1_19_4} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
| 6618 | 2025.03.02 04:59:50.152974 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6619 | 2025.03.02 04:59:50.153239 [ 255 ] {c2fa3a7a-a29e-4942-a2ce-eafa02f4f7d9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6620 | 2025.03.02 04:59:50.153521 [ 255 ] {c2fa3a7a-a29e-4942-a2ce-eafa02f4f7d9} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6621 | 2025.03.02 04:59:50.153769 [ 255 ] {c2fa3a7a-a29e-4942-a2ce-eafa02f4f7d9} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.010752 sec., 3162.202380952381 rows/sec., 5.67 MiB/sec. | ||
| 6622 | 2025.03.02 04:59:50.154322 [ 255 ] {c2fa3a7a-a29e-4942-a2ce-eafa02f4f7d9} <Debug> TCPHandler: Processed in 0.011646572 sec. | ||
| 6623 | 2025.03.02 04:59:50.154467 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6624 | 2025.03.02 04:59:50.154573 [ 255 ] {d8e9efbc-088d-4353-98d1-99c39386172a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6625 | 2025.03.02 04:59:50.154620 [ 255 ] {d8e9efbc-088d-4353-98d1-99c39386172a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6626 | 2025.03.02 04:59:50.155096 [ 255 ] {d8e9efbc-088d-4353-98d1-99c39386172a} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6627 | 2025.03.02 04:59:50.155134 [ 255 ] {d8e9efbc-088d-4353-98d1-99c39386172a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6628 | 2025.03.02 04:59:50.155501 [ 255 ] {d8e9efbc-088d-4353-98d1-99c39386172a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6629 | 2025.03.02 04:59:50.155738 [ 255 ] {d8e9efbc-088d-4353-98d1-99c39386172a} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6630 | 2025.03.02 04:59:50.155863 [ 115 ] {} <Debug> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6631 | 2025.03.02 04:59:50.155902 [ 115 ] {} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6632 | 2025.03.02 04:59:50.155923 [ 255 ] {d8e9efbc-088d-4353-98d1-99c39386172a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001371 sec., 59810.357403355214 rows/sec., 3.80 MiB/sec. | ||
| 6633 | 2025.03.02 04:59:50.155928 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6634 | 2025.03.02 04:59:50.156027 [ 255 ] {d8e9efbc-088d-4353-98d1-99c39386172a} <Debug> TCPHandler: Processed in 0.001607821 sec. | ||
| 6635 | 2025.03.02 04:59:50.156195 [ 190 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::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 | ||
| 6636 | 2025.03.02 04:59:50.156371 [ 190 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6637 | 2025.03.02 04:59:50.156413 [ 190 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2716 rows starting from the beginning of the part | ||
| 6638 | 2025.03.02 04:59:50.156513 [ 190 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 6639 | 2025.03.02 04:59:50.156627 [ 190 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 6640 | 2025.03.02 04:59:50.156731 [ 190 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 44 rows starting from the beginning of the part | ||
| 6641 | 2025.03.02 04:59:50.156955 [ 190 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part | ||
| 6642 | 2025.03.02 04:59:50.157038 [ 190 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
| 6643 | 2025.03.02 04:59:50.158522 [ 187 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3000 rows, containing 4 columns (4 merged, 0 gathered) in 0.002481132 sec., 1209125.5120646544 rows/sec., 79.18 MiB/sec. | ||
| 6644 | 2025.03.02 04:59:50.158784 [ 187 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6645 | 2025.03.02 04:59:50.159089 [ 187 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_51_10} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6646 | 2025.03.02 04:59:50.159171 [ 187 ] {7f6e898f-0d2b-471e-98d8-e0582a267498::all_1_51_10} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6647 | 2025.03.02 04:59:50.159259 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6648 | 2025.03.02 04:59:53.295615 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6649 | 2025.03.02 04:59:53.295683 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6650 | 2025.03.02 04:59:53.438912 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6651 | 2025.03.02 04:59:53.439655 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6652 | 2025.03.02 04:59:53.439707 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6653 | 2025.03.02 04:59:53.440246 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6654 | 2025.03.02 04:59:53.440494 [ 243 ] {} <Trace> system.asynchronous_metric_log (b6eca5ad-f61a-4035-b93d-6a06e5d64331): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6655 | 2025.03.02 04:59:53.440720 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6656 | 2025.03.02 04:59:53.501713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 946 | ||
| 6657 | 2025.03.02 04:59:53.505170 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6658 | 2025.03.02 04:59:53.505235 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6659 | 2025.03.02 04:59:53.507055 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6660 | 2025.03.02 04:59:53.507391 [ 242 ] {} <Trace> system.query_log (3d7d3cb7-028f-4acc-94c8-e2850adb4794): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6661 | 2025.03.02 04:59:53.508585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 946 | ||
| 6662 | 2025.03.02 04:59:54.001375 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000987683 sec. | ||
| 6663 | 2025.03.02 04:59:54.480656 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6664 | 2025.03.02 04:59:54.500595 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6665 | 2025.03.02 04:59:54.500653 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6666 | 2025.03.02 04:59:54.507680 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6667 | 2025.03.02 04:59:54.508424 [ 244 ] {} <Trace> system.metric_log (2418b064-3e40-40d1-b339-9ed4565b9f54): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6668 | 2025.03.02 04:59:54.512061 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6669 | 2025.03.02 04:59:55.105565 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6670 | 2025.03.02 04:59:55.105754 [ 255 ] {726d341e-8d96-420d-9035-2ee49a1368b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6671 | 2025.03.02 04:59:55.105824 [ 255 ] {726d341e-8d96-420d-9035-2ee49a1368b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6672 | 2025.03.02 04:59:55.106610 [ 255 ] {726d341e-8d96-420d-9035-2ee49a1368b7} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6673 | 2025.03.02 04:59:55.106651 [ 255 ] {726d341e-8d96-420d-9035-2ee49a1368b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6674 | 2025.03.02 04:59:55.107096 [ 255 ] {726d341e-8d96-420d-9035-2ee49a1368b7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6675 | 2025.03.02 04:59:55.107356 [ 255 ] {726d341e-8d96-420d-9035-2ee49a1368b7} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6676 | 2025.03.02 04:59:55.107549 [ 255 ] {726d341e-8d96-420d-9035-2ee49a1368b7} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001848 sec., 35714.28571428571 rows/sec., 2.83 MiB/sec. | ||
| 6677 | 2025.03.02 04:59:55.107606 [ 255 ] {726d341e-8d96-420d-9035-2ee49a1368b7} <Debug> TCPHandler: Processed in 0.002172678 sec. | ||
| 6678 | 2025.03.02 04:59:55.107729 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6679 | 2025.03.02 04:59:55.107839 [ 255 ] {70fa465b-1297-43be-8c49-95056fef8f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6680 | 2025.03.02 04:59:55.107886 [ 255 ] {70fa465b-1297-43be-8c49-95056fef8f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6681 | 2025.03.02 04:59:55.108407 [ 255 ] {70fa465b-1297-43be-8c49-95056fef8f06} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6682 | 2025.03.02 04:59:55.108444 [ 255 ] {70fa465b-1297-43be-8c49-95056fef8f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6683 | 2025.03.02 04:59:55.108806 [ 255 ] {70fa465b-1297-43be-8c49-95056fef8f06} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6684 | 2025.03.02 04:59:55.109055 [ 255 ] {70fa465b-1297-43be-8c49-95056fef8f06} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6685 | 2025.03.02 04:59:55.109257 [ 255 ] {70fa465b-1297-43be-8c49-95056fef8f06} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001441 sec., 3469.8126301179736 rows/sec., 260.91 KiB/sec. | ||
| 6686 | 2025.03.02 04:59:55.109357 [ 255 ] {70fa465b-1297-43be-8c49-95056fef8f06} <Debug> TCPHandler: Processed in 0.001679242 sec. | ||
| 6687 | 2025.03.02 04:59:55.109511 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6688 | 2025.03.02 04:59:55.109632 [ 255 ] {b5470238-7f89-4276-8d98-9999f63ddb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6689 | 2025.03.02 04:59:55.109678 [ 255 ] {b5470238-7f89-4276-8d98-9999f63ddb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6690 | 2025.03.02 04:59:55.110222 [ 255 ] {b5470238-7f89-4276-8d98-9999f63ddb5d} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6691 | 2025.03.02 04:59:55.110261 [ 255 ] {b5470238-7f89-4276-8d98-9999f63ddb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6692 | 2025.03.02 04:59:55.110626 [ 255 ] {b5470238-7f89-4276-8d98-9999f63ddb5d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6693 | 2025.03.02 04:59:55.110875 [ 255 ] {b5470238-7f89-4276-8d98-9999f63ddb5d} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6694 | 2025.03.02 04:59:55.111102 [ 255 ] {b5470238-7f89-4276-8d98-9999f63ddb5d} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001487 sec., 46402.151983860116 rows/sec., 3.62 MiB/sec. | ||
| 6695 | 2025.03.02 04:59:55.111180 [ 255 ] {b5470238-7f89-4276-8d98-9999f63ddb5d} <Debug> TCPHandler: Processed in 0.001758212 sec. | ||
| 6696 | 2025.03.02 04:59:55.111402 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6697 | 2025.03.02 04:59:55.111525 [ 255 ] {0b8d0196-3bc4-40d9-8896-ff71b809a1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6698 | 2025.03.02 04:59:55.111574 [ 255 ] {0b8d0196-3bc4-40d9-8896-ff71b809a1c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6699 | 2025.03.02 04:59:55.112135 [ 255 ] {0b8d0196-3bc4-40d9-8896-ff71b809a1c2} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6700 | 2025.03.02 04:59:55.112173 [ 255 ] {0b8d0196-3bc4-40d9-8896-ff71b809a1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6701 | 2025.03.02 04:59:55.112569 [ 255 ] {0b8d0196-3bc4-40d9-8896-ff71b809a1c2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6702 | 2025.03.02 04:59:55.112806 [ 255 ] {0b8d0196-3bc4-40d9-8896-ff71b809a1c2} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6703 | 2025.03.02 04:59:55.113022 [ 255 ] {0b8d0196-3bc4-40d9-8896-ff71b809a1c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
| 6704 | 2025.03.02 04:59:55.113074 [ 255 ] {0b8d0196-3bc4-40d9-8896-ff71b809a1c2} <Debug> TCPHandler: Processed in 0.001757963 sec. | ||
| 6705 | 2025.03.02 04:59:55.113199 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6706 | 2025.03.02 04:59:55.113305 [ 255 ] {a82a30b6-62d9-4988-8abb-8b804884f14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6707 | 2025.03.02 04:59:55.113372 [ 255 ] {a82a30b6-62d9-4988-8abb-8b804884f14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6708 | 2025.03.02 04:59:55.114435 [ 255 ] {a82a30b6-62d9-4988-8abb-8b804884f14c} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6709 | 2025.03.02 04:59:55.114474 [ 255 ] {a82a30b6-62d9-4988-8abb-8b804884f14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6710 | 2025.03.02 04:59:55.115075 [ 255 ] {a82a30b6-62d9-4988-8abb-8b804884f14c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6711 | 2025.03.02 04:59:55.115351 [ 255 ] {a82a30b6-62d9-4988-8abb-8b804884f14c} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6712 | 2025.03.02 04:59:55.115551 [ 110 ] {} <Debug> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6713 | 2025.03.02 04:59:55.115620 [ 255 ] {a82a30b6-62d9-4988-8abb-8b804884f14c} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002331 sec., 2145.002145002145 rows/sec., 3.84 MiB/sec. | ||
| 6714 | 2025.03.02 04:59:55.115633 [ 110 ] {} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6715 | 2025.03.02 04:59:55.115703 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6716 | 2025.03.02 04:59:55.116034 [ 255 ] {a82a30b6-62d9-4988-8abb-8b804884f14c} <Debug> TCPHandler: Processed in 0.002879248 sec. | ||
| 6717 | 2025.03.02 04:59:55.116072 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 6718 | 2025.03.02 04:59:55.116569 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6719 | 2025.03.02 04:59:55.116780 [ 255 ] {9b80edf3-65a3-495b-8d5a-b53fb07f1356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6720 | 2025.03.02 04:59:55.116847 [ 255 ] {9b80edf3-65a3-495b-8d5a-b53fb07f1356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6721 | 2025.03.02 04:59:55.116912 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6722 | 2025.03.02 04:59:55.117015 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 677 rows starting from the beginning of the part | ||
| 6723 | 2025.03.02 04:59:55.117629 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part | ||
| 6724 | 2025.03.02 04:59:55.118224 [ 255 ] {9b80edf3-65a3-495b-8d5a-b53fb07f1356} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6725 | 2025.03.02 04:59:55.118240 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 6726 | 2025.03.02 04:59:55.118272 [ 255 ] {9b80edf3-65a3-495b-8d5a-b53fb07f1356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6727 | 2025.03.02 04:59:55.118791 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part | ||
| 6728 | 2025.03.02 04:59:55.119359 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::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 | ||
| 6729 | 2025.03.02 04:59:55.119410 [ 255 ] {9b80edf3-65a3-495b-8d5a-b53fb07f1356} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6730 | 2025.03.02 04:59:55.119682 [ 191 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part | ||
| 6731 | 2025.03.02 04:59:55.119950 [ 255 ] {9b80edf3-65a3-495b-8d5a-b53fb07f1356} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6732 | 2025.03.02 04:59:55.120391 [ 255 ] {9b80edf3-65a3-495b-8d5a-b53fb07f1356} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003635 sec., 16506.189821182943 rows/sec., 1.11 MiB/sec. | ||
| 6733 | 2025.03.02 04:59:55.120702 [ 255 ] {9b80edf3-65a3-495b-8d5a-b53fb07f1356} <Debug> TCPHandler: Processed in 0.004246576 sec. | ||
| 6734 | 2025.03.02 04:59:55.126357 [ 193 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 760 rows, containing 19 columns (19 merged, 0 gathered) in 0.010511757 sec., 72299.99704140802 rows/sec., 129.56 MiB/sec. | ||
| 6735 | 2025.03.02 04:59:55.127299 [ 198 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6736 | 2025.03.02 04:59:55.127769 [ 198 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6737 | 2025.03.02 04:59:55.127859 [ 198 ] {f0f26dda-cc7f-4d28-a6ae-29f782d81f5d::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6738 | 2025.03.02 04:59:55.128034 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
| 6739 | 2025.03.02 04:59:56.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.46 MiB, peak 209.95 MiB, free memory in arenas 0.00 B, will set to 204.74 MiB (RSS), difference: 2.28 MiB | ||
| 6740 | 2025.03.02 05:00:00.111888 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6741 | 2025.03.02 05:00:00.112106 [ 255 ] {25265bf2-cabf-414c-aae3-4eac9e7752a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6742 | 2025.03.02 05:00:00.112180 [ 255 ] {25265bf2-cabf-414c-aae3-4eac9e7752a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6743 | 2025.03.02 05:00:00.113054 [ 255 ] {25265bf2-cabf-414c-aae3-4eac9e7752a5} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6744 | 2025.03.02 05:00:00.113100 [ 255 ] {25265bf2-cabf-414c-aae3-4eac9e7752a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6745 | 2025.03.02 05:00:00.113550 [ 255 ] {25265bf2-cabf-414c-aae3-4eac9e7752a5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6746 | 2025.03.02 05:00:00.113816 [ 255 ] {25265bf2-cabf-414c-aae3-4eac9e7752a5} <Trace> oximeter.fields_i16 (b3f77956-a3e9-4426-ab49-1fefe0ecfad9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6747 | 2025.03.02 05:00:00.114016 [ 255 ] {25265bf2-cabf-414c-aae3-4eac9e7752a5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001962 sec., 108053.00713557593 rows/sec., 6.87 MiB/sec. | ||
| 6748 | 2025.03.02 05:00:00.114084 [ 255 ] {25265bf2-cabf-414c-aae3-4eac9e7752a5} <Debug> TCPHandler: Processed in 0.002387541 sec. | ||
| 6749 | 2025.03.02 05:00:00.114217 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6750 | 2025.03.02 05:00:00.114332 [ 255 ] {9ee79f93-32bb-4b06-a598-bcec4ec7e531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6751 | 2025.03.02 05:00:00.114382 [ 255 ] {9ee79f93-32bb-4b06-a598-bcec4ec7e531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6752 | 2025.03.02 05:00:00.115399 [ 255 ] {9ee79f93-32bb-4b06-a598-bcec4ec7e531} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6753 | 2025.03.02 05:00:00.115438 [ 255 ] {9ee79f93-32bb-4b06-a598-bcec4ec7e531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6754 | 2025.03.02 05:00:00.115843 [ 255 ] {9ee79f93-32bb-4b06-a598-bcec4ec7e531} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6755 | 2025.03.02 05:00:00.116102 [ 255 ] {9ee79f93-32bb-4b06-a598-bcec4ec7e531} <Trace> oximeter.fields_string (caaa45c6-a2b1-48e1-a8c3-daead59a57d6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6756 | 2025.03.02 05:00:00.116283 [ 255 ] {9ee79f93-32bb-4b06-a598-bcec4ec7e531} <Debug> executeQuery: Read 685 rows, 55.80 KiB in 0.001979 sec., 346134.4113188479 rows/sec., 27.54 MiB/sec. | ||
| 6757 | 2025.03.02 05:00:00.116335 [ 255 ] {9ee79f93-32bb-4b06-a598-bcec4ec7e531} <Debug> TCPHandler: Processed in 0.002172368 sec. | ||
| 6758 | 2025.03.02 05:00:00.116455 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6759 | 2025.03.02 05:00:00.116566 [ 255 ] {e9481f57-3cff-4961-afe4-1d57a5e7b20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6760 | 2025.03.02 05:00:00.116614 [ 255 ] {e9481f57-3cff-4961-afe4-1d57a5e7b20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6761 | 2025.03.02 05:00:00.117204 [ 255 ] {e9481f57-3cff-4961-afe4-1d57a5e7b20d} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6762 | 2025.03.02 05:00:00.117243 [ 255 ] {e9481f57-3cff-4961-afe4-1d57a5e7b20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6763 | 2025.03.02 05:00:00.117613 [ 255 ] {e9481f57-3cff-4961-afe4-1d57a5e7b20d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6764 | 2025.03.02 05:00:00.117864 [ 255 ] {e9481f57-3cff-4961-afe4-1d57a5e7b20d} <Trace> oximeter.fields_u16 (f7b1c448-0a7d-463f-9fd4-0829d7c19e35): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6765 | 2025.03.02 05:00:00.118046 [ 255 ] {e9481f57-3cff-4961-afe4-1d57a5e7b20d} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001503 sec., 93147.03925482369 rows/sec., 5.81 MiB/sec. | ||
| 6766 | 2025.03.02 05:00:00.118097 [ 255 ] {e9481f57-3cff-4961-afe4-1d57a5e7b20d} <Debug> TCPHandler: Processed in 0.001692992 sec. | ||
| 6767 | 2025.03.02 05:00:00.118215 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6768 | 2025.03.02 05:00:00.118323 [ 255 ] {27e47857-5c4e-4d7e-98ae-9a2f1bf8e61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6769 | 2025.03.02 05:00:00.118368 [ 255 ] {27e47857-5c4e-4d7e-98ae-9a2f1bf8e61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6770 | 2025.03.02 05:00:00.118927 [ 255 ] {27e47857-5c4e-4d7e-98ae-9a2f1bf8e61a} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6771 | 2025.03.02 05:00:00.118965 [ 255 ] {27e47857-5c4e-4d7e-98ae-9a2f1bf8e61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6772 | 2025.03.02 05:00:00.119312 [ 255 ] {27e47857-5c4e-4d7e-98ae-9a2f1bf8e61a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6773 | 2025.03.02 05:00:00.119560 [ 255 ] {27e47857-5c4e-4d7e-98ae-9a2f1bf8e61a} <Trace> oximeter.fields_u32 (52a5bb8c-23b9-4375-a25b-beb5f9cc58e4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6774 | 2025.03.02 05:00:00.119731 [ 255 ] {27e47857-5c4e-4d7e-98ae-9a2f1bf8e61a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001431 sec., 78965.75821104123 rows/sec., 5.11 MiB/sec. | ||
| 6775 | 2025.03.02 05:00:00.119782 [ 255 ] {27e47857-5c4e-4d7e-98ae-9a2f1bf8e61a} <Debug> TCPHandler: Processed in 0.001618081 sec. | ||
| 6776 | 2025.03.02 05:00:00.119899 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6777 | 2025.03.02 05:00:00.120018 [ 255 ] {7dfed5ef-7f16-474d-ae2f-3a5b0ba6162a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6778 | 2025.03.02 05:00:00.120063 [ 255 ] {7dfed5ef-7f16-474d-ae2f-3a5b0ba6162a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6779 | 2025.03.02 05:00:00.120643 [ 255 ] {7dfed5ef-7f16-474d-ae2f-3a5b0ba6162a} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6780 | 2025.03.02 05:00:00.120681 [ 255 ] {7dfed5ef-7f16-474d-ae2f-3a5b0ba6162a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6781 | 2025.03.02 05:00:00.121027 [ 255 ] {7dfed5ef-7f16-474d-ae2f-3a5b0ba6162a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6782 | 2025.03.02 05:00:00.121280 [ 255 ] {7dfed5ef-7f16-474d-ae2f-3a5b0ba6162a} <Trace> oximeter.fields_u8 (db6c05f4-55aa-43ce-89d3-c5bf165085b4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6783 | 2025.03.02 05:00:00.121475 [ 255 ] {7dfed5ef-7f16-474d-ae2f-3a5b0ba6162a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001479 sec., 75726.84246112237 rows/sec., 4.31 MiB/sec. | ||
| 6784 | 2025.03.02 05:00:00.121528 [ 255 ] {7dfed5ef-7f16-474d-ae2f-3a5b0ba6162a} <Debug> TCPHandler: Processed in 0.001679022 sec. | ||
| 6785 | 2025.03.02 05:00:00.121655 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6786 | 2025.03.02 05:00:00.121761 [ 255 ] {5a42861e-629f-42a5-aa04-42a1dd1f3ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6787 | 2025.03.02 05:00:00.121807 [ 255 ] {5a42861e-629f-42a5-aa04-42a1dd1f3ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6788 | 2025.03.02 05:00:00.122533 [ 255 ] {5a42861e-629f-42a5-aa04-42a1dd1f3ff4} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6789 | 2025.03.02 05:00:00.122574 [ 255 ] {5a42861e-629f-42a5-aa04-42a1dd1f3ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6790 | 2025.03.02 05:00:00.122943 [ 255 ] {5a42861e-629f-42a5-aa04-42a1dd1f3ff4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6791 | 2025.03.02 05:00:00.123190 [ 255 ] {5a42861e-629f-42a5-aa04-42a1dd1f3ff4} <Trace> oximeter.fields_uuid (76206fb2-aa60-466e-b0f1-298090ef8d8a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6792 | 2025.03.02 05:00:00.123406 [ 255 ] {5a42861e-629f-42a5-aa04-42a1dd1f3ff4} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001666 sec., 249699.8799519808 rows/sec., 17.77 MiB/sec. | ||
| 6793 | 2025.03.02 05:00:00.123464 [ 255 ] {5a42861e-629f-42a5-aa04-42a1dd1f3ff4} <Debug> TCPHandler: Processed in 0.001859984 sec. | ||
| 6794 | 2025.03.02 05:00:00.123584 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6795 | 2025.03.02 05:00:00.123693 [ 255 ] {e551a781-ef10-4189-a0e3-959d02cfd786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6796 | 2025.03.02 05:00:00.123739 [ 255 ] {e551a781-ef10-4189-a0e3-959d02cfd786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6797 | 2025.03.02 05:00:00.124171 [ 255 ] {e551a781-ef10-4189-a0e3-959d02cfd786} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6798 | 2025.03.02 05:00:00.124210 [ 255 ] {e551a781-ef10-4189-a0e3-959d02cfd786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6799 | 2025.03.02 05:00:00.124568 [ 255 ] {e551a781-ef10-4189-a0e3-959d02cfd786} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6800 | 2025.03.02 05:00:00.124806 [ 255 ] {e551a781-ef10-4189-a0e3-959d02cfd786} <Trace> oximeter.measurements_bool (7d1517be-ec41-4430-b35c-d76c9730d092): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6801 | 2025.03.02 05:00:00.125049 [ 255 ] {e551a781-ef10-4189-a0e3-959d02cfd786} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 229.32 KiB/sec. | ||
| 6802 | 2025.03.02 05:00:00.125179 [ 255 ] {e551a781-ef10-4189-a0e3-959d02cfd786} <Debug> TCPHandler: Processed in 0.001640661 sec. | ||
| 6803 | 2025.03.02 05:00:00.125377 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6804 | 2025.03.02 05:00:00.125485 [ 255 ] {0eb74b3e-e08b-45bf-ac18-b22a429ad0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6805 | 2025.03.02 05:00:00.125536 [ 255 ] {0eb74b3e-e08b-45bf-ac18-b22a429ad0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6806 | 2025.03.02 05:00:00.126105 [ 255 ] {0eb74b3e-e08b-45bf-ac18-b22a429ad0f9} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6807 | 2025.03.02 05:00:00.126147 [ 255 ] {0eb74b3e-e08b-45bf-ac18-b22a429ad0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6808 | 2025.03.02 05:00:00.126524 [ 255 ] {0eb74b3e-e08b-45bf-ac18-b22a429ad0f9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6809 | 2025.03.02 05:00:00.126761 [ 255 ] {0eb74b3e-e08b-45bf-ac18-b22a429ad0f9} <Trace> oximeter.measurements_cumulativeu64 (d370138e-7aef-4092-a2cf-b2aef834c04f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6810 | 2025.03.02 05:00:00.126971 [ 255 ] {0eb74b3e-e08b-45bf-ac18-b22a429ad0f9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001509 sec., 157057.6540755467 rows/sec., 10.53 MiB/sec. | ||
| 6811 | 2025.03.02 05:00:00.127023 [ 255 ] {0eb74b3e-e08b-45bf-ac18-b22a429ad0f9} <Debug> TCPHandler: Processed in 0.001704093 sec. | ||
| 6812 | 2025.03.02 05:00:00.127140 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6813 | 2025.03.02 05:00:00.127246 [ 255 ] {fb0a149f-4ecc-4806-9be9-ffe33210e652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6814 | 2025.03.02 05:00:00.127293 [ 255 ] {fb0a149f-4ecc-4806-9be9-ffe33210e652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6815 | 2025.03.02 05:00:00.127707 [ 255 ] {fb0a149f-4ecc-4806-9be9-ffe33210e652} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6816 | 2025.03.02 05:00:00.127745 [ 255 ] {fb0a149f-4ecc-4806-9be9-ffe33210e652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6817 | 2025.03.02 05:00:00.128099 [ 255 ] {fb0a149f-4ecc-4806-9be9-ffe33210e652} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6818 | 2025.03.02 05:00:00.128342 [ 255 ] {fb0a149f-4ecc-4806-9be9-ffe33210e652} <Trace> oximeter.measurements_f64 (e315bd19-fbbc-42b6-a309-1be84072caae): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6819 | 2025.03.02 05:00:00.128577 [ 255 ] {fb0a149f-4ecc-4806-9be9-ffe33210e652} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001342 sec., 745.1564828614008 rows/sec., 50.21 KiB/sec. | ||
| 6820 | 2025.03.02 05:00:00.128715 [ 255 ] {fb0a149f-4ecc-4806-9be9-ffe33210e652} <Debug> TCPHandler: Processed in 0.001619311 sec. | ||
| 6821 | 2025.03.02 05:00:00.128902 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6822 | 2025.03.02 05:00:00.129009 [ 255 ] {ac8d6ec0-5b98-44ec-9566-8c35e628d17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6823 | 2025.03.02 05:00:00.129085 [ 255 ] {ac8d6ec0-5b98-44ec-9566-8c35e628d17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6824 | 2025.03.02 05:00:00.130235 [ 255 ] {ac8d6ec0-5b98-44ec-9566-8c35e628d17d} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6825 | 2025.03.02 05:00:00.130276 [ 255 ] {ac8d6ec0-5b98-44ec-9566-8c35e628d17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6826 | 2025.03.02 05:00:00.130922 [ 255 ] {ac8d6ec0-5b98-44ec-9566-8c35e628d17d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6827 | 2025.03.02 05:00:00.131184 [ 255 ] {ac8d6ec0-5b98-44ec-9566-8c35e628d17d} <Trace> oximeter.measurements_histogramu64 (f0f26dda-cc7f-4d28-a6ae-29f782d81f5d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6828 | 2025.03.02 05:00:00.131415 [ 255 ] {ac8d6ec0-5b98-44ec-9566-8c35e628d17d} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002429 sec., 13997.529847673939 rows/sec., 25.08 MiB/sec. | ||
| 6829 | 2025.03.02 05:00:00.131508 [ 255 ] {ac8d6ec0-5b98-44ec-9566-8c35e628d17d} <Debug> TCPHandler: Processed in 0.002665935 sec. | ||
| 6830 | 2025.03.02 05:00:00.131620 [ 255 ] {} <Trace> TCP-Session: 5e56f1bd-f235-47da-9e88-114d485bb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6831 | 2025.03.02 05:00:00.131724 [ 255 ] {ed041ddd-135e-4310-aca8-49fc1e534d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38599) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6832 | 2025.03.02 05:00:00.131771 [ 255 ] {ed041ddd-135e-4310-aca8-49fc1e534d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6833 | 2025.03.02 05:00:00.132211 [ 255 ] {ed041ddd-135e-4310-aca8-49fc1e534d04} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6834 | 2025.03.02 05:00:00.132252 [ 255 ] {ed041ddd-135e-4310-aca8-49fc1e534d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6835 | 2025.03.02 05:00:00.132606 [ 255 ] {ed041ddd-135e-4310-aca8-49fc1e534d04} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6836 | 2025.03.02 05:00:00.132841 [ 255 ] {ed041ddd-135e-4310-aca8-49fc1e534d04} <Trace> oximeter.measurements_u64 (7f6e898f-0d2b-471e-98d8-e0582a267498): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6837 | 2025.03.02 05:00:00.133064 [ 255 ] {ed041ddd-135e-4310-aca8-49fc1e534d04} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001361 sec., 60249.81631153564 rows/sec., 3.83 MiB/sec. | ||
| 6838 | 2025.03.02 05:00:00.133127 [ 255 ] {ed041ddd-135e-4310-aca8-49fc1e534d04} <Debug> TCPHandler: Processed in 0.00155558 sec. | ||